Uses of Class
org.docx4j.w14.CTSRgbColor
Packages that use CTSRgbColor
-
Uses of CTSRgbColor in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTSRgbColorModifier and TypeFieldDescriptionprotected CTSRgbColorCTColor.srgbClrprotected CTSRgbColorCTGlow.srgbClrprotected CTSRgbColorCTGradientStop.srgbClrprotected CTSRgbColorCTShadow.srgbClrprotected CTSRgbColorCTSolidColorFillProperties.srgbClrMethods in org.docx4j.w14 that return CTSRgbColorModifier and TypeMethodDescriptionObjectFactory.createCTSRgbColor()Create an instance ofCTSRgbColorCTColor.getSrgbClr()Gets the value of the srgbClr property.CTGlow.getSrgbClr()Gets the value of the srgbClr property.CTGradientStop.getSrgbClr()Gets the value of the srgbClr property.CTShadow.getSrgbClr()Gets the value of the srgbClr property.CTSolidColorFillProperties.getSrgbClr()Gets the value of the srgbClr property.Methods in org.docx4j.w14 with parameters of type CTSRgbColorModifier and TypeMethodDescriptionvoidCTColor.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTGlow.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTGradientStop.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTShadow.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTSolidColorFillProperties.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.