Uses of Class
org.odftoolkit.odfdom.doc.OdfDocument

Packages that use OdfDocument
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
org.odftoolkit.odfdom.doc.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
org.odftoolkit.odfdom.incubator.doc.text   
 

Uses of OdfDocument in org.odftoolkit.odfdom.doc
 

Subclasses of OdfDocument in org.odftoolkit.odfdom.doc
 class OdfChartDocument
          Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.ChartDocument in Simple API.
 class OdfGraphicsDocument
          Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.GraphicsDocument in Simple API.
 class OdfImageDocument
          This class represents an ODF image document.
 class OdfPresentationDocument
          Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.PresentationDocument in Simple API.
 class OdfSpreadsheetDocument
          Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.SpreadsheetDocument in Simple API.
 class OdfTextDocument
          Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.TextDocument in Simple API.
 

Methods in org.odftoolkit.odfdom.doc that return OdfDocument
static OdfDocument OdfDocument.loadDocument(File file)
          Loads the ODF root document from the ODF package provided as a File.
static OdfDocument OdfDocument.loadDocument(InputStream inStream)
          Loads the ODF root document from the ODF package provided by a Stream.
static OdfDocument OdfDocument.loadDocument(OdfPackage odfPackage)
          Loads the ODF root document from the ODF package.
static OdfDocument OdfDocument.loadDocument(OdfPackage odfPackage, String internalPath)
          Creates an OdfDocument from the OpenDocument provided by an ODF package.
static OdfDocument OdfDocument.loadDocument(String documentPath)
          Loads the ODF root document from the ODF package provided by its path.
 OdfDocument OdfDocument.loadSubDocument(String documentPath)
          Returns an embedded OdfPackageDocument from the given package path.
protected static OdfDocument OdfDocument.loadTemplate(OdfPackageDocument.Resource res, OdfDocument.OdfMediaType odfMediaType)
          Loads the ODF root document from the given Resource.
 

Methods in org.odftoolkit.odfdom.doc that return types with arguments of type OdfDocument
 Map<String,OdfDocument> OdfDocument.loadSubDocuments()
          Method returns all embedded OdfPackageDocuments, which match a valid OdfMediaType, of the current OdfPackageDocument.
 Map<String,OdfDocument> OdfDocument.loadSubDocuments(OdfDocument.OdfMediaType desiredMediaType)
          Method returns all embedded OdfPackageDocuments of sthe current OdfPackageDocument matching the according MediaType.
 

Uses of OdfDocument in org.odftoolkit.odfdom.doc.table
 

Fields in org.odftoolkit.odfdom.doc.table declared as OdfDocument
protected  OdfDocument OdfTable.mDocument
          Deprecated.  
 

Methods in org.odftoolkit.odfdom.doc.table with parameters of type OdfDocument
static OdfTable OdfTable.newTable(OdfDocument document)
          Deprecated. Construct the OdfTable feature.
static OdfTable OdfTable.newTable(OdfDocument document, int numRows, int numCols)
          Deprecated. Construct the OdfTable feature with a specified row number and column number.
static OdfTable OdfTable.newTable(OdfDocument document, int numRows, int numCols, int headerRowNumber, int headerColumnNumber)
          Deprecated. Construct the OdfTable feature with a specified 2 dimension array as the data of this table.
static OdfTable OdfTable.newTable(OdfDocument document, String[] rowLabel, String[] columnLabel, double[][] data)
          Deprecated. Construct the OdfTable feature with a specified 2 dimension array as the data of this table.
static OdfTable OdfTable.newTable(OdfDocument document, String[] rowLabel, String[] columnLabel, String[][] data)
          Deprecated. Construct the OdfTable feature with a specified 2 dimension array as the data of this table.
 

Uses of OdfDocument in org.odftoolkit.odfdom.incubator.doc.text
 

Methods in org.odftoolkit.odfdom.incubator.doc.text with parameters of type OdfDocument
static OdfEditableTextExtractor OdfEditableTextExtractor.newOdfEditableTextExtractor(OdfDocument doc)
          Deprecated. An instance of OdfEditableTextExtractor will be created to extract the editable text content of an ODF element.
 



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