Uses of Class
com.itextpdf.text.pdf.PdfAppearance
Packages that use PdfAppearance
-
Uses of PdfAppearance in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfAppearanceModifier and TypeMethodDescriptionstatic PdfAppearance
PdfAppearance.createAppearance
(PdfWriter writer, float width, float height) Creates a new appearance to be used with form fields.(package private) static PdfAppearance
PdfAppearance.createAppearance
(PdfWriter writer, float width, float height, PdfName forcedName) 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, String[] values, String fieldName) (package private) PdfAppearance
AcroFields.getAppearance
(PdfDictionary merged, String text, String fieldName) PdfARadioCheckField.getAppearance
(boolean isRadio, boolean on) PushbuttonField.getAppearance()
Gets the button appearance.RadioCheckField.getAppearance
(boolean isRadio, boolean on) Gets the field appearance.TextField.getAppearance()
Get thePdfAppearance
of a text or combo fieldRadioCheckField.getAppearanceRadioCircle
(boolean on) Gets the special field appearance for the radio circle.protected PdfAppearance
BaseField.getBorderAppearance()
(package private) PdfAppearance
TextField.getListAppearance()
Get thePdfAppearance
of a list fieldMethods in com.itextpdf.text.pdf with parameters of type PdfAppearanceModifier and TypeMethodDescriptionprivate void
BaseField.drawBottomFrame
(PdfAppearance app) private void
BaseField.drawTopFrame
(PdfAppearance app)