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

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

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

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfLeaderType
 OdfLeaderType OdfTabStopElement.getLeaderType()
          Get value of attribute style:leader-type.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfLeaderType
 void OdfTabStopElement.setLeaderType(OdfLeaderType leaderType)
          Set value of attribute style:leader-type.
 

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

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



Copyright © 2009. All Rights Reserved.