Uses of Class
org.docx4j.dml.chart.CTDouble
Packages that use CTDouble
-
Uses of CTDouble in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTDoubleModifier and TypeFieldDescriptionprotected CTDoubleCTTrendline.backwardprotected CTDoubleCTCatAx.crossesAtprotected CTDoubleCTDateAx.crossesAtprotected CTDoubleCTSerAx.crossesAtprotected CTDoubleCTValAx.crossesAtprotected CTDoubleCTDispUnits.custUnitprotected CTDoubleCTTrendline.forwardprotected CTDoubleCTManualLayout.hprotected CTDoubleCTTrendline.interceptprotected CTDoubleCTScaling.maxprotected CTDoubleCTScaling.minprotected CTDoubleCTOfPieChart.splitPosprotected CTDoubleCTErrBars.valprotected CTDoubleCTManualLayout.wprotected CTDoubleCTManualLayout.xprotected CTDoubleCTManualLayout.yMethods in org.docx4j.dml.chart that return CTDoubleModifier and TypeMethodDescriptionObjectFactory.createCTDouble()Create an instance ofCTDoubleCTTrendline.getBackward()Gets the value of the backward property.CTCatAx.getCrossesAt()Gets the value of the crossesAt property.CTDateAx.getCrossesAt()Gets the value of the crossesAt property.CTSerAx.getCrossesAt()Gets the value of the crossesAt property.CTValAx.getCrossesAt()Gets the value of the crossesAt property.CTDispUnits.getCustUnit()Gets the value of the custUnit property.CTTrendline.getForward()Gets the value of the forward property.CTManualLayout.getH()Gets the value of the h property.CTTrendline.getIntercept()Gets the value of the intercept property.CTScaling.getMax()Gets the value of the max property.CTScaling.getMin()Gets the value of the min property.CTOfPieChart.getSplitPos()Gets the value of the splitPos property.CTErrBars.getVal()Gets the value of the val property.CTManualLayout.getW()Gets the value of the w property.CTManualLayout.getX()Gets the value of the x property.CTManualLayout.getY()Gets the value of the y property.Methods in org.docx4j.dml.chart with parameters of type CTDoubleModifier and TypeMethodDescriptionvoidCTTrendline.setBackward(CTDouble value) Sets the value of the backward property.voidCTCatAx.setCrossesAt(CTDouble value) Sets the value of the crossesAt property.voidCTDateAx.setCrossesAt(CTDouble value) Sets the value of the crossesAt property.voidCTSerAx.setCrossesAt(CTDouble value) Sets the value of the crossesAt property.voidCTValAx.setCrossesAt(CTDouble value) Sets the value of the crossesAt property.voidCTDispUnits.setCustUnit(CTDouble value) Sets the value of the custUnit property.voidCTTrendline.setForward(CTDouble value) Sets the value of the forward property.voidSets the value of the h property.voidCTTrendline.setIntercept(CTDouble value) Sets the value of the intercept property.voidSets the value of the max property.voidSets the value of the min property.voidCTOfPieChart.setSplitPos(CTDouble value) Sets the value of the splitPos property.voidSets the value of the val property.voidSets the value of the w property.voidSets the value of the x property.voidSets the value of the y property.