org.pdfbox.pdmodel.interactive.form
Class PDTextbox
- COSObjectable
A class for handling the PDF field as a textbox.
doNotScroll , doNotSpellCheck , getDefaultAppearance , getQ , getValue , isFileSelect , isMultiline , isPassword , isRichText , setComb , setDoNotScroll , setDoNotSpellCheck , setFileSelect , setMultiline , setPassword , setQ , setRichText , setValue , shouldComb |
findFieldType , findKid , getAcroForm , getActions , getCOSObject , getDictionary , getFieldFlags , getFieldType , getFullyQualifiedName , getKids , getParent , getPartialName , getValue , getWidget , importFDF , isNoExport , isReadonly , isRequired , setAcroForm , setActions , setFieldFlags , setKids , setNoExport , setParent , setPartialName , setReadonly , setRequired , setValue , toString |
PDTextbox
public PDTextbox(PDAcroForm theAcroForm)
theAcroForm
- The acroform.
PDTextbox
public PDTextbox(PDAcroForm theAcroForm,
COSDictionary field)
theAcroForm
- The acroForm for this field.field
- The field's dictionary.