Package | Description |
---|---|
org.odftoolkit.odfdom.doc |
The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model.
|
Modifier and Type | Method and Description |
---|---|
static OdfGraphicsDocument.OdfMediaType |
OdfGraphicsDocument.OdfMediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdfGraphicsDocument.OdfMediaType[] |
OdfGraphicsDocument.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 |
OdfGraphicsDocument.changeMode(OdfGraphicsDocument.OdfMediaType mediaType)
Deprecated.
Changes the document to the given mediatype.
|
Constructor and Description |
---|
OdfGraphicsDocument(OdfPackage pkg,
String internalPath,
OdfGraphicsDocument.OdfMediaType odfMediaType)
Deprecated.
To avoid data duplication a new document is only created, if not already opened.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.