| Package | Description |
|---|---|
| com.openhtmltopdf.pdfboxout |
| Modifier and Type | Method and Description |
|---|---|
static PdfBoxForm.CheckboxStyle |
PdfBoxForm.CheckboxStyle.fromIdent(IdentValue id) |
static PdfBoxForm.CheckboxStyle |
PdfBoxForm.CheckboxStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfBoxForm.CheckboxStyle[] |
PdfBoxForm.CheckboxStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream |
PdfBoxForm.createCheckboxAppearance(PdfBoxForm.CheckboxStyle style,
org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDResources resources)
Creates a checkbox appearance stream.
|
org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream |
PdfBoxPerDocumentFormState.getCheckboxStyle(PdfBoxForm.CheckboxStyle style) |
Copyright © 2004–2025. All rights reserved.