PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.forms.Field.FlagsEnum

Packages that use Field.FlagsEnum
org.pdfclown.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 org.pdfclown.documents.interaction.forms
 

Methods in org.pdfclown.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 org.pdfclown.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 org.pdfclown.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.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.