Package | Description |
---|---|
org.odftoolkit.simple.text.list |
Provide convenient methods to handle list in ODF document.
|
Modifier and Type | Method and Description |
---|---|
ListDecorator.ListType |
ListDecorator.getListType()
Get the ListType of this ListDecorator.
|
ListDecorator.ListType |
OutLineDecorator.getListType() |
ListDecorator.ListType |
ImageDecorator.getListType() |
ListDecorator.ListType |
NumberDecorator.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-2014 The Apache Software Foundation. All Rights Reserved.