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)
Deprecated.
Creates an OdfTextDocument from the OpenDocument provided by a File.
|
static OdfTextDocument |
OdfTextDocument.loadDocument(InputStream inputStream)
Deprecated.
Creates an OdfTextDocument from the OpenDocument provided by a resource Stream.
|
static OdfTextDocument |
OdfTextDocument.loadDocument(String documentPath)
Deprecated.
Loads an OdfTextDocument from the provided path.
|
static OdfTextDocument |
OdfTextDocument.newTextDocument()
Deprecated.
Creates an empty text document.
|
static OdfTextDocument |
OdfTextDocument.newTextDocument(OdfTextDocument.OdfMediaType mimeType)
Deprecated.
Creates an empty text document.
|
static OdfTextDocument |
OdfTextDocument.newTextMasterDocument()
Deprecated.
Creates an empty text master document.
|
static OdfTextDocument |
OdfTextDocument.newTextTemplateDocument()
Deprecated.
Creates an empty text template.
|
static OdfTextDocument |
OdfTextDocument.newTextWebDocument()
Deprecated.
Creates an empty text web.
|
Constructor and Description |
---|
TextNavigation(String pattern,
OdfTextDocument doc)
Deprecated.
Construct TextNavigation with matched condition and navigation scope
|
TextStyleNavigation(Map<OdfStyleProperty,String> props,
OdfTextDocument doc)
Deprecated.
Construct TextStyleNavigation with style properties condition and navigation scope
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.