Uses of Class
org.docx4j.w14.STLightRigDirection
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of STLightRigDirection in org.docx4j.w14
Fields in org.docx4j.w14 declared as STLightRigDirection Modifier and Type Field Description protected STLightRigDirectionCTLightRig. dirMethods in org.docx4j.w14 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.w14 with parameters of type STLightRigDirection Modifier and Type Method Description voidCTLightRig. setDir(STLightRigDirection value)Sets the value of the dir property.