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
Methods in com.openhtmltopdf.pdfboxout that return PdfBoxForm.CheckboxStyle Modifier and Type Method Description static PdfBoxForm.CheckboxStylePdfBoxForm.CheckboxStyle. fromIdent(IdentValue id)static PdfBoxForm.CheckboxStylePdfBoxForm.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.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxForm.CheckboxStyle Modifier and Type Method Description static org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStreamPdfBoxForm. 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.PDAppearanceStreamPdfBoxPerDocumentFormState. getCheckboxStyle(PdfBoxForm.CheckboxStyle style)
-