Uses of Class
org.docx4j.dml.CTSchemeColor
Packages that use CTSchemeColor
-
Uses of CTSchemeColor in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as CTSchemeColorModifier and TypeFieldDescriptionprotected CTSchemeColorCTFontReference.schemeClrprotected CTSchemeColorCTStyleReference.schemeClrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTSchemeColorModifier and TypeMethodDescriptionCTFontReference.getSchemeClr()Gets the value of the schemeClr property.CTStyleReference.getSchemeClr()Gets the value of the schemeClr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTSchemeColorModifier and TypeMethodDescriptionvoidCTFontReference.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTStyleReference.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property. -
Uses of CTSchemeColor in org.docx4j.dml
Fields in org.docx4j.dml declared as CTSchemeColorModifier and TypeFieldDescriptionprotected CTSchemeColorCTAlphaInverseEffect.schemeClrprotected CTSchemeColorCTColor.schemeClrprotected CTSchemeColorCTColorReplaceEffect.schemeClrprotected CTSchemeColorCTCustomColor.schemeClrprotected CTSchemeColorCTFontReference.schemeClrprotected CTSchemeColorCTGlowEffect.schemeClrprotected CTSchemeColorCTGradientStop.schemeClrprotected CTSchemeColorCTInnerShadowEffect.schemeClrprotected CTSchemeColorCTOuterShadowEffect.schemeClrprotected CTSchemeColorCTPresetShadowEffect.schemeClrprotected CTSchemeColorCTSolidColorFillProperties.schemeClrprotected CTSchemeColorCTStyleMatrixReference.schemeClrprotected CTSchemeColorCTTableStyleTextStyle.schemeClrMethods in org.docx4j.dml that return CTSchemeColorModifier and TypeMethodDescriptionObjectFactory.createCTSchemeColor()Create an instance ofCTSchemeColorCTAlphaInverseEffect.getSchemeClr()Gets the value of the schemeClr property.CTColor.getSchemeClr()Gets the value of the schemeClr property.CTColorReplaceEffect.getSchemeClr()Gets the value of the schemeClr property.CTCustomColor.getSchemeClr()Gets the value of the schemeClr property.CTFontReference.getSchemeClr()Gets the value of the schemeClr property.CTGlowEffect.getSchemeClr()Gets the value of the schemeClr property.CTGradientStop.getSchemeClr()Gets the value of the schemeClr property.CTInnerShadowEffect.getSchemeClr()Gets the value of the schemeClr property.CTOuterShadowEffect.getSchemeClr()Gets the value of the schemeClr property.CTPresetShadowEffect.getSchemeClr()Gets the value of the schemeClr property.CTSolidColorFillProperties.getSchemeClr()Gets the value of the schemeClr property.CTStyleMatrixReference.getSchemeClr()Gets the value of the schemeClr property.CTTableStyleTextStyle.getSchemeClr()Gets the value of the schemeClr property.Methods in org.docx4j.dml with parameters of type CTSchemeColorModifier and TypeMethodDescriptionvoidCTAlphaInverseEffect.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTColor.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTColorReplaceEffect.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTCustomColor.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTFontReference.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTGlowEffect.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTGradientStop.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTInnerShadowEffect.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTOuterShadowEffect.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTPresetShadowEffect.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTSolidColorFillProperties.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTStyleMatrixReference.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTTableStyleTextStyle.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.