Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxForm.CheckboxStyle
-
Packages that use PdfBoxForm.CheckboxStyle Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxForm.CheckboxStyle in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout with type parameters of type PdfBoxForm.CheckboxStyle Modifier and Type Field Description private java.util.Map<PdfBoxForm.CheckboxStyle,org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream>
PdfBoxPerDocumentFormState. checkboxAppearances
Methods in com.openhtmltopdf.pdfboxout that return PdfBoxForm.CheckboxStyle Modifier and Type Method Description static PdfBoxForm.CheckboxStyle
PdfBoxForm.CheckboxStyle. fromIdent(IdentValue id)
static PdfBoxForm.CheckboxStyle
PdfBoxForm.CheckboxStyle. valueOf(java.lang.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.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxForm.CheckboxStyle Modifier and Type Method 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)
-