Class GFPDFileAttachmentAnnot
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDAnnot
org.verapdf.gf.model.impl.pd.annotations.GFPDMarkupAnnot
org.verapdf.gf.model.impl.pd.annotations.GFPDFileAttachmentAnnot
- All Implemented Interfaces:
Object
,PDAnnot
,PDFileAttachmentAnnot
,PDMarkupAnnot
,PDObject
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.annotations.GFPDMarkupAnnot
MARKUP_ANNOTATION_TYPE
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDAnnot
A, ADDITIONAL_ACTION, ANNOTATION_TYPE, APPEARANCE, BM, CARET, CIRCLE, DICT, FILE_ATTACHMENT, FREE_TEXT, HIGHLIGHT, INK, LANG, LINE, LINK, MOVIE, POLYGON, POLYLINE, POPUP, PRINTER_MARK, REDACT, resources, RICH_MEDIA, SCREEN, SOUND, SQUARE, SQUIGGLY, STAMP, STREAM, STRIKE_OUT, TEXT, TRAP_NET, TYPE_3D, UNDERLINE, WATERMARK, WIDGET, X_AXIS, Y_AXIS
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObject
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
Constructor Summary
ConstructorsConstructorDescriptionGFPDFileAttachmentAnnot
(PDAnnotation annot, PDResourcesHandler pageResources, PDPage page) -
Method Summary
Modifier and TypeMethodDescriptionvalue of an AFRelationship entry in the file specification dictionarytrue if a file attachment annotation contains a FS entryMethods inherited from class org.verapdf.gf.model.impl.pd.annotations.GFPDMarkupAnnot
getcontainsRC, getRC
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDAnnot
createAnnot, getAlt, getAP, getCA, getcontainsA, getcontainsAA, getcontainsC, getcontainsIC, getContents, getF, getFT, getheight, getisArtifact, getisOutsideCropBox, getLang, getLinkedObjects, getN_type, getParentDictionary, getstructParentObjectKey, getstructParentStandardType, getstructParentType, getSubtype, getwidth, isSignature
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKey
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
Methods inherited from interface org.verapdf.model.pdlayer.PDAnnot
getAlt, getAP, getCA, getcontainsA, getcontainsAA, getcontainsC, getcontainsIC, getContents, getF, getFT, getheight, getisArtifact, getisOutsideCropBox, getN_type, getstructParentObjectKey, getstructParentStandardType, getstructParentType, getSubtype, getwidth
Methods inherited from interface org.verapdf.model.pdlayer.PDMarkupAnnot
getcontainsRC, getRC
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Field Details
-
FILE_ATTACHMENT_RUBBER_TYPE
- See Also:
-
-
Constructor Details
-
GFPDFileAttachmentAnnot
-
-
Method Details
-
getcontainsFS
Description copied from interface:PDFileAttachmentAnnot
true if a file attachment annotation contains a FS entry- Specified by:
getcontainsFS
in interfacePDFileAttachmentAnnot
-
getAFRelationship
Description copied from interface:PDFileAttachmentAnnot
value of an AFRelationship entry in the file specification dictionary- Specified by:
getAFRelationship
in interfacePDFileAttachmentAnnot
-