Uses of Class
org.docx4j.dml.CTScRgbColor
Packages that use CTScRgbColor
-
Uses of CTScRgbColor in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as CTScRgbColorModifier and TypeFieldDescriptionprotected CTScRgbColorCTFontReference.scrgbClrprotected CTScRgbColorCTStyleReference.scrgbClrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTScRgbColorModifier and TypeMethodDescriptionCTFontReference.getScrgbClr()Gets the value of the scrgbClr property.CTStyleReference.getScrgbClr()Gets the value of the scrgbClr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTScRgbColorModifier and TypeMethodDescriptionvoidCTFontReference.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTStyleReference.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property. -
Uses of CTScRgbColor in org.docx4j.dml
Fields in org.docx4j.dml declared as CTScRgbColorModifier and TypeFieldDescriptionprotected CTScRgbColorCTAlphaInverseEffect.scrgbClrprotected CTScRgbColorCTColor.scrgbClrprotected CTScRgbColorCTColorReplaceEffect.scrgbClrprotected CTScRgbColorCTCustomColor.scrgbClrprotected CTScRgbColorCTFontReference.scrgbClrprotected CTScRgbColorCTGlowEffect.scrgbClrprotected CTScRgbColorCTGradientStop.scrgbClrprotected CTScRgbColorCTInnerShadowEffect.scrgbClrprotected CTScRgbColorCTOuterShadowEffect.scrgbClrprotected CTScRgbColorCTPresetShadowEffect.scrgbClrprotected CTScRgbColorCTSolidColorFillProperties.scrgbClrprotected CTScRgbColorCTStyleMatrixReference.scrgbClrprotected CTScRgbColorCTTableStyleTextStyle.scrgbClrMethods in org.docx4j.dml that return CTScRgbColorModifier and TypeMethodDescriptionObjectFactory.createCTScRgbColor()Create an instance ofCTScRgbColorCTAlphaInverseEffect.getScrgbClr()Gets the value of the scrgbClr property.CTColor.getScrgbClr()Gets the value of the scrgbClr property.CTColorReplaceEffect.getScrgbClr()Gets the value of the scrgbClr property.CTCustomColor.getScrgbClr()Gets the value of the scrgbClr property.CTFontReference.getScrgbClr()Gets the value of the scrgbClr property.CTGlowEffect.getScrgbClr()Gets the value of the scrgbClr property.CTGradientStop.getScrgbClr()Gets the value of the scrgbClr property.CTInnerShadowEffect.getScrgbClr()Gets the value of the scrgbClr property.CTOuterShadowEffect.getScrgbClr()Gets the value of the scrgbClr property.CTPresetShadowEffect.getScrgbClr()Gets the value of the scrgbClr property.CTSolidColorFillProperties.getScrgbClr()Gets the value of the scrgbClr property.CTStyleMatrixReference.getScrgbClr()Gets the value of the scrgbClr property.CTTableStyleTextStyle.getScrgbClr()Gets the value of the scrgbClr property.Methods in org.docx4j.dml with parameters of type CTScRgbColorModifier and TypeMethodDescriptionvoidCTAlphaInverseEffect.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTColor.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTColorReplaceEffect.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTCustomColor.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTFontReference.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTGlowEffect.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTGradientStop.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTInnerShadowEffect.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTOuterShadowEffect.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTPresetShadowEffect.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTSolidColorFillProperties.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTStyleMatrixReference.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.voidCTTableStyleTextStyle.setScrgbClr(CTScRgbColor value) Sets the value of the scrgbClr property.