Uses of Class
org.odftoolkit.odfdom.dom.type.style.OdfStyleType

Packages that use OdfStyleType
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.type.style   
 

Uses of OdfStyleType in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfStyleType
 OdfStyleType OdfColumnSepElement.getStyle()
          Get value of attribute style:style.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfStyleType
 void OdfColumnSepElement.setStyle(OdfStyleType style)
          Set value of attribute style:style.
 

Uses of OdfStyleType in org.odftoolkit.odfdom.dom.type.style
 

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

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



Copyright © 2009. All Rights Reserved.