Package org.verapdf.model.salayer
Interface SAAnnotation
-
- All Superinterfaces:
Object
- All Known Subinterfaces:
SALinkAnnotation
- All Known Implementing Classes:
GFSAAnnotation,GFSALinkAnnotation
public interface SAAnnotation extends Object
annotation object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContents()the value of the /Contents entryLonggetF()annotation flagsBooleangethasLinkValue()true, if text value is linkBooleangetisOutsideCropBox()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
-
gethasLinkValue
Boolean gethasLinkValue()
true, if text value is link
-
getF
Long getF()
annotation flags
-
getContents
String getContents()
the value of the /Contents entry
-
getisOutsideCropBox
Boolean getisOutsideCropBox()
true, if annotation rectangle is outside page CropBox
-
-