Class ChartPlotAreaElement
- java.lang.Object
-
- org.apache.xerces.dom.NodeImpl
-
- org.apache.xerces.dom.ChildNode
-
- org.apache.xerces.dom.ParentNode
-
- org.apache.xerces.dom.ElementImpl
-
- org.apache.xerces.dom.ElementNSImpl
-
- org.odftoolkit.odfdom.pkg.OdfElement
-
- org.odftoolkit.odfdom.dom.element.OdfStylableElement
-
- org.odftoolkit.odfdom.dom.element.chart.ChartPlotAreaElement
-
- All Implemented Interfaces:
Serializable,Cloneable,OdfStylePropertySet,Element,ElementTraversal,EventTarget,Node,NodeList,TypeInfo
public class ChartPlotAreaElement extends OdfStylableElement
DOM implementation of OpenDocument element <chart:plot-area>.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static OdfNameELEMENT_NAME-
Fields inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement
mFamily, mStyleNameAttrib
-
Fields inherited from class org.apache.xerces.dom.ElementNSImpl
localName, namespaceURI
-
Fields inherited from class org.apache.xerces.dom.ElementImpl
attributes, name
-
Fields inherited from class org.apache.xerces.dom.ParentNode
firstChild, fNodeListCache, ownerDocument
-
Fields inherited from class org.apache.xerces.dom.ChildNode
nextSibling, previousSibling
-
Fields inherited from class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Fields inherited from interface org.w3c.dom.TypeInfo
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
-
-
Constructor Summary
Constructors Constructor Description ChartPlotAreaElement(OdfFileDom ownerDoc)Create the instance ofChartPlotAreaElement
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ElementVisitor visitor)Accept an visitor instance to allow the visitor to do some operations.StringgetChartDataSourceHasLabelsAttribute()Receives the value of the ODFDOM attribute representationChartDataSourceHasLabelsAttribute, See @chart:data-source-has-labelsStringgetChartStyleNameAttribute()Receives the value of the ODFDOM attribute representationChartStyleNameAttribute, See @chart:style-nameStringgetDr3dAmbientColorAttribute()Receives the value of the ODFDOM attribute representationDr3dAmbientColorAttribute, See @dr3d:ambient-colorStringgetDr3dDistanceAttribute()Receives the value of the ODFDOM attribute representationDr3dDistanceAttribute, See @dr3d:distanceStringgetDr3dFocalLengthAttribute()Receives the value of the ODFDOM attribute representationDr3dFocalLengthAttribute, See @dr3d:focal-lengthStringgetDr3dLightingModeAttribute()Receives the value of the ODFDOM attribute representationDr3dLightingModeAttribute, See @dr3d:lighting-modeStringgetDr3dProjectionAttribute()Receives the value of the ODFDOM attribute representationDr3dProjectionAttribute, See @dr3d:projectionStringgetDr3dShadeModeAttribute()Receives the value of the ODFDOM attribute representationDr3dShadeModeAttribute, See @dr3d:shade-modeStringgetDr3dShadowSlantAttribute()Receives the value of the ODFDOM attribute representationDr3dShadowSlantAttribute, See @dr3d:shadow-slantStringgetDr3dTransformAttribute()Receives the value of the ODFDOM attribute representationDr3dTransformAttribute, See @dr3d:transformStringgetDr3dVpnAttribute()Receives the value of the ODFDOM attribute representationDr3dVpnAttribute, See @dr3d:vpnStringgetDr3dVrpAttribute()Receives the value of the ODFDOM attribute representationDr3dVrpAttribute, See @dr3d:vrpStringgetDr3dVupAttribute()Receives the value of the ODFDOM attribute representationDr3dVupAttribute, See @dr3d:vupOdfNamegetOdfName()Get the element nameStringgetSvgHeightAttribute()Receives the value of the ODFDOM attribute representationSvgHeightAttribute, See @svg:heightStringgetSvgWidthAttribute()Receives the value of the ODFDOM attribute representationSvgWidthAttribute, See @svg:widthStringgetSvgXAttribute()Receives the value of the ODFDOM attribute representationSvgXAttribute, See @svg:xStringgetSvgYAttribute()Receives the value of the ODFDOM attribute representationSvgYAttribute, See @svg:yStringgetTableCellRangeAddressAttribute()Receives the value of the ODFDOM attribute representationTableCellRangeAddressAttribute, See @table:cell-range-addressStringgetXmlIdAttribute()Receives the value of the ODFDOM attribute representationXmlIdAttribute, See @xml:idChartAxisElementnewChartAxisElement(String chartDimensionValue)Create child element <chart:axis>.ChartFloorElementnewChartFloorElement()Create child element <chart:floor>.ChartSeriesElementnewChartSeriesElement()Create child element <chart:series>.ChartStockGainMarkerElementnewChartStockGainMarkerElement()Create child element <chart:stock-gain-marker>.ChartStockLossMarkerElementnewChartStockLossMarkerElement()Create child element <chart:stock-loss-marker>.ChartStockRangeLineElementnewChartStockRangeLineElement()Create child element <chart:stock-range-line>.ChartWallElementnewChartWallElement()Create child element <chart:wall>.Dr3dLightElementnewDr3dLightElement(String dr3dDirectionValue)Create child element <dr3d:light>.voidsetChartDataSourceHasLabelsAttribute(String chartDataSourceHasLabelsValue)Sets the value of ODFDOM attribute representationChartDataSourceHasLabelsAttribute, See @chart:data-source-has-labelsvoidsetChartStyleNameAttribute(String chartStyleNameValue)Sets the value of ODFDOM attribute representationChartStyleNameAttribute, See @chart:style-namevoidsetDr3dAmbientColorAttribute(String dr3dAmbientColorValue)Sets the value of ODFDOM attribute representationDr3dAmbientColorAttribute, See @dr3d:ambient-colorvoidsetDr3dDistanceAttribute(String dr3dDistanceValue)Sets the value of ODFDOM attribute representationDr3dDistanceAttribute, See @dr3d:distancevoidsetDr3dFocalLengthAttribute(String dr3dFocalLengthValue)Sets the value of ODFDOM attribute representationDr3dFocalLengthAttribute, See @dr3d:focal-lengthvoidsetDr3dLightingModeAttribute(String dr3dLightingModeValue)Sets the value of ODFDOM attribute representationDr3dLightingModeAttribute, See @dr3d:lighting-modevoidsetDr3dProjectionAttribute(String dr3dProjectionValue)Sets the value of ODFDOM attribute representationDr3dProjectionAttribute, See @dr3d:projectionvoidsetDr3dShadeModeAttribute(String dr3dShadeModeValue)Sets the value of ODFDOM attribute representationDr3dShadeModeAttribute, See @dr3d:shade-modevoidsetDr3dShadowSlantAttribute(String dr3dShadowSlantValue)Sets the value of ODFDOM attribute representationDr3dShadowSlantAttribute, See @dr3d:shadow-slantvoidsetDr3dTransformAttribute(String dr3dTransformValue)Sets the value of ODFDOM attribute representationDr3dTransformAttribute, See @dr3d:transformvoidsetDr3dVpnAttribute(String dr3dVpnValue)Sets the value of ODFDOM attribute representationDr3dVpnAttribute, See @dr3d:vpnvoidsetDr3dVrpAttribute(String dr3dVrpValue)Sets the value of ODFDOM attribute representationDr3dVrpAttribute, See @dr3d:vrpvoidsetDr3dVupAttribute(String dr3dVupValue)Sets the value of ODFDOM attribute representationDr3dVupAttribute, See @dr3d:vupvoidsetSvgHeightAttribute(String svgHeightValue)Sets the value of ODFDOM attribute representationSvgHeightAttribute, See @svg:heightvoidsetSvgWidthAttribute(String svgWidthValue)Sets the value of ODFDOM attribute representationSvgWidthAttribute, See @svg:widthvoidsetSvgXAttribute(String svgXValue)Sets the value of ODFDOM attribute representationSvgXAttribute, See @svg:xvoidsetSvgYAttribute(String svgYValue)Sets the value of ODFDOM attribute representationSvgYAttribute, See @svg:yvoidsetTableCellRangeAddressAttribute(String tableCellRangeAddressValue)Sets the value of ODFDOM attribute representationTableCellRangeAddressAttribute, See @table:cell-range-addressvoidsetXmlIdAttribute(String xmlIdValue)Sets the value of ODFDOM attribute representationXmlIdAttribute, See @xml:id-
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement
getAutomaticStyle, getAutomaticStyles, getDocumentStyle, getDocumentStyleName, getOrCreateAutomaticStyles, getOrCreateUnqiueAutomaticStyle, getOrCreateUnqiueAutomaticStyle, getProperties, getProperty, getStrictProperties, getStyleFamily, getStyleName, hasAutomaticStyle, hasDocumentStyle, hasProperty, onInsertNode, onRemoveNode, removeProperty, reuseDocumentStyle, setAttributeNS, setDocumentStyle, setProperties, setProperty, setStyleName
-
Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement
appendChild, appendUsingWhitespaceHandling, cloneElement, cloneNode, cloneNode, cloneNode, cloneOdfElement, componentSize, copyAttributes, countChildComponents, countDescendantComponents, countPrecedingSiblingElements, delete, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getChildElement, getChildElement, getComponent, getComponentRoot, getFirstChildElement, getLastChildElement, getNextSiblingElement, getOdfAttribute, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, getPreviousSiblingElement, getRepetition, getTextContent, hasAncestor, hasOdfAttribute, ignoredComponent, insert, insert, insertBefore, isComponentRoot, isIgnoredElement, isIgnoredElement, isRepeatable, markAsComponentRoot, markText, moveChildrenTo, onInsertNode, onRemoveNode, receiveNode, receiveNode, removeChild, removeContent, removeSingleElement, replaceChild, selfAndDescendantTextIgnoredAsComponent, setComponent, setOdfAttribute, setOdfAttribute, setOdfAttributeValue, setRepetition, split, toString
-
Methods inherited from class org.apache.xerces.dom.ElementNSImpl
getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, getXMLBaseAttribute, isDerivedFrom, setPrefix, setType
-
Methods inherited from class org.apache.xerces.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBaseURI, getChildElementCount, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getLastElementChild, getNextElementSibling, getNodeName, getNodeType, getPreviousElementSibling, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData
-
Methods inherited from class org.apache.xerces.dom.ParentNode
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, hasChildNodes, item, setTextContent, synchronizeChildren
-
Methods inherited from class org.apache.xerces.dom.ChildNode
getNextSibling, getParentNode, getPreviousSibling
-
Methods inherited from class org.apache.xerces.dom.NodeImpl
addEventListener, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.w3c.dom.Node
compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
-
-
-
-
Field Detail
-
ELEMENT_NAME
public static final OdfName ELEMENT_NAME
-
-
Constructor Detail
-
ChartPlotAreaElement
public ChartPlotAreaElement(OdfFileDom ownerDoc)
Create the instance ofChartPlotAreaElement- Parameters:
ownerDoc- The type isOdfFileDom
-
-
Method Detail
-
getOdfName
public OdfName getOdfName()
Get the element name- Specified by:
getOdfNamein classOdfElement- Returns:
- return
OdfNamethe name of element <chart:plot-area>.
-
getChartDataSourceHasLabelsAttribute
public String getChartDataSourceHasLabelsAttribute()
Receives the value of the ODFDOM attribute representationChartDataSourceHasLabelsAttribute, See @chart:data-source-has-labels- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setChartDataSourceHasLabelsAttribute
public void setChartDataSourceHasLabelsAttribute(String chartDataSourceHasLabelsValue)
Sets the value of ODFDOM attribute representationChartDataSourceHasLabelsAttribute, See @chart:data-source-has-labels- Parameters:
chartDataSourceHasLabelsValue- The type isString
-
getChartStyleNameAttribute
public String getChartStyleNameAttribute()
Receives the value of the ODFDOM attribute representationChartStyleNameAttribute, See @chart:style-name- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setChartStyleNameAttribute
public void setChartStyleNameAttribute(String chartStyleNameValue)
Sets the value of ODFDOM attribute representationChartStyleNameAttribute, See @chart:style-name- Parameters:
chartStyleNameValue- The type isString
-
getDr3dAmbientColorAttribute
public String getDr3dAmbientColorAttribute()
Receives the value of the ODFDOM attribute representationDr3dAmbientColorAttribute, See @dr3d:ambient-color- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dAmbientColorAttribute
public void setDr3dAmbientColorAttribute(String dr3dAmbientColorValue)
Sets the value of ODFDOM attribute representationDr3dAmbientColorAttribute, See @dr3d:ambient-color- Parameters:
dr3dAmbientColorValue- The type isString
-
getDr3dDistanceAttribute
public String getDr3dDistanceAttribute()
Receives the value of the ODFDOM attribute representationDr3dDistanceAttribute, See @dr3d:distance- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dDistanceAttribute
public void setDr3dDistanceAttribute(String dr3dDistanceValue)
Sets the value of ODFDOM attribute representationDr3dDistanceAttribute, See @dr3d:distance- Parameters:
dr3dDistanceValue- The type isString
-
getDr3dFocalLengthAttribute
public String getDr3dFocalLengthAttribute()
Receives the value of the ODFDOM attribute representationDr3dFocalLengthAttribute, See @dr3d:focal-length- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dFocalLengthAttribute
public void setDr3dFocalLengthAttribute(String dr3dFocalLengthValue)
Sets the value of ODFDOM attribute representationDr3dFocalLengthAttribute, See @dr3d:focal-length- Parameters:
dr3dFocalLengthValue- The type isString
-
getDr3dLightingModeAttribute
public String getDr3dLightingModeAttribute()
Receives the value of the ODFDOM attribute representationDr3dLightingModeAttribute, See @dr3d:lighting-mode- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dLightingModeAttribute
public void setDr3dLightingModeAttribute(String dr3dLightingModeValue)
Sets the value of ODFDOM attribute representationDr3dLightingModeAttribute, See @dr3d:lighting-mode- Parameters:
dr3dLightingModeValue- The type isString
-
getDr3dProjectionAttribute
public String getDr3dProjectionAttribute()
Receives the value of the ODFDOM attribute representationDr3dProjectionAttribute, See @dr3d:projection- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dProjectionAttribute
public void setDr3dProjectionAttribute(String dr3dProjectionValue)
Sets the value of ODFDOM attribute representationDr3dProjectionAttribute, See @dr3d:projection- Parameters:
dr3dProjectionValue- The type isString
-
getDr3dShadeModeAttribute
public String getDr3dShadeModeAttribute()
Receives the value of the ODFDOM attribute representationDr3dShadeModeAttribute, See @dr3d:shade-mode- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dShadeModeAttribute
public void setDr3dShadeModeAttribute(String dr3dShadeModeValue)
Sets the value of ODFDOM attribute representationDr3dShadeModeAttribute, See @dr3d:shade-mode- Parameters:
dr3dShadeModeValue- The type isString
-
getDr3dShadowSlantAttribute
public String getDr3dShadowSlantAttribute()
Receives the value of the ODFDOM attribute representationDr3dShadowSlantAttribute, See @dr3d:shadow-slant- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dShadowSlantAttribute
public void setDr3dShadowSlantAttribute(String dr3dShadowSlantValue)
Sets the value of ODFDOM attribute representationDr3dShadowSlantAttribute, See @dr3d:shadow-slant- Parameters:
dr3dShadowSlantValue- The type isString
-
getDr3dTransformAttribute
public String getDr3dTransformAttribute()
Receives the value of the ODFDOM attribute representationDr3dTransformAttribute, See @dr3d:transform- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dTransformAttribute
public void setDr3dTransformAttribute(String dr3dTransformValue)
Sets the value of ODFDOM attribute representationDr3dTransformAttribute, See @dr3d:transform- Parameters:
dr3dTransformValue- The type isString
-
getDr3dVpnAttribute
public String getDr3dVpnAttribute()
Receives the value of the ODFDOM attribute representationDr3dVpnAttribute, See @dr3d:vpn- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dVpnAttribute
public void setDr3dVpnAttribute(String dr3dVpnValue)
Sets the value of ODFDOM attribute representationDr3dVpnAttribute, See @dr3d:vpn- Parameters:
dr3dVpnValue- The type isString
-
getDr3dVrpAttribute
public String getDr3dVrpAttribute()
Receives the value of the ODFDOM attribute representationDr3dVrpAttribute, See @dr3d:vrp- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dVrpAttribute
public void setDr3dVrpAttribute(String dr3dVrpValue)
Sets the value of ODFDOM attribute representationDr3dVrpAttribute, See @dr3d:vrp- Parameters:
dr3dVrpValue- The type isString
-
getDr3dVupAttribute
public String getDr3dVupAttribute()
Receives the value of the ODFDOM attribute representationDr3dVupAttribute, See @dr3d:vup- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setDr3dVupAttribute
public void setDr3dVupAttribute(String dr3dVupValue)
Sets the value of ODFDOM attribute representationDr3dVupAttribute, See @dr3d:vup- Parameters:
dr3dVupValue- The type isString
-
getSvgHeightAttribute
public String getSvgHeightAttribute()
Receives the value of the ODFDOM attribute representationSvgHeightAttribute, See @svg:height- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setSvgHeightAttribute
public void setSvgHeightAttribute(String svgHeightValue)
Sets the value of ODFDOM attribute representationSvgHeightAttribute, See @svg:height- Parameters:
svgHeightValue- The type isString
-
getSvgWidthAttribute
public String getSvgWidthAttribute()
Receives the value of the ODFDOM attribute representationSvgWidthAttribute, See @svg:width- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setSvgWidthAttribute
public void setSvgWidthAttribute(String svgWidthValue)
Sets the value of ODFDOM attribute representationSvgWidthAttribute, See @svg:width- Parameters:
svgWidthValue- The type isString
-
getSvgXAttribute
public String getSvgXAttribute()
Receives the value of the ODFDOM attribute representationSvgXAttribute, See @svg:x- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setSvgXAttribute
public void setSvgXAttribute(String svgXValue)
Sets the value of ODFDOM attribute representationSvgXAttribute, See @svg:x- Parameters:
svgXValue- The type isString
-
getSvgYAttribute
public String getSvgYAttribute()
Receives the value of the ODFDOM attribute representationSvgYAttribute, See @svg:y- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setSvgYAttribute
public void setSvgYAttribute(String svgYValue)
Sets the value of ODFDOM attribute representationSvgYAttribute, See @svg:y- Parameters:
svgYValue- The type isString
-
getTableCellRangeAddressAttribute
public String getTableCellRangeAddressAttribute()
Receives the value of the ODFDOM attribute representationTableCellRangeAddressAttribute, See @table:cell-range-address- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setTableCellRangeAddressAttribute
public void setTableCellRangeAddressAttribute(String tableCellRangeAddressValue)
Sets the value of ODFDOM attribute representationTableCellRangeAddressAttribute, See @table:cell-range-address- Parameters:
tableCellRangeAddressValue- The type isString
-
getXmlIdAttribute
public String getXmlIdAttribute()
Receives the value of the ODFDOM attribute representationXmlIdAttribute, See @xml:id- Returns:
- - the
String, the value ornull, if the attribute is not set and no default value defined.
-
setXmlIdAttribute
public void setXmlIdAttribute(String xmlIdValue)
Sets the value of ODFDOM attribute representationXmlIdAttribute, See @xml:id- Parameters:
xmlIdValue- The type isString
-
newChartAxisElement
public ChartAxisElement newChartAxisElement(String chartDimensionValue)
Create child element <chart:axis>.- Parameters:
chartDimensionValue- theStringvalue ofChartDimensionAttribute, see @chart:dimension at specification- Returns:
- the element <chart:axis>
-
newChartFloorElement
public ChartFloorElement newChartFloorElement()
Create child element <chart:floor>.- Returns:
- the element <chart:floor>
-
newChartSeriesElement
public ChartSeriesElement newChartSeriesElement()
Create child element <chart:series>.- Returns:
- the element <chart:series>
-
newChartStockGainMarkerElement
public ChartStockGainMarkerElement newChartStockGainMarkerElement()
Create child element <chart:stock-gain-marker>.- Returns:
- the element <chart:stock-gain-marker>
-
newChartStockLossMarkerElement
public ChartStockLossMarkerElement newChartStockLossMarkerElement()
Create child element <chart:stock-loss-marker>.- Returns:
- the element <chart:stock-loss-marker>
-
newChartStockRangeLineElement
public ChartStockRangeLineElement newChartStockRangeLineElement()
Create child element <chart:stock-range-line>.- Returns:
- the element <chart:stock-range-line>
-
newChartWallElement
public ChartWallElement newChartWallElement()
Create child element <chart:wall>.- Returns:
- the element <chart:wall>
-
newDr3dLightElement
public Dr3dLightElement newDr3dLightElement(String dr3dDirectionValue)
Create child element <dr3d:light>.- Parameters:
dr3dDirectionValue- theStringvalue ofDr3dDirectionAttribute, see @dr3d:direction at specification- Returns:
- the element <dr3d:light>
-
accept
public void accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations. Refer to visitor design pattern to get a better understanding.- Overrides:
acceptin classOdfElement- Parameters:
visitor- an instance of DefaultElementVisitor
-
-