Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure » [javadoc | source]
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
public class: PDMarkInfo [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDMarkInfo

All Implemented Interfaces:
    COSObjectable

The MarkInfo provides additional information relevant to specialized uses of structured documents.
Constructor:
 public PDMarkInfo() 
 public PDMarkInfo(COSDictionary dic) 
    Constructor for an existing MarkInfo element.
    Parameters:
    dic - The existing dictionary.
Method from org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDMarkInfo Summary:
getCOSObject,   getDictionary,   isMarked,   isSuspect,   setMarked,   setSuspect,   setUserProperties,   usesUserProperties
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDMarkInfo Detail:
 public COSBase getCOSObject() 
    Convert this standard java object to a COS object.
 public COSDictionary getDictionary() 
    Convert this standard java object to a COS object.
 public boolean isMarked() 
    Tells if this is a tagged PDF.
 public boolean isSuspect() 
    Tells if this PDF contain 'suspect' tags. See PDF Reference 1.6 section 10.6 "Logical Structure" for more information about this property.
 public  void setMarked(boolean value) 
    Set if this is a tagged PDF.
 public  void setSuspect(boolean suspect) 
    Set the value of the suspects property. See PDF Reference 1.6 section 10.6 "Logical Structure" for more information about this property.
 public  void setUserProperties(boolean userProps) 
    Set if the structure elements contain user properties.
 public boolean usesUserProperties() 
    Tells if structure elements use user properties.