| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.