public class PBAnnotationFeaturesObjectAdapter extends Object implements AnnotationFeaturesObjectAdapter
| Constructor and Description |
|---|
PBAnnotationFeaturesObjectAdapter(PDAnnotation annot,
String id,
String popupId,
Set<String> formXObjects)
Constructs new Annotation Feature Object adapter
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationName() |
double[] |
getColor() |
String |
getContents() |
List<String> |
getErrors() |
Set<String> |
getFormXObjectsResources() |
String |
getId() |
String |
getModifiedDate() |
String |
getPopupId() |
double[] |
getRectangle() |
String |
getSubtype() |
boolean |
isHidden() |
boolean |
isInvisible() |
boolean |
isLocked() |
boolean |
isLockedContents() |
boolean |
isNoRotate() |
boolean |
isNoView() |
boolean |
isNoZoom() |
boolean |
isPDFObjectPresent() |
boolean |
isPrinted() |
boolean |
isReadOnly() |
boolean |
isToggleNoView() |
public PBAnnotationFeaturesObjectAdapter(PDAnnotation annot, String id, String popupId, Set<String> formXObjects)
annot - pdfbox class represents annotation objectid - annotation idpopupId - id of the popup annotationformXObjects - set of id of the form XObjects which used in appearance stream of this annotationpublic String getId()
getId in interface AnnotationFeaturesObjectAdapterpublic String getPopupId()
getPopupId in interface AnnotationFeaturesObjectAdapterpublic Set<String> getFormXObjectsResources()
getFormXObjectsResources in interface AnnotationFeaturesObjectAdapterpublic String getSubtype()
getSubtype in interface AnnotationFeaturesObjectAdapterpublic double[] getRectangle()
getRectangle in interface AnnotationFeaturesObjectAdapterpublic String getContents()
getContents in interface AnnotationFeaturesObjectAdapterpublic String getAnnotationName()
getAnnotationName in interface AnnotationFeaturesObjectAdapterpublic String getModifiedDate()
getModifiedDate in interface AnnotationFeaturesObjectAdapterpublic double[] getColor()
getColor in interface AnnotationFeaturesObjectAdapterpublic boolean isInvisible()
isInvisible in interface AnnotationFeaturesObjectAdapterpublic boolean isHidden()
isHidden in interface AnnotationFeaturesObjectAdapterpublic boolean isPrinted()
isPrinted in interface AnnotationFeaturesObjectAdapterpublic boolean isNoZoom()
isNoZoom in interface AnnotationFeaturesObjectAdapterpublic boolean isNoRotate()
isNoRotate in interface AnnotationFeaturesObjectAdapterpublic boolean isNoView()
isNoView in interface AnnotationFeaturesObjectAdapterpublic boolean isReadOnly()
isReadOnly in interface AnnotationFeaturesObjectAdapterpublic boolean isLocked()
isLocked in interface AnnotationFeaturesObjectAdapterpublic boolean isToggleNoView()
isToggleNoView in interface AnnotationFeaturesObjectAdapterpublic boolean isLockedContents()
isLockedContents in interface AnnotationFeaturesObjectAdapterpublic boolean isPDFObjectPresent()
isPDFObjectPresent in interface FeaturesObjectAdapterpublic List<String> getErrors()
getErrors in interface FeaturesObjectAdapterCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.