|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartDocument.OdfMediaType | |
---|---|
org.odftoolkit.simple | Provide high level methods to frequently used ODF documents. |
Uses of ChartDocument.OdfMediaType in org.odftoolkit.simple |
---|
Methods in org.odftoolkit.simple that return ChartDocument.OdfMediaType | |
---|---|
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. |
Methods in org.odftoolkit.simple with parameters of type ChartDocument.OdfMediaType | |
---|---|
void |
ChartDocument.changeMode(ChartDocument.OdfMediaType mediaType)
Changes the document to the given mediatype. |
Constructors in org.odftoolkit.simple with parameters of type ChartDocument.OdfMediaType | |
---|---|
ChartDocument(OdfPackage pkg,
String internalPath,
ChartDocument.OdfMediaType odfMediaType)
To avoid data duplication a new document is only created, if not already opened. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |