Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STTickMarksType
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STTickMarksType in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STTickMarksType Modifier and Type Field Description protected STTickMarksTypeCTTickMarks. typeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STTickMarksType Modifier and Type Method Description static STTickMarksTypeSTTickMarksType. fromValue(java.lang.String v)STTickMarksTypeCTTickMarks. getType()Gets the value of the type property.static STTickMarksTypeSTTickMarksType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTickMarksType[]STTickMarksType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STTickMarksType Modifier and Type Method Description voidCTTickMarks. setType(STTickMarksType value)Sets the value of the type property.