Uses of Class
org.odftoolkit.odfdom.dom.type.office.OdfConversionModeType

Packages that use OdfConversionModeType
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.type.office   
 

Uses of OdfConversionModeType in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return OdfConversionModeType
 OdfConversionModeType OdfDdeSourceElement.getConversionMode()
          Get value of attribute office:conversion-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfConversionModeType
 void OdfDdeSourceElement.setConversionMode(OdfConversionModeType conversionMode)
          Set value of attribute office:conversion-mode.
 

Uses of OdfConversionModeType in org.odftoolkit.odfdom.dom.type.office
 

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

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



Copyright © 2009. All Rights Reserved.