Uses of Class
org.docx4j.dml.STLightRigType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STLightRigType in org.docx4j.dml
Fields in org.docx4j.dml declared as STLightRigType Modifier and Type Field Description protected STLightRigTypeCTLightRig. rigMethods in org.docx4j.dml that return STLightRigType Modifier and Type Method Description static STLightRigTypeSTLightRigType. fromValue(java.lang.String v)STLightRigTypeCTLightRig. getRig()Gets the value of the rig property.static STLightRigTypeSTLightRigType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STLightRigType[]STLightRigType. 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 STLightRigType Modifier and Type Method Description voidCTLightRig. setRig(STLightRigType value)Sets the value of the rig property.