Uses of Class
org.docx4j.dml.diagram.STDirection
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STDirection in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STDirection Modifier and Type Field Description protected STDirectionCTDirection. valMethods in org.docx4j.dml.diagram that return STDirection Modifier and Type Method Description static STDirectionSTDirection. fromValue(java.lang.String v)STDirectionCTDirection. getVal()Gets the value of the val property.static STDirectionSTDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDirection[]STDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.diagram with parameters of type STDirection Modifier and Type Method Description voidCTDirection. setVal(STDirection value)Sets the value of the val property.