Uses of Class
org.docx4j.dml.chart.CTDouble
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTDouble in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTDouble Modifier and Type Field Description protected 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 CTDouble Modifier and Type Method Description CTDoubleObjectFactory. createCTDouble()Create an instance ofCTDoubleCTDoubleCTTrendline. getBackward()Gets the value of the backward property.CTDoubleCTCatAx. getCrossesAt()Gets the value of the crossesAt property.CTDoubleCTDateAx. getCrossesAt()Gets the value of the crossesAt property.CTDoubleCTSerAx. getCrossesAt()Gets the value of the crossesAt property.CTDoubleCTValAx. getCrossesAt()Gets the value of the crossesAt property.CTDoubleCTDispUnits. getCustUnit()Gets the value of the custUnit property.CTDoubleCTTrendline. getForward()Gets the value of the forward property.CTDoubleCTManualLayout. getH()Gets the value of the h property.CTDoubleCTTrendline. getIntercept()Gets the value of the intercept property.CTDoubleCTScaling. getMax()Gets the value of the max property.CTDoubleCTScaling. getMin()Gets the value of the min property.CTDoubleCTOfPieChart. getSplitPos()Gets the value of the splitPos property.CTDoubleCTErrBars. getVal()Gets the value of the val property.CTDoubleCTManualLayout. getW()Gets the value of the w property.CTDoubleCTManualLayout. getX()Gets the value of the x property.CTDoubleCTManualLayout. getY()Gets the value of the y property.Methods in org.docx4j.dml.chart with parameters of type CTDouble Modifier and Type Method Description voidCTTrendline. 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.voidCTManualLayout. setH(CTDouble value)Sets the value of the h property.voidCTTrendline. setIntercept(CTDouble value)Sets the value of the intercept property.voidCTScaling. setMax(CTDouble value)Sets the value of the max property.voidCTScaling. setMin(CTDouble value)Sets the value of the min property.voidCTOfPieChart. setSplitPos(CTDouble value)Sets the value of the splitPos property.voidCTErrBars. setVal(CTDouble value)Sets the value of the val property.voidCTManualLayout. setW(CTDouble value)Sets the value of the w property.voidCTManualLayout. setX(CTDouble value)Sets the value of the x property.voidCTManualLayout. setY(CTDouble value)Sets the value of the y property.