Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents
|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box
|
org.odftoolkit.simple.presentation |
Provide high level methods to ODF presentation documents.
|
org.odftoolkit.simple.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
org.odftoolkit.simple.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
org.odftoolkit.simple.text.list |
Provide convenient methods to handle list in ODF document.
|
Modifier and Type | Method and Description |
---|---|
List |
TextDocument.addList(ListDecorator decorator) |
Modifier and Type | Method and Description |
---|---|
List |
Textbox.addList(ListDecorator decorator) |
Modifier and Type | Method and Description |
---|---|
List |
Slide.addList(ListDecorator decorator) |
List |
Notes.addList(ListDecorator decorator) |
Modifier and Type | Method and Description |
---|---|
List |
Cell.addList(ListDecorator decorator) |
Modifier and Type | Method and Description |
---|---|
List |
Section.addList(ListDecorator decorator) |
Modifier and Type | Class and Description |
---|---|
class |
BulletDecorator
BulletDecorator is an implementation of the ListDecorator interface,
decorates a given List as bullet list.
|
class |
ImageDecorator
ImageDecorator is an implementation of the ListDecorator interface, decorates
a given List as image list.
|
class |
NumberDecorator
NumberDecorator is an implementation of the ListDecorator interface,
decorates a given List as number list.
|
class |
OutLineDecorator
OutLineDecorator is an implementation of the ListDecorator interface,
decorates a given List as a special number list with outline.
|
Modifier and Type | Method and Description |
---|---|
List |
ListContainer.addList(ListDecorator decorator)
Add a List with specified ListDecorator to this container.
|
List |
AbstractListContainer.addList(ListDecorator decorator) |
List |
ListItem.addList(ListDecorator decorator) |
void |
List.setDecorator(ListDecorator decorator)
Set the ListDecorator of this list.
|
Constructor and Description |
---|
List(ListContainer container,
ListDecorator decorator)
Constructor with ListContainer and ListDecorator.
|
List(ListContainer container,
String header,
boolean isContinueNumbering,
ListDecorator decorator)
Constructor with ListContainer, ListDecorator, header and numbering setting.
|
List(ListContainer container,
String header,
ListDecorator decorator)
Constructor with ListContainer, ListDecorator and header.
|
List(ListContainer container,
String header,
List continueList,
ListDecorator decorator)
Constructor with ListContainer, ListDecorator, header and continued list
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.