org.apache.pdfbox.pdmodel.interactive.form
Class PDTextbox

java.lang.Object
  extended by org.apache.pdfbox.pdmodel.interactive.form.PDField
      extended by org.apache.pdfbox.pdmodel.interactive.form.PDVariableText
          extended by org.apache.pdfbox.pdmodel.interactive.form.PDTextbox
All Implemented Interfaces:
COSObjectable

public class PDTextbox
extends PDVariableText

A class for handling the PDF field as a textbox.

Version:
$Revision: 1.9 $
Author:
sug

Field Summary
 
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDVariableText
FLAG_COMB, FLAG_DO_NOT_SCROLL, FLAG_DO_NOT_SPELL_CHECK, FLAG_FILE_SELECT, FLAG_MULTILINE, FLAG_PASSWORD, FLAG_RICH_TEXT, QUADDING_CENTERED, QUADDING_LEFT, QUADDING_RIGHT
 
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDField
FLAG_NO_EXPORT, FLAG_READ_ONLY, FLAG_REQUIRED
 
Constructor Summary
PDTextbox(PDAcroForm theAcroForm)
           
PDTextbox(PDAcroForm theAcroForm, COSDictionary field)
           
 
Method Summary
 
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDVariableText
doNotScroll, doNotSpellCheck, getDefaultAppearance, getQ, getValue, isFileSelect, isMultiline, isPassword, isRichText, setComb, setDoNotScroll, setDoNotSpellCheck, setFileSelect, setMultiline, setPassword, setQ, setRichText, setValue, shouldComb
 
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.form.PDField
findFieldType, findKid, getAcroForm, getActions, getAlternateFieldName, getCOSObject, getDictionary, getFieldFlags, getFieldType, getFullyQualifiedName, getKids, getParent, getPartialName, getWidget, importFDF, isNoExport, isReadonly, isRequired, setAcroForm, setActions, setAlternateFieldName, setFieldFlags, setKids, setNoExport, setParent, setPartialName, setReadonly, setRequired, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDTextbox

public PDTextbox(PDAcroForm theAcroForm)
Parameters:
theAcroForm - The acroform.
See Also:
PDField.PDField(PDAcroForm,COSDictionary)

PDTextbox

public PDTextbox(PDAcroForm theAcroForm,
                 COSDictionary field)
Parameters:
theAcroForm - The acroForm for this field.
field - The field's dictionary.
See Also:
PDField.PDField(PDAcroForm,COSDictionary)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.