Uses of Class
org.docx4j.dml.CTSRgbColor
Packages that use CTSRgbColor
-
Uses of CTSRgbColor in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as CTSRgbColorModifier and TypeFieldDescriptionprotected CTSRgbColorCTFontReference.srgbClrprotected CTSRgbColorCTStyleReference.srgbClrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTSRgbColorModifier and TypeMethodDescriptionCTFontReference.getSrgbClr()Gets the value of the srgbClr property.CTStyleReference.getSrgbClr()Gets the value of the srgbClr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTSRgbColorModifier and TypeMethodDescriptionvoidCTFontReference.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTStyleReference.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property. -
Uses of CTSRgbColor in org.docx4j.dml
Fields in org.docx4j.dml declared as CTSRgbColorModifier and TypeFieldDescriptionprotected CTSRgbColorCTAlphaInverseEffect.srgbClrprotected CTSRgbColorCTColor.srgbClrprotected CTSRgbColorCTColorReplaceEffect.srgbClrprotected CTSRgbColorCTCustomColor.srgbClrprotected CTSRgbColorCTFontReference.srgbClrprotected CTSRgbColorCTGlowEffect.srgbClrprotected CTSRgbColorCTGradientStop.srgbClrprotected CTSRgbColorCTInnerShadowEffect.srgbClrprotected CTSRgbColorCTOuterShadowEffect.srgbClrprotected CTSRgbColorCTPresetShadowEffect.srgbClrprotected CTSRgbColorCTSolidColorFillProperties.srgbClrprotected CTSRgbColorCTStyleMatrixReference.srgbClrprotected CTSRgbColorCTTableStyleTextStyle.srgbClrMethods in org.docx4j.dml that return CTSRgbColorModifier and TypeMethodDescriptionObjectFactory.createCTSRgbColor()Create an instance ofCTSRgbColorCTAlphaInverseEffect.getSrgbClr()Gets the value of the srgbClr property.CTColor.getSrgbClr()Gets the value of the srgbClr property.CTColorReplaceEffect.getSrgbClr()Gets the value of the srgbClr property.CTCustomColor.getSrgbClr()Gets the value of the srgbClr property.CTFontReference.getSrgbClr()Gets the value of the srgbClr property.CTGlowEffect.getSrgbClr()Gets the value of the srgbClr property.CTGradientStop.getSrgbClr()Gets the value of the srgbClr property.CTInnerShadowEffect.getSrgbClr()Gets the value of the srgbClr property.CTOuterShadowEffect.getSrgbClr()Gets the value of the srgbClr property.CTPresetShadowEffect.getSrgbClr()Gets the value of the srgbClr property.CTSolidColorFillProperties.getSrgbClr()Gets the value of the srgbClr property.CTStyleMatrixReference.getSrgbClr()Gets the value of the srgbClr property.CTTableStyleTextStyle.getSrgbClr()Gets the value of the srgbClr property.Methods in org.docx4j.dml with parameters of type CTSRgbColorModifier and TypeMethodDescriptionvoidCTAlphaInverseEffect.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTColor.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTColorReplaceEffect.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTCustomColor.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTFontReference.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTGlowEffect.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTGradientStop.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTInnerShadowEffect.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTOuterShadowEffect.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTPresetShadowEffect.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTSolidColorFillProperties.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTStyleMatrixReference.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.voidCTTableStyleTextStyle.setSrgbClr(CTSRgbColor value) Sets the value of the srgbClr property.