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.
|
org.eclipse.actf.model.dom.odf.util.accessibility |
This package contains interfaces for accessibility purposes.
|
org.eclipse.actf.model.dom.odf.util.converter |
This package contains interfaces for converting ODF documents to other file formats.
|
Modifier and Type | Method and Description |
---|---|
ODFDocument |
ODFParser.getDocument(String odfName)
Parses a ODF document and return document interface of "content.xml".
|
ODFDocument |
ODFParser.getDocument(String odfName,
String xmlName)
Parses a ODF document and return document.
|
Modifier and Type | Method and Description |
---|---|
ODFDocument |
ODFDocument.getStyleDocument()
Return ODF document created by styles.xml
|
Modifier and Type | Method and Description |
---|---|
void |
ODFDocument.setStyleDocument(ODFDocument styleDoc)
Associate styles.xml document to this class
|
Modifier and Type | Method and Description |
---|---|
void |
ODFWriter.saveODFFile(ODFDocument doc,
String outFile) |
Modifier and Type | Method and Description |
---|---|
void |
ScreenReaderSimulator.setDocument(ODFDocument document) |
Modifier and Type | Method and Description |
---|---|
void |
ODFConverter.setDocument(ODFDocument document) |