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 PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height) Deprecated.Creates a new appearance to be used with form fields.static PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height, PdfIndirectReference ref) Deprecated.Creates a new appearance to be used with existing form fields.private static PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height, PdfName forcedName) Deprecated.PdfContentByte.createAppearance(float width, float height) Deprecated.Creates a new appearance to be used with form fields.(package private) PdfAppearancePdfContentByte.createAppearance(float width, float height, PdfName forcedName) Deprecated.(package private) PdfAppearanceAcroFields.getAppearance(PdfDictionary merged, String[] values, String fieldName) Deprecated.(package private) PdfAppearanceAcroFields.getAppearance(PdfDictionary merged, String text, String fieldName) Deprecated.PushbuttonField.getAppearance()Deprecated.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) Deprecated.Gets the field appearance.TextField.getAppearance()Deprecated.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) Deprecated.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) Deprecated.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) Deprecated.(package private) PdfAppearanceTextField.getListAppearance()Deprecated.Get thePdfAppearanceof a list fieldMethods in com.lowagie.text.pdf with parameters of type PdfAppearanceModifier and TypeMethodDescriptionprivate static voidBaseField.drawBottomFrame(PdfAppearance app, float borderWidth, Rectangle box) Deprecated.private static voidBaseField.drawTopFrame(PdfAppearance app, float borderWidth, Rectangle box) Deprecated.