|
||||||||||
| 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.newTextDocument()
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(java.lang.String pattern,
OdfTextDocument doc)
Construct TextNavigation with matched condition and navigation scope |
|
TextStyleNavigation(java.util.Map<OdfStyleProperty,java.lang.String> props,
OdfTextDocument doc)
Construct TextStyleNavigation with style properties condition and navigation scope |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||