Uses of Class
org.odftoolkit.odfdom.pkg.OdfFileDom

Packages that use OdfFileDom
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.attribute.anim   
org.odftoolkit.odfdom.dom.attribute.chart   
org.odftoolkit.odfdom.dom.attribute.config   
org.odftoolkit.odfdom.dom.attribute.db   
org.odftoolkit.odfdom.dom.attribute.dr3d   
org.odftoolkit.odfdom.dom.attribute.draw   
org.odftoolkit.odfdom.dom.attribute.fo   
org.odftoolkit.odfdom.dom.attribute.form   
org.odftoolkit.odfdom.dom.attribute.grddl   
org.odftoolkit.odfdom.dom.attribute.meta   
org.odftoolkit.odfdom.dom.attribute.number   
org.odftoolkit.odfdom.dom.attribute.office   
org.odftoolkit.odfdom.dom.attribute.presentation   
org.odftoolkit.odfdom.dom.attribute.script   
org.odftoolkit.odfdom.dom.attribute.smil   
org.odftoolkit.odfdom.dom.attribute.style   
org.odftoolkit.odfdom.dom.attribute.svg   
org.odftoolkit.odfdom.dom.attribute.table   
org.odftoolkit.odfdom.dom.attribute.text   
org.odftoolkit.odfdom.dom.attribute.xforms   
org.odftoolkit.odfdom.dom.attribute.xhtml   
org.odftoolkit.odfdom.dom.attribute.xlink   
org.odftoolkit.odfdom.dom.attribute.xml   
org.odftoolkit.odfdom.dom.element From the ODF RelaxNG generated Java classes representing the ODF elements. 
org.odftoolkit.odfdom.dom.element.anim   
org.odftoolkit.odfdom.dom.element.chart   
org.odftoolkit.odfdom.dom.element.config   
org.odftoolkit.odfdom.dom.element.db   
org.odftoolkit.odfdom.dom.element.dc   
org.odftoolkit.odfdom.dom.element.dr3d   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.form   
org.odftoolkit.odfdom.dom.element.math   
org.odftoolkit.odfdom.dom.element.meta   
org.odftoolkit.odfdom.dom.element.number   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.element.script   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.element.svg   
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.dom.element.xforms   
org.odftoolkit.odfdom.dom.rdfa   
org.odftoolkit.odfdom.incubator.doc.draw   
org.odftoolkit.odfdom.incubator.doc.number   
org.odftoolkit.odfdom.incubator.doc.office   
org.odftoolkit.odfdom.incubator.doc.style   
org.odftoolkit.odfdom.incubator.doc.text   
org.odftoolkit.odfdom.incubator.meta Provide classes to access the metadata of ODF documents. 
org.odftoolkit.odfdom.pkg Representing the "Package Layer", the physical document handling. 
org.odftoolkit.odfdom.pkg.dsig   
org.odftoolkit.odfdom.pkg.manifest   
org.odftoolkit.odfdom.pkg.rdfa   
 

Uses of OdfFileDom in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc with parameters of type OdfFileDom
 Node OdfPresentationDocument.cloneForeignElement(Node element, OdfFileDom dom, boolean deep)
          Deprecated. Make a content copy of the specified element, and the returned element should have the specified ownerDocument.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom
 

Subclasses of OdfFileDom in org.odftoolkit.odfdom.dom
 class OdfContentDom
          The DOM repesentation of the ODF content.xml file of an ODF document.
 class OdfMetaDom
          The DOM repesentation of the ODF meta.xml file of an ODF document.
 class OdfSettingsDom
          The DOM repesentation of the ODF Settings.xml file of an ODF document.
 class OdfStylesDom
          The DOM repesentation of the ODF styles.xml file of an ODF document.
 

Methods in org.odftoolkit.odfdom.dom that return OdfFileDom
 OdfFileDom OdfSchemaDocument.getFileDom(OdfSchemaDocument.OdfXMLFile file)
           
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.anim
 

Constructors in org.odftoolkit.odfdom.dom.attribute.anim with parameters of type OdfFileDom
AnimAudioLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:audio-level.
AnimColorInterpolationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:color-interpolation.
AnimColorInterpolationDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:color-interpolation-direction.
AnimCommandAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:command.
AnimFormulaAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:formula.
AnimIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:id.
AnimIterateIntervalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:iterate-interval.
AnimIterateTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:iterate-type.
AnimNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:name.
AnimSubItemAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:sub-item.
AnimValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute anim:value.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.chart
 

Constructors in org.odftoolkit.odfdom.dom.attribute.chart with parameters of type OdfFileDom
ChartAngleOffsetAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:angle-offset.
ChartAttachedAxisAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:attached-axis.
ChartAutomaticContentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:automatic-content.
ChartAutoPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:auto-position.
ChartAutoSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:auto-size.
ChartAxisLabelPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:axis-label-position.
ChartAxisPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:axis-position.
ChartClassAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:class.
ChartColumnMappingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:column-mapping.
ChartConnectBarsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:connect-bars.
ChartDataLabelNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:data-label-number.
ChartDataLabelSymbolAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:data-label-symbol.
ChartDataLabelTextAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:data-label-text.
ChartDataSourceHasLabelsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:data-source-has-labels.
ChartDeepAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:deep.
ChartDimensionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:dimension.
ChartDisplayEquationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:display-equation.
ChartDisplayLabelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:display-label.
ChartDisplayRSquareAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:display-r-square.
ChartErrorCategoryAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-category.
ChartErrorLowerIndicatorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-lower-indicator.
ChartErrorLowerLimitAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-lower-limit.
ChartErrorLowerRangeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-lower-range.
ChartErrorMarginAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-margin.
ChartErrorPercentageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-percentage.
ChartErrorUpperIndicatorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-upper-indicator.
ChartErrorUpperLimitAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-upper-limit.
ChartErrorUpperRangeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:error-upper-range.
ChartGapWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:gap-width.
ChartGroupBarsPerAxisAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:group-bars-per-axis.
ChartHoleSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:hole-size.
ChartIncludeHiddenCellsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:include-hidden-cells.
ChartInterpolationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:interpolation.
ChartIntervalMajorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:interval-major.
ChartIntervalMinorDivisorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:interval-minor-divisor.
ChartJapaneseCandleStickAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:japanese-candle-stick.
ChartLabelArrangementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:label-arrangement.
ChartLabelCellAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:label-cell-address.
ChartLabelPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:label-position.
ChartLabelPositionNegativeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:label-position-negative.
ChartLegendAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:legend-align.
ChartLegendPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:legend-position.
ChartLinesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:lines.
ChartLinkDataStyleToSourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:link-data-style-to-source.
ChartLogarithmicAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:logarithmic.
ChartMaximumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:maximum.
ChartMeanValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:mean-value.
ChartMinimumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:minimum.
ChartNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:name.
ChartOriginAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:origin.
ChartOverlapAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:overlap.
ChartPercentageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:percentage.
ChartPieOffsetAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:pie-offset.
ChartRegressionTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:regression-type.
ChartRepeatedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:repeated.
ChartReverseDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:reverse-direction.
ChartRightAngledAxesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:right-angled-axes.
ChartRowMappingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:row-mapping.
ChartScaleTextAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:scale-text.
ChartSeriesSourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:series-source.
ChartSolidTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:solid-type.
ChartSortByXValuesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:sort-by-x-values.
ChartSplineOrderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:spline-order.
ChartSplineResolutionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:spline-resolution.
ChartStackedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:stacked.
ChartStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:style-name.
ChartSymbolHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:symbol-height.
ChartSymbolNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:symbol-name.
ChartSymbolTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:symbol-type.
ChartSymbolWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:symbol-width.
ChartTextOverlapAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:text-overlap.
ChartThreeDimensionalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:three-dimensional.
ChartTickMarkPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:tick-mark-position.
ChartTickMarksMajorInnerAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:tick-marks-major-inner.
ChartTickMarksMajorOuterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:tick-marks-major-outer.
ChartTickMarksMinorInnerAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:tick-marks-minor-inner.
ChartTickMarksMinorOuterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:tick-marks-minor-outer.
ChartTreatEmptyCellsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:treat-empty-cells.
ChartValuesCellRangeAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:values-cell-range-address.
ChartVerticalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:vertical.
ChartVisibleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute chart:visible.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.config
 

Constructors in org.odftoolkit.odfdom.dom.attribute.config with parameters of type OdfFileDom
ConfigNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute config:name.
ConfigTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute config:type.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.db
 

Constructors in org.odftoolkit.odfdom.dom.attribute.db with parameters of type OdfFileDom
DbAdditionalColumnStatementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:additional-column-statement.
DbAppendTableAliasNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:append-table-alias-name.
DbApplyCommandAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:apply-command.
DbAsTemplateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:as-template.
DbBaseDnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:base-dn.
DbBooleanComparisonModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:boolean-comparison-mode.
DbCatalogNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:catalog-name.
DbCommandAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:command.
DbDatabaseNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:database-name.
DbDataSourceSettingIsListAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:data-source-setting-is-list.
DbDataSourceSettingNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:data-source-setting-name.
DbDataSourceSettingTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:data-source-setting-type.
DbDataTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:data-type.
DbDecimalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:decimal.
DbDefaultCellStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:default-cell-style-name.
DbDefaultRowStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:default-row-style-name.
DbDeleteRuleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:delete-rule.
DbDescriptionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:description.
DbEnableSql92CheckAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:enable-sql92-check.
DbEncodingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:encoding.
DbEscapeProcessingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:escape-processing.
DbExtensionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:extension.
DbFieldAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:field.
DbHostnameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:hostname.
DbIgnoreDriverPrivilegesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:ignore-driver-privileges.
DbIsAscendingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-ascending.
DbIsAutoincrementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-autoincrement.
DbIsClusteredAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-clustered.
DbIsEmptyAllowedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-empty-allowed.
DbIsFirstRowHeaderLineAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-first-row-header-line.
DbIsNullableAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-nullable.
DbIsPasswordRequiredAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-password-required.
DbIsTableNameLengthLimitedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-table-name-length-limited.
DbIsUniqueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:is-unique.
DbLocalSocketAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:local-socket.
DbLoginTimeoutAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:login-timeout.
DbMaxRowCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:max-row-count.
DbMediaTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:media-type.
DbNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:name.
DbParameterNameSubstitutionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:parameter-name-substitution.
DbPortAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:port.
DbPrecisionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:precision.
DbReferencedTableNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:referenced-table-name.
DbRelatedColumnNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:related-column-name.
DbRowRetrievingStatementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:row-retrieving-statement.
DbScaleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:scale.
DbSchemaNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:schema-name.
DbShowDeletedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:show-deleted.
DbStringAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:string.
DbStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:style-name.
DbSuppressVersionColumnsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:suppress-version-columns.
DbSystemDriverSettingsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:system-driver-settings.
DbThousandAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:thousand.
DbTitleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:title.
DbTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:type.
DbTypeNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:type-name.
DbUpdateRuleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:update-rule.
DbUseCatalogAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:use-catalog.
DbUserNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:user-name.
DbUseSystemUserAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:use-system-user.
DbVisibleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute db:visible.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.dr3d
 

Constructors in org.odftoolkit.odfdom.dom.attribute.dr3d with parameters of type OdfFileDom
Dr3dAmbientColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:ambient-color.
Dr3dBackfaceCullingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:backface-culling.
Dr3dBackScaleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:back-scale.
Dr3dCenterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:center.
Dr3dCloseBackAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:close-back.
Dr3dCloseFrontAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:close-front.
Dr3dDepthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:depth.
Dr3dDiffuseColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:diffuse-color.
Dr3dDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:direction.
Dr3dDistanceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:distance.
Dr3dEdgeRoundingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:edge-rounding.
Dr3dEdgeRoundingModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:edge-rounding-mode.
Dr3dEmissiveColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:emissive-color.
Dr3dEnabledAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:enabled.
Dr3dEndAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:end-angle.
Dr3dFocalLengthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:focal-length.
Dr3dHorizontalSegmentsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:horizontal-segments.
Dr3dLightingModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:lighting-mode.
Dr3dMaxEdgeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:max-edge.
Dr3dMinEdgeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:min-edge.
Dr3dNormalsDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:normals-direction.
Dr3dNormalsKindAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:normals-kind.
Dr3dProjectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:projection.
Dr3dShadeModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:shade-mode.
Dr3dShadowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:shadow.
Dr3dShadowSlantAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:shadow-slant.
Dr3dShininessAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:shininess.
Dr3dSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:size.
Dr3dSpecularAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:specular.
Dr3dSpecularColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:specular-color.
Dr3dTextureFilterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:texture-filter.
Dr3dTextureGenerationModeXAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:texture-generation-mode-x.
Dr3dTextureGenerationModeYAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:texture-generation-mode-y.
Dr3dTextureKindAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:texture-kind.
Dr3dTextureModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:texture-mode.
Dr3dTransformAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:transform.
Dr3dVerticalSegmentsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:vertical-segments.
Dr3dVpnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:vpn.
Dr3dVrpAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:vrp.
Dr3dVupAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dr3d:vup.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.draw
 

Constructors in org.odftoolkit.odfdom.dom.attribute.draw with parameters of type OdfFileDom
DrawAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:align.
DrawAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:angle.
DrawArchiveAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:archive.
DrawAutoGrowHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:auto-grow-height.
DrawAutoGrowWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:auto-grow-width.
DrawBackgroundSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:background-size.
DrawBlueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:blue.
DrawBorderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:border.
DrawCaptionAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-angle.
DrawCaptionAngleTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-angle-type.
DrawCaptionEscapeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-escape.
DrawCaptionEscapeDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-escape-direction.
DrawCaptionFitLineLengthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-fit-line-length.
DrawCaptionGapAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-gap.
DrawCaptionIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-id.
DrawCaptionLineLengthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-line-length.
DrawCaptionPointXAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-point-x.
DrawCaptionPointYAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-point-y.
DrawCaptionTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:caption-type.
DrawChainNextNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:chain-next-name.
DrawClassIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:class-id.
DrawClassNamesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:class-names.
DrawCodeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:code.
DrawColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:color.
DrawColorInversionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:color-inversion.
DrawColorModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:color-mode.
DrawConcaveAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:concave.
DrawConcentricGradientFillAllowedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:concentric-gradient-fill-allowed.
DrawContrastAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:contrast.
DrawControlAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:control.
DrawCopyOfAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:copy-of.
DrawCornerRadiusAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:corner-radius.
DrawCornersAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:corners.
DrawCxAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:cx.
DrawCyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:cy.
DrawDataAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:data.
DrawDecimalPlacesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:decimal-places.
DrawDisplayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:display.
DrawDisplayNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:display-name.
DrawDistanceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:distance.
DrawDots1Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:dots1.
DrawDots1LengthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:dots1-length.
DrawDots2Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:dots2.
DrawDots2LengthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:dots2-length.
DrawDrawAspectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:draw-aspect.
DrawEndAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end-angle.
DrawEndAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end.
DrawEndColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end-color.
DrawEndGluePointAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end-glue-point.
DrawEndGuideAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end-guide.
DrawEndIntensityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end-intensity.
DrawEndLineSpacingHorizontalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end-line-spacing-horizontal.
DrawEndLineSpacingVerticalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end-line-spacing-vertical.
DrawEndShapeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:end-shape.
DrawEngineAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:engine.
DrawEnhancedPathAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:enhanced-path.
DrawEscapeDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:escape-direction.
DrawExtrusionAllowedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-allowed.
DrawExtrusionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion.
DrawExtrusionBrightnessAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-brightness.
DrawExtrusionColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-color.
DrawExtrusionDepthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-depth.
DrawExtrusionDiffusionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-diffusion.
DrawExtrusionFirstLightDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-first-light-direction.
DrawExtrusionFirstLightHarshAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-first-light-harsh.
DrawExtrusionFirstLightLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-first-light-level.
DrawExtrusionLightFaceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-light-face.
DrawExtrusionMetalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-metal.
DrawExtrusionNumberOfLineSegmentsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-number-of-line-segments.
DrawExtrusionOriginAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-origin.
DrawExtrusionRotationAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-rotation-angle.
DrawExtrusionRotationCenterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-rotation-center.
DrawExtrusionSecondLightDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-second-light-direction.
DrawExtrusionSecondLightHarshAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-second-light-harsh.
DrawExtrusionSecondLightLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-second-light-level.
DrawExtrusionShininessAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-shininess.
DrawExtrusionSkewAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-skew.
DrawExtrusionSpecularityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-specularity.
DrawExtrusionViewpointAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:extrusion-viewpoint.
DrawFillAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill.
DrawFillColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-color.
DrawFillGradientNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-gradient-name.
DrawFillHatchNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-hatch-name.
DrawFillHatchSolidAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-hatch-solid.
DrawFillImageHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-image-height.
DrawFillImageNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-image-name.
DrawFillImageRefPointAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-image-ref-point.
DrawFillImageRefPointXAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-image-ref-point-x.
DrawFillImageRefPointYAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-image-ref-point-y.
DrawFillImageWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fill-image-width.
DrawFilterNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:filter-name.
DrawFitToContourAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fit-to-contour.
DrawFitToSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:fit-to-size.
DrawFormulaAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:formula.
DrawFrameDisplayBorderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:frame-display-border.
DrawFrameDisplayScrollbarAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:frame-display-scrollbar.
DrawFrameMarginHorizontalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:frame-margin-horizontal.
DrawFrameMarginVerticalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:frame-margin-vertical.
DrawFrameNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:frame-name.
DrawGammaAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:gamma.
DrawGluePointLeavingDirectionsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:glue-point-leaving-directions.
DrawGluePointsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:glue-points.
DrawGluePointTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:glue-point-type.
DrawGradientStepCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:gradient-step-count.
DrawGreenAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:green.
DrawGuideDistanceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:guide-distance.
DrawGuideOverhangAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:guide-overhang.
DrawHandleMirrorHorizontalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-mirror-horizontal.
DrawHandleMirrorVerticalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-mirror-vertical.
DrawHandlePolarAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-polar.
DrawHandlePositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-position.
DrawHandleRadiusRangeMaximumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-radius-range-maximum.
DrawHandleRadiusRangeMinimumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-radius-range-minimum.
DrawHandleRangeXMaximumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-range-x-maximum.
DrawHandleRangeXMinimumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-range-x-minimum.
DrawHandleRangeYMaximumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-range-y-maximum.
DrawHandleRangeYMinimumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-range-y-minimum.
DrawHandleSwitchedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:handle-switched.
DrawIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:id.
DrawImageOpacityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:image-opacity.
DrawKindAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:kind.
DrawLayerAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:layer.
DrawLineDistanceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:line-distance.
DrawLineSkewAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:line-skew.
DrawLuminanceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:luminance.
DrawMarkerEndAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:marker-end.
DrawMarkerEndCenterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:marker-end-center.
DrawMarkerEndWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:marker-end-width.
DrawMarkerStartAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:marker-start.
DrawMarkerStartCenterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:marker-start-center.
DrawMarkerStartWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:marker-start-width.
DrawMasterPageNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:master-page-name.
DrawMayScriptAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:may-script.
DrawMeasureAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:measure-align.
DrawMeasureVerticalAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:measure-vertical-align.
DrawMimeTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:mime-type.
DrawMirrorHorizontalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:mirror-horizontal.
DrawMirrorVerticalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:mirror-vertical.
DrawModifiersAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:modifiers.
DrawNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:name.
DrawNavOrderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:nav-order.
DrawNohrefAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:nohref.
DrawNotifyOnUpdateOfRangesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:notify-on-update-of-ranges.
DrawObjectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:object.
DrawOleDrawAspectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:ole-draw-aspect.
DrawOpacityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:opacity.
DrawOpacityNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:opacity-name.
DrawPageNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:page-number.
DrawParallelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:parallel.
DrawPathStretchpointXAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:path-stretchpoint-x.
DrawPathStretchpointYAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:path-stretchpoint-y.
DrawPlacingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:placing.
DrawPointsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:points.
DrawProtectedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:protected.
DrawRecreateOnEditAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:recreate-on-edit.
DrawRedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:red.
DrawRotationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:rotation.
DrawSecondaryFillColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:secondary-fill-color.
DrawShadowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:shadow.
DrawShadowColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:shadow-color.
DrawShadowOffsetXAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:shadow-offset-x.
DrawShadowOffsetYAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:shadow-offset-y.
DrawShadowOpacityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:shadow-opacity.
DrawShapeIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:shape-id.
DrawSharpnessAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:sharpness.
DrawShowUnitAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:show-unit.
DrawStartAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start-angle.
DrawStartAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start.
DrawStartColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start-color.
DrawStartGluePointAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start-glue-point.
DrawStartGuideAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start-guide.
DrawStartIntensityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start-intensity.
DrawStartLineSpacingHorizontalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start-line-spacing-horizontal.
DrawStartLineSpacingVerticalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start-line-spacing-vertical.
DrawStartShapeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:start-shape.
DrawStrokeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:stroke.
DrawStrokeDashAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:stroke-dash.
DrawStrokeDashNamesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:stroke-dash-names.
DrawStrokeLinejoinAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:stroke-linejoin.
DrawStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:style.
DrawStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:style-name.
DrawSymbolColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:symbol-color.
DrawTextareaHorizontalAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:textarea-horizontal-align.
DrawTextAreasAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:text-areas.
DrawTextareaVerticalAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:textarea-vertical-align.
DrawTextPathAllowedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:text-path-allowed.
DrawTextPathAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:text-path.
DrawTextPathModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:text-path-mode.
DrawTextPathSameLetterHeightsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:text-path-same-letter-heights.
DrawTextPathScaleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:text-path-scale.
DrawTextRotateAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:text-rotate-angle.
DrawTextStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:text-style-name.
DrawTileRepeatOffsetAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:tile-repeat-offset.
DrawTransformAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:transform.
DrawTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:type.
DrawUnitAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:unit.
DrawValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:value.
DrawVisibleAreaHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:visible-area-height.
DrawVisibleAreaLeftAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:visible-area-left.
DrawVisibleAreaTopAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:visible-area-top.
DrawVisibleAreaWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:visible-area-width.
DrawWrapInfluenceOnPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:wrap-influence-on-position.
DrawZIndexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute draw:z-index.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.fo
 

Constructors in org.odftoolkit.odfdom.dom.attribute.fo with parameters of type OdfFileDom
FoBackgroundColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:background-color.
FoBorderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:border.
FoBorderBottomAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:border-bottom.
FoBorderLeftAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:border-left.
FoBorderRightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:border-right.
FoBorderTopAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:border-top.
FoBreakAfterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:break-after.
FoBreakBeforeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:break-before.
FoClipAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:clip.
FoColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:color.
FoColumnCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:column-count.
FoColumnGapAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:column-gap.
FoCountryAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:country.
FoEndIndentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:end-indent.
FoFontFamilyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:font-family.
FoFontSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:font-size.
FoFontStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:font-style.
FoFontVariantAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:font-variant.
FoFontWeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:font-weight.
FoHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:height.
FoHyphenateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:hyphenate.
FoHyphenationKeepAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:hyphenation-keep.
FoHyphenationLadderCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:hyphenation-ladder-count.
FoHyphenationPushCharCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:hyphenation-push-char-count.
FoHyphenationRemainCharCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:hyphenation-remain-char-count.
FoKeepTogetherAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:keep-together.
FoKeepWithNextAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:keep-with-next.
FoLanguageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:language.
FoLetterSpacingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:letter-spacing.
FoLineHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:line-height.
FoMarginAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:margin.
FoMarginBottomAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:margin-bottom.
FoMarginLeftAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:margin-left.
FoMarginRightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:margin-right.
FoMarginTopAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:margin-top.
FoMaxHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:max-height.
FoMaxWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:max-width.
FoMinHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:min-height.
FoMinWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:min-width.
FoOrphansAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:orphans.
FoPaddingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:padding.
FoPaddingBottomAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:padding-bottom.
FoPaddingLeftAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:padding-left.
FoPaddingRightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:padding-right.
FoPaddingTopAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:padding-top.
FoPageHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:page-height.
FoPageWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:page-width.
FoScriptAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:script.
FoSpaceAfterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:space-after.
FoSpaceBeforeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:space-before.
FoStartIndentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:start-indent.
FoTextAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:text-align.
FoTextAlignLastAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:text-align-last.
FoTextIndentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:text-indent.
FoTextShadowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:text-shadow.
FoTextTransformAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:text-transform.
FoWidowsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:widows.
FoWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:width.
FoWrapOptionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute fo:wrap-option.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.form
 

Constructors in org.odftoolkit.odfdom.dom.attribute.form with parameters of type OdfFileDom
FormAllowDeletesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:allow-deletes.
FormAllowInsertsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:allow-inserts.
FormAllowUpdatesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:allow-updates.
FormApplyDesignModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:apply-design-mode.
FormApplyFilterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:apply-filter.
FormAutoCompleteAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:auto-complete.
FormAutomaticFocusAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:automatic-focus.
FormBoundColumnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:bound-column.
FormButtonTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:button-type.
FormCommandAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:command.
FormCommandTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:command-type.
FormControlImplementationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:control-implementation.
FormConvertEmptyToNullAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:convert-empty-to-null.
FormCurrentSelectedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:current-selected.
FormCurrentStateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:current-state.
FormCurrentValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:current-value.
FormDataFieldAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:data-field.
FormDatasourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:datasource.
FormDefaultButtonAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:default-button.
FormDelayForRepeatAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:delay-for-repeat.
FormDetailFieldsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:detail-fields.
FormDisabledAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:disabled.
FormDropdownAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:dropdown.
FormEchoCharAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:echo-char.
FormEnctypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:enctype.
FormEscapeProcessingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:escape-processing.
FormFilterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:filter.
FormFocusOnClickAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:focus-on-click.
FormForAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:for.
FormIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:id.
FormIgnoreResultAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:ignore-result.
FormImageAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:image-align.
FormImageDataAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:image-data.
FormImagePositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:image-position.
FormIsTristateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:is-tristate.
FormLabelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:label.
FormLinkedCellAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:linked-cell.
FormListLinkageTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:list-linkage-type.
FormListSourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:list-source.
FormListSourceTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:list-source-type.
FormMasterFieldsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:master-fields.
FormMaxLengthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:max-length.
FormMaxValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:max-value.
FormMethodAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:method.
FormMinValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:min-value.
FormMultiLineAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:multi-line.
FormMultipleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:multiple.
FormNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:name.
FormNavigationModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:navigation-mode.
FormOrderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:order.
FormOrientationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:orientation.
FormPageStepSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:page-step-size.
FormPrintableAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:printable.
FormPropertyNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:property-name.
FormReadonlyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:readonly.
FormRepeatAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:repeat.
FormSelectedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:selected.
FormSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:size.
FormSourceCellRangeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:source-cell-range.
FormSpinButtonAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:spin-button.
FormStateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:state.
FormStepSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:step-size.
FormTabCycleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:tab-cycle.
FormTabIndexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:tab-index.
FormTabStopAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:tab-stop.
FormTextStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:text-style-name.
FormTitleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:title.
FormToggleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:toggle.
FormValidationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:validation.
FormValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:value.
FormVisualEffectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:visual-effect.
FormXformsListSourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:xforms-list-source.
FormXformsSubmissionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute form:xforms-submission.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.grddl
 

Constructors in org.odftoolkit.odfdom.dom.attribute.grddl with parameters of type OdfFileDom
GrddlTransformationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute grddl:transformation.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.meta
 

Constructors in org.odftoolkit.odfdom.dom.attribute.meta with parameters of type OdfFileDom
MetaCellCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:cell-count.
MetaCharacterCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:character-count.
MetaDateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:date.
MetaDelayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:delay.
MetaDrawCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:draw-count.
MetaFrameCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:frame-count.
MetaImageCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:image-count.
MetaNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:name.
MetaNonWhitespaceCharacterCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:non-whitespace-character-count.
MetaObjectCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:object-count.
MetaOleObjectCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:ole-object-count.
MetaPageCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:page-count.
MetaParagraphCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:paragraph-count.
MetaRowCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:row-count.
MetaSentenceCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:sentence-count.
MetaSyllableCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:syllable-count.
MetaTableCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:table-count.
MetaValueTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:value-type.
MetaWordCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute meta:word-count.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.number
 

Constructors in org.odftoolkit.odfdom.dom.attribute.number with parameters of type OdfFileDom
NumberAutomaticOrderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:automatic-order.
NumberCalendarAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:calendar.
NumberCountryAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:country.
NumberDecimalPlacesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:decimal-places.
NumberDecimalReplacementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:decimal-replacement.
NumberDenominatorValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:denominator-value.
NumberDisplayFactorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:display-factor.
NumberFormatSourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:format-source.
NumberGroupingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:grouping.
NumberLanguageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:language.
NumberMinDenominatorDigitsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:min-denominator-digits.
NumberMinExponentDigitsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:min-exponent-digits.
NumberMinIntegerDigitsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:min-integer-digits.
NumberMinNumeratorDigitsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:min-numerator-digits.
NumberPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:position.
NumberPossessiveFormAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:possessive-form.
NumberRfcLanguageTagAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:rfc-language-tag.
NumberScriptAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:script.
NumberStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:style.
NumberTextualAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:textual.
NumberTitleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:title.
NumberTransliterationCountryAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:transliteration-country.
NumberTransliterationFormatAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:transliteration-format.
NumberTransliterationLanguageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:transliteration-language.
NumberTransliterationStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:transliteration-style.
NumberTruncateOnOverflowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute number:truncate-on-overflow.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.office
 

Constructors in org.odftoolkit.odfdom.dom.attribute.office with parameters of type OdfFileDom
OfficeAutomaticUpdateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:automatic-update.
OfficeBooleanValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:boolean-value.
OfficeConversionModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:conversion-mode.
OfficeCurrencyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:currency.
OfficeDateValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:date-value.
OfficeDdeApplicationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:dde-application.
OfficeDdeItemAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:dde-item.
OfficeDdeTopicAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:dde-topic.
OfficeDisplayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:display.
OfficeMimetypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:mimetype.
OfficeNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:name.
OfficeServerMapAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:server-map.
OfficeStringValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:string-value.
OfficeTargetFrameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:target-frame.
OfficeTargetFrameNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:target-frame-name.
OfficeTimeValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:time-value.
OfficeTitleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:title.
OfficeValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:value.
OfficeValueTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:value-type.
OfficeVersionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute office:version.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.presentation
 

Constructors in org.odftoolkit.odfdom.dom.attribute.presentation with parameters of type OdfFileDom
PresentationActionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:action.
PresentationAnimationsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:animations.
PresentationBackgroundObjectsVisibleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:background-objects-visible.
PresentationBackgroundVisibleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:background-visible.
PresentationClassAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:class.
PresentationClassNamesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:class-names.
PresentationDelayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:delay.
PresentationDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:direction.
PresentationDisplayDateTimeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:display-date-time.
PresentationDisplayFooterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:display-footer.
PresentationDisplayHeaderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:display-header.
PresentationDisplayPageNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:display-page-number.
PresentationDurationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:duration.
PresentationEffectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:effect.
PresentationEndlessAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:endless.
PresentationForceManualAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:force-manual.
PresentationFullScreenAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:full-screen.
PresentationGroupIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:group-id.
PresentationMasterElementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:master-element.
PresentationMouseAsPenAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:mouse-as-pen.
PresentationMouseVisibleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:mouse-visible.
PresentationNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:name.
PresentationNodeTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:node-type.
PresentationObjectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:object.
PresentationPagesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:pages.
PresentationPathIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:path-id.
PresentationPauseAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:pause.
PresentationPlaceholderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:placeholder.
PresentationPlayFullAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:play-full.
PresentationPresentationPageLayoutNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:presentation-page-layout-name.
PresentationPresetClassAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:preset-class.
PresentationPresetIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:preset-id.
PresentationPresetSubTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:preset-sub-type.
PresentationShowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:show.
PresentationShowEndOfPresentationSlideAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:show-end-of-presentation-slide.
PresentationShowLogoAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:show-logo.
PresentationSourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:source.
PresentationSpeedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:speed.
PresentationStartPageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:start-page.
PresentationStartScaleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:start-scale.
PresentationStartWithNavigatorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:start-with-navigator.
PresentationStayOnTopAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:stay-on-top.
PresentationStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:style-name.
PresentationTransitionOnClickAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:transition-on-click.
PresentationTransitionSpeedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:transition-speed.
PresentationTransitionStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:transition-style.
PresentationTransitionTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:transition-type.
PresentationUseDateTimeNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:use-date-time-name.
PresentationUseFooterNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:use-footer-name.
PresentationUseHeaderNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:use-header-name.
PresentationUserTransformedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:user-transformed.
PresentationVerbAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:verb.
PresentationVisibilityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute presentation:visibility.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.script
 

Constructors in org.odftoolkit.odfdom.dom.attribute.script with parameters of type OdfFileDom
ScriptEventNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute script:event-name.
ScriptLanguageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute script:language.
ScriptMacroNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute script:macro-name.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.smil
 

Constructors in org.odftoolkit.odfdom.dom.attribute.smil with parameters of type OdfFileDom
SmilAccelerateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:accelerate.
SmilAccumulateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:accumulate.
SmilAdditiveAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:additive.
SmilAttributeNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:attributeName.
SmilAutoReverseAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:autoReverse.
SmilBeginAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:begin.
SmilByAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:by.
SmilCalcModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:calcMode.
SmilDecelerateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:decelerate.
SmilDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:direction.
SmilDurAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:dur.
SmilEndAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:end.
SmilEndsyncAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:endsync.
SmilFadeColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:fadeColor.
SmilFillAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:fill.
SmilFillDefaultAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:fillDefault.
SmilFromAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:from.
SmilKeySplinesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:keySplines.
SmilKeyTimesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:keyTimes.
SmilModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:mode.
SmilRepeatCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:repeatCount.
SmilRepeatDurAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:repeatDur.
SmilRestartAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:restart.
SmilRestartDefaultAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:restartDefault.
SmilSubtypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:subtype.
SmilTargetElementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:targetElement.
SmilToAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:to.
SmilTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:type.
SmilValuesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute smil:values.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.style
 

Constructors in org.odftoolkit.odfdom.dom.attribute.style with parameters of type OdfFileDom
StyleAdjustmentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:adjustment.
StyleApplyStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:apply-style-name.
StyleAutoTextIndentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:auto-text-indent.
StyleAutoUpdateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:auto-update.
StyleBackgroundTransparencyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:background-transparency.
StyleBaseCellAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:base-cell-address.
StyleBorderLineWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:border-line-width.
StyleBorderLineWidthBottomAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:border-line-width-bottom.
StyleBorderLineWidthLeftAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:border-line-width-left.
StyleBorderLineWidthRightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:border-line-width-right.
StyleBorderLineWidthTopAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:border-line-width-top.
StyleCellProtectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:cell-protect.
StyleCharAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:char.
StyleClassAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:class.
StyleColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:color.
StyleColumnWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:column-width.
StyleConditionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:condition.
StyleCountryAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:country-asian.
StyleCountryComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:country-complex.
StyleDataStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:data-style-name.
StyleDecimalPlacesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:decimal-places.
StyleDefaultOutlineLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:default-outline-level.
StyleDiagonalBlTrAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:diagonal-bl-tr.
StyleDiagonalBlTrWidthsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:diagonal-bl-tr-widths.
StyleDiagonalTlBrAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:diagonal-tl-br.
StyleDiagonalTlBrWidthsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:diagonal-tl-br-widths.
StyleDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:direction.
StyleDisplayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:display.
StyleDisplayNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:display-name.
StyleDistanceAfterSepAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:distance-after-sep.
StyleDistanceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:distance.
StyleDistanceBeforeSepAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:distance-before-sep.
StyleDynamicSpacingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:dynamic-spacing.
StyleEditableAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:editable.
StyleFamilyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:family.
StyleFilterNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:filter-name.
StyleFirstPageNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:first-page-number.
StyleFlowWithTextAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:flow-with-text.
StyleFontAdornmentsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-adornments.
StyleFontCharsetAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-charset-asian.
StyleFontCharsetAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-charset.
StyleFontCharsetComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-charset-complex.
StyleFontFamilyAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-family-asian.
StyleFontFamilyComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-family-complex.
StyleFontFamilyGenericAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-family-generic-asian.
StyleFontFamilyGenericAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-family-generic.
StyleFontFamilyGenericComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-family-generic-complex.
StyleFontIndependentLineSpacingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-independent-line-spacing.
StyleFontNameAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-name-asian.
StyleFontNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-name.
StyleFontNameComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-name-complex.
StyleFontPitchAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-pitch-asian.
StyleFontPitchAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-pitch.
StyleFontPitchComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-pitch-complex.
StyleFontReliefAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-relief.
StyleFontSizeAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-size-asian.
StyleFontSizeComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-size-complex.
StyleFontSizeRelAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-size-rel-asian.
StyleFontSizeRelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-size-rel.
StyleFontSizeRelComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-size-rel-complex.
StyleFontStyleAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-style-asian.
StyleFontStyleComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-style-complex.
StyleFontStyleNameAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-style-name-asian.
StyleFontStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-style-name.
StyleFontStyleNameComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-style-name-complex.
StyleFontWeightAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-weight-asian.
StyleFontWeightComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:font-weight-complex.
StyleFootnoteMaxHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:footnote-max-height.
StyleGlyphOrientationVerticalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:glyph-orientation-vertical.
StyleHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:height.
StyleHorizontalPosAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:horizontal-pos.
StyleHorizontalRelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:horizontal-rel.
StyleJoinBorderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:join-border.
StyleJustifySingleWordAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:justify-single-word.
StyleLanguageAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:language-asian.
StyleLanguageComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:language-complex.
StyleLayoutGridBaseHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-base-height.
StyleLayoutGridBaseWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-base-width.
StyleLayoutGridColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-color.
StyleLayoutGridDisplayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-display.
StyleLayoutGridLinesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-lines.
StyleLayoutGridModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-mode.
StyleLayoutGridPrintAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-print.
StyleLayoutGridRubyBelowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-ruby-below.
StyleLayoutGridRubyHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-ruby-height.
StyleLayoutGridSnapToAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-snap-to.
StyleLayoutGridStandardModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:layout-grid-standard-mode.
StyleLeaderCharAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:leader-char.
StyleLeaderColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:leader-color.
StyleLeaderStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:leader-style.
StyleLeaderTextAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:leader-text.
StyleLeaderTextStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:leader-text-style.
StyleLeaderTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:leader-type.
StyleLeaderWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:leader-width.
StyleLegendExpansionAspectRatioAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:legend-expansion-aspect-ratio.
StyleLegendExpansionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:legend-expansion.
StyleLengthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:length.
StyleLetterKerningAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:letter-kerning.
StyleLineBreakAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:line-break.
StyleLineHeightAtLeastAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:line-height-at-least.
StyleLinesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:lines.
StyleLineSpacingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:line-spacing.
StyleLineStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:line-style.
StyleListLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:list-level.
StyleListStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:list-style-name.
StyleMasterPageNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:master-page-name.
StyleMayBreakBetweenRowsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:may-break-between-rows.
StyleMinRowHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:min-row-height.
StyleMirrorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:mirror.
StyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:name.
StyleNextStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:next-style-name.
StyleNumberWrappedParagraphsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:number-wrapped-paragraphs.
StyleNumFormatAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:num-format.
StyleNumLetterSyncAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:num-letter-sync.
StyleNumPrefixAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:num-prefix.
StyleNumSuffixAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:num-suffix.
StyleOverflowBehaviorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:overflow-behavior.
StylePageLayoutNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:page-layout-name.
StylePageNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:page-number.
StylePageUsageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:page-usage.
StylePaperTrayNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:paper-tray-name.
StyleParentStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:parent-style-name.
StylePercentageDataStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:percentage-data-style-name.
StylePositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:position.
StylePrintAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:print.
StylePrintContentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:print-content.
StylePrintOrientationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:print-orientation.
StylePrintPageOrderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:print-page-order.
StyleProtectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:protect.
StylePunctuationWrapAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:punctuation-wrap.
StyleRegisterTrueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:register-true.
StyleRegisterTruthRefStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:register-truth-ref-style-name.
StyleRelColumnWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:rel-column-width.
StyleRelHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:rel-height.
StyleRelWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:rel-width.
StyleRepeatAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:repeat.
StyleRepeatContentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:repeat-content.
StyleRfcLanguageTagAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:rfc-language-tag-asian.
StyleRfcLanguageTagAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:rfc-language-tag.
StyleRfcLanguageTagComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:rfc-language-tag-complex.
StyleRotationAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:rotation-align.
StyleRotationAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:rotation-angle.
StyleRowHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:row-height.
StyleRubyAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:ruby-align.
StyleRubyPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:ruby-position.
StyleRunThroughAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:run-through.
StyleScaleToAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:scale-to.
StyleScaleToPagesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:scale-to-pages.
StyleScriptAsianAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:script-asian.
StyleScriptComplexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:script-complex.
StyleScriptTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:script-type.
StyleShadowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:shadow.
StyleShrinkToFitAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:shrink-to-fit.
StyleSnapToLayoutGridAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:snap-to-layout-grid.
StyleStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:style.
StyleStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:style-name.
StyleTableCenteringAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:table-centering.
StyleTabStopDistanceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:tab-stop-distance.
StyleTextAlignSourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-align-source.
StyleTextAutospaceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-autospace.
StyleTextBlinkingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-blinking.
StyleTextCombineAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-combine.
StyleTextCombineEndCharAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-combine-end-char.
StyleTextCombineStartCharAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-combine-start-char.
StyleTextEmphasizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-emphasize.
StyleTextLineThroughColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-line-through-color.
StyleTextLineThroughModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-line-through-mode.
StyleTextLineThroughStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-line-through-style.
StyleTextLineThroughTextAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-line-through-text.
StyleTextLineThroughTextStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-line-through-text-style.
StyleTextLineThroughTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-line-through-type.
StyleTextLineThroughWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-line-through-width.
StyleTextOutlineAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-outline.
StyleTextOverlineColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-overline-color.
StyleTextOverlineModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-overline-mode.
StyleTextOverlineStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-overline-style.
StyleTextOverlineTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-overline-type.
StyleTextOverlineWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-overline-width.
StyleTextPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-position.
StyleTextRotationAngleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-rotation-angle.
StyleTextRotationScaleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-rotation-scale.
StyleTextScaleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-scale.
StyleTextUnderlineColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-underline-color.
StyleTextUnderlineModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-underline-mode.
StyleTextUnderlineStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-underline-style.
StyleTextUnderlineTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-underline-type.
StyleTextUnderlineWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:text-underline-width.
StyleTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:type.
StyleUseOptimalColumnWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:use-optimal-column-width.
StyleUseOptimalRowHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:use-optimal-row-height.
StyleUseWindowFontColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:use-window-font-color.
StyleVerticalAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:vertical-align.
StyleVerticalPosAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:vertical-pos.
StyleVerticalRelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:vertical-rel.
StyleVolatileAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:volatile.
StyleWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:width.
StyleWrapAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:wrap.
StyleWrapContourAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:wrap-contour.
StyleWrapContourModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:wrap-contour-mode.
StyleWrapDynamicThresholdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:wrap-dynamic-threshold.
StyleWritingModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:writing-mode.
StyleWritingModeAutomaticAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute style:writing-mode-automatic.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.svg
 

Constructors in org.odftoolkit.odfdom.dom.attribute.svg with parameters of type OdfFileDom
SvgAccentHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:accent-height.
SvgAlphabeticAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:alphabetic.
SvgAscentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:ascent.
SvgBboxAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:bbox.
SvgCapHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:cap-height.
SvgCxAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:cx.
SvgCyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:cy.
SvgDAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:d.
SvgDescentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:descent.
SvgFillRuleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:fill-rule.
SvgFontFamilyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:font-family.
SvgFontSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:font-size.
SvgFontStretchAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:font-stretch.
SvgFontStyleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:font-style.
SvgFontVariantAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:font-variant.
SvgFontWeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:font-weight.
SvgFxAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:fx.
SvgFyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:fy.
SvgGradientTransformAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:gradientTransform.
SvgGradientUnitsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:gradientUnits.
SvgHangingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:hanging.
SvgHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:height.
SvgIdeographicAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:ideographic.
SvgMathematicalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:mathematical.
SvgNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:name.
SvgOffsetAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:offset.
SvgOriginAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:origin.
SvgOverlinePositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:overline-position.
SvgOverlineThicknessAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:overline-thickness.
SvgPanose1Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:panose-1.
SvgPathAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:path.
SvgRAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:r.
SvgRxAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:rx.
SvgRyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:ry.
SvgSlopeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:slope.
SvgSpreadMethodAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:spreadMethod.
SvgStemhAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:stemh.
SvgStemvAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:stemv.
SvgStopColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:stop-color.
SvgStopOpacityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:stop-opacity.
SvgStrikethroughPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:strikethrough-position.
SvgStrikethroughThicknessAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:strikethrough-thickness.
SvgStringAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:string.
SvgStrokeColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:stroke-color.
SvgStrokeLinecapAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:stroke-linecap.
SvgStrokeOpacityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:stroke-opacity.
SvgStrokeWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:stroke-width.
SvgTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:type.
SvgUnderlinePositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:underline-position.
SvgUnderlineThicknessAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:underline-thickness.
SvgUnicodeRangeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:unicode-range.
SvgUnitsPerEmAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:units-per-em.
SvgVAlphabeticAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:v-alphabetic.
SvgVHangingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:v-hanging.
SvgVIdeographicAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:v-ideographic.
SvgViewBoxAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:viewBox.
SvgVMathematicalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:v-mathematical.
SvgWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:width.
SvgWidthsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:widths.
SvgX1Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:x1.
SvgX2Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:x2.
SvgXAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:x.
SvgXHeightAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:x-height.
SvgY1Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:y1.
SvgY2Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:y2.
SvgYAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute svg:y.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.table
 

Constructors in org.odftoolkit.odfdom.dom.attribute.table with parameters of type OdfFileDom
TableAcceptanceStateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:acceptance-state.
TableAddEmptyLinesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:add-empty-lines.
TableAlgorithmAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:algorithm.
TableAlignAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:align.
TableAllowEmptyCellAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:allow-empty-cell.
TableApplicationDataAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:application-data.
TableAutomaticFindLabelsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:automatic-find-labels.
TableBaseCellAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:base-cell-address.
TableBindStylesToContentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:bind-styles-to-content.
TableBorderColorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:border-color.
TableBorderModelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:border-model.
TableButtonsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:buttons.
TableCaseSensitiveAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:case-sensitive.
TableCellAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:cell-address.
TableCellRangeAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:cell-range-address.
TableCellRangeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:cell-range.
TableColumnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:column.
TableCommentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:comment.
TableConditionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:condition.
TableConditionSourceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:condition-source.
TableConditionSourceRangeAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:condition-source-range-address.
TableContainsErrorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:contains-error.
TableContainsHeaderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:contains-header.
TableContentValidationNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:content-validation-name.
TableCopyBackAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:copy-back.
TableCopyFormulasAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:copy-formulas.
TableCopyStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:copy-styles.
TableCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:count.
TableCountryAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:country.
TableDatabaseNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:database-name.
TableDatabaseTableNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:database-table-name.
TableDataCellRangeAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:data-cell-range-address.
TableDataFieldAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:data-field.
TableDataTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:data-type.
TableDateEndAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:date-end.
TableDateStartAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:date-start.
TableDateValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:date-value.
TableDefaultCellStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:default-cell-style-name.
TableDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:direction.
TableDisplayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:display.
TableDisplayBorderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:display-border.
TableDisplayDuplicatesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:display-duplicates.
TableDisplayFilterButtonsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:display-filter-buttons.
TableDisplayListAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:display-list.
TableDisplayMemberModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:display-member-mode.
TableDrillDownOnDoubleClickAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:drill-down-on-double-click.
TableEmbeddedNumberBehaviorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:embedded-number-behavior.
TableEnabledAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:enabled.
TableEndAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:end.
TableEndCellAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:end-cell-address.
TableEndColumnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:end-column.
TableEndPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:end-position.
TableEndRowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:end-row.
TableEndTableAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:end-table.
TableEndXAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:end-x.
TableEndYAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:end-y.
TableExecuteAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:execute.
TableExpressionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:expression.
TableFieldNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:field-name.
TableFieldNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:field-number.
TableFilterNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:filter-name.
TableFilterOptionsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:filter-options.
TableFirstRowEndColumnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:first-row-end-column.
TableFirstRowStartColumnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:first-row-start-column.
TableFormulaAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:formula.
TableFunctionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:function.
TableGrandTotalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:grand-total.
TableGroupByFieldNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:group-by-field-number.
TableGroupedByAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:grouped-by.
TableHasPersistentDataAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:has-persistent-data.
TableIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:id.
TableIdentifyCategoriesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:identify-categories.
TableIgnoreEmptyRowsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:ignore-empty-rows.
TableIndexAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:index.
TableIsActiveAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:is-active.
TableIsDataLayoutFieldAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:is-data-layout-field.
TableIsSelectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:is-selection.
TableIsSubTableAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:is-sub-table.
TableLabelCellRangeAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:label-cell-range-address.
TableLanguageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:language.
TableLastColumnSpannedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:last-column-spanned.
TableLastRowEndColumnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:last-row-end-column.
TableLastRowSpannedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:last-row-spanned.
TableLastRowStartColumnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:last-row-start-column.
TableLayoutModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:layout-mode.
TableLinkToSourceDataAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:link-to-source-data.
TableMarkedInvalidAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:marked-invalid.
TableMatrixCoveredAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:matrix-covered.
TableMaximumDifferenceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:maximum-difference.
TableMemberCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:member-count.
TableMemberNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:member-name.
TableMemberTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:member-type.
TableMessageTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:message-type.
TableModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:mode.
TableMultiDeletionSpannedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:multi-deletion-spanned.
TableNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:name.
TableNullYearAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:null-year.
TableNumberColumnsRepeatedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:number-columns-repeated.
TableNumberColumnsSpannedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:number-columns-spanned.
TableNumberMatrixColumnsSpannedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:number-matrix-columns-spanned.
TableNumberMatrixRowsSpannedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:number-matrix-rows-spanned.
TableNumberRowsRepeatedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:number-rows-repeated.
TableNumberRowsSpannedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:number-rows-spanned.
TableObjectNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:object-name.
TableOnUpdateKeepSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:on-update-keep-size.
TableOnUpdateKeepStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:on-update-keep-styles.
TableOperatorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:operator.
TableOrderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:order.
TableOrientationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:orientation.
TablePageBreaksOnGroupChangeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:page-breaks-on-group-change.
TableParagraphStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:paragraph-style-name.
TableParseSqlStatementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:parse-sql-statement.
TablePasswordAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:password.
TablePositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:position.
TablePrecisionAsShownAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:precision-as-shown.
TablePrintAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:print.
TablePrintRangesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:print-ranges.
TableProtectAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:protect.
TableProtectedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:protected.
TableProtectionKeyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:protection-key.
TableProtectionKeyDigestAlgorithmAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:protection-key-digest-algorithm.
TableQueryNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:query-name.
TableRangeUsableAsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:range-usable-as.
TableRefreshDelayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:refresh-delay.
TableRejectingChangeIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:rejecting-change-id.
TableRfcLanguageTagAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:rfc-language-tag.
TableRowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:row.
TableScenarioRangesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:scenario-ranges.
TableScriptAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:script.
TableSearchCriteriaMustApplyToWholeCellAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:search-criteria-must-apply-to-whole-cell.
TableSelectedPageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:selected-page.
TableShowDetailsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:show-details.
TableShowEmptyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:show-empty.
TableShowFilterButtonAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:show-filter-button.
TableSortModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:sort-mode.
TableSourceCellRangeAddressesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:source-cell-range-addresses.
TableSourceFieldNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:source-field-name.
TableSourceNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:source-name.
TableSqlStatementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:sql-statement.
TableStartAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:start.
TableStartColumnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:start-column.
TableStartPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:start-position.
TableStartRowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:start-row.
TableStartTableAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:start-table.
TableStatusAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:status.
TableStepAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:step.
TableStepsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:steps.
TableStructureProtectedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:structure-protected.
TableStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:style-name.
TableTableAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:table.
TableTableBackgroundAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:table-background.
TableTableNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:table-name.
TableTargetCellAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:target-cell-address.
TableTargetRangeAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:target-range-address.
TableTemplateNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:template-name.
TableTitleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:title.
TableTrackChangesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:track-changes.
TableTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:type.
TableUseBandingColumnsStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-banding-columns-styles.
TableUseBandingRowsStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-banding-rows-styles.
TableUsedHierarchyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:used-hierarchy.
TableUseFirstColumnStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-first-column-styles.
TableUseFirstRowStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-first-row-styles.
TableUseLabelsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-labels.
TableUseLastColumnStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-last-column-styles.
TableUseLastRowStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-last-row-styles.
TableUseRegularExpressionsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-regular-expressions.
TableUserNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:user-name.
TableUseWildcardsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:use-wildcards.
TableValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:value.
TableValueTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:value-type.
TableVisibilityAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute table:visibility.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.text
 

Constructors in org.odftoolkit.odfdom.dom.attribute.text with parameters of type OdfFileDom
TextActiveAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:active.
TextAddressAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:address.
TextAlphabeticalSeparatorsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:alphabetical-separators.
TextAnchorPageNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:anchor-page-number.
TextAnchorTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:anchor-type.
TextAnimationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:animation.
TextAnimationDelayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:animation-delay.
TextAnimationDirectionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:animation-direction.
TextAnimationRepeatAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:animation-repeat.
TextAnimationStartInsideAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:animation-start-inside.
TextAnimationStepsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:animation-steps.
TextAnimationStopInsideAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:animation-stop-inside.
TextAnnoteAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:annote.
TextAuthorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:author.
TextBibliographyDataFieldAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:bibliography-data-field.
TextBibliographyTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:bibliography-type.
TextBooktitleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:booktitle.
TextBulletCharAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:bullet-char.
TextBulletRelativeSizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:bullet-relative-size.
TextCapitalizeEntriesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:capitalize-entries.
TextCaptionSequenceFormatAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:caption-sequence-format.
TextCaptionSequenceNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:caption-sequence-name.
TextCAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:c.
TextChangeIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:change-id.
TextChapterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:chapter.
TextCitationBodyStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:citation-body-style-name.
TextCitationStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:citation-style-name.
TextClassNamesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:class-names.
TextColumnNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:column-name.
TextCombineEntriesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:combine-entries.
TextCombineEntriesWithDashAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:combine-entries-with-dash.
TextCombineEntriesWithPpAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:combine-entries-with-pp.
TextCommaSeparatedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:comma-separated.
TextConditionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:condition.
TextCondStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:cond-style-name.
TextConnectionNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:connection-name.
TextConsecutiveNumberingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:consecutive-numbering.
TextContinueListAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:continue-list.
TextContinueNumberingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:continue-numbering.
TextCopyOutlineLevelsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:copy-outline-levels.
TextCountEmptyLinesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:count-empty-lines.
TextCountInTextBoxesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:count-in-text-boxes.
TextCurrentValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:current-value.
TextCustom1Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:custom1.
TextCustom2Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:custom2.
TextCustom3Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:custom3.
TextCustom4Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:custom4.
TextCustom5Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:custom5.
TextDatabaseNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:database-name.
TextDateAdjustAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:date-adjust.
TextDateValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:date-value.
TextDefaultStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:default-style-name.
TextDescriptionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:description.
TextDisplayAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:display.
TextDisplayLevelsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:display-levels.
TextDisplayOutlineLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:display-outline-level.
TextDontBalanceTextColumnsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:dont-balance-text-columns.
TextDurationAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:duration.
TextEditionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:edition.
TextEditorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:editor.
TextFilterNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:filter-name.
TextFixedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:fixed.
TextFootnotesPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:footnotes-position.
TextFormulaAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:formula.
TextGlobalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:global.
TextHowpublishedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:howpublished.
TextIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:id.
TextIdentifierAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:identifier.
TextIgnoreCaseAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:ignore-case.
TextIncrementAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:increment.
TextIndexNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:index-name.
TextIndexScopeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:index-scope.
TextInstitutionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:institution.
TextIsbnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:isbn.
TextIsHiddenAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:is-hidden.
TextIsListHeaderAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:is-list-header.
TextIssnAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:issn.
TextJournalAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:journal.
TextKey1Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:key1.
TextKey1PhoneticAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:key1-phonetic.
TextKey2Attribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:key2.
TextKey2PhoneticAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:key2-phonetic.
TextKeyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:key.
TextKindAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:kind.
TextLabelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:label.
TextLabelFollowedByAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:label-followed-by.
TextLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:level.
TextLineBreakAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:line-break.
TextLineNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:line-number.
TextListIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:list-id.
TextListLevelPositionAndSpaceModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:list-level-position-and-space-mode.
TextListTabStopPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:list-tab-stop-position.
TextMainEntryAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:main-entry.
TextMainEntryStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:main-entry-style-name.
TextMasterPageNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:master-page-name.
TextMinLabelDistanceAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:min-label-distance.
TextMinLabelWidthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:min-label-width.
TextMonthAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:month.
TextNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:name.
TextNoteAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:note.
TextNoteClassAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:note-class.
TextNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:number.
TextNumberedEntriesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:numbered-entries.
TextNumberLinesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:number-lines.
TextNumberPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:number-position.
TextOffsetAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:offset.
TextOrganizationsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:organizations.
TextOutlineLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:outline-level.
TextPageAdjustAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:page-adjust.
TextPagesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:pages.
TextPlaceholderTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:placeholder-type.
TextPrefixAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:prefix.
TextProtectedAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:protected.
TextProtectionKeyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:protection-key.
TextProtectionKeyDigestAlgorithmAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:protection-key-digest-algorithm.
TextPublisherAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:publisher.
TextReferenceFormatAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:reference-format.
TextRefNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:ref-name.
TextRelativeTabStopPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:relative-tab-stop-position.
TextReportTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:report-type.
TextRestartNumberingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:restart-numbering.
TextRestartOnPageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:restart-on-page.
TextRowNumberAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:row-number.
TextSchoolAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:school.
TextSectionNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:section-name.
TextSelectPageAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:select-page.
TextSeparationCharacterAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:separation-character.
TextSeriesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:series.
TextSortAlgorithmAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:sort-algorithm.
TextSortAscendingAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:sort-ascending.
TextSortByPositionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:sort-by-position.
TextSpaceBeforeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:space-before.
TextStartNumberingAtAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:start-numbering-at.
TextStartValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:start-value.
TextStringValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:string-value.
TextStringValueIfFalseAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:string-value-if-false.
TextStringValueIfTrueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:string-value-if-true.
TextStringValuePhoneticAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:string-value-phonetic.
TextStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:style-name.
TextStyleOverrideAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:style-override.
TextSuffixAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:suffix.
TextTableNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:table-name.
TextTableTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:table-type.
TextTabRefAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:tab-ref.
TextTimeAdjustAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:time-adjust.
TextTimeValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:time-value.
TextTitleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:title.
TextTrackChangesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:track-changes.
TextUrlAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:url.
TextUseCaptionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-caption.
TextUseChartObjectsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-chart-objects.
TextUseDrawObjectsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-draw-objects.
TextUseFloatingFramesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-floating-frames.
TextUseGraphicsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-graphics.
TextUseIndexMarksAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-index-marks.
TextUseIndexSourceStylesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-index-source-styles.
TextUseKeysAsEntriesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-keys-as-entries.
TextUseMathObjectsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-math-objects.
TextUseObjectsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-objects.
TextUseOtherObjectsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-other-objects.
TextUseOutlineLevelAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-outline-level.
TextUseSoftPageBreaksAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-soft-page-breaks.
TextUseSpreadsheetObjectsAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-spreadsheet-objects.
TextUseTablesAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:use-tables.
TextValueAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:value.
TextVisitedStyleNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:visited-style-name.
TextVolumeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:volume.
TextYearAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute text:year.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.xforms
 

Constructors in org.odftoolkit.odfdom.dom.attribute.xforms with parameters of type OdfFileDom
XformsBindAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xforms:bind.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.xhtml
 

Constructors in org.odftoolkit.odfdom.dom.attribute.xhtml with parameters of type OdfFileDom
XhtmlAboutAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xhtml:about.
XhtmlContentAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xhtml:content.
XhtmlDatatypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xhtml:datatype.
XhtmlPropertyAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xhtml:property.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.xlink
 

Constructors in org.odftoolkit.odfdom.dom.attribute.xlink with parameters of type OdfFileDom
XlinkActuateAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xlink:actuate.
XlinkHrefAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xlink:href.
XlinkShowAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xlink:show.
XlinkTitleAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xlink:title.
XlinkTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xlink:type.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.attribute.xml
 

Constructors in org.odftoolkit.odfdom.dom.attribute.xml with parameters of type OdfFileDom
XmlIdAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute xml:id.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element
 

Constructors in org.odftoolkit.odfdom.dom.element with parameters of type OdfFileDom
OdfStylableElement(OdfFileDom ownerDocument, OdfName name, OdfStyleFamily family, OdfName styleNameAttrib)
          Creates a new instance of OdfElementImpl
OdfStyleableShapeElement(OdfFileDom ownerDocument, OdfName name)
           
OdfStyleBase(OdfFileDom ownerDocument, OdfName aName)
          Creates a new instance of OdfElement
OdfStyleBase(OdfFileDom ownerDocument, String namespaceURI, String qualifiedName)
          Creates a new instance of OdfElement
OdfStylePropertiesBase(OdfFileDom ownerDocument, OdfName aName)
          Creates a new instance of OdfStyleProperties
OdfStylePropertiesBase(OdfFileDom ownerDocument, String namespaceURI, String qualifiedName)
          Creates a new instance of OdfStyleProperties
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.anim
 

Constructors in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfFileDom
AnimAnimateColorElement(OdfFileDom ownerDoc)
          Create the instance of AnimAnimateColorElement
AnimAnimateElement(OdfFileDom ownerDoc)
          Create the instance of AnimAnimateElement
AnimAnimateMotionElement(OdfFileDom ownerDoc)
          Create the instance of AnimAnimateMotionElement
AnimAnimateTransformElement(OdfFileDom ownerDoc)
          Create the instance of AnimAnimateTransformElement
AnimAudioElement(OdfFileDom ownerDoc)
          Create the instance of AnimAudioElement
AnimCommandElement(OdfFileDom ownerDoc)
          Create the instance of AnimCommandElement
AnimIterateElement(OdfFileDom ownerDoc)
          Create the instance of AnimIterateElement
AnimParamElement(OdfFileDom ownerDoc)
          Create the instance of AnimParamElement
AnimParElement(OdfFileDom ownerDoc)
          Create the instance of AnimParElement
AnimSeqElement(OdfFileDom ownerDoc)
          Create the instance of AnimSeqElement
AnimSetElement(OdfFileDom ownerDoc)
          Create the instance of AnimSetElement
AnimTransitionFilterElement(OdfFileDom ownerDoc)
          Create the instance of AnimTransitionFilterElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.chart
 

Constructors in org.odftoolkit.odfdom.dom.element.chart with parameters of type OdfFileDom
ChartAxisElement(OdfFileDom ownerDoc)
          Create the instance of ChartAxisElement
ChartCategoriesElement(OdfFileDom ownerDoc)
          Create the instance of ChartCategoriesElement
ChartChartElement(OdfFileDom ownerDoc)
          Create the instance of ChartChartElement
ChartDataLabelElement(OdfFileDom ownerDoc)
          Create the instance of ChartDataLabelElement
ChartDataPointElement(OdfFileDom ownerDoc)
          Create the instance of ChartDataPointElement
ChartDomainElement(OdfFileDom ownerDoc)
          Create the instance of ChartDomainElement
ChartEquationElement(OdfFileDom ownerDoc)
          Create the instance of ChartEquationElement
ChartErrorIndicatorElement(OdfFileDom ownerDoc)
          Create the instance of ChartErrorIndicatorElement
ChartFloorElement(OdfFileDom ownerDoc)
          Create the instance of ChartFloorElement
ChartFooterElement(OdfFileDom ownerDoc)
          Create the instance of ChartFooterElement
ChartGridElement(OdfFileDom ownerDoc)
          Create the instance of ChartGridElement
ChartLabelSeparatorElement(OdfFileDom ownerDoc)
          Create the instance of ChartLabelSeparatorElement
ChartLegendElement(OdfFileDom ownerDoc)
          Create the instance of ChartLegendElement
ChartMeanValueElement(OdfFileDom ownerDoc)
          Create the instance of ChartMeanValueElement
ChartPlotAreaElement(OdfFileDom ownerDoc)
          Create the instance of ChartPlotAreaElement
ChartRegressionCurveElement(OdfFileDom ownerDoc)
          Create the instance of ChartRegressionCurveElement
ChartSeriesElement(OdfFileDom ownerDoc)
          Create the instance of ChartSeriesElement
ChartStockGainMarkerElement(OdfFileDom ownerDoc)
          Create the instance of ChartStockGainMarkerElement
ChartStockLossMarkerElement(OdfFileDom ownerDoc)
          Create the instance of ChartStockLossMarkerElement
ChartStockRangeLineElement(OdfFileDom ownerDoc)
          Create the instance of ChartStockRangeLineElement
ChartSubtitleElement(OdfFileDom ownerDoc)
          Create the instance of ChartSubtitleElement
ChartSymbolImageElement(OdfFileDom ownerDoc)
          Create the instance of ChartSymbolImageElement
ChartTitleElement(OdfFileDom ownerDoc)
          Create the instance of ChartTitleElement
ChartWallElement(OdfFileDom ownerDoc)
          Create the instance of ChartWallElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.config
 

Constructors in org.odftoolkit.odfdom.dom.element.config with parameters of type OdfFileDom
ConfigConfigItemElement(OdfFileDom ownerDoc)
          Create the instance of ConfigConfigItemElement
ConfigConfigItemMapEntryElement(OdfFileDom ownerDoc)
          Create the instance of ConfigConfigItemMapEntryElement
ConfigConfigItemMapIndexedElement(OdfFileDom ownerDoc)
          Create the instance of ConfigConfigItemMapIndexedElement
ConfigConfigItemMapNamedElement(OdfFileDom ownerDoc)
          Create the instance of ConfigConfigItemMapNamedElement
ConfigConfigItemSetElement(OdfFileDom ownerDoc)
          Create the instance of ConfigConfigItemSetElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.db
 

Constructors in org.odftoolkit.odfdom.dom.element.db with parameters of type OdfFileDom
DbApplicationConnectionSettingsElement(OdfFileDom ownerDoc)
          Create the instance of DbApplicationConnectionSettingsElement
DbAutoIncrementElement(OdfFileDom ownerDoc)
          Create the instance of DbAutoIncrementElement
DbCharacterSetElement(OdfFileDom ownerDoc)
          Create the instance of DbCharacterSetElement
DbColumnDefinitionElement(OdfFileDom ownerDoc)
          Create the instance of DbColumnDefinitionElement
DbColumnDefinitionsElement(OdfFileDom ownerDoc)
          Create the instance of DbColumnDefinitionsElement
DbColumnElement(OdfFileDom ownerDoc)
          Create the instance of DbColumnElement
DbColumnsElement(OdfFileDom ownerDoc)
          Create the instance of DbColumnsElement
DbComponentCollectionElement(OdfFileDom ownerDoc)
          Create the instance of DbComponentCollectionElement
DbComponentElement(OdfFileDom ownerDoc)
          Create the instance of DbComponentElement
DbConnectionDataElement(OdfFileDom ownerDoc)
          Create the instance of DbConnectionDataElement
DbConnectionResourceElement(OdfFileDom ownerDoc)
          Create the instance of DbConnectionResourceElement
DbDatabaseDescriptionElement(OdfFileDom ownerDoc)
          Create the instance of DbDatabaseDescriptionElement
DbDataSourceElement(OdfFileDom ownerDoc)
          Create the instance of DbDataSourceElement
DbDataSourceSettingElement(OdfFileDom ownerDoc)
          Create the instance of DbDataSourceSettingElement
DbDataSourceSettingsElement(OdfFileDom ownerDoc)
          Create the instance of DbDataSourceSettingsElement
DbDataSourceSettingValueElement(OdfFileDom ownerDoc)
          Create the instance of DbDataSourceSettingValueElement
DbDelimiterElement(OdfFileDom ownerDoc)
          Create the instance of DbDelimiterElement
DbDriverSettingsElement(OdfFileDom ownerDoc)
          Create the instance of DbDriverSettingsElement
DbFileBasedDatabaseElement(OdfFileDom ownerDoc)
          Create the instance of DbFileBasedDatabaseElement
DbFilterStatementElement(OdfFileDom ownerDoc)
          Create the instance of DbFilterStatementElement
DbFormsElement(OdfFileDom ownerDoc)
          Create the instance of DbFormsElement
DbIndexColumnElement(OdfFileDom ownerDoc)
          Create the instance of DbIndexColumnElement
DbIndexColumnsElement(OdfFileDom ownerDoc)
          Create the instance of DbIndexColumnsElement
DbIndexElement(OdfFileDom ownerDoc)
          Create the instance of DbIndexElement
DbIndicesElement(OdfFileDom ownerDoc)
          Create the instance of DbIndicesElement
DbKeyColumnElement(OdfFileDom ownerDoc)
          Create the instance of DbKeyColumnElement
DbKeyColumnsElement(OdfFileDom ownerDoc)
          Create the instance of DbKeyColumnsElement
DbKeyElement(OdfFileDom ownerDoc)
          Create the instance of DbKeyElement
DbKeysElement(OdfFileDom ownerDoc)
          Create the instance of DbKeysElement
DbLoginElement(OdfFileDom ownerDoc)
          Create the instance of DbLoginElement
DbOrderStatementElement(OdfFileDom ownerDoc)
          Create the instance of DbOrderStatementElement
DbQueriesElement(OdfFileDom ownerDoc)
          Create the instance of DbQueriesElement
DbQueryCollectionElement(OdfFileDom ownerDoc)
          Create the instance of DbQueryCollectionElement
DbQueryElement(OdfFileDom ownerDoc)
          Create the instance of DbQueryElement
DbReportsElement(OdfFileDom ownerDoc)
          Create the instance of DbReportsElement
DbSchemaDefinitionElement(OdfFileDom ownerDoc)
          Create the instance of DbSchemaDefinitionElement
DbServerDatabaseElement(OdfFileDom ownerDoc)
          Create the instance of DbServerDatabaseElement
DbTableDefinitionElement(OdfFileDom ownerDoc)
          Create the instance of DbTableDefinitionElement
DbTableDefinitionsElement(OdfFileDom ownerDoc)
          Create the instance of DbTableDefinitionsElement
DbTableExcludeFilterElement(OdfFileDom ownerDoc)
          Create the instance of DbTableExcludeFilterElement
DbTableFilterElement(OdfFileDom ownerDoc)
          Create the instance of DbTableFilterElement
DbTableFilterPatternElement(OdfFileDom ownerDoc)
          Create the instance of DbTableFilterPatternElement
DbTableIncludeFilterElement(OdfFileDom ownerDoc)
          Create the instance of DbTableIncludeFilterElement
DbTableRepresentationElement(OdfFileDom ownerDoc)
          Create the instance of DbTableRepresentationElement
DbTableRepresentationsElement(OdfFileDom ownerDoc)
          Create the instance of DbTableRepresentationsElement
DbTableSettingElement(OdfFileDom ownerDoc)
          Create the instance of DbTableSettingElement
DbTableSettingsElement(OdfFileDom ownerDoc)
          Create the instance of DbTableSettingsElement
DbTableTypeElement(OdfFileDom ownerDoc)
          Create the instance of DbTableTypeElement
DbTableTypeFilterElement(OdfFileDom ownerDoc)
          Create the instance of DbTableTypeFilterElement
DbUpdateTableElement(OdfFileDom ownerDoc)
          Create the instance of DbUpdateTableElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.dc
 

Constructors in org.odftoolkit.odfdom.dom.element.dc with parameters of type OdfFileDom
DcCreatorElement(OdfFileDom ownerDoc)
          Create the instance of DcCreatorElement
DcDateElement(OdfFileDom ownerDoc)
          Create the instance of DcDateElement
DcDescriptionElement(OdfFileDom ownerDoc)
          Create the instance of DcDescriptionElement
DcLanguageElement(OdfFileDom ownerDoc)
          Create the instance of DcLanguageElement
DcSubjectElement(OdfFileDom ownerDoc)
          Create the instance of DcSubjectElement
DcTitleElement(OdfFileDom ownerDoc)
          Create the instance of DcTitleElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.dr3d
 

Constructors in org.odftoolkit.odfdom.dom.element.dr3d with parameters of type OdfFileDom
Dr3dCubeElement(OdfFileDom ownerDoc)
          Create the instance of Dr3dCubeElement
Dr3dExtrudeElement(OdfFileDom ownerDoc)
          Create the instance of Dr3dExtrudeElement
Dr3dLightElement(OdfFileDom ownerDoc)
          Create the instance of Dr3dLightElement
Dr3dRotateElement(OdfFileDom ownerDoc)
          Create the instance of Dr3dRotateElement
Dr3dSceneElement(OdfFileDom ownerDoc)
          Create the instance of Dr3dSceneElement
Dr3dSphereElement(OdfFileDom ownerDoc)
          Create the instance of Dr3dSphereElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.draw
 

Constructors in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfFileDom
DrawAElement(OdfFileDom ownerDoc)
          Create the instance of DrawAElement
DrawAppletElement(OdfFileDom ownerDoc)
          Create the instance of DrawAppletElement
DrawAreaCircleElement(OdfFileDom ownerDoc)
          Create the instance of DrawAreaCircleElement
DrawAreaPolygonElement(OdfFileDom ownerDoc)
          Create the instance of DrawAreaPolygonElement
DrawAreaRectangleElement(OdfFileDom ownerDoc)
          Create the instance of DrawAreaRectangleElement
DrawCaptionElement(OdfFileDom ownerDoc)
          Create the instance of DrawCaptionElement
DrawCircleElement(OdfFileDom ownerDoc)
          Create the instance of DrawCircleElement
DrawConnectorElement(OdfFileDom ownerDoc)
          Create the instance of DrawConnectorElement
DrawContourPathElement(OdfFileDom ownerDoc)
          Create the instance of DrawContourPathElement
DrawContourPolygonElement(OdfFileDom ownerDoc)
          Create the instance of DrawContourPolygonElement
DrawControlElement(OdfFileDom ownerDoc)
          Create the instance of DrawControlElement
DrawCustomShapeElement(OdfFileDom ownerDoc)
          Create the instance of DrawCustomShapeElement
DrawEllipseElement(OdfFileDom ownerDoc)
          Create the instance of DrawEllipseElement
DrawEnhancedGeometryElement(OdfFileDom ownerDoc)
          Create the instance of DrawEnhancedGeometryElement
DrawEquationElement(OdfFileDom ownerDoc)
          Create the instance of DrawEquationElement
DrawFillImageElement(OdfFileDom ownerDoc)
          Create the instance of DrawFillImageElement
DrawFloatingFrameElement(OdfFileDom ownerDoc)
          Create the instance of DrawFloatingFrameElement
DrawFrameElement(OdfFileDom ownerDoc)
          Create the instance of DrawFrameElement
DrawGElement(OdfFileDom ownerDoc)
          Create the instance of DrawGElement
DrawGluePointElement(OdfFileDom ownerDoc)
          Create the instance of DrawGluePointElement
DrawGradientElement(OdfFileDom ownerDoc)
          Create the instance of DrawGradientElement
DrawHandleElement(OdfFileDom ownerDoc)
          Create the instance of DrawHandleElement
DrawHatchElement(OdfFileDom ownerDoc)
          Create the instance of DrawHatchElement
DrawImageElement(OdfFileDom ownerDoc)
          Create the instance of DrawImageElement
DrawImageMapElement(OdfFileDom ownerDoc)
          Create the instance of DrawImageMapElement
DrawLayerElement(OdfFileDom ownerDoc)
          Create the instance of DrawLayerElement
DrawLayerSetElement(OdfFileDom ownerDoc)
          Create the instance of DrawLayerSetElement
DrawLineElement(OdfFileDom ownerDoc)
          Create the instance of DrawLineElement
DrawMarkerElement(OdfFileDom ownerDoc)
          Create the instance of DrawMarkerElement
DrawMeasureElement(OdfFileDom ownerDoc)
          Create the instance of DrawMeasureElement
DrawObjectElement(OdfFileDom ownerDoc)
          Create the instance of DrawObjectElement
DrawObjectOleElement(OdfFileDom ownerDoc)
          Create the instance of DrawObjectOleElement
DrawOpacityElement(OdfFileDom ownerDoc)
          Create the instance of DrawOpacityElement
DrawPageElement(OdfFileDom ownerDoc)
          Create the instance of DrawPageElement
DrawPageThumbnailElement(OdfFileDom ownerDoc)
          Create the instance of DrawPageThumbnailElement
DrawParamElement(OdfFileDom ownerDoc)
          Create the instance of DrawParamElement
DrawPathElement(OdfFileDom ownerDoc)
          Create the instance of DrawPathElement
DrawPluginElement(OdfFileDom ownerDoc)
          Create the instance of DrawPluginElement
DrawPolygonElement(OdfFileDom ownerDoc)
          Create the instance of DrawPolygonElement
DrawPolylineElement(OdfFileDom ownerDoc)
          Create the instance of DrawPolylineElement
DrawRectElement(OdfFileDom ownerDoc)
          Create the instance of DrawRectElement
DrawRegularPolygonElement(OdfFileDom ownerDoc)
          Create the instance of DrawRegularPolygonElement
DrawShapeElementBase(OdfFileDom ownerDoc, OdfName elementName)
          Create the instance of DrawShapeElementBase
DrawStrokeDashElement(OdfFileDom ownerDoc)
          Create the instance of DrawStrokeDashElement
DrawTextBoxElement(OdfFileDom ownerDoc)
          Create the instance of DrawTextBoxElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.form
 

Constructors in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfFileDom
FormButtonElement(OdfFileDom ownerDoc)
          Create the instance of FormButtonElement
FormCheckboxElement(OdfFileDom ownerDoc)
          Create the instance of FormCheckboxElement
FormColumnElement(OdfFileDom ownerDoc)
          Create the instance of FormColumnElement
FormComboboxElement(OdfFileDom ownerDoc)
          Create the instance of FormComboboxElement
FormConnectionResourceElement(OdfFileDom ownerDoc)
          Create the instance of FormConnectionResourceElement
FormDateElement(OdfFileDom ownerDoc)
          Create the instance of FormDateElement
FormFileElement(OdfFileDom ownerDoc)
          Create the instance of FormFileElement
FormFixedTextElement(OdfFileDom ownerDoc)
          Create the instance of FormFixedTextElement
FormFormattedTextElement(OdfFileDom ownerDoc)
          Create the instance of FormFormattedTextElement
FormFormElement(OdfFileDom ownerDoc)
          Create the instance of FormFormElement
FormFrameElement(OdfFileDom ownerDoc)
          Create the instance of FormFrameElement
FormGenericControlElement(OdfFileDom ownerDoc)
          Create the instance of FormGenericControlElement
FormGridElement(OdfFileDom ownerDoc)
          Create the instance of FormGridElement
FormHiddenElement(OdfFileDom ownerDoc)
          Create the instance of FormHiddenElement
FormImageElement(OdfFileDom ownerDoc)
          Create the instance of FormImageElement
FormImageFrameElement(OdfFileDom ownerDoc)
          Create the instance of FormImageFrameElement
FormItemElement(OdfFileDom ownerDoc)
          Create the instance of FormItemElement
FormListboxElement(OdfFileDom ownerDoc)
          Create the instance of FormListboxElement
FormListPropertyElement(OdfFileDom ownerDoc)
          Create the instance of FormListPropertyElement
FormListValueElement(OdfFileDom ownerDoc)
          Create the instance of FormListValueElement
FormNumberElement(OdfFileDom ownerDoc)
          Create the instance of FormNumberElement
FormOptionElement(OdfFileDom ownerDoc)
          Create the instance of FormOptionElement
FormPasswordElement(OdfFileDom ownerDoc)
          Create the instance of FormPasswordElement
FormPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of FormPropertiesElement
FormPropertyElement(OdfFileDom ownerDoc)
          Create the instance of FormPropertyElement
FormRadioElement(OdfFileDom ownerDoc)
          Create the instance of FormRadioElement
FormTextareaElement(OdfFileDom ownerDoc)
          Create the instance of FormTextareaElement
FormTextElement(OdfFileDom ownerDoc)
          Create the instance of FormTextElement
FormTimeElement(OdfFileDom ownerDoc)
          Create the instance of FormTimeElement
FormValueRangeElement(OdfFileDom ownerDoc)
          Create the instance of FormValueRangeElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.math
 

Constructors in org.odftoolkit.odfdom.dom.element.math with parameters of type OdfFileDom
MathMathElement(OdfFileDom ownerDoc)
          Create the instance of MathMathElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.meta
 

Constructors in org.odftoolkit.odfdom.dom.element.meta with parameters of type OdfFileDom
MetaAutoReloadElement(OdfFileDom ownerDoc)
          Create the instance of MetaAutoReloadElement
MetaCreationDateElement(OdfFileDom ownerDoc)
          Create the instance of MetaCreationDateElement
MetaDateStringElement(OdfFileDom ownerDoc)
          Create the instance of MetaDateStringElement
MetaDocumentStatisticElement(OdfFileDom ownerDoc)
          Create the instance of MetaDocumentStatisticElement
MetaEditingCyclesElement(OdfFileDom ownerDoc)
          Create the instance of MetaEditingCyclesElement
MetaEditingDurationElement(OdfFileDom ownerDoc)
          Create the instance of MetaEditingDurationElement
MetaGeneratorElement(OdfFileDom ownerDoc)
          Create the instance of MetaGeneratorElement
MetaHyperlinkBehaviourElement(OdfFileDom ownerDoc)
          Create the instance of MetaHyperlinkBehaviourElement
MetaInitialCreatorElement(OdfFileDom ownerDoc)
          Create the instance of MetaInitialCreatorElement
MetaKeywordElement(OdfFileDom ownerDoc)
          Create the instance of MetaKeywordElement
MetaPrintDateElement(OdfFileDom ownerDoc)
          Create the instance of MetaPrintDateElement
MetaPrintedByElement(OdfFileDom ownerDoc)
          Create the instance of MetaPrintedByElement
MetaTemplateElement(OdfFileDom ownerDoc)
          Create the instance of MetaTemplateElement
MetaUserDefinedElement(OdfFileDom ownerDoc)
          Create the instance of MetaUserDefinedElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.number
 

Constructors in org.odftoolkit.odfdom.dom.element.number with parameters of type OdfFileDom
NumberAmPmElement(OdfFileDom ownerDoc)
          Create the instance of NumberAmPmElement
NumberBooleanElement(OdfFileDom ownerDoc)
          Create the instance of NumberBooleanElement
NumberBooleanStyleElement(OdfFileDom ownerDoc)
          Create the instance of NumberBooleanStyleElement
NumberCurrencyStyleElement(OdfFileDom ownerDoc)
          Create the instance of NumberCurrencyStyleElement
NumberCurrencySymbolElement(OdfFileDom ownerDoc)
          Create the instance of NumberCurrencySymbolElement
NumberDateStyleElement(OdfFileDom ownerDoc)
          Create the instance of NumberDateStyleElement
NumberDayElement(OdfFileDom ownerDoc)
          Create the instance of NumberDayElement
NumberDayOfWeekElement(OdfFileDom ownerDoc)
          Create the instance of NumberDayOfWeekElement
NumberEmbeddedTextElement(OdfFileDom ownerDoc)
          Create the instance of NumberEmbeddedTextElement
NumberEraElement(OdfFileDom ownerDoc)
          Create the instance of NumberEraElement
NumberFractionElement(OdfFileDom ownerDoc)
          Create the instance of NumberFractionElement
NumberHoursElement(OdfFileDom ownerDoc)
          Create the instance of NumberHoursElement
NumberMinutesElement(OdfFileDom ownerDoc)
          Create the instance of NumberMinutesElement
NumberMonthElement(OdfFileDom ownerDoc)
          Create the instance of NumberMonthElement
NumberNumberElement(OdfFileDom ownerDoc)
          Create the instance of NumberNumberElement
NumberNumberStyleElement(OdfFileDom ownerDoc)
          Create the instance of NumberNumberStyleElement
NumberPercentageStyleElement(OdfFileDom ownerDoc)
          Create the instance of NumberPercentageStyleElement
NumberQuarterElement(OdfFileDom ownerDoc)
          Create the instance of NumberQuarterElement
NumberScientificNumberElement(OdfFileDom ownerDoc)
          Create the instance of NumberScientificNumberElement
NumberSecondsElement(OdfFileDom ownerDoc)
          Create the instance of NumberSecondsElement
NumberTextContentElement(OdfFileDom ownerDoc)
          Create the instance of NumberTextContentElement
NumberTextElement(OdfFileDom ownerDoc)
          Create the instance of NumberTextElement
NumberTextStyleElement(OdfFileDom ownerDoc)
          Create the instance of NumberTextStyleElement
NumberTimeStyleElement(OdfFileDom ownerDoc)
          Create the instance of NumberTimeStyleElement
NumberWeekOfYearElement(OdfFileDom ownerDoc)
          Create the instance of NumberWeekOfYearElement
NumberYearElement(OdfFileDom ownerDoc)
          Create the instance of NumberYearElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.office
 

Constructors in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfFileDom
OfficeAnnotationElement(OdfFileDom ownerDoc)
          Create the instance of OfficeAnnotationElement
OfficeAnnotationEndElement(OdfFileDom ownerDoc)
          Create the instance of OfficeAnnotationEndElement
OfficeAutomaticStylesElement(OdfFileDom ownerDoc)
          Create the instance of OfficeAutomaticStylesElement
OfficeBinaryDataElement(OdfFileDom ownerDoc)
          Create the instance of OfficeBinaryDataElement
OfficeBodyElement(OdfFileDom ownerDoc)
          Create the instance of OfficeBodyElement
OfficeChangeInfoElement(OdfFileDom ownerDoc)
          Create the instance of OfficeChangeInfoElement
OfficeChartElement(OdfFileDom ownerDoc)
          Create the instance of OfficeChartElement
OfficeDatabaseElement(OdfFileDom ownerDoc)
          Create the instance of OfficeDatabaseElement
OfficeDdeSourceElement(OdfFileDom ownerDoc)
          Create the instance of OfficeDdeSourceElement
OfficeDocumentContentElement(OdfFileDom ownerDoc)
          Create the instance of OfficeDocumentContentElement
OfficeDocumentElement(OdfFileDom ownerDoc)
          Create the instance of OfficeDocumentElement
OfficeDocumentMetaElement(OdfFileDom ownerDoc)
          Create the instance of OfficeDocumentMetaElement
OfficeDocumentSettingsElement(OdfFileDom ownerDoc)
          Create the instance of OfficeDocumentSettingsElement
OfficeDocumentStylesElement(OdfFileDom ownerDoc)
          Create the instance of OfficeDocumentStylesElement
OfficeDrawingElement(OdfFileDom ownerDoc)
          Create the instance of OfficeDrawingElement
OfficeEventListenersElement(OdfFileDom ownerDoc)
          Create the instance of OfficeEventListenersElement
OfficeFontFaceDeclsElement(OdfFileDom ownerDoc)
          Create the instance of OfficeFontFaceDeclsElement
OfficeFormsElement(OdfFileDom ownerDoc)
          Create the instance of OfficeFormsElement
OfficeImageElement(OdfFileDom ownerDoc)
          Create the instance of OfficeImageElement
OfficeMasterStylesElement(OdfFileDom ownerDoc)
          Create the instance of OfficeMasterStylesElement
OfficeMetaElement(OdfFileDom ownerDoc)
          Create the instance of OfficeMetaElement
OfficePresentationElement(OdfFileDom ownerDoc)
          Create the instance of OfficePresentationElement
OfficeScriptElement(OdfFileDom ownerDoc)
          Create the instance of OfficeScriptElement
OfficeScriptsElement(OdfFileDom ownerDoc)
          Create the instance of OfficeScriptsElement
OfficeSettingsElement(OdfFileDom ownerDoc)
          Create the instance of OfficeSettingsElement
OfficeSpreadsheetElement(OdfFileDom ownerDoc)
          Create the instance of OfficeSpreadsheetElement
OfficeStylesElement(OdfFileDom ownerDoc)
          Create the instance of OfficeStylesElement
OfficeTextElement(OdfFileDom ownerDoc)
          Create the instance of OfficeTextElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.presentation
 

Constructors in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfFileDom
PresentationAnimationGroupElement(OdfFileDom ownerDoc)
          Create the instance of PresentationAnimationGroupElement
PresentationAnimationsElement(OdfFileDom ownerDoc)
          Create the instance of PresentationAnimationsElement
PresentationDateTimeDeclElement(OdfFileDom ownerDoc)
          Create the instance of PresentationDateTimeDeclElement
PresentationDateTimeElement(OdfFileDom ownerDoc)
          Create the instance of PresentationDateTimeElement
PresentationDimElement(OdfFileDom ownerDoc)
          Create the instance of PresentationDimElement
PresentationEventListenerElement(OdfFileDom ownerDoc)
          Create the instance of PresentationEventListenerElement
PresentationFooterDeclElement(OdfFileDom ownerDoc)
          Create the instance of PresentationFooterDeclElement
PresentationFooterElement(OdfFileDom ownerDoc)
          Create the instance of PresentationFooterElement
PresentationHeaderDeclElement(OdfFileDom ownerDoc)
          Create the instance of PresentationHeaderDeclElement
PresentationHeaderElement(OdfFileDom ownerDoc)
          Create the instance of PresentationHeaderElement
PresentationHideShapeElement(OdfFileDom ownerDoc)
          Create the instance of PresentationHideShapeElement
PresentationHideTextElement(OdfFileDom ownerDoc)
          Create the instance of PresentationHideTextElement
PresentationNotesElement(OdfFileDom ownerDoc)
          Create the instance of PresentationNotesElement
PresentationPlaceholderElement(OdfFileDom ownerDoc)
          Create the instance of PresentationPlaceholderElement
PresentationPlayElement(OdfFileDom ownerDoc)
          Create the instance of PresentationPlayElement
PresentationSettingsElement(OdfFileDom ownerDoc)
          Create the instance of PresentationSettingsElement
PresentationShowElement(OdfFileDom ownerDoc)
          Create the instance of PresentationShowElement
PresentationShowShapeElement(OdfFileDom ownerDoc)
          Create the instance of PresentationShowShapeElement
PresentationShowTextElement(OdfFileDom ownerDoc)
          Create the instance of PresentationShowTextElement
PresentationSoundElement(OdfFileDom ownerDoc)
          Create the instance of PresentationSoundElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.script
 

Constructors in org.odftoolkit.odfdom.dom.element.script with parameters of type OdfFileDom
ScriptEventListenerElement(OdfFileDom ownerDoc)
          Create the instance of ScriptEventListenerElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.style
 

Constructors in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfFileDom
StyleBackgroundImageElement(OdfFileDom ownerDoc)
          Create the instance of StyleBackgroundImageElement
StyleChartPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleChartPropertiesElement
StyleColumnElement(OdfFileDom ownerDoc)
          Create the instance of StyleColumnElement
StyleColumnsElement(OdfFileDom ownerDoc)
          Create the instance of StyleColumnsElement
StyleColumnSepElement(OdfFileDom ownerDoc)
          Create the instance of StyleColumnSepElement
StyleDefaultPageLayoutElement(OdfFileDom ownerDoc)
          Create the instance of StyleDefaultPageLayoutElement
StyleDefaultStyleElement(OdfFileDom ownerDoc)
          Create the instance of StyleDefaultStyleElement
StyleDrawingPagePropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleDrawingPagePropertiesElement
StyleDropCapElement(OdfFileDom ownerDoc)
          Create the instance of StyleDropCapElement
StyleFontFaceElement(OdfFileDom ownerDoc)
          Create the instance of StyleFontFaceElement
StyleFooterElement(OdfFileDom ownerDoc)
          Create the instance of StyleFooterElement
StyleFooterLeftElement(OdfFileDom ownerDoc)
          Create the instance of StyleFooterLeftElement
StyleFooterStyleElement(OdfFileDom ownerDoc)
          Create the instance of StyleFooterStyleElement
StyleFootnoteSepElement(OdfFileDom ownerDoc)
          Create the instance of StyleFootnoteSepElement
StyleGraphicPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleGraphicPropertiesElement
StyleHandoutMasterElement(OdfFileDom ownerDoc)
          Create the instance of StyleHandoutMasterElement
StyleHeaderElement(OdfFileDom ownerDoc)
          Create the instance of StyleHeaderElement
StyleHeaderFooterPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleHeaderFooterPropertiesElement
StyleHeaderLeftElement(OdfFileDom ownerDoc)
          Create the instance of StyleHeaderLeftElement
StyleHeaderStyleElement(OdfFileDom ownerDoc)
          Create the instance of StyleHeaderStyleElement
StyleListLevelLabelAlignmentElement(OdfFileDom ownerDoc)
          Create the instance of StyleListLevelLabelAlignmentElement
StyleListLevelPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleListLevelPropertiesElement
StyleMapElement(OdfFileDom ownerDoc)
          Create the instance of StyleMapElement
StyleMasterPageElement(OdfFileDom ownerDoc)
          Create the instance of StyleMasterPageElement
StylePageLayoutElement(OdfFileDom ownerDoc)
          Create the instance of StylePageLayoutElement
StylePageLayoutPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StylePageLayoutPropertiesElement
StyleParagraphPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleParagraphPropertiesElement
StylePresentationPageLayoutElement(OdfFileDom ownerDoc)
          Create the instance of StylePresentationPageLayoutElement
StyleRegionCenterElement(OdfFileDom ownerDoc)
          Create the instance of StyleRegionCenterElement
StyleRegionLeftElement(OdfFileDom ownerDoc)
          Create the instance of StyleRegionLeftElement
StyleRegionRightElement(OdfFileDom ownerDoc)
          Create the instance of StyleRegionRightElement
StyleRubyPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleRubyPropertiesElement
StyleSectionPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleSectionPropertiesElement
StyleStyleElement(OdfFileDom ownerDoc)
          Create the instance of StyleStyleElement
StyleTableCellPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleTableCellPropertiesElement
StyleTableColumnPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleTableColumnPropertiesElement
StyleTablePropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleTablePropertiesElement
StyleTableRowPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleTableRowPropertiesElement
StyleTabStopElement(OdfFileDom ownerDoc)
          Create the instance of StyleTabStopElement
StyleTabStopsElement(OdfFileDom ownerDoc)
          Create the instance of StyleTabStopsElement
StyleTextPropertiesElement(OdfFileDom ownerDoc)
          Create the instance of StyleTextPropertiesElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.svg
 

Constructors in org.odftoolkit.odfdom.dom.element.svg with parameters of type OdfFileDom
SvgDefinitionSrcElement(OdfFileDom ownerDoc)
          Create the instance of SvgDefinitionSrcElement
SvgDescElement(OdfFileDom ownerDoc)
          Create the instance of SvgDescElement
SvgFontFaceFormatElement(OdfFileDom ownerDoc)
          Create the instance of SvgFontFaceFormatElement
SvgFontFaceNameElement(OdfFileDom ownerDoc)
          Create the instance of SvgFontFaceNameElement
SvgFontFaceSrcElement(OdfFileDom ownerDoc)
          Create the instance of SvgFontFaceSrcElement
SvgFontFaceUriElement(OdfFileDom ownerDoc)
          Create the instance of SvgFontFaceUriElement
SvgLinearGradientElement(OdfFileDom ownerDoc)
          Create the instance of SvgLinearGradientElement
SvgRadialGradientElement(OdfFileDom ownerDoc)
          Create the instance of SvgRadialGradientElement
SvgStopElement(OdfFileDom ownerDoc)
          Create the instance of SvgStopElement
SvgTitleElement(OdfFileDom ownerDoc)
          Create the instance of SvgTitleElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.table
 

Constructors in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfFileDom
TableBackgroundElement(OdfFileDom ownerDoc)
          Create the instance of TableBackgroundElement
TableBodyElement(OdfFileDom ownerDoc)
          Create the instance of TableBodyElement
TableCalculationSettingsElement(OdfFileDom ownerDoc)
          Create the instance of TableCalculationSettingsElement
TableCellAddressElement(OdfFileDom ownerDoc)
          Create the instance of TableCellAddressElement
TableCellContentChangeElement(OdfFileDom ownerDoc)
          Create the instance of TableCellContentChangeElement
TableCellContentDeletionElement(OdfFileDom ownerDoc)
          Create the instance of TableCellContentDeletionElement
TableCellRangeSourceElement(OdfFileDom ownerDoc)
          Create the instance of TableCellRangeSourceElement
TableChangeDeletionElement(OdfFileDom ownerDoc)
          Create the instance of TableChangeDeletionElement
TableChangeTrackTableCellElement(OdfFileDom ownerDoc)
          Create the instance of TableChangeTrackTableCellElement
TableConsolidationElement(OdfFileDom ownerDoc)
          Create the instance of TableConsolidationElement
TableContentValidationElement(OdfFileDom ownerDoc)
          Create the instance of TableContentValidationElement
TableContentValidationsElement(OdfFileDom ownerDoc)
          Create the instance of TableContentValidationsElement
TableCoveredTableCellElement(OdfFileDom ownerDoc)
          Create the instance of TableCoveredTableCellElement
TableCutOffsElement(OdfFileDom ownerDoc)
          Create the instance of TableCutOffsElement
TableDatabaseRangeElement(OdfFileDom ownerDoc)
          Create the instance of TableDatabaseRangeElement
TableDatabaseRangesElement(OdfFileDom ownerDoc)
          Create the instance of TableDatabaseRangesElement
TableDatabaseSourceQueryElement(OdfFileDom ownerDoc)
          Create the instance of TableDatabaseSourceQueryElement
TableDatabaseSourceSqlElement(OdfFileDom ownerDoc)
          Create the instance of TableDatabaseSourceSqlElement
TableDatabaseSourceTableElement(OdfFileDom ownerDoc)
          Create the instance of TableDatabaseSourceTableElement
TableDataPilotDisplayInfoElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotDisplayInfoElement
TableDataPilotFieldElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotFieldElement
TableDataPilotFieldReferenceElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotFieldReferenceElement
TableDataPilotGroupElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotGroupElement
TableDataPilotGroupMemberElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotGroupMemberElement
TableDataPilotGroupsElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotGroupsElement
TableDataPilotLayoutInfoElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotLayoutInfoElement
TableDataPilotLevelElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotLevelElement
TableDataPilotMemberElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotMemberElement
TableDataPilotMembersElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotMembersElement
TableDataPilotSortInfoElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotSortInfoElement
TableDataPilotSubtotalElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotSubtotalElement
TableDataPilotSubtotalsElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotSubtotalsElement
TableDataPilotTableElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotTableElement
TableDataPilotTablesElement(OdfFileDom ownerDoc)
          Create the instance of TableDataPilotTablesElement
TableDdeLinkElement(OdfFileDom ownerDoc)
          Create the instance of TableDdeLinkElement
TableDdeLinksElement(OdfFileDom ownerDoc)
          Create the instance of TableDdeLinksElement
TableDeletionElement(OdfFileDom ownerDoc)
          Create the instance of TableDeletionElement
TableDeletionsElement(OdfFileDom ownerDoc)
          Create the instance of TableDeletionsElement
TableDependenciesElement(OdfFileDom ownerDoc)
          Create the instance of TableDependenciesElement
TableDependencyElement(OdfFileDom ownerDoc)
          Create the instance of TableDependencyElement
TableDescElement(OdfFileDom ownerDoc)
          Create the instance of TableDescElement
TableDetectiveElement(OdfFileDom ownerDoc)
          Create the instance of TableDetectiveElement
TableErrorMacroElement(OdfFileDom ownerDoc)
          Create the instance of TableErrorMacroElement
TableErrorMessageElement(OdfFileDom ownerDoc)
          Create the instance of TableErrorMessageElement
TableEvenColumnsElement(OdfFileDom ownerDoc)
          Create the instance of TableEvenColumnsElement
TableEvenRowsElement(OdfFileDom ownerDoc)
          Create the instance of TableEvenRowsElement
TableFilterAndElement(OdfFileDom ownerDoc)
          Create the instance of TableFilterAndElement
TableFilterConditionElement(OdfFileDom ownerDoc)
          Create the instance of TableFilterConditionElement
TableFilterElement(OdfFileDom ownerDoc)
          Create the instance of TableFilterElement
TableFilterOrElement(OdfFileDom ownerDoc)
          Create the instance of TableFilterOrElement
TableFilterSetItemElement(OdfFileDom ownerDoc)
          Create the instance of TableFilterSetItemElement
TableFirstColumnElement(OdfFileDom ownerDoc)
          Create the instance of TableFirstColumnElement
TableFirstRowElement(OdfFileDom ownerDoc)
          Create the instance of TableFirstRowElement
TableHelpMessageElement(OdfFileDom ownerDoc)
          Create the instance of TableHelpMessageElement
TableHighlightedRangeElement(OdfFileDom ownerDoc)
          Create the instance of TableHighlightedRangeElement
TableInsertionCutOffElement(OdfFileDom ownerDoc)
          Create the instance of TableInsertionCutOffElement
TableInsertionElement(OdfFileDom ownerDoc)
          Create the instance of TableInsertionElement
TableIterationElement(OdfFileDom ownerDoc)
          Create the instance of TableIterationElement
TableLabelRangeElement(OdfFileDom ownerDoc)
          Create the instance of TableLabelRangeElement
TableLabelRangesElement(OdfFileDom ownerDoc)
          Create the instance of TableLabelRangesElement
TableLastColumnElement(OdfFileDom ownerDoc)
          Create the instance of TableLastColumnElement
TableLastRowElement(OdfFileDom ownerDoc)
          Create the instance of TableLastRowElement
TableMovementCutOffElement(OdfFileDom ownerDoc)
          Create the instance of TableMovementCutOffElement
TableMovementElement(OdfFileDom ownerDoc)
          Create the instance of TableMovementElement
TableNamedExpressionElement(OdfFileDom ownerDoc)
          Create the instance of TableNamedExpressionElement
TableNamedExpressionsElement(OdfFileDom ownerDoc)
          Create the instance of TableNamedExpressionsElement
TableNamedRangeElement(OdfFileDom ownerDoc)
          Create the instance of TableNamedRangeElement
TableNullDateElement(OdfFileDom ownerDoc)
          Create the instance of TableNullDateElement
TableOddColumnsElement(OdfFileDom ownerDoc)
          Create the instance of TableOddColumnsElement
TableOddRowsElement(OdfFileDom ownerDoc)
          Create the instance of TableOddRowsElement
TableOperationElement(OdfFileDom ownerDoc)
          Create the instance of TableOperationElement
TablePreviousElement(OdfFileDom ownerDoc)
          Create the instance of TablePreviousElement
TableScenarioElement(OdfFileDom ownerDoc)
          Create the instance of TableScenarioElement
TableShapesElement(OdfFileDom ownerDoc)
          Create the instance of TableShapesElement
TableSortByElement(OdfFileDom ownerDoc)
          Create the instance of TableSortByElement
TableSortElement(OdfFileDom ownerDoc)
          Create the instance of TableSortElement
TableSortGroupsElement(OdfFileDom ownerDoc)
          Create the instance of TableSortGroupsElement
TableSourceCellRangeElement(OdfFileDom ownerDoc)
          Create the instance of TableSourceCellRangeElement
TableSourceRangeAddressElement(OdfFileDom ownerDoc)
          Create the instance of TableSourceRangeAddressElement
TableSourceServiceElement(OdfFileDom ownerDoc)
          Create the instance of TableSourceServiceElement
TableSubtotalFieldElement(OdfFileDom ownerDoc)
          Create the instance of TableSubtotalFieldElement
TableSubtotalRuleElement(OdfFileDom ownerDoc)
          Create the instance of TableSubtotalRuleElement
TableSubtotalRulesElement(OdfFileDom ownerDoc)
          Create the instance of TableSubtotalRulesElement
TableTableCellElement(OdfFileDom ownerDoc)
          Create the instance of TableTableCellElement
TableTableCellElementBase(OdfFileDom ownerDoc, OdfName elementName, OdfStyleFamily styleFamily, OdfName styleAttrName)
          Create the instance of TableTableCellElementBase
TableTableColumnElement(OdfFileDom ownerDoc)
          Create the instance of TableTableColumnElement
TableTableColumnGroupElement(OdfFileDom ownerDoc)
          Create the instance of TableTableColumnGroupElement
TableTableColumnsElement(OdfFileDom ownerDoc)
          Create the instance of TableTableColumnsElement
TableTableElement(OdfFileDom ownerDoc)
          Create the instance of TableTableElement
TableTableHeaderColumnsElement(OdfFileDom ownerDoc)
          Create the instance of TableTableHeaderColumnsElement
TableTableHeaderRowsElement(OdfFileDom ownerDoc)
          Create the instance of TableTableHeaderRowsElement
TableTableRowElement(OdfFileDom ownerDoc)
          Create the instance of TableTableRowElement
TableTableRowGroupElement(OdfFileDom ownerDoc)
          Create the instance of TableTableRowGroupElement
TableTableRowsElement(OdfFileDom ownerDoc)
          Create the instance of TableTableRowsElement
TableTableSourceElement(OdfFileDom ownerDoc)
          Create the instance of TableTableSourceElement
TableTableTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TableTableTemplateElement
TableTargetRangeAddressElement(OdfFileDom ownerDoc)
          Create the instance of TableTargetRangeAddressElement
TableTitleElement(OdfFileDom ownerDoc)
          Create the instance of TableTitleElement
TableTrackedChangesElement(OdfFileDom ownerDoc)
          Create the instance of TableTrackedChangesElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.text
 

Constructors in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfFileDom
TextAElement(OdfFileDom ownerDoc)
          Create the instance of TextAElement
TextAlphabeticalIndexAutoMarkFileElement(OdfFileDom ownerDoc)
          Create the instance of TextAlphabeticalIndexAutoMarkFileElement
TextAlphabeticalIndexElement(OdfFileDom ownerDoc)
          Create the instance of TextAlphabeticalIndexElement
TextAlphabeticalIndexEntryTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TextAlphabeticalIndexEntryTemplateElement
TextAlphabeticalIndexMarkElement(OdfFileDom ownerDoc)
          Create the instance of TextAlphabeticalIndexMarkElement
TextAlphabeticalIndexMarkEndElement(OdfFileDom ownerDoc)
          Create the instance of TextAlphabeticalIndexMarkEndElement
TextAlphabeticalIndexMarkStartElement(OdfFileDom ownerDoc)
          Create the instance of TextAlphabeticalIndexMarkStartElement
TextAlphabeticalIndexSourceElement(OdfFileDom ownerDoc)
          Create the instance of TextAlphabeticalIndexSourceElement
TextAuthorInitialsElement(OdfFileDom ownerDoc)
          Create the instance of TextAuthorInitialsElement
TextAuthorNameElement(OdfFileDom ownerDoc)
          Create the instance of TextAuthorNameElement
TextBibliographyConfigurationElement(OdfFileDom ownerDoc)
          Create the instance of TextBibliographyConfigurationElement
TextBibliographyElement(OdfFileDom ownerDoc)
          Create the instance of TextBibliographyElement
TextBibliographyEntryTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TextBibliographyEntryTemplateElement
TextBibliographyMarkElement(OdfFileDom ownerDoc)
          Create the instance of TextBibliographyMarkElement
TextBibliographySourceElement(OdfFileDom ownerDoc)
          Create the instance of TextBibliographySourceElement
TextBookmarkElement(OdfFileDom ownerDoc)
          Create the instance of TextBookmarkElement
TextBookmarkEndElement(OdfFileDom ownerDoc)
          Create the instance of TextBookmarkEndElement
TextBookmarkRefElement(OdfFileDom ownerDoc)
          Create the instance of TextBookmarkRefElement
TextBookmarkStartElement(OdfFileDom ownerDoc)
          Create the instance of TextBookmarkStartElement
TextChangedRegionElement(OdfFileDom ownerDoc)
          Create the instance of TextChangedRegionElement
TextChangeElement(OdfFileDom ownerDoc)
          Create the instance of TextChangeElement
TextChangeEndElement(OdfFileDom ownerDoc)
          Create the instance of TextChangeEndElement
TextChangeStartElement(OdfFileDom ownerDoc)
          Create the instance of TextChangeStartElement
TextChapterElement(OdfFileDom ownerDoc)
          Create the instance of TextChapterElement
TextCharacterCountElement(OdfFileDom ownerDoc)
          Create the instance of TextCharacterCountElement
TextConditionalTextElement(OdfFileDom ownerDoc)
          Create the instance of TextConditionalTextElement
TextCreationDateElement(OdfFileDom ownerDoc)
          Create the instance of TextCreationDateElement
TextCreationTimeElement(OdfFileDom ownerDoc)
          Create the instance of TextCreationTimeElement
TextCreatorElement(OdfFileDom ownerDoc)
          Create the instance of TextCreatorElement
TextDatabaseDisplayElement(OdfFileDom ownerDoc)
          Create the instance of TextDatabaseDisplayElement
TextDatabaseNameElement(OdfFileDom ownerDoc)
          Create the instance of TextDatabaseNameElement
TextDatabaseNextElement(OdfFileDom ownerDoc)
          Create the instance of TextDatabaseNextElement
TextDatabaseRowNumberElement(OdfFileDom ownerDoc)
          Create the instance of TextDatabaseRowNumberElement
TextDatabaseRowSelectElement(OdfFileDom ownerDoc)
          Create the instance of TextDatabaseRowSelectElement
TextDateElement(OdfFileDom ownerDoc)
          Create the instance of TextDateElement
TextDdeConnectionDeclElement(OdfFileDom ownerDoc)
          Create the instance of TextDdeConnectionDeclElement
TextDdeConnectionDeclsElement(OdfFileDom ownerDoc)
          Create the instance of TextDdeConnectionDeclsElement
TextDdeConnectionElement(OdfFileDom ownerDoc)
          Create the instance of TextDdeConnectionElement
TextDeletionElement(OdfFileDom ownerDoc)
          Create the instance of TextDeletionElement
TextDescriptionElement(OdfFileDom ownerDoc)
          Create the instance of TextDescriptionElement
TextEditingCyclesElement(OdfFileDom ownerDoc)
          Create the instance of TextEditingCyclesElement
TextEditingDurationElement(OdfFileDom ownerDoc)
          Create the instance of TextEditingDurationElement
TextExecuteMacroElement(OdfFileDom ownerDoc)
          Create the instance of TextExecuteMacroElement
TextExpressionElement(OdfFileDom ownerDoc)
          Create the instance of TextExpressionElement
TextFileNameElement(OdfFileDom ownerDoc)
          Create the instance of TextFileNameElement
TextFormatChangeElement(OdfFileDom ownerDoc)
          Create the instance of TextFormatChangeElement
TextHElement(OdfFileDom ownerDoc)
          Create the instance of TextHElement
TextHiddenParagraphElement(OdfFileDom ownerDoc)
          Create the instance of TextHiddenParagraphElement
TextHiddenTextElement(OdfFileDom ownerDoc)
          Create the instance of TextHiddenTextElement
TextIllustrationIndexElement(OdfFileDom ownerDoc)
          Create the instance of TextIllustrationIndexElement
TextIllustrationIndexEntryTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TextIllustrationIndexEntryTemplateElement
TextIllustrationIndexSourceElement(OdfFileDom ownerDoc)
          Create the instance of TextIllustrationIndexSourceElement
TextImageCountElement(OdfFileDom ownerDoc)
          Create the instance of TextImageCountElement
TextIndexBodyElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexBodyElement
TextIndexEntryBibliographyElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexEntryBibliographyElement
TextIndexEntryChapterElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexEntryChapterElement
TextIndexEntryLinkEndElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexEntryLinkEndElement
TextIndexEntryLinkStartElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexEntryLinkStartElement
TextIndexEntryPageNumberElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexEntryPageNumberElement
TextIndexEntrySpanElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexEntrySpanElement
TextIndexEntryTabStopElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexEntryTabStopElement
TextIndexEntryTextElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexEntryTextElement
TextIndexSourceStyleElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexSourceStyleElement
TextIndexSourceStylesElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexSourceStylesElement
TextIndexTitleElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexTitleElement
TextIndexTitleTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TextIndexTitleTemplateElement
TextInitialCreatorElement(OdfFileDom ownerDoc)
          Create the instance of TextInitialCreatorElement
TextInsertionElement(OdfFileDom ownerDoc)
          Create the instance of TextInsertionElement
TextKeywordsElement(OdfFileDom ownerDoc)
          Create the instance of TextKeywordsElement
TextLineBreakElement(OdfFileDom ownerDoc)
          Create the instance of TextLineBreakElement
TextLinenumberingConfigurationElement(OdfFileDom ownerDoc)
          Create the instance of TextLinenumberingConfigurationElement
TextLinenumberingSeparatorElement(OdfFileDom ownerDoc)
          Create the instance of TextLinenumberingSeparatorElement
TextListElement(OdfFileDom ownerDoc)
          Create the instance of TextListElement
TextListHeaderElement(OdfFileDom ownerDoc)
          Create the instance of TextListHeaderElement
TextListItemElement(OdfFileDom ownerDoc)
          Create the instance of TextListItemElement
TextListLevelStyleBulletElement(OdfFileDom ownerDoc)
          Create the instance of TextListLevelStyleBulletElement
TextListLevelStyleElementBase(OdfFileDom ownerDoc, OdfName elementName)
          Create the instance of TextListLevelStyleElementBase
TextListLevelStyleImageElement(OdfFileDom ownerDoc)
          Create the instance of TextListLevelStyleImageElement
TextListLevelStyleNumberElement(OdfFileDom ownerDoc)
          Create the instance of TextListLevelStyleNumberElement
TextListStyleElement(OdfFileDom ownerDoc)
          Create the instance of TextListStyleElement
TextMeasureElement(OdfFileDom ownerDoc)
          Create the instance of TextMeasureElement
TextMetaElement(OdfFileDom ownerDoc)
          Create the instance of TextMetaElement
TextMetaFieldElement(OdfFileDom ownerDoc)
          Create the instance of TextMetaFieldElement
TextModificationDateElement(OdfFileDom ownerDoc)
          Create the instance of TextModificationDateElement
TextModificationTimeElement(OdfFileDom ownerDoc)
          Create the instance of TextModificationTimeElement
TextNoteBodyElement(OdfFileDom ownerDoc)
          Create the instance of TextNoteBodyElement
TextNoteCitationElement(OdfFileDom ownerDoc)
          Create the instance of TextNoteCitationElement
TextNoteContinuationNoticeBackwardElement(OdfFileDom ownerDoc)
          Create the instance of TextNoteContinuationNoticeBackwardElement
TextNoteContinuationNoticeForwardElement(OdfFileDom ownerDoc)
          Create the instance of TextNoteContinuationNoticeForwardElement
TextNoteElement(OdfFileDom ownerDoc)
          Create the instance of TextNoteElement
TextNoteRefElement(OdfFileDom ownerDoc)
          Create the instance of TextNoteRefElement
TextNotesConfigurationElement(OdfFileDom ownerDoc)
          Create the instance of TextNotesConfigurationElement
TextNumberedParagraphElement(OdfFileDom ownerDoc)
          Create the instance of TextNumberedParagraphElement
TextNumberElement(OdfFileDom ownerDoc)
          Create the instance of TextNumberElement
TextObjectCountElement(OdfFileDom ownerDoc)
          Create the instance of TextObjectCountElement
TextObjectIndexElement(OdfFileDom ownerDoc)
          Create the instance of TextObjectIndexElement
TextObjectIndexEntryTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TextObjectIndexEntryTemplateElement
TextObjectIndexSourceElement(OdfFileDom ownerDoc)
          Create the instance of TextObjectIndexSourceElement
TextOutlineLevelStyleElement(OdfFileDom ownerDoc)
          Create the instance of TextOutlineLevelStyleElement
TextOutlineStyleElement(OdfFileDom ownerDoc)
          Create the instance of TextOutlineStyleElement
TextPageContinuationElement(OdfFileDom ownerDoc)
          Create the instance of TextPageContinuationElement
TextPageCountElement(OdfFileDom ownerDoc)
          Create the instance of TextPageCountElement
TextPageElement(OdfFileDom ownerDoc)
          Create the instance of TextPageElement
TextPageNumberElement(OdfFileDom ownerDoc)
          Create the instance of TextPageNumberElement
TextPageSequenceElement(OdfFileDom ownerDoc)
          Create the instance of TextPageSequenceElement
TextPageVariableGetElement(OdfFileDom ownerDoc)
          Create the instance of TextPageVariableGetElement
TextPageVariableSetElement(OdfFileDom ownerDoc)
          Create the instance of TextPageVariableSetElement
TextParagraphCountElement(OdfFileDom ownerDoc)
          Create the instance of TextParagraphCountElement
TextParagraphElementBase(OdfFileDom ownerDoc, OdfName elementName, OdfStyleFamily styleFamily, OdfName styleAttrName)
          Create the instance of TextParagraphElementBase
TextPElement(OdfFileDom ownerDoc)
          Create the instance of TextPElement
TextPlaceholderElement(OdfFileDom ownerDoc)
          Create the instance of TextPlaceholderElement
TextPrintDateElement(OdfFileDom ownerDoc)
          Create the instance of TextPrintDateElement
TextPrintedByElement(OdfFileDom ownerDoc)
          Create the instance of TextPrintedByElement
TextPrintTimeElement(OdfFileDom ownerDoc)
          Create the instance of TextPrintTimeElement
TextReferenceMarkElement(OdfFileDom ownerDoc)
          Create the instance of TextReferenceMarkElement
TextReferenceMarkEndElement(OdfFileDom ownerDoc)
          Create the instance of TextReferenceMarkEndElement
TextReferenceMarkStartElement(OdfFileDom ownerDoc)
          Create the instance of TextReferenceMarkStartElement
TextReferenceRefElement(OdfFileDom ownerDoc)
          Create the instance of TextReferenceRefElement
TextRubyBaseElement(OdfFileDom ownerDoc)
          Create the instance of TextRubyBaseElement
TextRubyElement(OdfFileDom ownerDoc)
          Create the instance of TextRubyElement
TextRubyTextElement(OdfFileDom ownerDoc)
          Create the instance of TextRubyTextElement
TextScriptElement(OdfFileDom ownerDoc)
          Create the instance of TextScriptElement
TextSectionElement(OdfFileDom ownerDoc)
          Create the instance of TextSectionElement
TextSectionSourceElement(OdfFileDom ownerDoc)
          Create the instance of TextSectionSourceElement
TextSElement(OdfFileDom ownerDoc)
          Create the instance of TextSElement
TextSenderCityElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderCityElement
TextSenderCompanyElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderCompanyElement
TextSenderCountryElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderCountryElement
TextSenderEmailElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderEmailElement
TextSenderFaxElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderFaxElement
TextSenderFirstnameElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderFirstnameElement
TextSenderInitialsElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderInitialsElement
TextSenderLastnameElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderLastnameElement
TextSenderPhonePrivateElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderPhonePrivateElement
TextSenderPhoneWorkElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderPhoneWorkElement
TextSenderPositionElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderPositionElement
TextSenderPostalCodeElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderPostalCodeElement
TextSenderStateOrProvinceElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderStateOrProvinceElement
TextSenderStreetElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderStreetElement
TextSenderTitleElement(OdfFileDom ownerDoc)
          Create the instance of TextSenderTitleElement
TextSequenceDeclElement(OdfFileDom ownerDoc)
          Create the instance of TextSequenceDeclElement
TextSequenceDeclsElement(OdfFileDom ownerDoc)
          Create the instance of TextSequenceDeclsElement
TextSequenceElement(OdfFileDom ownerDoc)
          Create the instance of TextSequenceElement
TextSequenceRefElement(OdfFileDom ownerDoc)
          Create the instance of TextSequenceRefElement
TextSheetNameElement(OdfFileDom ownerDoc)
          Create the instance of TextSheetNameElement
TextSoftPageBreakElement(OdfFileDom ownerDoc)
          Create the instance of TextSoftPageBreakElement
TextSortKeyElement(OdfFileDom ownerDoc)
          Create the instance of TextSortKeyElement
TextSpanElement(OdfFileDom ownerDoc)
          Create the instance of TextSpanElement
TextSubjectElement(OdfFileDom ownerDoc)
          Create the instance of TextSubjectElement
TextTabElement(OdfFileDom ownerDoc)
          Create the instance of TextTabElement
TextTableCountElement(OdfFileDom ownerDoc)
          Create the instance of TextTableCountElement
TextTableFormulaElement(OdfFileDom ownerDoc)
          Create the instance of TextTableFormulaElement
TextTableIndexElement(OdfFileDom ownerDoc)
          Create the instance of TextTableIndexElement
TextTableIndexEntryTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TextTableIndexEntryTemplateElement
TextTableIndexSourceElement(OdfFileDom ownerDoc)
          Create the instance of TextTableIndexSourceElement
TextTableOfContentElement(OdfFileDom ownerDoc)
          Create the instance of TextTableOfContentElement
TextTableOfContentEntryTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TextTableOfContentEntryTemplateElement
TextTableOfContentSourceElement(OdfFileDom ownerDoc)
          Create the instance of TextTableOfContentSourceElement
TextTemplateNameElement(OdfFileDom ownerDoc)
          Create the instance of TextTemplateNameElement
TextTextInputElement(OdfFileDom ownerDoc)
          Create the instance of TextTextInputElement
TextTimeElement(OdfFileDom ownerDoc)
          Create the instance of TextTimeElement
TextTitleElement(OdfFileDom ownerDoc)
          Create the instance of TextTitleElement
TextTocMarkElement(OdfFileDom ownerDoc)
          Create the instance of TextTocMarkElement
TextTocMarkEndElement(OdfFileDom ownerDoc)
          Create the instance of TextTocMarkEndElement
TextTocMarkStartElement(OdfFileDom ownerDoc)
          Create the instance of TextTocMarkStartElement
TextTrackedChangesElement(OdfFileDom ownerDoc)
          Create the instance of TextTrackedChangesElement
TextUserDefinedElement(OdfFileDom ownerDoc)
          Create the instance of TextUserDefinedElement
TextUserFieldDeclElement(OdfFileDom ownerDoc)
          Create the instance of TextUserFieldDeclElement
TextUserFieldDeclsElement(OdfFileDom ownerDoc)
          Create the instance of TextUserFieldDeclsElement
TextUserFieldGetElement(OdfFileDom ownerDoc)
          Create the instance of TextUserFieldGetElement
TextUserFieldInputElement(OdfFileDom ownerDoc)
          Create the instance of TextUserFieldInputElement
TextUserIndexElement(OdfFileDom ownerDoc)
          Create the instance of TextUserIndexElement
TextUserIndexEntryTemplateElement(OdfFileDom ownerDoc)
          Create the instance of TextUserIndexEntryTemplateElement
TextUserIndexMarkElement(OdfFileDom ownerDoc)
          Create the instance of TextUserIndexMarkElement
TextUserIndexMarkEndElement(OdfFileDom ownerDoc)
          Create the instance of TextUserIndexMarkEndElement
TextUserIndexMarkStartElement(OdfFileDom ownerDoc)
          Create the instance of TextUserIndexMarkStartElement
TextUserIndexSourceElement(OdfFileDom ownerDoc)
          Create the instance of TextUserIndexSourceElement
TextVariableDeclElement(OdfFileDom ownerDoc)
          Create the instance of TextVariableDeclElement
TextVariableDeclsElement(OdfFileDom ownerDoc)
          Create the instance of TextVariableDeclsElement
TextVariableGetElement(OdfFileDom ownerDoc)
          Create the instance of TextVariableGetElement
TextVariableInputElement(OdfFileDom ownerDoc)
          Create the instance of TextVariableInputElement
TextVariableSetElement(OdfFileDom ownerDoc)
          Create the instance of TextVariableSetElement
TextWordCountElement(OdfFileDom ownerDoc)
          Create the instance of TextWordCountElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.element.xforms
 

Constructors in org.odftoolkit.odfdom.dom.element.xforms with parameters of type OdfFileDom
XformsModelElement(OdfFileDom ownerDoc)
          Create the instance of XformsModelElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.dom.rdfa
 

Methods in org.odftoolkit.odfdom.dom.rdfa with parameters of type OdfFileDom
 com.hp.hpl.jena.rdf.model.Model BookmarkRDFMetadataExtractor.getBookmarkRDFMetadata(OdfFileDom dom)
          Return the RDF metadata of specified ODF element as a Jena Model.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.incubator.doc.draw
 

Constructors in org.odftoolkit.odfdom.incubator.doc.draw with parameters of type OdfFileDom
OdfDrawFrame(OdfFileDom ownerDoc)
          Deprecated. Creates a new instance of this class
OdfDrawImage(OdfFileDom ownerDoc)
          Deprecated. Creates a new instance of this class
 

Uses of OdfFileDom in org.odftoolkit.odfdom.incubator.doc.number
 

Constructors in org.odftoolkit.odfdom.incubator.doc.number with parameters of type OdfFileDom
OdfNumberCurrencyStyle(OdfFileDom ownerDoc)
           
OdfNumberCurrencyStyle(OdfFileDom ownerDoc, String currencySymbol, String format, String styleName)
           
OdfNumberDateStyle(OdfFileDom ownerDoc)
           
OdfNumberDateStyle(OdfFileDom ownerDoc, String format, String styleName)
          Creates a new instance of DateStyleFromFormat.
OdfNumberDateStyle(OdfFileDom ownerDoc, String format, String styleName, String calendarName)
          Creates a new instance of DateStyleFromFormat.
OdfNumberPercentageStyle(OdfFileDom ownerDoc)
           
OdfNumberPercentageStyle(OdfFileDom ownerDoc, String format, String styleName)
          Creates a new instance of OdfNumberPercentageStyle.
OdfNumberStyle(OdfFileDom ownerDoc)
           
OdfNumberStyle(OdfFileDom ownerDoc, String format, String styleName)
           
OdfNumberTimeStyle(OdfFileDom ownerDoc)
           
OdfNumberTimeStyle(OdfFileDom ownerDoc, String format, String styleName)
          Creates a new instance of OdfTimeStyle.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.incubator.doc.office
 

Constructors in org.odftoolkit.odfdom.incubator.doc.office with parameters of type OdfFileDom
OdfOfficeAutomaticStyles(OdfFileDom ownerDoc)
           
OdfOfficeMasterStyles(OdfFileDom ownerDoc)
           
OdfOfficeStyles(OdfFileDom ownerDoc)
           
 

Uses of OdfFileDom in org.odftoolkit.odfdom.incubator.doc.style
 

Constructors in org.odftoolkit.odfdom.incubator.doc.style with parameters of type OdfFileDom
OdfDefaultStyle(OdfFileDom ownerDoc)
           
OdfStyle(OdfFileDom ownerDoc)
           
OdfStylePageLayout(OdfFileDom ownerDoc)
           
 

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

Constructors in org.odftoolkit.odfdom.incubator.doc.text with parameters of type OdfFileDom
OdfTextHeading(OdfFileDom ownerDoc)
          Deprecated.  
OdfTextHeading(OdfFileDom ownerDoc, String styleName)
          Deprecated. Creates a new instance of this class with the given style name.
OdfTextHeading(OdfFileDom ownerDoc, String styleName, String content)
          Deprecated. Creates an instance of this class with the given styleName and content.
OdfTextList(OdfFileDom ownerDoc)
          Deprecated. Creates a new instance of OdfList.
OdfTextList(OdfFileDom ownerDoc, String[] itemList, char indentDelim, String listStyleName)
          Deprecated. Creates a new instance of OdfList.
OdfTextListLevelStyleBullet(OdfFileDom ownerDoc)
           
OdfTextListLevelStyleImage(OdfFileDom ownerDoc)
           
OdfTextListLevelStyleNumber(OdfFileDom ownerDoc)
           
OdfTextListStyle(OdfFileDom ownerDoc)
           
OdfTextListStyle(OdfFileDom ownerDoc, String name, String[] specArray, String spacing, boolean showAllLevels)
          Constructor for OdfEasyListStyle.
OdfTextListStyle(OdfFileDom ownerDoc, String name, String specifiers, String delim, String spacing, boolean showAllLevels)
          Creates an OdfListStyle.
OdfTextOutlineLevelStyle(OdfFileDom ownerDoc)
           
OdfTextOutlineStyle(OdfFileDom ownerDoc)
           
OdfTextParagraph(OdfFileDom ownerDoc)
          Deprecated. Creates a new instance of this class
OdfTextParagraph(OdfFileDom ownerDoc, String styleName)
          Deprecated. Creates a new instance of this class with the given style name.
OdfTextParagraph(OdfFileDom ownerDoc, String styleName, String content)
          Deprecated. Creates an instance of this class with the given styleName and content.
OdfTextSpan(OdfFileDom ownerDoc)
          Deprecated.  
OdfTextSpan(OdfFileDom ownerDoc, String styleName)
          Deprecated. Creates a new instance of this class with the given style name.
OdfTextSpan(OdfFileDom ownerDoc, String styleName, String content)
          Deprecated. Creates an instance of this class with the given styleName and content.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.incubator.meta
 

Constructors in org.odftoolkit.odfdom.incubator.meta with parameters of type OdfFileDom
OdfOfficeMeta(OdfFileDom metaDom)
          Deprecated. Constructor of OdfOfficeMeta feature.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.pkg
 

Methods in org.odftoolkit.odfdom.pkg that return OdfFileDom
 OdfFileDom OdfPackageDocument.getFileDom(String internalPath)
           
static OdfFileDom OdfFileDom.newFileDom(OdfPackageDocument packageDocument, String packagePath)
           
static OdfFileDom OdfFileDom.newFileDom(OdfPackage pkg, String packagePath)
           
 

Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfFileDom
static OdfAttribute OdfXMLFactory.newOdfAttribute(OdfFileDom dom, OdfName name)
           
static OdfElement OdfXMLFactory.newOdfElement(OdfFileDom dom, OdfName name)
           
 

Constructors in org.odftoolkit.odfdom.pkg with parameters of type OdfFileDom
OdfAlienAttribute(OdfFileDom ownerDocument, OdfName name)
          Creates an alien attribute on the XML file
OdfAlienElement(OdfFileDom ownerDocument, OdfName name)
           
OdfAttribute(OdfFileDom ownerDocument, OdfName name)
          Creates a new instance of OdfAttribute
OdfAttribute(OdfFileDom ownerDocument, String namespaceURI, String qualifiedName)
          Creates a new instance of OdfAttribute
OdfContainerElementBase(OdfFileDom ownerDocument, OdfName aName)
          Creates a new instance of OdfElement
OdfContainerElementBase(OdfFileDom ownerDocument, String namespaceURI, String qualifiedName)
          Creates a new instance of OdfElement
OdfElement(OdfFileDom ownerDocument, OdfName aName)
          Creates a new instance of OdfElement
OdfElement(OdfFileDom ownerDocument, String namespaceURI, String qualifiedName)
          Creates a new instance of OdfElement
 

Uses of OdfFileDom in org.odftoolkit.odfdom.pkg.dsig
 

Constructors in org.odftoolkit.odfdom.pkg.dsig with parameters of type OdfFileDom
DocumentSignaturesElement(OdfFileDom ownerDoc)
          Create the instance of DocumentSignaturesElement
SignatureElement(OdfFileDom ownerDoc)
          Create the instance of SignatureElement
VersionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute dsig:version.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.pkg.manifest
 

Subclasses of OdfFileDom in org.odftoolkit.odfdom.pkg.manifest
 class OdfManifestDom
          The DOM representation of the ODF manifest.xml file of an ODF document.
 

Constructors in org.odftoolkit.odfdom.pkg.manifest with parameters of type OdfFileDom
AlgorithmElement(OdfFileDom ownerDoc)
          Create the instance of AlgorithmElement
AlgorithmNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:algorithm-name.
ChecksumAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:checksum.
ChecksumTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:checksum-type.
EncryptionDataElement(OdfFileDom ownerDoc)
          Create the instance of EncryptionDataElement
FileEntryElement(OdfFileDom ownerDoc)
          Create the instance of FileEntryElement
FullPathAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:full-path.
InitialisationVectorAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:initialisation-vector.
IterationCountAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:iteration-count.
KeyDerivationElement(OdfFileDom ownerDoc)
          Create the instance of KeyDerivationElement
KeyDerivationNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:key-derivation-name.
KeySizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:key-size.
ManifestElement(OdfFileDom ownerDoc)
          Create the instance of ManifestElement
MediaTypeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:media-type.
PreferredViewModeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:preferred-view-mode.
SaltAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:salt.
SizeAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:size.
StartKeyGenerationElement(OdfFileDom ownerDoc)
          Create the instance of StartKeyGenerationElement
StartKeyGenerationNameAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:start-key-generation-name.
VersionAttribute(OdfFileDom ownerDocument)
          Create the instance of OpenDocument attribute manifest:version.
 

Uses of OdfFileDom in org.odftoolkit.odfdom.pkg.rdfa
 

Constructors in org.odftoolkit.odfdom.pkg.rdfa with parameters of type OdfFileDom
JenaSink(OdfFileDom mFileDom)
           
 



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