|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdfSpreadsheetDocument.OdfMediaType | |
---|---|
org.odftoolkit.odfdom.doc | The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. |
Uses of OdfSpreadsheetDocument.OdfMediaType in org.odftoolkit.odfdom.doc |
---|
Methods in org.odftoolkit.odfdom.doc that return OdfSpreadsheetDocument.OdfMediaType | |
---|---|
static OdfSpreadsheetDocument.OdfMediaType |
OdfSpreadsheetDocument.OdfMediaType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfSpreadsheetDocument.OdfMediaType[] |
OdfSpreadsheetDocument.OdfMediaType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odftoolkit.odfdom.doc with parameters of type OdfSpreadsheetDocument.OdfMediaType | |
---|---|
void |
OdfSpreadsheetDocument.changeMode(OdfSpreadsheetDocument.OdfMediaType mediaType)
Deprecated. Changes the document to the given mediatype. |
Constructors in org.odftoolkit.odfdom.doc with parameters of type OdfSpreadsheetDocument.OdfMediaType | |
---|---|
OdfSpreadsheetDocument(OdfPackage pkg,
String internalPath,
OdfSpreadsheetDocument.OdfMediaType odfMediaType)
Deprecated. To avoid data duplication a new document is only created, if not already opened. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |