PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.actions.OptionsEnum

Packages that use OptionsEnum
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
 

Uses of OptionsEnum in org.pdfclown.documents.interaction.actions
 

Methods in org.pdfclown.documents.interaction.actions that return OptionsEnum
static OptionsEnum OptionsEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OptionsEnum[] OptionsEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pdfclown.documents.interaction.actions that return types with arguments of type OptionsEnum
 EnumSet<OptionsEnum> GoToNonLocal.getOptions()
          Gets the action options.
 EnumSet<OptionsEnum> Launch.getOptions()
          Gets the action options.
 

Method parameters in org.pdfclown.documents.interaction.actions with type arguments of type OptionsEnum
 void GoToNonLocal.setOptions(EnumSet<OptionsEnum> value)
           
 void Launch.setOptions(EnumSet<OptionsEnum> value)
           
 


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.