public class XSSFChartTextSource extends Object implements ChartTextSource
| Constructor and Description |
|---|
XSSFChartTextSource(org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx tx) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormulaString()
Returns formula representation of the text source.
|
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(String oldname,
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 String getTextString()
ChartTextSourcegetTextString in interface ChartTextSourcepublic String getFormulaString()
ChartTextSourcegetFormulaString in interface ChartTextSourcepublic void renameSheet(String oldname, String newname)
renameSheet in interface ChartTextSourceCopyright © 2020. All rights reserved.