Uses of Enum Class
com.openhtmltopdf.pdfboxout.PdfBoxForm.CheckboxStyle
Packages that use PdfBoxForm.CheckboxStyle
-
Uses of PdfBoxForm.CheckboxStyle in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout with type parameters of type PdfBoxForm.CheckboxStyleModifier and TypeFieldDescriptionprivate final Map
<PdfBoxForm.CheckboxStyle, org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream> PdfBoxPerDocumentFormState.checkboxAppearances
Methods in com.openhtmltopdf.pdfboxout that return PdfBoxForm.CheckboxStyleModifier and TypeMethodDescriptionstatic PdfBoxForm.CheckboxStyle
PdfBoxForm.CheckboxStyle.fromIdent
(IdentValue id) static PdfBoxForm.CheckboxStyle
Returns the enum constant of this class with the specified name.static PdfBoxForm.CheckboxStyle[]
PdfBoxForm.CheckboxStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxForm.CheckboxStyleModifier and TypeMethodDescriptionstatic 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)