Uses of Class
org.docx4j.dml.chart.CTGapAmount
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTGapAmount in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTGapAmount Modifier and Type Field Description protected CTGapAmountCTArea3DChart. gapDepthprotected CTGapAmountCTBar3DChart. gapDepthprotected CTGapAmountCTLine3DChart. gapDepthprotected CTGapAmountCTBar3DChart. gapWidthprotected CTGapAmountCTBarChart. gapWidthprotected CTGapAmountCTOfPieChart. gapWidthprotected CTGapAmountCTUpDownBars. gapWidthMethods in org.docx4j.dml.chart that return CTGapAmount Modifier and Type Method Description CTGapAmountObjectFactory. createCTGapAmount()Create an instance ofCTGapAmountCTGapAmountCTArea3DChart. getGapDepth()Gets the value of the gapDepth property.CTGapAmountCTBar3DChart. getGapDepth()Gets the value of the gapDepth property.CTGapAmountCTLine3DChart. getGapDepth()Gets the value of the gapDepth property.CTGapAmountCTBar3DChart. getGapWidth()Gets the value of the gapWidth property.CTGapAmountCTBarChart. getGapWidth()Gets the value of the gapWidth property.CTGapAmountCTOfPieChart. getGapWidth()Gets the value of the gapWidth property.CTGapAmountCTUpDownBars. getGapWidth()Gets the value of the gapWidth property.Methods in org.docx4j.dml.chart with parameters of type CTGapAmount Modifier and Type Method Description voidCTArea3DChart. 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.