public class PDAFTextField extends PDAcroFormField
| Modifier and Type | Class and Description |
|---|---|
static class |
PDAFTextField.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static PDAFTextField.MetaClass |
META
The meta class instance
|
ACROFORMFIELD_ACTION_TRIGGERS, ALIGNMENT_CENTER, ALIGNMENT_LEFT, ALIGNMENT_RIGHT, CN_FT_Btn, CN_FT_Ch, CN_FT_Sig, CN_FT_Tx, DK_DS, DK_DV, DK_Ff, DK_FT, DK_Kids, DK_MaxLen, DK_Parent, DK_RV, DK_T, DK_TM, DK_TU, DK_VDK_DA, DK_DR, DK_Encoding, DK_Font, DK_QDK_Subtype, DK_TypeDK_AA| Modifier and Type | Method and Description |
|---|---|
COSName |
cosGetExpectedFieldType()
The AcroForm field type expected for this.
|
String |
getDefaultValueString()
The value from cosGetDefaultValue() converted to a String
|
String |
getValueString()
The value from cosGetValue() converted to a String
|
boolean |
isTypeTx()
Return true if this is a text field.
|
void |
reset()
Reset this to its default value.
|
void |
setDefaultValue(String value)
Assign a new default value.
|
void |
setValueString(String value)
Set the value of this.
|
addAnnotation, addField, basicGetFieldFlags, basicSetFieldFlags, copy, cosGetDefaultValue, cosGetFieldType, cosGetValue, cosSetValue, dispose, getAcroForm, getAdditionalActions, getAlternateFieldName, getAnyAnnotation, getFieldFlags, getGenericChildren, getGenericParent, getKids, getLocalName, getLocalName, getLogicalParent, getLogicalRoot, getMaxLen, getParent, getQualifiedName, getQualifiedName, getSupportedTriggerEvents, invalidateCaches, isAlignmentCenter, isAlignmentLeft, isAlignmentRight, isAnnotation, isComb, isDoNotScroll, isMultiline, isNoExport, isReadOnly, isTypeBtn, isTypeCh, isTypeSig, removeField, setAdditionalActions, setAlignmentCenter, setAlignmentLeft, setAlignmentRight, setAlternateFieldName, setComb, setDoNotScroll, setLocalName, setMaxLength, setMultiline, setNoExport, setReadOnly, setValueStrings, toStringcanonicalize, collectLeafFields, getAnnotation, getAnnotations, getDefaultAppearanceContent, getDefaultAppearanceFont, getDefaultAppearanceFontColor, getDefaultAppearanceFontName, getDefaultAppearanceFontSize, getField, getField, getQuadding, setDefaultAppearanceContent, setDefaultAppearanceFont, setDefaultAppearanceFontColor, setDefaultAppearanceFontSize, setQuaddingcosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, setGenericParentchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDAFTextField.MetaClass META
public COSName cosGetExpectedFieldType()
PDAcroFormFieldcosGetExpectedFieldType in class PDAcroFormFieldpublic void setValueString(String value)
PDAcroFormFieldsetValueString in class PDAcroFormFieldvalue - The new value of this, represented by a String.public void setDefaultValue(String value)
PDAcroFormFieldsetDefaultValue in class PDAcroFormFieldvalue - The new default value.public String getValueString()
PDAcroFormFieldgetValueString in class PDAcroFormFieldpublic String getDefaultValueString()
PDAcroFormFieldgetDefaultValueString in class PDAcroFormFieldpublic boolean isTypeTx()
PDAcroFormField"Tx" means this is a text style object.
isTypeTx in class PDAcroFormFieldpublic void reset()
PDAcroFormFieldreset in class PDAcroFormFieldCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.