Package | Description |
---|---|
org.eclipse.actf.model.dom.odf |
This package contains ODF Parser and related utilities.
|
org.eclipse.actf.model.dom.odf.base |
This package contains interfaces of ODF DOM.
|
org.eclipse.actf.model.dom.odf.util |
This package contains utilities for read and write ODF documents.
|
Modifier and Type | Method and Description |
---|---|
static ODFConstants.ContentType |
ODFConstants.ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODFConstants.ContentType[] |
ODFConstants.ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ODFConstants.ContentType |
ContentBaseElement.getContentType()
Returns content type defined in ODFConstants.ContentType.
|
Modifier and Type | Method and Description |
---|---|
static ODFConstants.ContentType |
ODFFileUtils.getODFFileType(String sUrl) |