Uses of Class
org.docx4j.dml.STLightRigDirection
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STLightRigDirection in org.docx4j.dml
Fields in org.docx4j.dml declared as STLightRigDirection Modifier and Type Field Description protected STLightRigDirectionCTLightRig. dirMethods in org.docx4j.dml that return STLightRigDirection Modifier and Type Method Description static STLightRigDirectionSTLightRigDirection. fromValue(java.lang.String v)STLightRigDirectionCTLightRig. getDir()Gets the value of the dir property.static STLightRigDirectionSTLightRigDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STLightRigDirection[]STLightRigDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STLightRigDirection Modifier and Type Method Description voidCTLightRig. setDir(STLightRigDirection value)Sets the value of the dir property.