Ejemplo n.º 1
0
 /**
  * Sets the value of ODFDOM attribute representation <code>ChartDimensionAttribute</code> , See
  * {@odf.attribute chart:dimension}
  *
  * @param chartDimensionValue The type is <code>String</code>
  */
 public void setChartDimensionAttribute(String chartDimensionValue) {
   ChartDimensionAttribute attr = new ChartDimensionAttribute((OdfFileDom) this.ownerDocument);
   setOdfAttribute(attr);
   attr.setValue(chartDimensionValue);
 }