Package org.verapdf.gf.model.impl.pd
Class GFPDFormField
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDFormField
- All Implemented Interfaces:
Object,PDFormField,PDObject
- Direct Known Subclasses:
GFPDSignatureField,GFPDTextField
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
ConstructorsModifierConstructorDescriptionGFPDFormField(PDFormField simplePDObject) protectedGFPDFormField(PDFormField field, String type) -
Method Summary
Modifier and TypeMethodDescriptionstatic GFPDFormFieldcreateTypedFormField(PDFormField field) true if the form field dictionary contains the AA entrygetFf()value of the Ff entrygetFT()Field typegetLinkedObjects(String link) getTU()value of the TU entryMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods 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, getobjectKey
-
Field Details
-
FORM_FIELD_TYPE
- See Also:
-
ADDITIONAL_ACTION
- See Also:
-
LANG
- See Also:
-
KIDS
- See Also:
-
-
Constructor Details
-
GFPDFormField
-
GFPDFormField
-
-
Method Details
-
createTypedFormField
-
getFT
Description copied from interface:PDFormFieldField type- Specified by:
getFTin interfacePDFormField
-
getcontainsAA
Description copied from interface:PDFormFieldtrue if the form field dictionary contains the AA entry- Specified by:
getcontainsAAin interfacePDFormField
-
getTU
Description copied from interface:PDFormFieldvalue of the TU entry- Specified by:
getTUin interfacePDFormField
-
getFf
Description copied from interface:PDFormFieldvalue of the Ff entry- Specified by:
getFfin interfacePDFormField
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-