Uses of Class
com.aowagie.text.pdf.PdfAppearance
-
Packages that use PdfAppearance Package Description com.aowagie.text.pdf -
-
Uses of PdfAppearance in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfAppearance Modifier and Type Method Description static PdfAppearancePdfAppearance. createAppearance(PdfWriter writer, float width, float height)Creates a new appearance to be used with form fields.private static PdfAppearancePdfAppearance. createAppearance(PdfWriter writer, float width, float height, PdfName forcedName)private PdfAppearancePdfContentByte. createAppearance(float width, float height, PdfName forcedName)(package private) PdfAppearanceAcroFields. getAppearance(PdfDictionary merged, java.lang.String text, java.lang.String fieldName)PdfAppearancePushbuttonField. getAppearance()Gets the button appearance.PdfAppearanceTextField. getAppearance()Get thePdfAppearanceof a text or combo fieldprotected PdfAppearanceBaseField. getBorderAppearance()(package private) PdfAppearanceTextField. getListAppearance()Get thePdfAppearanceof a list fieldMethods in com.aowagie.text.pdf with parameters of type PdfAppearance Modifier and Type Method Description private voidBaseField. drawBottomFrame(PdfAppearance app)private voidBaseField. drawTopFrame(PdfAppearance app)
-