public class PBAnnotationFeaturesObjectAdapter extends Object
| 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()
public String getPopupId()
public String getSubtype()
public double[] getRectangle()
public String getContents()
public String getAnnotationName()
public String getModifiedDate()
public double[] getColor()
public boolean isInvisible()
public boolean isHidden()
public boolean isPrinted()
public boolean isNoZoom()
public boolean isNoRotate()
public boolean isNoView()
public boolean isReadOnly()
public boolean isLocked()
public boolean isToggleNoView()
public boolean isLockedContents()
public boolean isPDFObjectPresent()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.