Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfAppearance
-
Packages that use PdfAppearance Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfAppearance in com.gitlab.pdftk_java.com.lowagie.text.pdf
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfAppearance Modifier and Type Method Description PdfAppearance
PdfContentByte. createAppearance(float width, float height)
Creates a new appearance to be used with form fields.(package private) PdfAppearance
PdfContentByte. createAppearance(float width, float height, PdfName forcedName)
(package private) PdfAppearance
AcroFields. getAppearance(PdfDictionary merged, java.lang.String[] values, java.lang.String fieldName)
(package private) PdfAppearance
AcroFields. getAppearance(PdfDictionary merged, java.lang.String text, java.lang.String fieldName)
PdfAppearance
TextField. getAppearance()
Get thePdfAppearance
of a text or combo fieldprotected PdfAppearance
BaseField. getBorderAppearance()
(package private) PdfAppearance
TextField. getListAppearance()
Get thePdfAppearance
of a list fieldMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfAppearance Modifier and Type Method Description private void
BaseField. drawBottomFrame(PdfAppearance app)
private void
BaseField. drawTopFrame(PdfAppearance app)
-