| Changed Methods |
void
drawPdfA1CheckAppearance(
float,
float
,
String
,
int
)
|
Documentation changed from old to new. |
use {@link #drawPdfA2CheckAppearance(float, float, String, int)} instead. |
void
drawPdfA2CheckAppearance(
float,
float
,
String
,
int
)
|
Documentation changed from old to new. |
Draws PDF/A-2 compliant check appearance. |
String
generateDefaultAppearanceString(
PdfFont,
float
,
Color
,
PdfResources
)
|
Documentation changed from old to new. |
use {@link #updateDefaultAppearance()} instead. |
PdfFormField
setAppearance(
PdfName,
String
,
PdfStream
)
|
Documentation changed from old to new. |
Sets an appearance for (the widgets related to) the form field. |
PdfTextFormField
createText(
PdfDocument,
PdfAConformanceLevel
)
|
Documentation changed from old to new. |
Creates an empty text form field. |
PdfFormXObject
drawPushButtonAppearance(
float,
float
,
String
,
PdfFont
,
PdfName
,
float
)
|
Documentation changed from old to new. |
use {@link #drawPushButtonAppearance(float, float, String, PdfFont, float)} instead. |