Uses of Class
org.docx4j.dml.chart.CTTickLblPos
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTTickLblPos in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTTickLblPos Modifier and Type Field Description protected CTTickLblPosCTCatAx. tickLblPosprotected CTTickLblPosCTDateAx. tickLblPosprotected CTTickLblPosCTSerAx. tickLblPosprotected CTTickLblPosCTValAx. tickLblPosMethods in org.docx4j.dml.chart that return CTTickLblPos Modifier and Type Method Description CTTickLblPosObjectFactory. createCTTickLblPos()Create an instance ofCTTickLblPosCTTickLblPosCTCatAx. getTickLblPos()Gets the value of the tickLblPos property.CTTickLblPosCTDateAx. getTickLblPos()Gets the value of the tickLblPos property.CTTickLblPosCTSerAx. getTickLblPos()Gets the value of the tickLblPos property.CTTickLblPosCTValAx. getTickLblPos()Gets the value of the tickLblPos property.Methods in org.docx4j.dml.chart with parameters of type CTTickLblPos Modifier and Type Method Description voidCTCatAx. setTickLblPos(CTTickLblPos value)Sets the value of the tickLblPos property.voidCTDateAx. setTickLblPos(CTTickLblPos value)Sets the value of the tickLblPos property.voidCTSerAx. setTickLblPos(CTTickLblPos value)Sets the value of the tickLblPos property.voidCTValAx. setTickLblPos(CTTickLblPos value)Sets the value of the tickLblPos property.