| 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 | Class and Description |
|---|---|
class |
TextDocument
This class represents an empty ODF text document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Textbox
This class provides method to set the content, properties and style of text box.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Notes
Notes represents the presentation notes feature of the ODF document. |
class |
Slide
Slide represents the presentation slide feature of the ODF document. |
| Modifier and Type | Class and Description |
|---|---|
class |
Cell
Cell represents table cell feature in ODF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Section
This class represents section definition in text document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListContainer
AbstractListContainer is an abstract implementation of the ListContainer interface, with a
default implementation for every method defined in ListContainer , except
getListContainerElement().
|
class |
ListItem
ListItem represents an item in a list.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
List.appendListBefore(ListContainer container,
OdfElement brother,
String header,
ListDecorator decorator)
creates a List like the Contructor:
List(ListContainer container, String header, ListDecorator decorator) but the List will
be implemented as a brother before brother-element |
| Constructor and Description |
|---|
List(ListContainer container)
Constructor with ListContainer only.
|
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–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.