Package org.verapdf.features.objects
Interface AnnotationFeaturesObjectAdapter
- All Superinterfaces:
FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
Method Summary
Modifier and TypeMethodDescriptionGets annotation name.double[]getColor()Gets annotation color.Gets annotation contents.Gets form XObject from annotation.getId()Gets annotation adapter id.Gets annotation modified date.Gets annotation adapter popup id.double[]Gets annotation rectangle.Gets annotation subtype.booleanisHidden()Tells whether annotation is hidden.booleanTells whether annotation is invisible.booleanisLocked()Tells whether annotation is locked.booleanTells whether annotation is locked content.booleanTells whether annotation is no rotate.booleanisNoView()Tells whether annotation is no view.booleanisNoZoom()Tells whether annotation is no zoom.booleanTells whether annotation is printed.booleanTells whether annotation is read only.booleanTells whether annotation is toggle no view.Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
Method Details
-
getId
String getId()Gets annotation adapter id.- Returns:
- an annotation adapter id
-
getPopupId
String getPopupId()Gets annotation adapter popup id.- Returns:
- an annotation adapter popup id
-
getFormXObjectsResources
Gets form XObject from annotation.- Returns:
- a form XObject
-
getSubtype
String getSubtype()Gets annotation subtype.- Returns:
- an annotation subtype
-
getRectangle
double[] getRectangle()Gets annotation rectangle.- Returns:
- an annotation rectangle
-
getContents
String getContents()Gets annotation contents.- Returns:
- an annotation contents
-
getAnnotationName
String getAnnotationName()Gets annotation name.- Returns:
- an annotation name
-
getModifiedDate
String getModifiedDate()Gets annotation modified date.- Returns:
- an annotation modified date
-
getColor
double[] getColor()Gets annotation color.- Returns:
- an annotation color
-
isInvisible
boolean isInvisible()Tells whether annotation is invisible.- Returns:
- true if annotation is invisible
-
isHidden
boolean isHidden()Tells whether annotation is hidden.- Returns:
- true if annotation is hidden
-
isPrinted
boolean isPrinted()Tells whether annotation is printed.- Returns:
- true if annotation is printed
-
isNoZoom
boolean isNoZoom()Tells whether annotation is no zoom.- Returns:
- true if annotation is no zoom
-
isNoRotate
boolean isNoRotate()Tells whether annotation is no rotate.- Returns:
- true if annotation is no rotate
-
isNoView
boolean isNoView()Tells whether annotation is no view.- Returns:
- true if annotation is no view
-
isReadOnly
boolean isReadOnly()Tells whether annotation is read only.- Returns:
- true if annotation is read only
-
isLocked
boolean isLocked()Tells whether annotation is locked.- Returns:
- true if annotation is locked
-
isToggleNoView
boolean isToggleNoView()Tells whether annotation is toggle no view.- Returns:
- true if annotation is toggle no view
-
isLockedContents
boolean isLockedContents()Tells whether annotation is locked content.- Returns:
- true if annotation is locked content
-