Uses of Class
org.xlsx4j.sml.CTColor
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTColor in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTColor Modifier and Type Field Description protected CTColorCTPatternFill. bgColorprotected CTColorCTBorderPr. colorprotected CTColorCTDataBar. colorprotected CTColorCTGradientStop. colorprotected CTColorCTPatternFill. fgColorprotected CTColorCTChartsheetPr. tabColorprotected CTColorCTSheetPr. tabColorFields in org.xlsx4j.sml with type parameters of type CTColor Modifier and Type Field Description protected java.util.List<CTColor>CTColorScale. colorprotected java.util.List<CTColor>CTMRUColors. colorMethods in org.xlsx4j.sml that return CTColor Modifier and Type Method Description CTColorObjectFactory. createCTColor()Create an instance ofCTColorCTColorCTPatternFill. getBgColor()Gets the value of the bgColor property.CTColorCTBorderPr. getColor()Gets the value of the color property.CTColorCTDataBar. getColor()Gets the value of the color property.CTColorCTGradientStop. getColor()Gets the value of the color property.CTColorCTPatternFill. getFgColor()Gets the value of the fgColor property.CTColorCTChartsheetPr. getTabColor()Gets the value of the tabColor property.CTColorCTSheetPr. getTabColor()Gets the value of the tabColor property.Methods in org.xlsx4j.sml that return types with arguments of type CTColor Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTColor>ObjectFactory. createCTFontColor(CTColor value)jakarta.xml.bind.JAXBElement<CTColor>ObjectFactory. createCTRPrEltColor(CTColor value)java.util.List<CTColor>CTColorScale. getColor()Gets the value of the color property.java.util.List<CTColor>CTMRUColors. getColor()Gets the value of the color property.Methods in org.xlsx4j.sml with parameters of type CTColor Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTColor>ObjectFactory. createCTFontColor(CTColor value)jakarta.xml.bind.JAXBElement<CTColor>ObjectFactory. createCTRPrEltColor(CTColor value)voidCTPatternFill. setBgColor(CTColor value)Sets the value of the bgColor property.voidCTBorderPr. setColor(CTColor value)Sets the value of the color property.voidCTDataBar. setColor(CTColor value)Sets the value of the color property.voidCTGradientStop. setColor(CTColor value)Sets the value of the color property.voidCTPatternFill. setFgColor(CTColor value)Sets the value of the fgColor property.voidCTChartsheetPr. setTabColor(CTColor value)Sets the value of the tabColor property.voidCTSheetPr. setTabColor(CTColor value)Sets the value of the tabColor property.