public static enum PdfBoxForm.CheckboxStyle extends Enum<PdfBoxForm.CheckboxStyle>
| Enum Constant and Description |
|---|
CHECK |
CIRCLE |
CROSS |
DIAMOND |
SQUARE |
STAR |
| Modifier and Type | Method and Description |
|---|---|
static PdfBoxForm.CheckboxStyle |
fromIdent(IdentValue id) |
static PdfBoxForm.CheckboxStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfBoxForm.CheckboxStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfBoxForm.CheckboxStyle CHECK
public static final PdfBoxForm.CheckboxStyle CROSS
public static final PdfBoxForm.CheckboxStyle DIAMOND
public static final PdfBoxForm.CheckboxStyle CIRCLE
public static final PdfBoxForm.CheckboxStyle STAR
public static final PdfBoxForm.CheckboxStyle SQUARE
public static PdfBoxForm.CheckboxStyle[] values()
for (PdfBoxForm.CheckboxStyle c : PdfBoxForm.CheckboxStyle.values()) System.out.println(c);
public static PdfBoxForm.CheckboxStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PdfBoxForm.CheckboxStyle fromIdent(IdentValue id)
Copyright © 2004–2025. All rights reserved.