package org.hccp.pdf; public interface DocumentObject { public abstract String getValue(); }