|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDMarkInfo
public class PDMarkInfo
The MarkInfo provides additional information relevant to specialized uses of structured documents.
Constructor Summary | |
---|---|
PDMarkInfo()
Default Constructor. |
|
PDMarkInfo(COSDictionary dic)
Constructor for an existing MarkInfo element. |
Method Summary | |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
COSDictionary |
getDictionary()
Convert this standard java object to a COS object. |
boolean |
isMarked()
Tells if this is a tagged PDF. |
boolean |
isSuspect()
Tells if this PDF contain 'suspect' tags. |
void |
setMarked(boolean value)
Set if this is a tagged PDF. |
void |
setSuspect(boolean suspect)
Set the value of the suspects property. |
void |
setUserProperties(boolean userProps)
Set if the structure elements contain user properties. |
boolean |
usesUserProperties()
Tells if structure elements use user properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDMarkInfo()
public PDMarkInfo(COSDictionary dic)
dic
- The existing dictionary.Method Detail |
---|
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getDictionary()
public boolean isMarked()
public void setMarked(boolean value)
value
- The new marked value.public boolean usesUserProperties()
public void setUserProperties(boolean userProps)
userProps
- The new value for this property.public boolean isSuspect()
public void setSuspect(boolean suspect)
suspect
- The new "Suspects" value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |