Uses of Class
org.docx4j.dml.CTSystemColor
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle | |
| org.docx4j.dml |
-
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 CTSystemColor Modifier and Type Field Description protected CTSystemColorCTFontReference. sysClrprotected CTSystemColorCTStyleReference. sysClrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTSystemColor Modifier and Type Method Description CTSystemColorCTFontReference. getSysClr()Gets the value of the sysClr property.CTSystemColorCTStyleReference. getSysClr()Gets the value of the sysClr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTSystemColor Modifier and Type Method Description voidCTFontReference. 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 CTSystemColor Modifier and Type Field Description protected 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 CTSystemColor Modifier and Type Method Description CTSystemColorObjectFactory. createCTSystemColor()Create an instance ofCTSystemColorCTSystemColorCTAlphaInverseEffect. getSysClr()Gets the value of the sysClr property.CTSystemColorCTColor. getSysClr()Gets the value of the sysClr property.CTSystemColorCTColorReplaceEffect. getSysClr()Gets the value of the sysClr property.CTSystemColorCTCustomColor. getSysClr()Gets the value of the sysClr property.CTSystemColorCTFontReference. getSysClr()Gets the value of the sysClr property.CTSystemColorCTGlowEffect. getSysClr()Gets the value of the sysClr property.CTSystemColorCTGradientStop. getSysClr()Gets the value of the sysClr property.CTSystemColorCTInnerShadowEffect. getSysClr()Gets the value of the sysClr property.CTSystemColorCTOuterShadowEffect. getSysClr()Gets the value of the sysClr property.CTSystemColorCTPresetShadowEffect. getSysClr()Gets the value of the sysClr property.CTSystemColorCTSolidColorFillProperties. getSysClr()Gets the value of the sysClr property.CTSystemColorCTStyleMatrixReference. getSysClr()Gets the value of the sysClr property.CTSystemColorCTTableStyleTextStyle. getSysClr()Gets the value of the sysClr property.Methods in org.docx4j.dml with parameters of type CTSystemColor Modifier and Type Method Description voidCTAlphaInverseEffect. 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.