Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- OBJECT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.db.DbDataTypeAttribute.Value
- OBJECT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.dr3d.Dr3dNormalsKindAttribute.Value
- OBJECT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.dr3d.Dr3dTextureGenerationModeXAttribute.Value
- OBJECT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.dr3d.Dr3dTextureGenerationModeYAttribute.Value
- OBJECT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationClassAttribute.Value
- OBJECT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationObjectAttribute.Value
- OBJECT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.text.TextPlaceholderTypeAttribute.Value
- OBJECTBOUNDINGBOX - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.svg.SvgGradientUnitsAttribute.Value
- OBJECTS - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.style.StylePrintAttribute.Value
- OBLIQUE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.fo.FoFontStyleAttribute.Value
- OBLIQUE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.style.StyleFontStyleAsianAttribute.Value
- OBLIQUE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.style.StyleFontStyleComplexAttribute.Value
- OBLIQUE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.svg.SvgFontStyleAttribute.Value
- 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 aonOdfNodeRemoved.
. - 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 representation 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.
- OdfContentOrStylesDomBase - Class in org.odftoolkit.odfdom.dom
-
Base class for an XML stream that contains document content, i.e., styles.xml or content.xml.
- OdfContentOrStylesDomBase(OdfPackageDocument, String) - Constructor for class org.odftoolkit.odfdom.dom.OdfContentOrStylesDomBase
- OdfContentOrStylesDomBase(OdfPackage, String) - Constructor for class org.odftoolkit.odfdom.dom.OdfContentOrStylesDomBase
- 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 functionality 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 functionality 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
- OdfFileSaxHandler(Node) - Constructor for class org.odftoolkit.odfdom.pkg.OdfFileSaxHandler
- 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 representation 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 (used by default) as a single entity For instance, the ODF paragraph element <text:p> uses by default in the ODF specification the prefix "text" and is bound to this prefix heres
- OdfNumberBooleanStyle - Class in org.odftoolkit.odfdom.incubator.doc.number
-
Convenient functionality for the parent ODF OpenDocument element
- OdfNumberBooleanStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberBooleanStyle
- OdfNumberBooleanStyle(OdfFileDom, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberBooleanStyle
- 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) - 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 functionality 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 functionality 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
- OdfNumberTextStyle - Class in org.odftoolkit.odfdom.incubator.doc.number
-
Convenient functionality for the parent ODF OpenDocument element
- OdfNumberTextStyle(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberTextStyle
- OdfNumberTextStyle(OdfFileDom, String, String) - Constructor for class org.odftoolkit.odfdom.incubator.doc.number.OdfNumberTextStyle
- 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 functionality for the parent ODF OpenDocument element
- OdfOfficeAutomaticStyles(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeAutomaticStyles
- OdfOfficeAutomaticStyles(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeAutomaticStyles
-
Used by generated subclass OfficeAutomaticStylesElement
- OdfOfficeMasterStyles - Class in org.odftoolkit.odfdom.incubator.doc.office
-
Convenient functionality for the parent ODF OpenDocument element
- OdfOfficeMasterStyles(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeMasterStyles
- OdfOfficeMasterStyles(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeMasterStyles
-
Used by generated subclass OfficeMasterStylesElement
- 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 functionality for the parent ODF OpenDocument element
- OdfOfficeStyles(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeStyles
- OdfOfficeStyles(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfOfficeStyles
-
Used by generated subclass OdfOfficeStylesElement
- 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 representation 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 functionality 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
-
A placeholder for multiple style incarnation, for instance <style:style> from either the automatic or the template styles parent, e.g.
- 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 functionality 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
- OdfStylesBase - Class in org.odftoolkit.odfdom.incubator.doc.office
-
Implements shared functions for OdfAutomaticStyles and OdfStyles.
- OdfStylesBase(OdfFileDom, OdfName) - Constructor for class org.odftoolkit.odfdom.incubator.doc.office.OdfStylesBase
- OdfStylesDom - Class in org.odftoolkit.odfdom.dom
-
The DOM representation 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(OdfPackage, String, OdfTextDocument.OdfMediaType, Boolean) - 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 functionality 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, boolean) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextListStyle
-
Constructor for OdfEasyListStyle.
- OdfTextListStyle(OdfFileDom, String, String, String, String, boolean) - Constructor for class org.odftoolkit.odfdom.incubator.doc.text.OdfTextListStyle
-
Creates an OdfListStyle.
- 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 functionality 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 functionality 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 excpetion faciliates 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, Exception, 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, 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 (i.e.
- OdfXMLFactory() - Constructor for class org.odftoolkit.odfdom.pkg.OdfXMLFactory
- ODT_SUFFIX - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OF - Enum constant in enum org.odftoolkit.odfdom.dom.OdfDocumentNamespace
- OFFICE - Enum constant in enum org.odftoolkit.odfdom.dom.OdfDocumentNamespace
- OfficeAnnotationElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element <office:annotation>.
- 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
-
DOM implementation of OpenDocument element <office:annotation-end>.
- 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
-
DOM implementation of OpenDocument element <office:automatic-styles>.
- 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
-
DOM implementation of OpenDocument attribute @office:automatic-update.
- OfficeAutomaticUpdateAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeAutomaticUpdateAttribute
-
Create the instance of OpenDocument attribute @office:automatic-update.
- OfficeBinaryDataElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element <office:binary-data>.
- 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
-
DOM implementation of OpenDocument attribute @office:boolean-value.
- OfficeBooleanValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeBooleanValueAttribute
-
Create the instance of OpenDocument attribute @office:boolean-value.
- OfficeChangeInfoElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element <office:change-info>.
- 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
-
DOM implementation of OpenDocument element <office:chart>.
- 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
-
DOM implementation of OpenDocument attribute @office:conversion-mode.
- OfficeConversionModeAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeConversionModeAttribute
-
Create the instance of OpenDocument attribute @office:conversion-mode.
- OfficeConversionModeAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
The value set of @office:conversion-mode.
- OfficeCurrencyAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:currency.
- OfficeCurrencyAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeCurrencyAttribute
-
Create the instance of OpenDocument attribute @office:currency.
- OfficeDatabaseElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element <office:database>.
- 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
-
DOM implementation of OpenDocument attribute @office:date-value.
- OfficeDateValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDateValueAttribute
-
Create the instance of OpenDocument attribute @office:date-value.
- OfficeDdeApplicationAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:dde-application.
- OfficeDdeApplicationAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDdeApplicationAttribute
-
Create the instance of OpenDocument attribute @office:dde-application.
- OfficeDdeItemAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:dde-item.
- OfficeDdeItemAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDdeItemAttribute
-
Create the instance of OpenDocument attribute @office:dde-item.
- OfficeDdeSourceElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element <office:dde-source>.
- 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
-
DOM implementation of OpenDocument attribute @office:dde-topic.
- OfficeDdeTopicAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDdeTopicAttribute
-
Create the instance of OpenDocument attribute @office:dde-topic.
- OfficeDisplayAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:display.
- OfficeDisplayAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeDisplayAttribute
-
Create the instance of OpenDocument attribute @office:display.
- OfficeDocumentContentElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element <office:document-content>.
- 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
-
DOM implementation of OpenDocument element <office:document>.
- 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
-
DOM implementation of OpenDocument element <office:document-meta>.
- 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
-
DOM implementation of OpenDocument element <office:document-settings>.
- 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
-
DOM implementation of OpenDocument element <office:document-styles>.
- 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
-
DOM implementation of OpenDocument element <office:drawing>.
- 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
-
DOM implementation of OpenDocument element <office:event-listeners>.
- 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
-
DOM implementation of OpenDocument element <office:font-face-decls>.
- 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
-
DOM implementation of OpenDocument element <office:forms>.
- 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
-
DOM implementation of OpenDocument element <office:image>.
- 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
-
DOM implementation of OpenDocument element <office:master-styles>.
- 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
-
DOM implementation of OpenDocument attribute @office:mimetype.
- OfficeMimetypeAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeMimetypeAttribute
-
Create the instance of OpenDocument attribute @office:mimetype.
- 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
-
DOM implementation of OpenDocument element <office:presentation>.
- 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
-
DOM implementation of OpenDocument element <office:script>.
- 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
-
DOM implementation of OpenDocument element <office:scripts>.
- 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
-
DOM implementation of OpenDocument attribute @office:server-map.
- OfficeServerMapAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeServerMapAttribute
-
Create the instance of OpenDocument attribute @office:server-map.
- OfficeSettingsElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element <office:settings>.
- 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
-
DOM implementation of OpenDocument element <office:spreadsheet>.
- 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
-
DOM implementation of OpenDocument attribute @office:string-value.
- OfficeStringValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeStringValueAttribute
-
Create the instance of OpenDocument attribute @office:string-value.
- OfficeStylesElement - Class in org.odftoolkit.odfdom.dom.element.office
-
DOM implementation of OpenDocument element <office:styles>.
- 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
-
DOM implementation of OpenDocument attribute @office:target-frame.
- OfficeTargetFrameAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeTargetFrameAttribute
-
Create the instance of OpenDocument attribute @office:target-frame.
- OfficeTargetFrameAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
The value set of @office:target-frame.
- OfficeTargetFrameNameAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:target-frame-name.
- OfficeTargetFrameNameAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeTargetFrameNameAttribute
-
Create the instance of OpenDocument attribute @office:target-frame-name.
- OfficeTargetFrameNameAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
The value set of @office:target-frame-name.
- 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
-
DOM implementation of OpenDocument attribute @office:time-value.
- OfficeTimeValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeTimeValueAttribute
-
Create the instance of OpenDocument attribute @office:time-value.
- OfficeTitleAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:title.
- OfficeTitleAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeTitleAttribute
-
Create the instance of OpenDocument attribute @office:title.
- OfficeValueAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:value.
- OfficeValueAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeValueAttribute
-
Create the instance of OpenDocument attribute @office:value.
- OfficeValueTypeAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:value-type.
- OfficeValueTypeAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeValueTypeAttribute
-
Create the instance of OpenDocument attribute @office:value-type.
- OfficeValueTypeAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
The value set of @office:value-type.
- OfficeVersionAttribute - Class in org.odftoolkit.odfdom.dom.attribute.office
-
DOM implementation of OpenDocument attribute @office:version.
- OfficeVersionAttribute(OdfFileDom) - Constructor for class org.odftoolkit.odfdom.dom.attribute.office.OfficeVersionAttribute
-
Create the instance of OpenDocument attribute @office:version.
- OfficeVersionAttribute.Value - Enum in org.odftoolkit.odfdom.dom.attribute.office
-
The value set of @office:version.
- OLE_ACTION - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationPresetClassAttribute.Value
- 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.
- ON_CLICK - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationNodeTypeAttribute.Value
- ONCE_CONCURRENT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.draw.DrawWrapInfluenceOnPositionAttribute.Value
- ONCE_SUCCESSIVE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.draw.DrawWrapInfluenceOnPositionAttribute.Value
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.OdfStylableElement
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.table.TableCoveredTableCellElement
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.table.TableTableCellElement
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextBookmarkStartElement
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextHElement
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextMetaElement
- onInsertNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextPElement
- onInsertNode() - Method in class org.odftoolkit.odfdom.pkg.OdfElement
- onInsertNode(Node) - Method in class org.odftoolkit.odfdom.pkg.OdfElement
- ONLOAD - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.xlink.XlinkActuateAttribute.Value
- 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.incubator.doc.office.OdfStylesBase
- 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.incubator.doc.office.OdfStylesBase
- 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.TableCoveredTableCellElement
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.table.TableTableCellElement
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextBookmarkStartElement
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextHElement
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextMetaElement
- onRemoveNode() - Method in class org.odftoolkit.odfdom.dom.element.text.TextPElement
- onRemoveNode() - Method in class org.odftoolkit.odfdom.pkg.OdfElement
- onRemoveNode(Node) - Method in class org.odftoolkit.odfdom.pkg.OdfElement
- ONREQUEST - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.xlink.XlinkActuateAttribute.Value
- OOO - Enum constant in enum org.odftoolkit.odfdom.dom.OdfDocumentNamespace
- OP_CELLS - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_COLUMN - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_COLUMNS_DELETE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_DELETE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_DOCUMENT_LAYOUT - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_DRAWING - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_ERROR - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_FIELD - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_FIELD_UPDATE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_FONT_DECL - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_FORMAT - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_HEADER_FOOTER - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_HEADER_FOOTER_DELETE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_LINE_BREAK - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_LIST_STYLE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_MOVE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_NOTE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_NOTE_SELECTION - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_PARAGRAPH - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_PARAGRAPH_MERGE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_PARAGRAPH_SPLIT - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_ROWS - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_STYLE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_STYLE_CHANGE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_STYLE_DELETE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_TAB - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_TABLE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OP_TEXT - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- 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
- OPEN - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationEffectAttribute.Value
- OPEN - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationTransitionStyleAttribute.Value
- OPEN_HORIZONTAL - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationTransitionStyleAttribute.Value
- OPEN_VERTICAL - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationTransitionStyleAttribute.Value
- OPERATION_OUTPUT_DIR - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OperationConstants - Interface in org.odftoolkit.odfdom.changes
- OPK_ATTRS - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_CONTEXT - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_EDITOR - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_END - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_ID - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_NAME - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_OPERATIONS - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
-
OPERATION PARAMETER (KEYS)*
- OPK_POSITION - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_SHEET - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_START - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_STYLE_ID - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_TYPE - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_VERSION - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_VERSION_BRANCH - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- OPK_VERSION_TIME - Static variable in interface org.odftoolkit.odfdom.changes.OperationConstants
- 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.changes - package org.odftoolkit.odfdom.changes
- org.odftoolkit.odfdom.doc - package org.odftoolkit.odfdom.doc
-
The "Document Layer" exist 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 - package org.odftoolkit.odfdom.dom.attribute
-
From the ODF RelaxNG generated Java classes representing the ODF attributes with their allowed value sets.
- 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
- ORGANIZATIONS - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.text.TextBibliographyDataFieldAttribute.Value
- ORGANIZATIONS - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.text.TextKeyAttribute.Value
- ORGCHART - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationClassAttribute.Value
- ORGCHART - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationObjectAttribute.Value
- 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
- OTHER - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.db.DbDataTypeAttribute.Value
- OUT - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.smil.SmilModeAttribute.Value
- OUTER - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.text.TextNumberPositionAttribute.Value
- OUTLINE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationClassAttribute.Value
- OUTLINE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.presentation.PresentationObjectAttribute.Value
- OUTLINE_SUBTOTALS_BOTTOM - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.table.TableLayoutModeAttribute.Value
- OUTLINE_SUBTOTALS_TOP - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.table.TableLayoutModeAttribute.Value
- OUTSIDE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.chart.ChartLabelPositionAttribute.Value
- OUTSIDE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.chart.ChartLabelPositionNegativeAttribute.Value
- OUTSIDE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.style.StyleHorizontalPosAttribute.Value
- OUTSIDE - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.style.StyleWrapContourModeAttribute.Value
- OUTSIDE_END - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.chart.ChartAxisLabelPositionAttribute.Value
- OUTSIDE_START - Enum constant in enum org.odftoolkit.odfdom.dom.attribute.chart.ChartAxisLabelPositionAttribute.Value
- 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
- overLapping(TextSelection, TextSelection) - Static method in class org.odftoolkit.odfdom.changes.TextSelection
-
Test if one of the two given TextSelection is overlapping
- overrideListStyle(String) - Method in class org.odftoolkit.odfdom.changes.ParagraphListProperties
-
Overrides the list style given by a <text:list> element.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form