| Package | Description |
|---|---|
| com.lowagie.text.pdf |
| Modifier and Type | Method and Description |
|---|---|
PdfAppearance |
PdfContentByte.createAppearance(float width,
float height)
Creates a new appearance to be used with form fields.
|
static 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.
|
PdfAppearance |
PushbuttonField.getAppearance()
Gets the button appearance.
|
PdfAppearance |
TextField.getAppearance()
Get the
PdfAppearance of a text or combo field |
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.
|
static 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) |
Copyright © 2024. All rights reserved.