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
public class GFPDAcroForm extends GFPDObject implements PDAcroForm
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description static StringACRO_FORM_TYPEstatic StringACROBATstatic StringACROBAT7static StringCONFIGstatic StringDYNAMIC_RENDERstatic StringFORM_FIELDSstatic StringXDP-
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
Constructors Constructor Description GFPDAcroForm(PDAcroForm acroForm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsXFA()true if the form dictionary contains XFA keyStringgetdynamicRender()value of dynamicRender property in XFAList<? extends Object>getLinkedObjects(String link)BooleangetNeedAppearances()NeedAppearances flag-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
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, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Field Detail
-
ACRO_FORM_TYPE
public static final String ACRO_FORM_TYPE
- See Also:
- Constant Field Values
-
FORM_FIELDS
public static final String FORM_FIELDS
- See Also:
- Constant Field Values
-
XDP
public static final String XDP
- See Also:
- Constant Field Values
-
CONFIG
public static final String CONFIG
- See Also:
- Constant Field Values
-
ACROBAT
public static final String ACROBAT
- See Also:
- Constant Field Values
-
ACROBAT7
public static final String ACROBAT7
- See Also:
- Constant Field Values
-
DYNAMIC_RENDER
public static final String DYNAMIC_RENDER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFPDAcroForm
public GFPDAcroForm(PDAcroForm acroForm)
-
-
Method Detail
-
getNeedAppearances
public Boolean getNeedAppearances()
Description copied from interface:PDAcroFormNeedAppearances flag- Specified by:
getNeedAppearancesin interfacePDAcroForm
-
getcontainsXFA
public Boolean getcontainsXFA()
Description copied from interface:PDAcroFormtrue if the form dictionary contains XFA key- Specified by:
getcontainsXFAin interfacePDAcroForm
-
getdynamicRender
public String getdynamicRender()
Description copied from interface:PDAcroFormvalue of dynamicRender property in XFA- Specified by:
getdynamicRenderin interfacePDAcroForm
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
-