Uses of Class
org.docx4j.dml.chart.CTGapAmount
Packages that use CTGapAmount
-
Uses of CTGapAmount in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTGapAmountModifier and TypeFieldDescriptionprotected CTGapAmountCTArea3DChart.gapDepthprotected CTGapAmountCTBar3DChart.gapDepthprotected CTGapAmountCTLine3DChart.gapDepthprotected CTGapAmountCTBar3DChart.gapWidthprotected CTGapAmountCTBarChart.gapWidthprotected CTGapAmountCTOfPieChart.gapWidthprotected CTGapAmountCTUpDownBars.gapWidthMethods in org.docx4j.dml.chart that return CTGapAmountModifier and TypeMethodDescriptionObjectFactory.createCTGapAmount()Create an instance ofCTGapAmountCTArea3DChart.getGapDepth()Gets the value of the gapDepth property.CTBar3DChart.getGapDepth()Gets the value of the gapDepth property.CTLine3DChart.getGapDepth()Gets the value of the gapDepth property.CTBar3DChart.getGapWidth()Gets the value of the gapWidth property.CTBarChart.getGapWidth()Gets the value of the gapWidth property.CTOfPieChart.getGapWidth()Gets the value of the gapWidth property.CTUpDownBars.getGapWidth()Gets the value of the gapWidth property.Methods in org.docx4j.dml.chart with parameters of type CTGapAmountModifier and TypeMethodDescriptionvoidCTArea3DChart.setGapDepth(CTGapAmount value) Sets the value of the gapDepth property.voidCTBar3DChart.setGapDepth(CTGapAmount value) Sets the value of the gapDepth property.voidCTLine3DChart.setGapDepth(CTGapAmount value) Sets the value of the gapDepth property.voidCTBar3DChart.setGapWidth(CTGapAmount value) Sets the value of the gapWidth property.voidCTBarChart.setGapWidth(CTGapAmount value) Sets the value of the gapWidth property.voidCTOfPieChart.setGapWidth(CTGapAmount value) Sets the value of the gapWidth property.voidCTUpDownBars.setGapWidth(CTGapAmount value) Sets the value of the gapWidth property.