Package | Description |
---|---|
org.docx4j.dml.chart |
Modifier and Type | Field and Description |
---|---|
protected CTChartLines |
CTLineChart.dropLines |
protected CTChartLines |
CTLine3DChart.dropLines |
protected CTChartLines |
CTArea3DChart.dropLines |
protected CTChartLines |
CTStockChart.dropLines |
protected CTChartLines |
CTAreaChart.dropLines |
protected CTChartLines |
CTLineChart.hiLowLines |
protected CTChartLines |
CTStockChart.hiLowLines |
protected CTChartLines |
CTDLbls.leaderLines |
protected CTChartLines |
CTCatAx.majorGridlines |
protected CTChartLines |
CTValAx.majorGridlines |
protected CTChartLines |
CTSerAx.majorGridlines |
protected CTChartLines |
CTDateAx.majorGridlines |
protected CTChartLines |
CTCatAx.minorGridlines |
protected CTChartLines |
CTValAx.minorGridlines |
protected CTChartLines |
CTSerAx.minorGridlines |
protected CTChartLines |
CTDateAx.minorGridlines |
Modifier and Type | Field and Description |
---|---|
protected List<CTChartLines> |
CTOfPieChart.serLines |
protected List<CTChartLines> |
CTBarChart.serLines |
Modifier and Type | Method and Description |
---|---|
CTChartLines |
ObjectFactory.createCTChartLines()
Create an instance of
CTChartLines |
CTChartLines |
CTLineChart.getDropLines()
Gets the value of the dropLines property.
|
CTChartLines |
CTLine3DChart.getDropLines()
Gets the value of the dropLines property.
|
CTChartLines |
CTArea3DChart.getDropLines()
Gets the value of the dropLines property.
|
CTChartLines |
CTStockChart.getDropLines()
Gets the value of the dropLines property.
|
CTChartLines |
CTAreaChart.getDropLines()
Gets the value of the dropLines property.
|
CTChartLines |
CTLineChart.getHiLowLines()
Gets the value of the hiLowLines property.
|
CTChartLines |
CTStockChart.getHiLowLines()
Gets the value of the hiLowLines property.
|
CTChartLines |
CTDLbls.getLeaderLines()
Gets the value of the leaderLines property.
|
CTChartLines |
CTCatAx.getMajorGridlines()
Gets the value of the majorGridlines property.
|
CTChartLines |
CTValAx.getMajorGridlines()
Gets the value of the majorGridlines property.
|
CTChartLines |
CTSerAx.getMajorGridlines()
Gets the value of the majorGridlines property.
|
CTChartLines |
CTDateAx.getMajorGridlines()
Gets the value of the majorGridlines property.
|
CTChartLines |
CTCatAx.getMinorGridlines()
Gets the value of the minorGridlines property.
|
CTChartLines |
CTValAx.getMinorGridlines()
Gets the value of the minorGridlines property.
|
CTChartLines |
CTSerAx.getMinorGridlines()
Gets the value of the minorGridlines property.
|
CTChartLines |
CTDateAx.getMinorGridlines()
Gets the value of the minorGridlines property.
|
Modifier and Type | Method and Description |
---|---|
List<CTChartLines> |
CTOfPieChart.getSerLines()
Gets the value of the serLines property.
|
List<CTChartLines> |
CTBarChart.getSerLines()
Gets the value of the serLines property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTLineChart.setDropLines(CTChartLines value)
Sets the value of the dropLines property.
|
void |
CTLine3DChart.setDropLines(CTChartLines value)
Sets the value of the dropLines property.
|
void |
CTArea3DChart.setDropLines(CTChartLines value)
Sets the value of the dropLines property.
|
void |
CTStockChart.setDropLines(CTChartLines value)
Sets the value of the dropLines property.
|
void |
CTAreaChart.setDropLines(CTChartLines value)
Sets the value of the dropLines property.
|
void |
CTLineChart.setHiLowLines(CTChartLines value)
Sets the value of the hiLowLines property.
|
void |
CTStockChart.setHiLowLines(CTChartLines value)
Sets the value of the hiLowLines property.
|
void |
CTDLbls.setLeaderLines(CTChartLines value)
Sets the value of the leaderLines property.
|
void |
CTCatAx.setMajorGridlines(CTChartLines value)
Sets the value of the majorGridlines property.
|
void |
CTValAx.setMajorGridlines(CTChartLines value)
Sets the value of the majorGridlines property.
|
void |
CTSerAx.setMajorGridlines(CTChartLines value)
Sets the value of the majorGridlines property.
|
void |
CTDateAx.setMajorGridlines(CTChartLines value)
Sets the value of the majorGridlines property.
|
void |
CTCatAx.setMinorGridlines(CTChartLines value)
Sets the value of the minorGridlines property.
|
void |
CTValAx.setMinorGridlines(CTChartLines value)
Sets the value of the minorGridlines property.
|
void |
CTSerAx.setMinorGridlines(CTChartLines value)
Sets the value of the minorGridlines property.
|
void |
CTDateAx.setMinorGridlines(CTChartLines value)
Sets the value of the minorGridlines property.
|
Copyright © 2007-2019. All Rights Reserved.