|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.documentinterchange.markedcontent.PDMarkedContent
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDArtifactMarkedContent
public class PDArtifactMarkedContent
An artifact marked content.
| Constructor Summary | |
|---|---|
PDArtifactMarkedContent(COSDictionary properties)
|
|
| Method Summary | |
|---|---|
PDRectangle |
getBBox()
Gets the artifact's bounding box (BBox). |
String |
getSubtype()
Gets the subtype (Subtype). |
String |
getType()
Gets the type (Type). |
boolean |
isBottomAttached()
Is the artifact attached to the bottom edge? |
boolean |
isLeftAttached()
Is the artifact attached to the left edge? |
boolean |
isRightAttached()
Is the artifact attached to the right edge? |
boolean |
isTopAttached()
Is the artifact attached to the top edge? |
| Methods inherited from class org.apache.pdfbox.pdmodel.documentinterchange.markedcontent.PDMarkedContent |
|---|
addMarkedContent, addText, addXObject, create, getActualText, getAlternateDescription, getContents, getExpandedForm, getLanguage, getMCID, getProperties, getTag, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDArtifactMarkedContent(COSDictionary properties)
| Method Detail |
|---|
public String getType()
public PDRectangle getBBox()
public boolean isTopAttached()
true if the artifact is attached to the top edge,
false otherwisepublic boolean isBottomAttached()
true if the artifact is attached to the bottom edge,
false otherwisepublic boolean isLeftAttached()
true if the artifact is attached to the left edge,
false otherwisepublic boolean isRightAttached()
true if the artifact is attached to the right edge,
false otherwisepublic String getSubtype()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||