Uses of Class
org.odftoolkit.odfdom.dom.element.text.OdfListLevelStyleElementBase

Packages that use OdfListLevelStyleElementBase
org.odftoolkit.odfdom.doc.element.text   
org.odftoolkit.odfdom.dom.element.text   
 

Uses of OdfListLevelStyleElementBase in org.odftoolkit.odfdom.doc.element.text
 

Subclasses of OdfListLevelStyleElementBase in org.odftoolkit.odfdom.doc.element.text
 class OdfListLevelStyleBullet
           
 class OdfListLevelStyleImage
           
 class OdfListLevelStyleNumber
           
 

Methods in org.odftoolkit.odfdom.doc.element.text that return OdfListLevelStyleElementBase
 OdfListLevelStyleElementBase OdfListStyle.getLevel(int level)
          returns the given level or null if it does not exist
 OdfListLevelStyleElementBase OdfList.getListLevelStyle()
           
 OdfListLevelStyleElementBase OdfListStyle.getOrCreateListLevel(int level, Class clazz)
          always returns the given level with the given class.
 

Uses of OdfListLevelStyleElementBase in org.odftoolkit.odfdom.dom.element.text
 

Subclasses of OdfListLevelStyleElementBase in org.odftoolkit.odfdom.dom.element.text
 class OdfListLevelStyleBulletElement
          DOM implementation of OpenDocument element text:list-level-style-bullet.
 class OdfListLevelStyleImageElement
          DOM implementation of OpenDocument element text:list-level-style-image.
 class OdfListLevelStyleNumberElement
          DOM implementation of OpenDocument element text:list-level-style-number.
 



Copyright © 2009. All Rights Reserved.