Uses of Class
org.docx4j.dml.CTSchemeColor
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle | |
| org.docx4j.dml |
-
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 CTSchemeColor Modifier and Type Field Description protected CTSchemeColorCTFontReference. schemeClrprotected CTSchemeColorCTStyleReference. schemeClrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTSchemeColor Modifier and Type Method Description CTSchemeColorCTFontReference. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTStyleReference. getSchemeClr()Gets the value of the schemeClr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTSchemeColor Modifier and Type Method Description voidCTFontReference. 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 CTSchemeColor Modifier and Type Field Description protected 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 CTSchemeColor Modifier and Type Method Description CTSchemeColorObjectFactory. createCTSchemeColor()Create an instance ofCTSchemeColorCTSchemeColorCTAlphaInverseEffect. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTColor. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTColorReplaceEffect. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTCustomColor. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTFontReference. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTGlowEffect. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTGradientStop. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTInnerShadowEffect. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTOuterShadowEffect. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTPresetShadowEffect. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTSolidColorFillProperties. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTStyleMatrixReference. getSchemeClr()Gets the value of the schemeClr property.CTSchemeColorCTTableStyleTextStyle. getSchemeClr()Gets the value of the schemeClr property.Methods in org.docx4j.dml with parameters of type CTSchemeColor Modifier and Type Method Description voidCTAlphaInverseEffect. 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.