public abstract class AbstractXSSFChartSerie extends Object implements ChartSerie
| Constructor and Description |
|---|
AbstractXSSFChartSerie() |
| Modifier and Type | Method and Description |
|---|---|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx |
getCTSerTx() |
CellReference |
getTitleCellReference() |
String |
getTitleString() |
TitleType |
getTitleType() |
protected boolean |
isTitleSet() |
void |
setTitle(CellReference titleReference) |
void |
setTitle(String title) |
public void setTitle(CellReference titleReference)
setTitle in interface ChartSeriepublic void setTitle(String title)
setTitle in interface ChartSeriepublic CellReference getTitleCellReference()
getTitleCellReference in interface ChartSeriepublic String getTitleString()
getTitleString in interface ChartSeriepublic TitleType getTitleType()
getTitleType in interface ChartSerieprotected boolean isTitleSet()
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getCTSerTx()
Copyright © 2020. All rights reserved.