Uses of Class
org.odftoolkit.odfdom.incubator.doc.text.OdfTextListStyle

Packages that use OdfTextListStyle
org.odftoolkit.odfdom.incubator.doc.office   
org.odftoolkit.odfdom.incubator.doc.text   
 

Uses of OdfTextListStyle in org.odftoolkit.odfdom.incubator.doc.office
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return OdfTextListStyle
 OdfTextListStyle OdfOfficeStyles.getListStyle(String name)
          Returns the OdfTextListStyle element with the given name.
 OdfTextListStyle OdfOfficeAutomaticStyles.getListStyle(String name)
          Returns the OdfTextListStyle element with the given name.
 OdfTextListStyle OdfOfficeAutomaticStyles.newListStyle()
          Create an OdfTextListStyle element
 OdfTextListStyle OdfOfficeStyles.newListStyle(String name)
          Create ODF TextListStyle
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type OdfTextListStyle
 Iterable<OdfTextListStyle> OdfOfficeStyles.getListStyles()
          Returns an iterator for all OdfTextListStyle elements.
 Iterable<OdfTextListStyle> OdfOfficeAutomaticStyles.getListStyles()
          Returns an iterator for all OdfTextListStyle elements.
 

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

Methods in org.odftoolkit.odfdom.incubator.doc.text that return OdfTextListStyle
 OdfTextListStyle OdfTextList.getListStyle()
          Deprecated. Retrieves Odf Text List Style
 OdfTextListStyle OdfTextList.getOrCreateLocalListStyle()
          Deprecated. Retrieves or create local list style
 



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