|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfTextDocument | |
|---|---|
| org.odftoolkit.odfdom.doc | The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. |
| org.odftoolkit.odfdom.incubator.search | Provide classes to operate the content and style of the selected text content. |
| Uses of OdfTextDocument in org.odftoolkit.odfdom.doc |
|---|
| Methods in org.odftoolkit.odfdom.doc that return OdfTextDocument | |
|---|---|
static OdfTextDocument |
OdfTextDocument.loadDocument(File file)
Creates an OdfTextDocument from the OpenDocument provided by a File. |
static OdfTextDocument |
OdfTextDocument.loadDocument(InputStream inputStream)
Creates an OdfTextDocument from the OpenDocument provided by a resource Stream. |
static OdfTextDocument |
OdfTextDocument.loadDocument(String documentPath)
Loads an OdfTextDocument from the provided path. |
static OdfTextDocument |
OdfTextDocument.newTextDocument()
Creates an empty text document. |
static OdfTextDocument |
OdfTextDocument.newTextDocument(OdfTextDocument.OdfMediaType mimeType)
Creates an empty text document. |
static OdfTextDocument |
OdfTextDocument.newTextMasterDocument()
Creates an empty text master document. |
static OdfTextDocument |
OdfTextDocument.newTextTemplateDocument()
Creates an empty text template. |
static OdfTextDocument |
OdfTextDocument.newTextWebDocument()
Creates an empty text web. |
| Uses of OdfTextDocument in org.odftoolkit.odfdom.incubator.search |
|---|
| Constructors in org.odftoolkit.odfdom.incubator.search with parameters of type OdfTextDocument | |
|---|---|
TextNavigation(String pattern,
OdfTextDocument doc)
Construct TextNavigation with matched condition and navigation scope |
|
TextStyleNavigation(Map<OdfStyleProperty,String> props,
OdfTextDocument doc)
Construct TextStyleNavigation with style properties condition and navigation scope |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||