|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdfSchemaDocument | |
---|---|
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 |
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.doc |
---|
Subclasses of OdfSchemaDocument in org.odftoolkit.odfdom.doc | |
---|---|
class |
OdfChartDocument
Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.ChartDocument in Simple API. |
class |
OdfDocument
This abstract class is representing one of the possible ODF documents. |
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. |
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.dom |
---|
Methods in org.odftoolkit.odfdom.dom that return OdfSchemaDocument | |
---|---|
OdfSchemaDocument |
OdfSettingsDom.getDocument()
Retrieves the Odf Document |
OdfSchemaDocument |
OdfStylesDom.getDocument()
Retrieves the Odf Document |
OdfSchemaDocument |
OdfMetaDom.getDocument()
Retrieves the Odf Document |
OdfSchemaDocument |
OdfContentDom.getDocument()
Retrieves the Odf Document |
Constructors in org.odftoolkit.odfdom.dom with parameters of type OdfSchemaDocument | |
---|---|
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. |
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.incubator.doc.draw |
---|
Methods in org.odftoolkit.odfdom.incubator.doc.draw with parameters of type OdfSchemaDocument | |
---|---|
static void |
OdfDrawImage.deleteImage(OdfSchemaDocument doc,
OdfDrawImage image)
Deprecated. The method deletes the specified image from image container. |
static void |
OdfDrawImage.deleteImageByPath(OdfSchemaDocument doc,
String imagePath)
Deprecated. The method deletes one or more images from image container by image path. |
static List<OdfDrawImage> |
OdfDrawImage.getImageByPath(OdfSchemaDocument doc,
String imagePath)
Deprecated. 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)
Deprecated. Get the count of image objects in the image container. |
static Set<String> |
OdfDrawImage.getImagePathSet(OdfSchemaDocument doc)
Deprecated. The method return the set of all the image paths. |
static List<OdfDrawImage> |
OdfDrawImage.getImages(OdfSchemaDocument doc)
Deprecated. The method return the image list in the image container. |
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.pkg.manifest |
---|
Constructors in org.odftoolkit.odfdom.pkg.manifest with parameters of type OdfSchemaDocument | |
---|---|
OdfManifestDom(OdfSchemaDocument odfDocument,
String packagePath)
Creates the DOM representation of an XML file of an Odf document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |