Class CreateCheckBox
java.lang.Object
org.apache.pdfbox.examples.interactive.form.CreateCheckBox
Example to create a checkbox.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static PDAppearanceStreamcreateAppearanceStream(PDDocument document, PDAnnotationWidget widget, boolean on, PDFont font) (package private) static floatgetLineWidth(PDAnnotationWidget widget) static void
-
Constructor Details
-
CreateCheckBox
private CreateCheckBox()
-
-
Method Details
-
main
- Throws:
IOException
-
createAppearanceStream
private static PDAppearanceStream createAppearanceStream(PDDocument document, PDAnnotationWidget widget, boolean on, PDFont font) throws IOException - Throws:
IOException
-
getLineWidth
-