Uses of Class
org.docx4j.dml.diagram.STAxisType
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STAxisType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram with type parameters of type STAxisType Modifier and Type Field Description protected java.util.List<STAxisType>CTForEach. axisprotected java.util.List<STAxisType>CTPresentationOf. axisprotected java.util.List<STAxisType>CTWhen. axisMethods in org.docx4j.dml.diagram that return STAxisType Modifier and Type Method Description static STAxisTypeSTAxisType. fromValue(java.lang.String v)static STAxisTypeSTAxisType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STAxisType[]STAxisType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.diagram that return types with arguments of type STAxisType Modifier and Type Method Description java.util.List<STAxisType>CTForEach. getAxis()Gets the value of the axis property.java.util.List<STAxisType>CTPresentationOf. getAxis()Gets the value of the axis property.java.util.List<STAxisType>CTWhen. getAxis()Gets the value of the axis property.