Uses of Class
com.lowagie.text.pdf.BaseField
-
Packages that use BaseField Package Description com.lowagie.text.pdf -
-
Uses of BaseField in com.lowagie.text.pdf
Subclasses of BaseField in com.lowagie.text.pdf Modifier and Type Class Description class
PushbuttonField
Creates a pushbutton field.class
RadioCheckField
Creates a radio or a check field.class
TextField
Supports text, combo and list fields generating the correct appearances.Fields in com.lowagie.text.pdf with type parameters of type BaseField Modifier and Type Field Description private java.util.Map<java.lang.String,BaseField>
AcroFields. fieldCache
Holds value of property fieldCache.Methods in com.lowagie.text.pdf that return types with arguments of type BaseField Modifier and Type Method Description java.util.Map<java.lang.String,BaseField>
AcroFields. getFieldCacheMap()
Gets the appearances cache.Methods in com.lowagie.text.pdf with parameters of type BaseField Modifier and Type Method Description void
AcroFields. decodeGenericDictionary(PdfDictionary merged, BaseField tx)
Method parameters in com.lowagie.text.pdf with type arguments of type BaseField Modifier and Type Method Description void
AcroFields. setFieldCacheMap(java.util.Map<java.lang.String,BaseField> fieldCache)
Sets a cache for field appearances.
-