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