public static enum PdfUserProperty.ValueType extends Enum<PdfUserProperty.ValueType>
| Modifier and Type | Method and Description |
|---|---|
static PdfUserProperty.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfUserProperty.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfUserProperty.ValueType UNKNOWN
public static final PdfUserProperty.ValueType TEXT
public static final PdfUserProperty.ValueType NUMBER
public static final PdfUserProperty.ValueType BOOLEAN
public static PdfUserProperty.ValueType[] values()
for (PdfUserProperty.ValueType c : PdfUserProperty.ValueType.values()) System.out.println(c);
public static PdfUserProperty.ValueType 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 nullCopyright © 1998–2023 iText Group NV. All rights reserved.