Uses of Class
org.docx4j.wml.STDirection
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STDirection in org.docx4j.wml
Fields in org.docx4j.wml declared as STDirection Modifier and Type Field Description protected STDirectionP.Bdo. valprotected STDirectionP.Dir. valMethods in org.docx4j.wml that return STDirection Modifier and Type Method Description static STDirectionSTDirection. fromValue(java.lang.String v)STDirectionP.Bdo. getVal()Gets the value of the val property.STDirectionP.Dir. 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.wml with parameters of type STDirection Modifier and Type Method Description voidP.Bdo. setVal(STDirection value)Sets the value of the val property.voidP.Dir. setVal(STDirection value)Sets the value of the val property.