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

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

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

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfRepeatType
 OdfRepeatType OdfBackgroundImageElement.getRepeat()
          Get value of attribute style:repeat.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfRepeatType
 void OdfBackgroundImageElement.setRepeat(OdfRepeatType repeat)
          Set value of attribute style:repeat.
 

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

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



Copyright © 2009. All Rights Reserved.