Uses of Class
org.odftoolkit.odfdom.dom.type.text.OdfLabelFollowedByType

Packages that use OdfLabelFollowedByType
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.type.text   
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfLabelFollowedByType
 OdfLabelFollowedByType OdfListLevelLabelAlignmentElement.getLabelFollowedBy()
          Get value of attribute text:label-followed-by.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfLabelFollowedByType
 void OdfListLevelLabelAlignmentElement.init(OdfLabelFollowedByType labelFollowedBy)
          Initialization of the mandatory attributes of OdfListLevelLabelAlignmentElement
 void OdfListLevelLabelAlignmentElement.setLabelFollowedBy(OdfLabelFollowedByType labelFollowedBy)
          Set value of attribute text:label-followed-by.
 

Uses of OdfLabelFollowedByType in org.odftoolkit.odfdom.dom.type.text
 

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

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



Copyright © 2009. All Rights Reserved.