Uses of Class
org.openpdf.text.pdf.PdfAppearance
Packages that use PdfAppearance
-
Uses of PdfAppearance in org.openpdf.text.pdf
Methods in org.openpdf.text.pdf that return PdfAppearanceModifier and TypeMethodDescriptionstatic PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height) Creates a new appearance to be used with form fields.static PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height, PdfIndirectReference ref) Creates a new appearance to be used with existing form fields.PdfContentByte.createAppearance(float width, float height) Creates a new appearance to be used with form fields.PushbuttonField.getAppearance()Gets the button appearance.static PdfAppearanceRadioCheckField.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 thePdfAppearanceof a text or combo fieldstatic PdfAppearanceRadioCheckField.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 PdfAppearanceRadioCheckField.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 PdfAppearanceBaseField.getBorderAppearance(PdfWriter writer, Rectangle box, int rotation, Color backgroundColor, int borderStyle, float borderWidth, Color borderColor, int options, int maxCharacterLength)