Uses of Class
org.docx4j.dml.chart.CTAxPos
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTAxPos in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTAxPos Modifier and Type Field Description protected CTAxPosCTCatAx. axPosprotected CTAxPosCTDateAx. axPosprotected CTAxPosCTSerAx. axPosprotected CTAxPosCTValAx. axPosMethods in org.docx4j.dml.chart that return CTAxPos Modifier and Type Method Description CTAxPosObjectFactory. createCTAxPos()Create an instance ofCTAxPosCTAxPosCTCatAx. getAxPos()Gets the value of the axPos property.CTAxPosCTDateAx. getAxPos()Gets the value of the axPos property.CTAxPosCTSerAx. getAxPos()Gets the value of the axPos property.CTAxPosCTValAx. getAxPos()Gets the value of the axPos property.Methods in org.docx4j.dml.chart with parameters of type CTAxPos Modifier and Type Method Description voidCTCatAx. setAxPos(CTAxPos value)Sets the value of the axPos property.voidCTDateAx. setAxPos(CTAxPos value)Sets the value of the axPos property.voidCTSerAx. setAxPos(CTAxPos value)Sets the value of the axPos property.voidCTValAx. setAxPos(CTAxPos value)Sets the value of the axPos property.