- OdfAlienAttribute - Class in org.odftoolkit.odfdom.pkg
-
Any attribute within the ODF package that is listed in the ODF schema.
- OdfAlienAttribute(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.pkg.OdfAlienAttribute
-
Creates an alien attribute on the XML file
- OdfAlienElement - Class in org.odftoolkit.odfdom.pkg
-
Any element within the ODF package that is listed in the ODF schema.
- OdfAlienElement(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.pkg.OdfAlienElement
-
- OdfAttribute - Class in org.odftoolkit.odfdom.pkg
-
Base class for all attributes of the OpenDocument format
- OdfAttribute(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.pkg.OdfAttribute
-
Creates a new instance of OdfAttribute
- OdfAttribute(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.pkg.OdfAttribute
-
Creates a new instance of OdfAttribute
- OdfChartDocument - Class in org.odftoolkit.odfdom.doc
-
This class represents an empty ODF document , which will be in general embedded in an existing
ODF (Spreadsheet) document.
- OdfChartDocument(OdfPackage, String, OdfChartDocument.OdfMediaType) - Constructor for class org.odftoolkit.odfdom.doc.OdfChartDocument
-
To avoid data duplication a new document is only created, if not already opened.
- OdfChartDocument.OdfMediaType - Enum in org.odftoolkit.odfdom.doc
-
This enum contains all possible media types of OdfChartDocument documents.
- OdfChartProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfContainerElementBase - Class in org.odftoolkit.odfdom.pkg
-
Overwriting the DOM methods for element access, whenever a new ODF element was added triggering
onOdfNodeInserted
and when removed a onOdfNodeRemoved.
.
- OdfContainerElementBase(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.pkg.OdfContainerElementBase
-
Creates a new instance of OdfElement
- OdfContainerElementBase(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.pkg.OdfContainerElementBase
-
Creates a new instance of OdfElement
- OdfContentDom - Class in org.odftoolkit.odfdom.dom
-
The DOM repesentation of the ODF content.xml file of an ODF document.
- OdfContentDom(OdfSchemaDocument, String) - Constructor for class org.odftoolkit.odfdom.dom.OdfContentDom
-
Creates the DOM representation of an XML file of an Odf document.
- OdfDataType - Interface in org.odftoolkit.odfdom.type
-
An interface marking a data type to be used as an ODF datatype
- OdfDecryptedException - Exception in org.odftoolkit.odfdom.pkg
-
This ODF document decryption exception.
- OdfDecryptedException(String) - Constructor for exception org.odftoolkit.odfdom.pkg.OdfDecryptedException
-
- OdfDefaultStyle - Class in org.odftoolkit.odfdom.incubator.doc.style
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfDefaultStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.style.OdfDefaultStyle
-
- OdfDocument - Class in org.odftoolkit.odfdom.doc
-
This abstract class is representing one of the possible ODF documents.
- OdfDocument(OdfPackage, String, OdfDocument.OdfMediaType) - Constructor for class org.odftoolkit.odfdom.doc.OdfDocument
-
- OdfDocument.OdfMediaType - Enum in org.odftoolkit.odfdom.doc
-
This enum contains all possible media types of OpenDocument documents.
- OdfDocument.UnicodeGroup - Enum in org.odftoolkit.odfdom.doc
-
Unicode characters are in general divided by office applications into three different groups.
- OdfDocumentNamespace - Enum in org.odftoolkit.odfdom.dom
-
Namespaces of OpenDocument 1.2 XML Schema
- OdfDrawFrame - Class in org.odftoolkit.odfdom.incubator.doc.draw
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfDrawFrame(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.draw.OdfDrawFrame
-
Creates a new instance of this class
- OdfDrawImage - Class in org.odftoolkit.odfdom.incubator.doc.draw
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfDrawImage(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.draw.OdfDrawImage
-
Creates a new instance of this class
- OdfDrawingPageProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfEditableTextExtractor - Class in org.odftoolkit.odfdom.incubator.doc.text
-
It's a sub class of OdfTextExtractor.
- OdfElement - Class in org.odftoolkit.odfdom.pkg
-
- OdfElement(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.pkg.OdfElement
-
Creates a new instance of OdfElement
- OdfElement(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.pkg.OdfElement
-
Creates a new instance of OdfElement
- OdfFieldDataType - Interface in org.odftoolkit.odfdom.type
-
An interface marking a data type to be used in an ODF field
- OdfFileDom - Class in org.odftoolkit.odfdom.pkg
-
The DOM representation of an XML file within the ODF document.
- OdfFileDom(OdfPackageDocument, String) - Constructor for class org.odftoolkit.odfdom.pkg.OdfFileDom
-
Creates the DOM representation of an XML file of an Odf document.
- OdfFileDom(OdfPackage, String) - Constructor for class org.odftoolkit.odfdom.pkg.OdfFileDom
-
Creates the DOM representation of an XML file of an Odf document.
- OdfFileEntry - Class in org.odftoolkit.odfdom.pkg.manifest
-
- OdfFileEntry(FileEntryElement) - Constructor for class org.odftoolkit.odfdom.pkg.manifest.OdfFileEntry
-
- OdfFileSaxHandler - Class in org.odftoolkit.odfdom.pkg
-
- OdfGraphicProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfGraphicsDocument - Class in org.odftoolkit.odfdom.doc
-
This class represents an empty ODF graphics document.
- OdfGraphicsDocument(OdfPackage, String, OdfGraphicsDocument.OdfMediaType) - Constructor for class org.odftoolkit.odfdom.doc.OdfGraphicsDocument
-
To avoid data duplication a new document is only created, if not already opened.
- OdfGraphicsDocument.OdfMediaType - Enum in org.odftoolkit.odfdom.doc
-
This enum contains all possible media types of OdfGraphicsDocument documents.
- OdfHeaderFooterProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfImageDocument - Class in org.odftoolkit.odfdom.doc
-
This class represents an ODF image document.
- OdfImageDocument(OdfPackage, String, OdfImageDocument.OdfMediaType) - Constructor for class org.odftoolkit.odfdom.doc.OdfImageDocument
-
To avoid data duplication a new document is only created, if not already opened.
- OdfImageDocument.OdfMediaType - Enum in org.odftoolkit.odfdom.doc
-
This enum contains all possible media types of OdfImageDocument documents.
- OdfListLevelProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfManifestDom - Class in org.odftoolkit.odfdom.pkg.manifest
-
The DOM representation of the ODF manifest.xml file of an ODF document.
- OdfManifestDom(OdfSchemaDocument, String) - Constructor for class org.odftoolkit.odfdom.pkg.manifest.OdfManifestDom
-
Creates the DOM representation of an XML file of an Odf document.
- OdfManifestDom(OdfPackage, String) - Constructor for class org.odftoolkit.odfdom.pkg.manifest.OdfManifestDom
-
Creates the DOM representation of an XML file of an Odf document.
- OdfMetaAutoReload - Class in org.odftoolkit.odfdom.incubator.meta
-
OdfMetaAutoReload
feature specifies whether the document is reloaded or replaced by
another document after a certain period of time has elapsed.
- OdfMetaAutoReload(MetaAutoReloadElement) - Constructor for class org.odftoolkit.odfdom.incubator.meta.OdfMetaAutoReload
-
Constructor of OdfMetaAutoReload
feature.
- OdfMetaDocumentStatistic - Class in org.odftoolkit.odfdom.incubator.meta
-
OdfMetaDocumentStatistic
feature specifies the statistics about the document.
- OdfMetaDocumentStatistic(MetaDocumentStatisticElement) - Constructor for class org.odftoolkit.odfdom.incubator.meta.OdfMetaDocumentStatistic
-
Constructor of OdfMetaDocumentStatistic
feature.
- OdfMetaDom - Class in org.odftoolkit.odfdom.dom
-
The DOM repesentation of the ODF meta.xml file of an ODF document.
- OdfMetaDom(OdfSchemaDocument, String) - Constructor for class org.odftoolkit.odfdom.dom.OdfMetaDom
-
Creates the DOM representation of an XML file of an Odf document.
- OdfMetaHyperlinkBehaviour - Class in org.odftoolkit.odfdom.incubator.meta
-
OdfMetaHyperlinkBehaviour
feature specifies default behavior of hyperlinks in the
current document.
- OdfMetaHyperlinkBehaviour(MetaHyperlinkBehaviourElement) - Constructor for class org.odftoolkit.odfdom.incubator.meta.OdfMetaHyperlinkBehaviour
-
Constructor of OdfMetaHyperlinkBehaviour
feature.
- OdfMetaTemplate - Class in org.odftoolkit.odfdom.incubator.meta
-
OdfMetaTemplate
feature specified the URL for the document that was used to create a
document.
- OdfMetaTemplate(MetaTemplateElement) - Constructor for class org.odftoolkit.odfdom.incubator.meta.OdfMetaTemplate
-
Constructor of OdfMetaTemplate
feature.
- OdfName - Class in org.odftoolkit.odfdom.pkg
-
The class provides a simplified interface for XML names.
- OdfNamespace - Class in org.odftoolkit.odfdom.pkg
-
Class wrapping the XML Namespace URI and XML Namespace prefix as a single entity.
- OdfNumberCurrencyStyle - Class in org.odftoolkit.odfdom.incubator.doc.number
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfNumberCurrencyStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberCurrencyStyle
-
- OdfNumberCurrencyStyle(OdfFileDom, String, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberCurrencyStyle
-
- OdfNumberDateStyle - Class in org.odftoolkit.odfdom.incubator.doc.number
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfNumberDateStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberDateStyle
-
- OdfNumberDateStyle(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberDateStyle
-
Creates a new instance of DateStyleFromFormat.
- OdfNumberDateStyle(OdfFileDom, String, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberDateStyle
-
Creates a new instance of DateStyleFromFormat.
- OdfNumberPercentageStyle - Class in org.odftoolkit.odfdom.incubator.doc.number
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfNumberPercentageStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberPercentageStyle
-
- OdfNumberPercentageStyle(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberPercentageStyle
-
Creates a new instance of OdfNumberPercentageStyle.
- OdfNumberStyle - Class in org.odftoolkit.odfdom.incubator.doc.number
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfNumberStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberStyle
-
- OdfNumberStyle(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberStyle
-
- OdfNumberTimeStyle - Class in org.odftoolkit.odfdom.incubator.doc.number
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfNumberTimeStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberTimeStyle
-
- OdfNumberTimeStyle(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberTimeStyle
-
Creates a new instance of OdfTimeStyle.
- OdfOfficeAutomaticStyles - Class in org.odftoolkit.odfdom.incubator.doc.office
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfOfficeAutomaticStyles(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeAutomaticStyles
-
- OdfOfficeMasterStyles - Class in org.odftoolkit.odfdom.incubator.doc.office
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfOfficeMasterStyles(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeMasterStyles
-
- OdfOfficeMeta - Class in org.odftoolkit.odfdom.incubator.meta
-
OdfOfficeMeta
represent the meta data feature in the ODF document.
- OdfOfficeMeta(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.meta.OdfOfficeMeta
-
Constructor of OdfOfficeMeta
feature.
- OdfOfficeStyles - Class in org.odftoolkit.odfdom.incubator.doc.office
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfOfficeStyles(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeStyles
-
- OdfPackage - Class in org.odftoolkit.odfdom.pkg
-
OdfPackage represents the package view to an OpenDocument document.
- OdfPackage.OdfFile - Enum in org.odftoolkit.odfdom.pkg
-
- OdfPackageConstraint - Enum in org.odftoolkit.odfdom.pkg
-
This class is used for validation of the ODF Package.
- OdfPackageDocument - Class in org.odftoolkit.odfdom.pkg
-
The package layer described by the ODF 1.2 Package specification is independent of the above ODF
XML layer described by the ODF 1.2 XML Schema specification.
- OdfPackageDocument(OdfPackage, String, String) - Constructor for class org.odftoolkit.odfdom.pkg.OdfPackageDocument
-
Creates a new OdfPackageDocument.
- OdfPackageDocument.Resource - Class in org.odftoolkit.odfdom.pkg
-
Helper class to receive an ODF document template for new documents from the environment (ie.
- OdfPackageNamespace - Enum in org.odftoolkit.odfdom.pkg
-
Namespaces of OpenDocument 1.2 XML Package Schema
- OdfPageLayoutProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfParagraphProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfPresentationDocument - Class in org.odftoolkit.odfdom.doc
-
This class represents an empty ODF presentation.
- OdfPresentationDocument(OdfPackage, String, OdfPresentationDocument.OdfMediaType) - Constructor for class org.odftoolkit.odfdom.doc.OdfPresentationDocument
-
To avoid data duplication a new document is only created, if not already opened.
- OdfPresentationDocument.OdfMediaType - Enum in org.odftoolkit.odfdom.doc
-
This enum contains all possible media types of OdfPresentationDocument documents.
- OdfPresentationNotes - Class in org.odftoolkit.odfdom.doc.presentation
-
Convenient functionality for the parent ODF OpenDocument element
- OdfRubyProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfRubyStyleProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfSchemaConstraint - Enum in org.odftoolkit.odfdom.dom
-
This class is used for validation of the ODF Document.
- OdfSchemaDocument - Class in org.odftoolkit.odfdom.dom
-
A document in ODF is from the package view a directory with a media type.
- OdfSchemaDocument(OdfPackage, String, String) - Constructor for class org.odftoolkit.odfdom.dom.OdfSchemaDocument
-
Creates a new OdfSchemaDocument.
- OdfSchemaDocument.OdfXMLFile - Enum in org.odftoolkit.odfdom.dom
-
This enum contains all possible standardized XML ODF files of the OpenDocument document.
- OdfSectionProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfSettingsDom - Class in org.odftoolkit.odfdom.dom
-
The DOM repesentation of the ODF Settings.xml file of an ODF document.
- OdfSettingsDom(OdfSchemaDocument, String) - Constructor for class org.odftoolkit.odfdom.dom.OdfSettingsDom
-
Creates the DOM representation of an XML file of an Odf document.
- OdfSlide - Class in org.odftoolkit.odfdom.doc.presentation
-
OdfSlide
represents the presentation slide feature of the ODF document.
- OdfSlide.SlideLayout - Enum in org.odftoolkit.odfdom.doc.presentation
-
A slide layout is a slide with some predefine placeholder.
- OdfSpreadsheetDocument - Class in org.odftoolkit.odfdom.doc
-
This class represents an empty ODF spreadsheet document.
- OdfSpreadsheetDocument(OdfPackage, String, OdfSpreadsheetDocument.OdfMediaType) - Constructor for class org.odftoolkit.odfdom.doc.OdfSpreadsheetDocument
-
To avoid data duplication a new document is only created, if not already opened.
- OdfSpreadsheetDocument.OdfMediaType - Enum in org.odftoolkit.odfdom.doc
-
This enum contains all possible media types of OdfSpreadsheetDocument documents.
- OdfStylableElement - Class in org.odftoolkit.odfdom.dom.element
-
- OdfStylableElement(OdfFileDom, OdfName, OdfStyleFamily, OdfName) - Constructor for class org.odftoolkit.odfdom.dom.element.OdfStylableElement
-
Creates a new instance of OdfElementImpl
- OdfStyle - Class in org.odftoolkit.odfdom.incubator.doc.style
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.style.OdfStyle
-
- OdfStyleableShapeElement - Class in org.odftoolkit.odfdom.dom.element
-
This class decides upon the shape style attribute, whether the style family is of type 'graphic'
or 'presentation'.
- OdfStyleableShapeElement(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.dom.element.OdfStyleableShapeElement
-
- OdfStyleBase - Class in org.odftoolkit.odfdom.dom.element
-
- OdfStyleBase(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.dom.element.OdfStyleBase
-
Creates a new instance of OdfElement
- OdfStyleBase(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.dom.element.OdfStyleBase
-
Creates a new instance of OdfElement
- OdfStyleFamily - Class in org.odftoolkit.odfdom.dom.style
-
- OdfStylePageLayout - Class in org.odftoolkit.odfdom.incubator.doc.style
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfStylePageLayout(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.style.OdfStylePageLayout
-
- OdfStylePropertiesBase - Class in org.odftoolkit.odfdom.dom.element
-
Base class for those ODF element having several ODF style attributes.
- OdfStylePropertiesBase(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase
-
Creates a new instance of OdfStyleProperties
- OdfStylePropertiesBase(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase
-
Creates a new instance of OdfStyleProperties
- OdfStylePropertiesSet - Enum in org.odftoolkit.odfdom.dom.style.props
-
- OdfStyleProperty - Class in org.odftoolkit.odfdom.dom.style.props
-
Class to represent a odf style attribut.
- OdfStylePropertySet - Interface in org.odftoolkit.odfdom.dom.style
-
- OdfStylesDom - Class in org.odftoolkit.odfdom.dom
-
The DOM repesentation of the ODF styles.xml file of an ODF document.
- OdfStylesDom(OdfSchemaDocument, String) - Constructor for class org.odftoolkit.odfdom.dom.OdfStylesDom
-
Creates the DOM representation of an XML file of an Odf document.
- OdfTable - Class in org.odftoolkit.odfdom.doc.table
-
OdfTable represents the table feature in ODF spreadsheet and text documents.
- OdfTableCell - Class in org.odftoolkit.odfdom.doc.table
-
OdfTableCell represents table cell feature in ODF document.
- OdfTableCellProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfTableCellRange - Class in org.odftoolkit.odfdom.doc.table
-
OdfTableCellRange represent a rang of cells that are adjacent with each other
- OdfTableColumn - Class in org.odftoolkit.odfdom.doc.table
-
OdfTableColumn represents table column feature in ODF document.
- OdfTableColumnProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfTableProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfTableRow - Class in org.odftoolkit.odfdom.doc.table
-
OdfTableRow represents table row feature in ODF document.
- OdfTableRowProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfTextDocument - Class in org.odftoolkit.odfdom.doc
-
This class represents an empty ODF text document.
- OdfTextDocument(OdfPackage, String, OdfTextDocument.OdfMediaType) - Constructor for class org.odftoolkit.odfdom.doc.OdfTextDocument
-
To avoid data duplication a new document is only created, if not already opened.
- OdfTextDocument.OdfMediaType - Enum in org.odftoolkit.odfdom.doc
-
This enum contains all possible media types of OdfSpreadsheetDocument documents.
- OdfTextExtractor - Class in org.odftoolkit.odfdom.incubator.doc.text
-
It's a sub class of DefaultElementVisitor.
- OdfTextExtractor() - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextExtractor
-
Default constructor
- OdfTextExtractor(OdfElement) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextExtractor
-
Constructor with an ODF element as paramter
- OdfTextHeading - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextHeading(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextHeading
-
- OdfTextHeading(OdfFileDom, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextHeading
-
Creates a new instance of this class with the given style name.
- OdfTextHeading(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextHeading
-
Creates an instance of this class with the given styleName and content.
- OdfTextList - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextList(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextList
-
Creates a new instance of OdfList.
- OdfTextList(OdfFileDom, String[], char, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextList
-
Creates a new instance of OdfList.
- OdfTextListLevelStyleBullet - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextListLevelStyleBullet(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextListLevelStyleBullet
-
- OdfTextListLevelStyleImage - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextListLevelStyleImage(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextListLevelStyleImage
-
- OdfTextListLevelStyleNumber - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextListLevelStyleNumber(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextListLevelStyleNumber
-
- OdfTextListStyle - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextListStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextListStyle
-
- OdfTextListStyle(OdfFileDom, String, String, String, String, boolean) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextListStyle
-
Creates an OdfListStyle.
- OdfTextListStyle(OdfFileDom, String, String[], String, boolean) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextListStyle
-
Constructor for OdfEasyListStyle.
- OdfTextOutlineLevelStyle - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextOutlineLevelStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextOutlineLevelStyle
-
- OdfTextOutlineStyle - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextOutlineStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextOutlineStyle
-
- OdfTextParagraph - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextParagraph(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextParagraph
-
Creates a new instance of this class
- OdfTextParagraph(OdfFileDom, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextParagraph
-
Creates a new instance of this class with the given style name.
- OdfTextParagraph(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextParagraph
-
Creates an instance of this class with the given styleName and content.
- OdfTextProperties - Interface in org.odftoolkit.odfdom.dom.style.props
-
- OdfTextSpan - Class in org.odftoolkit.odfdom.incubator.doc.text
-
Convenient functionalty for the parent ODF OpenDocument element
- OdfTextSpan(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextSpan
-
- OdfTextSpan(OdfFileDom, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextSpan
-
Creates a new instance of this class with the given style name.
- OdfTextSpan(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextSpan
-
Creates an instance of this class with the given styleName and content.
- OdfValidationException - Exception in org.odftoolkit.odfdom.pkg
-
This ODF specific validation exception facilities the usage of a SAXParseException for none XML
validation, used by an ErrorHandler
.
- OdfValidationException(ValidationConstraint) - Constructor for exception org.odftoolkit.odfdom.pkg.OdfValidationException
-
An OdfValidationException should be used for any validation result related to an ODF package.
- OdfValidationException(ValidationConstraint, String, Object...) - Constructor for exception org.odftoolkit.odfdom.pkg.OdfValidationException
-
An OdfValidationException should be used for any validation result related to an ODF package.
- OdfValidationException(ValidationConstraint, String, Exception, Object...) - Constructor for exception org.odftoolkit.odfdom.pkg.OdfValidationException
-
An OdfValidationException should be used for any validation result related to an ODF package.
- OdfWhitespaceProcessor - Class in org.odftoolkit.odfdom.incubator.doc.text
-
It's a tool class to help process white space.
- OdfWhitespaceProcessor() - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfWhitespaceProcessor
-
- OdfXMLFactory - Class in org.odftoolkit.odfdom.pkg
-
This factory determines what elements are being used in the DOC layer (ie.
- OdfXMLFactory() - Constructor for class org.odftoolkit.odfdom.pkg.OdfXMLFactory
-
- OfficeAnnotationElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeAnnotationElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeAnnotationElement
-
Create the instance of OfficeAnnotationElement
- OfficeAnnotationEndElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeAnnotationEndElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeAnnotationEndElement
-
Create the instance of OfficeAnnotationEndElement
- OfficeAutomaticStylesElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeAutomaticStylesElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeAutomaticStylesElement
-
Create the instance of OfficeAutomaticStylesElement
- OfficeAutomaticUpdateAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeAutomaticUpdateAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeAutomaticUpdateAttribute
-
- OfficeBinaryDataElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeBinaryDataElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeBinaryDataElement
-
Create the instance of OfficeBinaryDataElement
- OfficeBodyElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element
office:body.
- OfficeBodyElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeBodyElement
-
Create the instance of OfficeBodyElement
- OfficeBooleanValueAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeBooleanValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeBooleanValueAttribute
-
- OfficeChangeInfoElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeChangeInfoElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeChangeInfoElement
-
Create the instance of OfficeChangeInfoElement
- OfficeChartElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeChartElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeChartElement
-
Create the instance of OfficeChartElement
- OfficeConversionModeAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeConversionModeAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeConversionModeAttribute
-
- OfficeConversionModeAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeCurrencyAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeCurrencyAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeCurrencyAttribute
-
- OfficeDatabaseElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeDatabaseElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeDatabaseElement
-
Create the instance of OfficeDatabaseElement
- OfficeDateValueAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeDateValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDateValueAttribute
-
- OfficeDdeApplicationAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeDdeApplicationAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDdeApplicationAttribute
-
- OfficeDdeItemAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeDdeItemAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDdeItemAttribute
-
- OfficeDdeSourceElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeDdeSourceElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeDdeSourceElement
-
Create the instance of OfficeDdeSourceElement
- OfficeDdeTopicAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeDdeTopicAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDdeTopicAttribute
-
- OfficeDisplayAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeDisplayAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDisplayAttribute
-
- OfficeDocumentContentElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeDocumentContentElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeDocumentContentElement
-
Create the instance of OfficeDocumentContentElement
- OfficeDocumentElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeDocumentElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeDocumentElement
-
Create the instance of OfficeDocumentElement
- OfficeDocumentMetaElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeDocumentMetaElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeDocumentMetaElement
-
Create the instance of OfficeDocumentMetaElement
- OfficeDocumentSettingsElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeDocumentSettingsElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeDocumentSettingsElement
-
Create the instance of OfficeDocumentSettingsElement
- OfficeDocumentStylesElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeDocumentStylesElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeDocumentStylesElement
-
Create the instance of OfficeDocumentStylesElement
- OfficeDrawingElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeDrawingElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeDrawingElement
-
Create the instance of OfficeDrawingElement
- OfficeEventListenersElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeEventListenersElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeEventListenersElement
-
Create the instance of OfficeEventListenersElement
- OfficeFontFaceDeclsElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeFontFaceDeclsElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeFontFaceDeclsElement
-
Create the instance of OfficeFontFaceDeclsElement
- OfficeFormsElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeFormsElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeFormsElement
-
Create the instance of OfficeFormsElement
- OfficeImageElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeImageElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeImageElement
-
Create the instance of OfficeImageElement
- OfficeMasterStylesElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeMasterStylesElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeMasterStylesElement
-
Create the instance of OfficeMasterStylesElement
- OfficeMetaElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element
office:meta.
- OfficeMetaElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeMetaElement
-
Create the instance of OfficeMetaElement
- OfficeMimetypeAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeMimetypeAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeMimetypeAttribute
-
- OfficeNameAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute
office:name.
- OfficeNameAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeNameAttribute
-
Create the instance of OpenDocument attribute
office:name.
- OfficePresentationElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficePresentationElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficePresentationElement
-
Create the instance of OfficePresentationElement
- OfficeScriptElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeScriptElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeScriptElement
-
Create the instance of OfficeScriptElement
- OfficeScriptsElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeScriptsElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeScriptsElement
-
Create the instance of OfficeScriptsElement
- OfficeServerMapAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeServerMapAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeServerMapAttribute
-
- OfficeSettingsElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeSettingsElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeSettingsElement
-
Create the instance of OfficeSettingsElement
- OfficeSpreadsheetElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeSpreadsheetElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeSpreadsheetElement
-
Create the instance of OfficeSpreadsheetElement
- OfficeStringValueAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeStringValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeStringValueAttribute
-
- OfficeStylesElement - Class in org.odftoolkit.odfdom.dom.element.office
-
- OfficeStylesElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeStylesElement
-
Create the instance of OfficeStylesElement
- OfficeTargetFrameAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeTargetFrameAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeTargetFrameAttribute
-
- OfficeTargetFrameAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeTargetFrameNameAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeTargetFrameNameAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeTargetFrameNameAttribute
-
- OfficeTargetFrameNameAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeTextElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element
office:text.
- OfficeTextElement(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.element.office.OfficeTextElement
-
Create the instance of OfficeTextElement
- OfficeTimeValueAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeTimeValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeTimeValueAttribute
-
- OfficeTitleAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeTitleAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeTitleAttribute
-
- OfficeValueAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeValueAttribute
-
- OfficeValueTypeAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeValueTypeAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeValueTypeAttribute
-
- OfficeValueTypeAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeVersionAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
- OfficeVersionAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeVersionAttribute
-
- OfficeVersionAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
- OleDrawAspect - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleGraphicPropertiesElement
-
- OleDrawAspect - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfGraphicProperties
-
- OLIVE - Static variable in class org.odftoolkit.odfdom.type.Color
-
The color olive in sRGB space.
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.OdfStylableElement
-
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.table.TableTableCellElementBase
-
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextBookmarkStartElement
-
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextMetaElement
-
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextParagraphElementBase
-
- onInsertNode(Node) - Method in class org.odftoolkit.odfdom.pkg.OdfElement
-
- onInsertNode() - Method in class org.odftoolkit.odfdom.pkg.OdfElement
-
- onOdfNodeInserted(OdfElement, Node) - Method in class org.odftoolkit.odfdom.dom.element.OdfStyleBase
-
- onOdfNodeInserted(OdfElement, Node) - Method in class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeAutomaticStyles
-
- onOdfNodeInserted(OdfElement, Node) - Method in class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeMasterStyles
-
override this method to get notified about element insertion
- onOdfNodeInserted(OdfElement, Node) - Method in class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeStyles
-
- onOdfNodeInserted(OdfElement, Node) - Method in class org.odftoolkit.odfdom.pkg.OdfContainerElementBase
-
override this method to get notified about element insertion
- onOdfNodeRemoved(OdfElement) - Method in class org.odftoolkit.odfdom.dom.element.OdfStyleBase
-
- onOdfNodeRemoved(OdfElement) - Method in class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeAutomaticStyles
-
- onOdfNodeRemoved(OdfElement) - Method in class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeMasterStyles
-
override this method to get notified about element insertion
- onOdfNodeRemoved(OdfElement) - Method in class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeStyles
-
- onOdfNodeRemoved(OdfElement) - Method in class org.odftoolkit.odfdom.pkg.OdfContainerElementBase
-
override this method to get notified about element insertion
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.OdfStylableElement
-
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.table.TableTableCellElementBase
-
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextBookmarkStartElement
-
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextMetaElement
-
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextParagraphElementBase
-
- onRemoveNode(Node) - Method in class org.odftoolkit.odfdom.pkg.OdfElement
-
- onRemoveNode() - Method in class org.odftoolkit.odfdom.pkg.OdfElement
-
- Opacity - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleDrawingPagePropertiesElement
-
- Opacity - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleGraphicPropertiesElement
-
- Opacity - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfDrawingPageProperties
-
- Opacity - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfGraphicProperties
-
- OpacityName - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleDrawingPagePropertiesElement
-
- OpacityName - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleGraphicPropertiesElement
-
- OpacityName - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfDrawingPageProperties
-
- OpacityName - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfGraphicProperties
-
- optimize() - Method in class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeAutomaticStyles
-
This methods removes all automatic styles that are currently not used by any styleable element.
- ORANGE - Static variable in class org.odftoolkit.odfdom.type.Color
-
The color orange in sRGB space.
- org.odftoolkit.odfdom - package org.odftoolkit.odfdom
-
- org.odftoolkit.odfdom.doc - package 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.presentation - package org.odftoolkit.odfdom.doc.presentation
-
- org.odftoolkit.odfdom.doc.table - package org.odftoolkit.odfdom.doc.table
-
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
- org.odftoolkit.odfdom.dom - package org.odftoolkit.odfdom.dom
-
- org.odftoolkit.odfdom.dom.attribute.anim - package org.odftoolkit.odfdom.dom.attribute.anim
-
- org.odftoolkit.odfdom.dom.attribute.chart - package org.odftoolkit.odfdom.dom.attribute.chart
-
- org.odftoolkit.odfdom.dom.attribute.config - package org.odftoolkit.odfdom.dom.attribute.config
-
- org.odftoolkit.odfdom.dom.attribute.db - package org.odftoolkit.odfdom.dom.attribute.db
-
- org.odftoolkit.odfdom.dom.attribute.dr3d - package org.odftoolkit.odfdom.dom.attribute.dr3d
-
- org.odftoolkit.odfdom.dom.attribute.draw - package org.odftoolkit.odfdom.dom.attribute.draw
-
- org.odftoolkit.odfdom.dom.attribute.fo - package org.odftoolkit.odfdom.dom.attribute.fo
-
- org.odftoolkit.odfdom.dom.attribute.form - package org.odftoolkit.odfdom.dom.attribute.form
-
- org.odftoolkit.odfdom.dom.attribute.grddl - package org.odftoolkit.odfdom.dom.attribute.grddl
-
- org.odftoolkit.odfdom.dom.attribute.meta - package org.odftoolkit.odfdom.dom.attribute.meta
-
- org.odftoolkit.odfdom.dom.attribute.number - package org.odftoolkit.odfdom.dom.attribute.number
-
- org.odftoolkit.odfdom.dom.attribute.office - package org.odftoolkit.odfdom.dom.attribute.office
-
- org.odftoolkit.odfdom.dom.attribute.presentation - package org.odftoolkit.odfdom.dom.attribute.presentation
-
- org.odftoolkit.odfdom.dom.attribute.script - package org.odftoolkit.odfdom.dom.attribute.script
-
- org.odftoolkit.odfdom.dom.attribute.smil - package org.odftoolkit.odfdom.dom.attribute.smil
-
- org.odftoolkit.odfdom.dom.attribute.style - package org.odftoolkit.odfdom.dom.attribute.style
-
- org.odftoolkit.odfdom.dom.attribute.svg - package org.odftoolkit.odfdom.dom.attribute.svg
-
- org.odftoolkit.odfdom.dom.attribute.table - package org.odftoolkit.odfdom.dom.attribute.table
-
- org.odftoolkit.odfdom.dom.attribute.text - package org.odftoolkit.odfdom.dom.attribute.text
-
- org.odftoolkit.odfdom.dom.attribute.xforms - package org.odftoolkit.odfdom.dom.attribute.xforms
-
- org.odftoolkit.odfdom.dom.attribute.xhtml - package org.odftoolkit.odfdom.dom.attribute.xhtml
-
- org.odftoolkit.odfdom.dom.attribute.xlink - package org.odftoolkit.odfdom.dom.attribute.xlink
-
- org.odftoolkit.odfdom.dom.attribute.xml - package org.odftoolkit.odfdom.dom.attribute.xml
-
- org.odftoolkit.odfdom.dom.element - package org.odftoolkit.odfdom.dom.element
-
From the ODF RelaxNG generated Java classes representing the ODF elements.
- org.odftoolkit.odfdom.dom.element.anim - package org.odftoolkit.odfdom.dom.element.anim
-
- org.odftoolkit.odfdom.dom.element.chart - package org.odftoolkit.odfdom.dom.element.chart
-
- org.odftoolkit.odfdom.dom.element.config - package org.odftoolkit.odfdom.dom.element.config
-
- org.odftoolkit.odfdom.dom.element.db - package org.odftoolkit.odfdom.dom.element.db
-
- org.odftoolkit.odfdom.dom.element.dc - package org.odftoolkit.odfdom.dom.element.dc
-
- org.odftoolkit.odfdom.dom.element.dr3d - package org.odftoolkit.odfdom.dom.element.dr3d
-
- org.odftoolkit.odfdom.dom.element.draw - package org.odftoolkit.odfdom.dom.element.draw
-
- org.odftoolkit.odfdom.dom.element.form - package org.odftoolkit.odfdom.dom.element.form
-
- org.odftoolkit.odfdom.dom.element.math - package org.odftoolkit.odfdom.dom.element.math
-
- org.odftoolkit.odfdom.dom.element.meta - package org.odftoolkit.odfdom.dom.element.meta
-
- org.odftoolkit.odfdom.dom.element.number - package org.odftoolkit.odfdom.dom.element.number
-
- org.odftoolkit.odfdom.dom.element.office - package org.odftoolkit.odfdom.dom.element.office
-
- org.odftoolkit.odfdom.dom.element.presentation - package org.odftoolkit.odfdom.dom.element.presentation
-
- org.odftoolkit.odfdom.dom.element.script - package org.odftoolkit.odfdom.dom.element.script
-
- org.odftoolkit.odfdom.dom.element.style - package org.odftoolkit.odfdom.dom.element.style
-
- org.odftoolkit.odfdom.dom.element.svg - package org.odftoolkit.odfdom.dom.element.svg
-
- org.odftoolkit.odfdom.dom.element.table - package org.odftoolkit.odfdom.dom.element.table
-
- org.odftoolkit.odfdom.dom.element.text - package org.odftoolkit.odfdom.dom.element.text
-
- org.odftoolkit.odfdom.dom.element.xforms - package org.odftoolkit.odfdom.dom.element.xforms
-
- org.odftoolkit.odfdom.dom.rdfa - package org.odftoolkit.odfdom.dom.rdfa
-
- org.odftoolkit.odfdom.dom.style - package org.odftoolkit.odfdom.dom.style
-
Provides classes to create and access ODF styles and ODF style families.
- org.odftoolkit.odfdom.dom.style.props - package org.odftoolkit.odfdom.dom.style.props
-
Classes representing the style properties.
- org.odftoolkit.odfdom.incubator.doc.draw - package org.odftoolkit.odfdom.incubator.doc.draw
-
- org.odftoolkit.odfdom.incubator.doc.number - package org.odftoolkit.odfdom.incubator.doc.number
-
- org.odftoolkit.odfdom.incubator.doc.office - package org.odftoolkit.odfdom.incubator.doc.office
-
- org.odftoolkit.odfdom.incubator.doc.style - package org.odftoolkit.odfdom.incubator.doc.style
-
- org.odftoolkit.odfdom.incubator.doc.text - package org.odftoolkit.odfdom.incubator.doc.text
-
- org.odftoolkit.odfdom.incubator.meta - package org.odftoolkit.odfdom.incubator.meta
-
Provide classes to access the metadata of ODF documents.
- org.odftoolkit.odfdom.incubator.search - package org.odftoolkit.odfdom.incubator.search
-
Provide classes to operate the content and style of the selected text content.
- org.odftoolkit.odfdom.pkg - package org.odftoolkit.odfdom.pkg
-
Representing the "Package Layer", the physical document handling.
- org.odftoolkit.odfdom.pkg.dsig - package org.odftoolkit.odfdom.pkg.dsig
-
- org.odftoolkit.odfdom.pkg.manifest - package org.odftoolkit.odfdom.pkg.manifest
-
- org.odftoolkit.odfdom.pkg.rdfa - package org.odftoolkit.odfdom.pkg.rdfa
-
- org.odftoolkit.odfdom.type - package org.odftoolkit.odfdom.type
-
- Origin - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleChartPropertiesElement
-
- Origin - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfChartProperties
-
- Orphans - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleParagraphPropertiesElement
-
- Orphans - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfParagraphProperties
-
- OverflowBehavior - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleGraphicPropertiesElement
-
- OverflowBehavior - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfGraphicProperties
-
- Overlap - Static variable in class org.odftoolkit.odfdom.dom.element.style.StyleChartPropertiesElement
-
- Overlap - Static variable in interface org.odftoolkit.odfdom.dom.style.props.OdfChartProperties
-