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

Packages that use TextListStyleElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.incubator.doc.text   
 

Uses of TextListStyleElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type TextListStyleElement
 void DefaultElementVisitor.visit(TextListStyleElement ele)
          A method to visit "text:list-style" elements
 

Uses of TextListStyleElement in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return TextListStyleElement
 TextListStyleElement OfficeAutomaticStylesElement.newTextListStyleElement(String styleNameValue)
          Create child element text:list-style.
 TextListStyleElement OfficeStylesElement.newTextListStyleElement(String styleNameValue)
          Create child element text:list-style.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return TextListStyleElement
 TextListStyleElement StyleGraphicPropertiesElement.newTextListStyleElement(String styleNameValue)
          Create child element text:list-style.
 

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

Subclasses of TextListStyleElement in org.odftoolkit.odfdom.incubator.doc.text
 class OdfTextListStyle
          Convenient functionalty for the parent ODF OpenDocument element List styles require a lot of code to create one level at a time.
 



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