Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextListLevelStyleElementBase
-
Packages that use TextListLevelStyleElementBase Package Description 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 Modifier and Type Class Description classTextListLevelStyleBulletElementDOM implementation of OpenDocument element <text:list-level-style-bullet>.classTextListLevelStyleImageElementDOM implementation of OpenDocument element <text:list-level-style-image>.classTextListLevelStyleNumberElementDOM 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 Modifier and Type Class Description classOdfTextListLevelStyleBulletConvenient functionalty for the parent ODF OpenDocument elementclassOdfTextListLevelStyleImageConvenient functionalty for the parent ODF OpenDocument elementclassOdfTextListLevelStyleNumberConvenient functionalty for the parent ODF OpenDocument elementMethods in org.odftoolkit.odfdom.incubator.doc.text that return TextListLevelStyleElementBase Modifier and Type Method Description TextListLevelStyleElementBaseOdfTextListStyle. getLevel(int level)returns the given level or null if it does not existTextListLevelStyleElementBaseOdfTextList. getListLevelStyle()Retrieves the List Level StyleTextListLevelStyleElementBaseOdfTextListStyle. getOrCreateListLevel(int level, Class clazz)always returns the given level with the given class.
-