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()
ChartTextSource
true
if charts text source is valid cell range.isReference
in interface ChartTextSource
true
if charts text source is valid cell rangepublic String getTextString()
ChartTextSource
getTextString
in interface ChartTextSource
public String getFormulaString()
ChartTextSource
getFormulaString
in interface ChartTextSource
public void renameSheet(String oldname, String newname)
renameSheet
in interface ChartTextSource
Copyright © 2020. All rights reserved.