Class ChartSeriesElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • ChartSeriesElement

        public ChartSeriesElement​(OdfFileDom ownerDoc)
        Create the instance of ChartSeriesElement
        Parameters:
        ownerDoc - The type is OdfFileDom
    • Method Detail

      • getChartAttachedAxisAttribute

        public String getChartAttachedAxisAttribute()
        Receives the value of the ODFDOM attribute representation ChartAttachedAxisAttribute , See @chart:attached-axis
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setChartAttachedAxisAttribute

        public void setChartAttachedAxisAttribute​(String chartAttachedAxisValue)
        Sets the value of ODFDOM attribute representation ChartAttachedAxisAttribute , See @chart:attached-axis
        Parameters:
        chartAttachedAxisValue - The type is String
      • getChartClassAttribute

        public String getChartClassAttribute()
        Receives the value of the ODFDOM attribute representation ChartClassAttribute , See @chart:class
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setChartClassAttribute

        public void setChartClassAttribute​(String chartClassValue)
        Sets the value of ODFDOM attribute representation ChartClassAttribute , See @chart:class
        Parameters:
        chartClassValue - The type is String
      • getChartLabelCellAddressAttribute

        public String getChartLabelCellAddressAttribute()
        Receives the value of the ODFDOM attribute representation ChartLabelCellAddressAttribute , See @chart:label-cell-address
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setChartLabelCellAddressAttribute

        public void setChartLabelCellAddressAttribute​(String chartLabelCellAddressValue)
        Sets the value of ODFDOM attribute representation ChartLabelCellAddressAttribute , See @chart:label-cell-address
        Parameters:
        chartLabelCellAddressValue - The type is String
      • getChartStyleNameAttribute

        public String getChartStyleNameAttribute()
        Receives the value of the ODFDOM attribute representation ChartStyleNameAttribute , See @chart:style-name
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setChartStyleNameAttribute

        public void setChartStyleNameAttribute​(String chartStyleNameValue)
        Sets the value of ODFDOM attribute representation ChartStyleNameAttribute , See @chart:style-name
        Parameters:
        chartStyleNameValue - The type is String
      • getChartValuesCellRangeAddressAttribute

        public String getChartValuesCellRangeAddressAttribute()
        Receives the value of the ODFDOM attribute representation ChartValuesCellRangeAddressAttribute , See @chart:values-cell-range-address
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setChartValuesCellRangeAddressAttribute

        public void setChartValuesCellRangeAddressAttribute​(String chartValuesCellRangeAddressValue)
        Sets the value of ODFDOM attribute representation ChartValuesCellRangeAddressAttribute , See @chart:values-cell-range-address
        Parameters:
        chartValuesCellRangeAddressValue - The type is String
      • getXmlIdAttribute

        public String getXmlIdAttribute()
        Receives the value of the ODFDOM attribute representation XmlIdAttribute , See @xml:id
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setXmlIdAttribute

        public void setXmlIdAttribute​(String xmlIdValue)
        Sets the value of ODFDOM attribute representation XmlIdAttribute , See @xml:id
        Parameters:
        xmlIdValue - The type is String
      • 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:
        accept in class OdfElement
        Parameters:
        visitor - an instance of DefaultElementVisitor