Uses of Class
org.docx4j.w14.CTColor
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of CTColor in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTColor Modifier and Type Field Description protected CTColorCTProps3D. contourClrprotected CTColorCTProps3D. extrusionClrMethods in org.docx4j.w14 that return CTColor Modifier and Type Method Description CTColorObjectFactory. createCTColor()Create an instance ofCTColorCTColorCTProps3D. getContourClr()Gets the value of the contourClr property.CTColorCTProps3D. getExtrusionClr()Gets the value of the extrusionClr property.Methods in org.docx4j.w14 with parameters of type CTColor Modifier and Type Method Description voidCTProps3D. setContourClr(CTColor value)Sets the value of the contourClr property.voidCTProps3D. setExtrusionClr(CTColor value)Sets the value of the extrusionClr property.