Uses of Class
org.odftoolkit.simple.Document

Packages that use Document
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.chart Provide convenient methods to manipulate chart in ODF text, presentation and spreadsheet document. 
org.odftoolkit.simple.common Provide text extraction and fields methods to all ODF documents and elements. 
org.odftoolkit.simple.common.navigation Provide classes to operate the content and style of the selected text content. 
org.odftoolkit.simple.draw Provide high level methods to manipulate draw frame and text box. 
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
org.odftoolkit.simple.text Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
org.odftoolkit.simple.text.list Provide convenient methods to handle list in ODF document. 
 

Uses of Document in org.odftoolkit.simple
 

Subclasses of Document in org.odftoolkit.simple
 class ChartDocument
          This class represents an empty ODF document , which will be in general embedded in an existing ODF (Spreadsheet) document.
 class GraphicsDocument
          This class represents an empty ODF graphics document.
 class PresentationDocument
          This class represents an empty ODF presentation.
 class SpreadsheetDocument
          This class represents an empty ODF spreadsheet document.
 class TextDocument
          This class represents an empty ODF text document.
 

Methods in org.odftoolkit.simple that return Document
 Document Document.getEmbeddedDocument(String documentPath)
          Returns an embedded OdfPackageDocument from the given package path.
 Document Component.getOwnerDocument()
          Get the owner document of this component
static Document Document.loadDocument(File file)
          Creates a Document from the Document provided by a File.
static Document Document.loadDocument(InputStream inStream)
          Creates a Document from the Document provided by a resource Stream.
static Document Document.loadDocument(OdfPackage odfPackage)
          Creates a Document from the Document provided by an ODF package.
static Document Document.loadDocument(OdfPackage odfPackage, String internalPath)
          Creates a Document from the Document provided by an ODF package.
static Document Document.loadDocument(String documentPath)
          Loads a Document from the provided path.
protected static Document Document.loadTemplate(OdfPackageDocument.Resource res, Document.OdfMediaType odfMediaType)
          Loads an Document from the given resource.
 

Methods in org.odftoolkit.simple that return types with arguments of type Document
 List<Document> Document.getEmbeddedDocuments()
          Method returns all embedded OdfPackageDocuments, which match a valid OdfMediaType, of the root OdfPackageDocument.
 List<Document> Document.getEmbeddedDocuments(Document.OdfMediaType mediaType)
          Method returns all embedded OdfPackageDocuments of the root OdfPackageDocument matching the according MediaType.
 

Uses of Document in org.odftoolkit.simple.chart
 

Constructors in org.odftoolkit.simple.chart with parameters of type Document
AbstractChartContainer(Document doc)
          The constructor to create a chart container
 

Uses of Document in org.odftoolkit.simple.common
 

Methods in org.odftoolkit.simple.common with parameters of type Document
static String EditableTextExtractor.getText(Document doc)
          Return the text content of document as String
static EditableTextExtractor EditableTextExtractor.newOdfEditableTextExtractor(Document doc)
          An instance of EditableTextExtractor will be created to extract the editable text content in specified document.
 

Uses of Document in org.odftoolkit.simple.common.navigation
 

Constructors in org.odftoolkit.simple.common.navigation with parameters of type Document
TextNavigation(String pattern, Document doc)
          Construct TextNavigation with matched condition and navigation scope.
 

Uses of Document in org.odftoolkit.simple.draw
 

Fields in org.odftoolkit.simple.draw declared as Document
protected  Document Frame.mOwnerDocument
           
 

Methods in org.odftoolkit.simple.draw that return Document
 Document Image.getOwnerDocument()
          Get the owner document of this image
 

Uses of Document in org.odftoolkit.simple.style
 

Fields in org.odftoolkit.simple.style declared as Document
protected  Document DefaultStyleHandler.mDocument
          The document
 

Uses of Document in org.odftoolkit.simple.table
 

Fields in org.odftoolkit.simple.table declared as Document
protected  Document Table.mDocument
           
 

Uses of Document in org.odftoolkit.simple.text
 

Methods in org.odftoolkit.simple.text that return Document
 Document Span.getOwnerDocument()
          Get the owner document of this span
 Document Section.getOwnerDocument()
          Return the ODF document which this section belongs to.
 Document Paragraph.getOwnerDocument()
          Get the owner document of this paragraph.
 

Uses of Document in org.odftoolkit.simple.text.list
 

Constructors in org.odftoolkit.simple.text.list with parameters of type Document
BulletDecorator(Document doc)
          Constructor with Document.
ImageDecorator(Document doc, URI imageUri)
          Constructor with Document and image URI.
NumberDecorator(Document doc)
          Constructor with Document.
OutLineDecorator(Document doc)
          Constructor with Document.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.