Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Method | Description |
---|---|---|
static PdfAppearance |
PdfAppearance.createAppearance(PdfWriter writer,
float width,
float height) |
Creates a new appearance to be used with form fields.
|
PdfAppearance |
PdfContentByte.createAppearance(float width,
float height) |
Creates a new appearance to be used with form fields.
|
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() |
Copyright © 2018. All rights reserved.