Uses of Class
org.docx4j.dml.CTLightRig
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTLightRig in org.docx4j.dml
Fields in org.docx4j.dml declared as CTLightRig Modifier and Type Field Description protected CTLightRigCTCell3D. lightRigprotected CTLightRigCTScene3D. lightRigMethods in org.docx4j.dml that return CTLightRig Modifier and Type Method Description CTLightRigObjectFactory. createCTLightRig()Create an instance ofCTLightRigCTLightRigCTCell3D. getLightRig()Gets the value of the lightRig property.CTLightRigCTScene3D. getLightRig()Gets the value of the lightRig property.Methods in org.docx4j.dml with parameters of type CTLightRig Modifier and Type Method Description voidCTCell3D. setLightRig(CTLightRig value)Sets the value of the lightRig property.voidCTScene3D. setLightRig(CTLightRig value)Sets the value of the lightRig property.