Uses of Class
org.docx4j.dml.chart.CTChartLines
Packages that use CTChartLines
Package
Description
-
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 CTChartLinesModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTChartLines>ObjectFactory.createLeaderLines(CTChartLines value) Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTChartLinesModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTChartLines>ObjectFactory.createLeaderLines(CTChartLines value) -
Uses of CTChartLines in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTChartLinesModifier and TypeFieldDescriptionprotected 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 CTChartLinesModifier and TypeFieldDescriptionprotected List<CTChartLines>CTBarChart.serLinesprotected List<CTChartLines>CTOfPieChart.serLinesMethods in org.docx4j.dml.chart that return CTChartLinesModifier and TypeMethodDescriptionObjectFactory.createCTChartLines()Create an instance ofCTChartLinesCTArea3DChart.getDropLines()Gets the value of the dropLines property.CTAreaChart.getDropLines()Gets the value of the dropLines property.CTLine3DChart.getDropLines()Gets the value of the dropLines property.CTLineChart.getDropLines()Gets the value of the dropLines property.CTStockChart.getDropLines()Gets the value of the dropLines property.CTLineChart.getHiLowLines()Gets the value of the hiLowLines property.CTStockChart.getHiLowLines()Gets the value of the hiLowLines property.CTDLbls.getLeaderLines()Gets the value of the leaderLines property.CTCatAx.getMajorGridlines()Gets the value of the majorGridlines property.CTDateAx.getMajorGridlines()Gets the value of the majorGridlines property.CTSerAx.getMajorGridlines()Gets the value of the majorGridlines property.CTValAx.getMajorGridlines()Gets the value of the majorGridlines property.CTCatAx.getMinorGridlines()Gets the value of the minorGridlines property.CTDateAx.getMinorGridlines()Gets the value of the minorGridlines property.CTSerAx.getMinorGridlines()Gets the value of the minorGridlines property.CTValAx.getMinorGridlines()Gets the value of the minorGridlines property.Methods in org.docx4j.dml.chart that return types with arguments of type CTChartLinesModifier and TypeMethodDescriptionCTBarChart.getSerLines()Gets the value of the serLines property.CTOfPieChart.getSerLines()Gets the value of the serLines property.Methods in org.docx4j.dml.chart with parameters of type CTChartLinesModifier and TypeMethodDescriptionvoidCTArea3DChart.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.