static 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) |
|
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 |
PdfARadioCheckField.getAppearance(boolean isRadio,
boolean on) |
|
PdfAppearance |
PushbuttonField.getAppearance() |
Gets the button appearance.
|
PdfAppearance |
RadioCheckField.getAppearance(boolean isRadio,
boolean on) |
Gets the field appearance.
|
PdfAppearance |
TextField.getAppearance() |
Get the PdfAppearance of a text or combo field
|
PdfAppearance |
RadioCheckField.getAppearanceRadioCircle(boolean on) |
Gets the special field appearance for the radio circle.
|
protected PdfAppearance |
BaseField.getBorderAppearance() |
|
(package private) PdfAppearance |
TextField.getListAppearance() |
Get the PdfAppearance of a list field
|