Package org.verapdf.model.salayer
Interface SAAnnotation
-
- All Superinterfaces:
Object
- All Known Subinterfaces:
SALinkAnnotation
public interface SAAnnotation extends Object
annotation object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlt()the Alt entry of parent structure elementStringgetContents()the value of the /Contents entryLonggetF()annotation flagsBooleangetisOutsideCropBox()true, if annotation rectangle is outside page CropBoxStringgettextValue()text located on page in Rect-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
gettextValue
String gettextValue()
text located on page in Rect
-
getF
Long getF()
annotation flags
-
getContents
String getContents()
the value of the /Contents entry
-
getAlt
String getAlt()
the Alt entry of parent structure element
-
getisOutsideCropBox
Boolean getisOutsideCropBox()
true, if annotation rectangle is outside page CropBox
-
-