Uses of Class
org.docx4j.w14.CTColor
Packages that use CTColor
-
Uses of CTColor in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTColorModifier and TypeFieldDescriptionprotected CTColorCTProps3D.contourClrprotected CTColorCTProps3D.extrusionClrMethods in org.docx4j.w14 that return CTColorModifier and TypeMethodDescriptionObjectFactory.createCTColor()Create an instance ofCTColorCTProps3D.getContourClr()Gets the value of the contourClr property.CTProps3D.getExtrusionClr()Gets the value of the extrusionClr property.Methods in org.docx4j.w14 with parameters of type CTColorModifier and TypeMethodDescriptionvoidCTProps3D.setContourClr(CTColor value) Sets the value of the contourClr property.voidCTProps3D.setExtrusionClr(CTColor value) Sets the value of the extrusionClr property.