| 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. |
PdfName
getFormType()
|
Documentation changed from old to new. |
Returns the type of the parent form field, or of the wrapped object. |
PdfChoiceFormField
createChoice(
PdfDocument,
Rectangle
,
String
,
String
,
PdfArray
,
int
,
PdfFont
,
PdfAConformanceLevel
)
|
Documentation changed from old to new. |
Creates a choice form field with custom behavior and layout, on a specified location. |
PdfChoiceFormField
createComboBox(
PdfDocument,
Rectangle
,
String
,
String
,
String[]
,
PdfFont
,
PdfAConformanceLevel
)
|
Documentation changed from old to new. |
Creates a combobox with custom behavior and layout, on a specified location. |
PdfChoiceFormField
createComboBox(
PdfDocument,
Rectangle
,
String
,
String
,
String[][]
,
PdfFont
,
PdfAConformanceLevel
)
|
Documentation changed from old to new. |
Creates a combobox with custom behavior and layout, on a specified location. |
PdfChoiceFormField
createList(
PdfDocument,
Rectangle
,
String
,
String
,
String[]
,
PdfFont
,
PdfAConformanceLevel
)
|
Documentation changed from old to new. |
Creates a list field with custom behavior and layout, on a specified location. |
PdfChoiceFormField
createList(
PdfDocument,
Rectangle
,
String
,
String
,
String[][]
,
PdfFont
,
PdfAConformanceLevel
)
|
Documentation changed from old to new. |
Creates a list field with custom behavior and layout, on a specified location. |
PdfTextFormField
createText(
PdfDocument,
PdfAConformanceLevel
)
|
Documentation changed from old to new. |
Creates an empty text form field. |