Package org.verapdf.gf.model.impl.pd
Class GFPDTextField
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDFormField
org.verapdf.gf.model.impl.pd.GFPDTextField
- All Implemented Interfaces:
Object,PDFormField,PDObject,PDTextField
- Author:
- Sergey Shemyakov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.GFPDFormField
ADDITIONAL_ACTION, FORM_FIELD_TYPE, KIDS, LANGFields 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
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDFormField
createTypedFormField, getcontainsAA, getFf, getFT, getLinkedObjects, getTUMethods 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDFormField
getcontainsAA, getFf, getFT, getTUMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Field Details
-
TEXT_FIELD_TYPE
- See Also:
-
-
Constructor Details
-
GFPDTextField
-
-
Method Details
-
getV
Description copied from interface:PDTextFieldstring representation of V entry- Specified by:
getVin interfacePDTextField
-
getRV
Description copied from interface:PDTextFieldstring representation of RV entry- Specified by:
getRVin interfacePDTextField
-
getcontainsRV
Description copied from interface:PDTextFieldtrue if the text field contains the RV entry- Specified by:
getcontainsRVin interfacePDTextField
-