Uses of Class
org.docx4j.dml.chart.CTChartLines
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.dml.chart |
-
Uses of CTChartLines in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return types with arguments of type CTChartLines Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTChartLines>ObjectFactory. createLeaderLines(CTChartLines value)Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTChartLines Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTChartLines>ObjectFactory. createLeaderLines(CTChartLines value) -
Uses of CTChartLines in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTChartLines Modifier and Type Field Description protected CTChartLinesCTArea3DChart. dropLinesprotected CTChartLinesCTAreaChart. dropLinesprotected CTChartLinesCTLine3DChart. dropLinesprotected CTChartLinesCTLineChart. dropLinesprotected CTChartLinesCTStockChart. dropLinesprotected CTChartLinesCTLineChart. hiLowLinesprotected CTChartLinesCTStockChart. hiLowLinesprotected CTChartLinesCTDLbls. leaderLinesprotected CTChartLinesCTCatAx. majorGridlinesprotected CTChartLinesCTDateAx. majorGridlinesprotected CTChartLinesCTSerAx. majorGridlinesprotected CTChartLinesCTValAx. majorGridlinesprotected CTChartLinesCTCatAx. minorGridlinesprotected CTChartLinesCTDateAx. minorGridlinesprotected CTChartLinesCTSerAx. minorGridlinesprotected CTChartLinesCTValAx. minorGridlinesFields in org.docx4j.dml.chart with type parameters of type CTChartLines Modifier and Type Field Description protected java.util.List<CTChartLines>CTBarChart. serLinesprotected java.util.List<CTChartLines>CTOfPieChart. serLinesMethods in org.docx4j.dml.chart that return CTChartLines Modifier and Type Method Description CTChartLinesObjectFactory. createCTChartLines()Create an instance ofCTChartLinesCTChartLinesCTArea3DChart. getDropLines()Gets the value of the dropLines property.CTChartLinesCTAreaChart. getDropLines()Gets the value of the dropLines property.CTChartLinesCTLine3DChart. getDropLines()Gets the value of the dropLines property.CTChartLinesCTLineChart. getDropLines()Gets the value of the dropLines property.CTChartLinesCTStockChart. getDropLines()Gets the value of the dropLines property.CTChartLinesCTLineChart. getHiLowLines()Gets the value of the hiLowLines property.CTChartLinesCTStockChart. getHiLowLines()Gets the value of the hiLowLines property.CTChartLinesCTDLbls. getLeaderLines()Gets the value of the leaderLines property.CTChartLinesCTCatAx. getMajorGridlines()Gets the value of the majorGridlines property.CTChartLinesCTDateAx. getMajorGridlines()Gets the value of the majorGridlines property.CTChartLinesCTSerAx. getMajorGridlines()Gets the value of the majorGridlines property.CTChartLinesCTValAx. getMajorGridlines()Gets the value of the majorGridlines property.CTChartLinesCTCatAx. getMinorGridlines()Gets the value of the minorGridlines property.CTChartLinesCTDateAx. getMinorGridlines()Gets the value of the minorGridlines property.CTChartLinesCTSerAx. getMinorGridlines()Gets the value of the minorGridlines property.CTChartLinesCTValAx. getMinorGridlines()Gets the value of the minorGridlines property.Methods in org.docx4j.dml.chart that return types with arguments of type CTChartLines Modifier and Type Method Description java.util.List<CTChartLines>CTBarChart. getSerLines()Gets the value of the serLines property.java.util.List<CTChartLines>CTOfPieChart. getSerLines()Gets the value of the serLines property.Methods in org.docx4j.dml.chart with parameters of type CTChartLines Modifier and Type Method Description voidCTArea3DChart. setDropLines(CTChartLines value)Sets the value of the dropLines property.voidCTAreaChart. setDropLines(CTChartLines value)Sets the value of the dropLines property.voidCTLine3DChart. setDropLines(CTChartLines value)Sets the value of the dropLines property.voidCTLineChart. setDropLines(CTChartLines value)Sets the value of the dropLines property.voidCTStockChart. setDropLines(CTChartLines value)Sets the value of the dropLines property.voidCTLineChart. setHiLowLines(CTChartLines value)Sets the value of the hiLowLines property.voidCTStockChart. setHiLowLines(CTChartLines value)Sets the value of the hiLowLines property.voidCTDLbls. setLeaderLines(CTChartLines value)Sets the value of the leaderLines property.voidCTCatAx. setMajorGridlines(CTChartLines value)Sets the value of the majorGridlines property.voidCTDateAx. setMajorGridlines(CTChartLines value)Sets the value of the majorGridlines property.voidCTSerAx. setMajorGridlines(CTChartLines value)Sets the value of the majorGridlines property.voidCTValAx. setMajorGridlines(CTChartLines value)Sets the value of the majorGridlines property.voidCTCatAx. setMinorGridlines(CTChartLines value)Sets the value of the minorGridlines property.voidCTDateAx. setMinorGridlines(CTChartLines value)Sets the value of the minorGridlines property.voidCTSerAx. setMinorGridlines(CTChartLines value)Sets the value of the minorGridlines property.voidCTValAx. setMinorGridlines(CTChartLines value)Sets the value of the minorGridlines property.