public abstract class AbstractXSSFChartSerie extends java.lang.Object implements ChartSerie
Constructor and Description |
---|
AbstractXSSFChartSerie() |
Modifier and Type | Method and Description |
---|---|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx |
getCTSerTx() |
CellReference |
getTitleCellReference() |
java.lang.String |
getTitleString() |
TitleType |
getTitleType() |
protected boolean |
isTitleSet() |
void |
setTitle(CellReference titleReference)
Sets the title of the series as a cell reference.
|
void |
setTitle(java.lang.String title)
Sets the title of the series as a string literal.
|
public void setTitle(CellReference titleReference)
ChartSerie
setTitle
in interface ChartSerie
public void setTitle(java.lang.String title)
ChartSerie
setTitle
in interface ChartSerie
public CellReference getTitleCellReference()
getTitleCellReference
in interface ChartSerie
public java.lang.String getTitleString()
getTitleString
in interface ChartSerie
public TitleType getTitleType()
getTitleType
in interface ChartSerie
protected boolean isTitleSet()
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getCTSerTx()
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.