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()
ChartTextSourcetrue if charts text source is valid cell range.isReference in interface ChartTextSourcetrue if charts text source is valid cell rangepublic java.lang.String getTextString()
ChartTextSourcegetTextString in interface ChartTextSourcepublic java.lang.String getFormulaString()
ChartTextSourcegetFormulaString in interface ChartTextSourcepublic void renameSheet(java.lang.String oldname,
java.lang.String newname)
renameSheet in interface ChartTextSourceCopyright © 2005-2010 Potix Corporation. All Rights Reserved.