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

Packages that use TextListLevelStyleElementBase
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.incubator.doc.text   
 

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

Subclasses of TextListLevelStyleElementBase in org.odftoolkit.odfdom.dom.element.text
 class TextListLevelStyleBulletElement
          DOM implementation of OpenDocument element text:list-level-style-bullet.
 class TextListLevelStyleImageElement
          DOM implementation of OpenDocument element text:list-level-style-image.
 class TextListLevelStyleNumberElement
          DOM implementation of OpenDocument element text:list-level-style-number.
 

Uses of TextListLevelStyleElementBase in org.odftoolkit.odfdom.incubator.doc.text
 

Subclasses of TextListLevelStyleElementBase in org.odftoolkit.odfdom.incubator.doc.text
 class OdfTextListLevelStyleBullet
          Convenient functionalty for the parent ODF OpenDocument element
 class OdfTextListLevelStyleImage
          Convenient functionalty for the parent ODF OpenDocument element
 class OdfTextListLevelStyleNumber
          Convenient functionalty for the parent ODF OpenDocument element
 

Methods in org.odftoolkit.odfdom.incubator.doc.text that return TextListLevelStyleElementBase
 TextListLevelStyleElementBase OdfTextListStyle.getLevel(int level)
          returns the given level or null if it does not exist
 TextListLevelStyleElementBase OdfTextList.getListLevelStyle()
          Deprecated. Retrieves the List Level Style
 TextListLevelStyleElementBase OdfTextListStyle.getOrCreateListLevel(int level, Class clazz)
          always returns the given level with the given class.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.