|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field.FlagsEnum | |
---|---|
it.stefanochizzolini.clown.documents.interaction.forms | Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. |
Uses of Field.FlagsEnum in it.stefanochizzolini.clown.documents.interaction.forms |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.forms that return Field.FlagsEnum | |
---|---|
static Field.FlagsEnum |
Field.FlagsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Field.FlagsEnum[] |
Field.FlagsEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in it.stefanochizzolini.clown.documents.interaction.forms that return types with arguments of type Field.FlagsEnum | |
---|---|
EnumSet<Field.FlagsEnum> |
Field.getFlags()
Gets the field flags. |
static EnumSet<Field.FlagsEnum> |
Field.FlagsEnum.toEnumSet(int flagsMask)
Converts a bit mask into its corresponding enumeration representation. |
Method parameters in it.stefanochizzolini.clown.documents.interaction.forms with type arguments of type Field.FlagsEnum | |
---|---|
void |
Field.setFlags(EnumSet<Field.FlagsEnum> value)
|
static int |
Field.FlagsEnum.toInt(EnumSet<Field.FlagsEnum> flags)
Converts an enumeration set into its corresponding bit mask representation. |
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |