Uses of Class
org.odftoolkit.odfdom.dom.type.presentation.OdfVisibilityType

Packages that use OdfVisibilityType
org.odftoolkit.odfdom.dom.type.presentation   
 

Uses of OdfVisibilityType in org.odftoolkit.odfdom.dom.type.presentation
 

Methods in org.odftoolkit.odfdom.dom.type.presentation that return OdfVisibilityType
static OdfVisibilityType OdfVisibilityType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfVisibilityType OdfVisibilityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfVisibilityType[] OdfVisibilityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.presentation with parameters of type OdfVisibilityType
static String OdfVisibilityType.toString(OdfVisibilityType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.