Uses of Class
org.docx4j.dml.CTSystemColor
Packages that use CTSystemColor
-
Uses of CTSystemColor in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as CTSystemColorModifier and TypeFieldDescriptionprotected CTSystemColorCTFontReference.sysClrprotected CTSystemColorCTStyleReference.sysClrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTSystemColorModifier and TypeMethodDescriptionCTFontReference.getSysClr()Gets the value of the sysClr property.CTStyleReference.getSysClr()Gets the value of the sysClr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTSystemColorModifier and TypeMethodDescriptionvoidCTFontReference.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTStyleReference.setSysClr(CTSystemColor value) Sets the value of the sysClr property. -
Uses of CTSystemColor in org.docx4j.dml
Fields in org.docx4j.dml declared as CTSystemColorModifier and TypeFieldDescriptionprotected CTSystemColorCTAlphaInverseEffect.sysClrprotected CTSystemColorCTColor.sysClrprotected CTSystemColorCTColorReplaceEffect.sysClrprotected CTSystemColorCTCustomColor.sysClrprotected CTSystemColorCTFontReference.sysClrprotected CTSystemColorCTGlowEffect.sysClrprotected CTSystemColorCTGradientStop.sysClrprotected CTSystemColorCTInnerShadowEffect.sysClrprotected CTSystemColorCTOuterShadowEffect.sysClrprotected CTSystemColorCTPresetShadowEffect.sysClrprotected CTSystemColorCTSolidColorFillProperties.sysClrprotected CTSystemColorCTStyleMatrixReference.sysClrprotected CTSystemColorCTTableStyleTextStyle.sysClrMethods in org.docx4j.dml that return CTSystemColorModifier and TypeMethodDescriptionObjectFactory.createCTSystemColor()Create an instance ofCTSystemColorCTAlphaInverseEffect.getSysClr()Gets the value of the sysClr property.CTColor.getSysClr()Gets the value of the sysClr property.CTColorReplaceEffect.getSysClr()Gets the value of the sysClr property.CTCustomColor.getSysClr()Gets the value of the sysClr property.CTFontReference.getSysClr()Gets the value of the sysClr property.CTGlowEffect.getSysClr()Gets the value of the sysClr property.CTGradientStop.getSysClr()Gets the value of the sysClr property.CTInnerShadowEffect.getSysClr()Gets the value of the sysClr property.CTOuterShadowEffect.getSysClr()Gets the value of the sysClr property.CTPresetShadowEffect.getSysClr()Gets the value of the sysClr property.CTSolidColorFillProperties.getSysClr()Gets the value of the sysClr property.CTStyleMatrixReference.getSysClr()Gets the value of the sysClr property.CTTableStyleTextStyle.getSysClr()Gets the value of the sysClr property.Methods in org.docx4j.dml with parameters of type CTSystemColorModifier and TypeMethodDescriptionvoidCTAlphaInverseEffect.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTColor.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTColorReplaceEffect.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTCustomColor.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTFontReference.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTGlowEffect.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTGradientStop.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTInnerShadowEffect.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTOuterShadowEffect.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTPresetShadowEffect.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTSolidColorFillProperties.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTStyleMatrixReference.setSysClr(CTSystemColor value) Sets the value of the sysClr property.voidCTTableStyleTextStyle.setSysClr(CTSystemColor value) Sets the value of the sysClr property.