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 classPushbuttonFieldCreates a pushbutton field.classRadioCheckFieldCreates a radio or a check field.classTextFieldSupports text, combo and list fields generating the correct appearances.Methods in com.lowagie.text.pdf that return types with arguments of type BaseField Modifier and Type Method Description Map<String,BaseField>AcroFields. getFieldCacheMap()Gets the appearances cache.Methods in com.lowagie.text.pdf with parameters of type BaseField Modifier and Type Method Description voidAcroFields. decodeGenericDictionary(PdfDictionary merged, BaseField tx)Method parameters in com.lowagie.text.pdf with type arguments of type BaseField Modifier and Type Method Description voidAcroFields. setFieldCacheMap(Map<String,BaseField> fieldCache)Sets a cache for field appearances.
-