| Package | Description |
|---|---|
| org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
| Modifier and Type | Method and Description |
|---|---|
static ChartDocument.OdfMediaType |
ChartDocument.OdfMediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartDocument.OdfMediaType[] |
ChartDocument.OdfMediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartDocument.changeMode(ChartDocument.OdfMediaType mediaType)
Changes the document to the given mediatype.
|
| Constructor and Description |
|---|
ChartDocument(OdfPackage pkg,
String internalPath,
ChartDocument.OdfMediaType odfMediaType)
To avoid data duplication a new document is only created, if not already opened.
|
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.