PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.navigation.document.Bookmark.FlagsEnum

Packages that use Bookmark.FlagsEnum
org.pdfclown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
 

Uses of Bookmark.FlagsEnum in org.pdfclown.documents.interaction.navigation.document
 

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

Methods in org.pdfclown.documents.interaction.navigation.document that return types with arguments of type Bookmark.FlagsEnum
 EnumSet<Bookmark.FlagsEnum> Bookmark.getFlags()
          Gets the bookmark flags.
static EnumSet<Bookmark.FlagsEnum> Bookmark.FlagsEnum.toEnumSet(int flagsMask)
          Converts a bit mask into its corresponding enumeration representation.
 

Method parameters in org.pdfclown.documents.interaction.navigation.document with type arguments of type Bookmark.FlagsEnum
 void Bookmark.setFlags(EnumSet<Bookmark.FlagsEnum> value)
           
static int Bookmark.FlagsEnum.toInt(EnumSet<Bookmark.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.