public class XSSFChartTextSource extends java.lang.Object implements ChartTextSource
Constructor and Description |
---|
XSSFChartTextSource(org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx tx) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormulaString()
Returns formula representation of the text source.
|
java.lang.String |
getTextString()
Returns the text String(cached string if a reference)
|
boolean |
isReference()
Returns
true if charts text source is valid cell range. |
void |
renameSheet(java.lang.String oldname,
java.lang.String newname) |
public XSSFChartTextSource(org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx tx)
public boolean isReference()
ChartTextSource
true
if charts text source is valid cell range.isReference
in interface ChartTextSource
true
if charts text source is valid cell rangepublic java.lang.String getTextString()
ChartTextSource
getTextString
in interface ChartTextSource
public java.lang.String getFormulaString()
ChartTextSource
getFormulaString
in interface ChartTextSource
public void renameSheet(java.lang.String oldname, java.lang.String newname)
renameSheet
in interface ChartTextSource
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.