Uses of Class
org.odftoolkit.simple.text.list.ListDecorator.ListType

Packages that use ListDecorator.ListType
org.odftoolkit.simple.text.list Provide convenient methods to handle list in ODF document. 
 

Uses of ListDecorator.ListType in org.odftoolkit.simple.text.list
 

Methods in org.odftoolkit.simple.text.list that return ListDecorator.ListType
 ListDecorator.ListType OutLineDecorator.getListType()
           
 ListDecorator.ListType NumberDecorator.getListType()
           
 ListDecorator.ListType ListDecorator.getListType()
          Get the ListType of this ListDecorator.
 ListDecorator.ListType ImageDecorator.getListType()
           
 ListDecorator.ListType BulletDecorator.getListType()
           
 ListDecorator.ListType List.getType()
          Get the type of this list.
static ListDecorator.ListType ListDecorator.ListType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ListDecorator.ListType[] ListDecorator.ListType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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