Uses of Class
com.lowagie.text.pdf.PdfAppearance
Packages that use PdfAppearance
-
Uses of PdfAppearance in com.lowagie.text.pdf
Methods in com.lowagie.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.static PdfAppearance
PdfAppearance.createAppearance
(PdfWriter writer, float width, float height, PdfIndirectReference ref) Creates a new appearance to be used with existing form fields.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) PushbuttonField.getAppearance()
Gets the button appearance.static PdfAppearance
RadioCheckField.getAppearance
(boolean on, PdfWriter writer, int checkType, int rotation, int borderStyle, Rectangle box, float borderWidth, float fontSize, String text, Color textColor, Color backgroundColor, Color borderColor, BaseFont ufont) Gets the field appearance.TextField.getAppearance()
Get thePdfAppearance
of a text or combo fieldstatic PdfAppearance
RadioCheckField.getAppearanceRadioCircle
(boolean on, PdfWriter writer, Rectangle box, int rotation, Color backgroundColor, float borderWidth, Color borderColor, Color textColor) Gets the special field appearance for the radio circle.static PdfAppearance
RadioCheckField.getAppearanceRadioCross
(boolean on, PdfWriter writer, Rectangle box, int rotation, Color backgroundColor, float borderWidth, Color borderColor, Color textColor) Gets the special field appearance for the radio circle.protected static PdfAppearance
BaseField.getBorderAppearance
(PdfWriter writer, Rectangle box, int rotation, Color backgroundColor, int borderStyle, float borderWidth, Color borderColor, int options, int maxCharacterLength) (package private) PdfAppearance
TextField.getListAppearance()
Get thePdfAppearance
of a list fieldMethods in com.lowagie.text.pdf with parameters of type PdfAppearanceModifier and TypeMethodDescriptionprivate static void
BaseField.drawBottomFrame
(PdfAppearance app, float borderWidth, Rectangle box) private static void
BaseField.drawTopFrame
(PdfAppearance app, float borderWidth, Rectangle box)