Uses of Class
org.odftoolkit.odfdom.doc.OdfTextDocument
Packages that use OdfTextDocument
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
Provide classes to operate the content and style of the selected text content.
-
Uses of OdfTextDocument in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return OdfTextDocumentModifier and TypeMethodDescriptionCollabTextDocument.getDocument()Returns the OdfTextDocument encapsulating the DOM view -
Uses of OdfTextDocument in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OdfTextDocumentModifier and TypeMethodDescriptionstatic OdfTextDocumentOdfTextDocument.loadDocument(File file) Creates an OdfTextDocument from the OpenDocument provided by a File.static OdfTextDocumentOdfTextDocument.loadDocument(InputStream inputStream) Creates an OdfTextDocument from the OpenDocument provided by a resource Stream.static OdfTextDocumentOdfTextDocument.loadDocument(InputStream inputStream, Boolean enableCollaboration) Creates an OdfTextDocument from the OpenDocument provided by a resource Stream.static OdfTextDocumentOdfTextDocument.loadDocument(InputStream inputStream, Map<String, Object> configuration) Creates an OdfTextDocument from the OpenDocument provided by a resource Stream.static OdfTextDocumentOdfTextDocument.loadDocument(InputStream inputStream, Map<String, Object> configuration, Boolean enableCollaboration) Creates an OdfTextDocument from the OpenDocument provided by a resource Stream.static OdfTextDocumentOdfTextDocument.loadDocument(String documentPath) Loads an OdfTextDocument from the provided path.static OdfTextDocumentOdfTextDocument.newTextDocument()Creates an empty text document.static OdfTextDocumentOdfTextDocument.newTextDocument(Boolean enableCollaboration) Creates an empty text document.static OdfTextDocumentOdfTextDocument.newTextDocument(OdfTextDocument.OdfMediaType mimeType) Creates an empty text document.static OdfTextDocumentOdfTextDocument.newTextMasterDocument()Creates an empty text master document.static OdfTextDocumentOdfTextDocument.newTextMasterTemplateDocument()Creates an empty text master document.static OdfTextDocumentOdfTextDocument.newTextTemplateDocument()Creates an empty text template.static OdfTextDocumentOdfTextDocument.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 OdfTextDocumentModifierConstructorDescriptionTextNavigation(String pattern, OdfTextDocument doc) Construct TextNavigation with matched condition and navigation scopeTextNavigation(Pattern pattern, OdfTextDocument doc) Construct TextNavigation with matched condition and navigation scopeTextStyleNavigation(Map<OdfStyleProperty, String> props, OdfTextDocument doc) Construct TextStyleNavigation with style properties condition and navigation scope