Examples of ChartLabelSeparatorElement


Examples of org.odftoolkit.odfdom.dom.element.chart.ChartLabelSeparatorElement

   * Child element is new in Odf 1.2
   *
   * @return the element {@odf.element chart:label-separator}
   */
  public ChartLabelSeparatorElement newChartLabelSeparatorElement() {
    ChartLabelSeparatorElement chartLabelSeparator = ((OdfFileDom) this.ownerDocument).newOdfElement(ChartLabelSeparatorElement.class);
    this.appendChild(chartLabelSeparator);
    return chartLabelSeparator;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.