| 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.dom | |
| org.odftoolkit.odfdom.incubator.doc.draw | |
| org.odftoolkit.odfdom.pkg.manifest |
| Modifier and Type | Class and Description |
|---|---|
class |
OdfChartDocument
This class represents an empty ODF document , which will be in general embedded in an existing
ODF (Spreadsheet) document.
|
class |
OdfDocument
This abstract class is representing one of the possible ODF documents.
|
class |
OdfGraphicsDocument
This class represents an empty ODF graphics document.
|
class |
OdfImageDocument
This class represents an ODF image document.
|
class |
OdfPresentationDocument
This class represents an empty ODF presentation.
|
class |
OdfSpreadsheetDocument
This class represents an empty ODF spreadsheet document.
|
class |
OdfTextDocument
This class represents an empty ODF text document.
|
| Modifier and Type | Method and Description |
|---|---|
OdfSchemaDocument |
OdfContentDom.getDocument()
Retrieves the Odf Document
|
OdfSchemaDocument |
OdfStylesDom.getDocument()
Retrieves the Odf Document
|
OdfSchemaDocument |
OdfMetaDom.getDocument()
Retrieves the Odf Document
|
OdfSchemaDocument |
OdfSettingsDom.getDocument()
Retrieves the Odf Document
|
| Constructor and Description |
|---|
OdfContentDom(OdfSchemaDocument odfDocument,
String packagePath)
Creates the DOM representation of an XML file of an Odf document.
|
OdfMetaDom(OdfSchemaDocument odfDocument,
String packagePath)
Creates the DOM representation of an XML file of an Odf document.
|
OdfSettingsDom(OdfSchemaDocument odfDocument,
String packagePath)
Creates the DOM representation of an XML file of an Odf document.
|
OdfStylesDom(OdfSchemaDocument odfDocument,
String packagePath)
Creates the DOM representation of an XML file of an Odf document.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OdfDrawImage.deleteImage(OdfSchemaDocument doc,
OdfDrawImage image)
The method deletes the specified image from image container.
|
static void |
OdfDrawImage.deleteImageByPath(OdfSchemaDocument doc,
String imagePath)
The method deletes one or more images from image container by image path.
|
static List<OdfDrawImage> |
OdfDrawImage.getImageByPath(OdfSchemaDocument doc,
String imagePath)
The method returns the specific one or more images by image path since the image may be
inserted to the document several times.
|
static int |
OdfDrawImage.getImageCount(OdfSchemaDocument doc)
Get the count of image objects in the image container.
|
static Set<String> |
OdfDrawImage.getImagePathSet(OdfSchemaDocument doc)
The method return the set of all the image paths.
|
static List<OdfDrawImage> |
OdfDrawImage.getImages(OdfSchemaDocument doc)
The method return the image list in the image container.
|
| Constructor and Description |
|---|
OdfManifestDom(OdfSchemaDocument odfDocument,
String packagePath)
Creates the DOM representation of an XML file of an Odf document.
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.