Uses of Class
org.docx4j.dml.chart.CTTickLblPos
Packages that use CTTickLblPos
-
Uses of CTTickLblPos in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTTickLblPosModifier and TypeFieldDescriptionprotected CTTickLblPosCTCatAx.tickLblPosprotected CTTickLblPosCTDateAx.tickLblPosprotected CTTickLblPosCTSerAx.tickLblPosprotected CTTickLblPosCTValAx.tickLblPosMethods in org.docx4j.dml.chart that return CTTickLblPosModifier and TypeMethodDescriptionObjectFactory.createCTTickLblPos()Create an instance ofCTTickLblPosCTCatAx.getTickLblPos()Gets the value of the tickLblPos property.CTDateAx.getTickLblPos()Gets the value of the tickLblPos property.CTSerAx.getTickLblPos()Gets the value of the tickLblPos property.CTValAx.getTickLblPos()Gets the value of the tickLblPos property.Methods in org.docx4j.dml.chart with parameters of type CTTickLblPosModifier and TypeMethodDescriptionvoidCTCatAx.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.