Package org.verapdf.gf.model.impl.pd
Class GFPDAcroForm
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDAcroForm
- All Implemented Interfaces:
Object,PDAcroForm,PDObject
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue if the form dictionary contains XFA keyvalue of dynamicRender property in XFAgetLinkedObjects(String link) NeedAppearances flagMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getIDMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Field Details
-
ACRO_FORM_TYPE
- See Also:
-
FORM_FIELDS
- See Also:
-
XDP
- See Also:
-
CONFIG
- See Also:
-
ACROBAT
- See Also:
-
ACROBAT7
- See Also:
-
DYNAMIC_RENDER
- See Also:
-
-
Constructor Details
-
GFPDAcroForm
-
-
Method Details
-
getNeedAppearances
Description copied from interface:PDAcroFormNeedAppearances flag- Specified by:
getNeedAppearancesin interfacePDAcroForm
-
getcontainsXFA
Description copied from interface:PDAcroFormtrue if the form dictionary contains XFA key- Specified by:
getcontainsXFAin interfacePDAcroForm
-
getdynamicRender
Description copied from interface:PDAcroFormvalue of dynamicRender property in XFA- Specified by:
getdynamicRenderin interfacePDAcroForm
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-