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

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

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

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfTabStopType
 OdfTabStopType OdfTabStopElement.getType()
          Get value of attribute style:type.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfTabStopType
 OdfTabStopElement OdfParagraphPropertiesElement.createTabStopElement(OdfTabStopType type, OdfLength position)
          Create child element style:tab-stop.
 OdfTabStopElement OdfTabStopsElement.createTabStopElement(OdfTabStopType type, OdfLength position)
          Create child element style:tab-stop.
 void OdfTabStopElement.setType(OdfTabStopType type)
          Set value of attribute style:type.
 

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

Methods in org.odftoolkit.odfdom.dom.type.style that return OdfTabStopType
static OdfTabStopType OdfTabStopType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfTabStopType OdfTabStopType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfTabStopType[] OdfTabStopType.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 OdfTabStopType
static String OdfTabStopType.toString(OdfTabStopType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.