Uses of Class
org.xlsx4j.sml.CTColor
Packages that use CTColor
-
Uses of CTColor in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTColorModifier and TypeFieldDescriptionprotected CTColorCTPatternFill.bgColorprotected CTColorCTBorderPr.colorprotected CTColorCTDataBar.colorprotected CTColorCTGradientStop.colorprotected CTColorCTPatternFill.fgColorprotected CTColorCTChartsheetPr.tabColorprotected CTColorCTSheetPr.tabColorFields in org.xlsx4j.sml with type parameters of type CTColorMethods in org.xlsx4j.sml that return CTColorModifier and TypeMethodDescriptionObjectFactory.createCTColor()Create an instance ofCTColorCTPatternFill.getBgColor()Gets the value of the bgColor property.CTBorderPr.getColor()Gets the value of the color property.CTDataBar.getColor()Gets the value of the color property.CTGradientStop.getColor()Gets the value of the color property.CTPatternFill.getFgColor()Gets the value of the fgColor property.CTChartsheetPr.getTabColor()Gets the value of the tabColor property.CTSheetPr.getTabColor()Gets the value of the tabColor property.Methods in org.xlsx4j.sml that return types with arguments of type CTColorModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTColor>ObjectFactory.createCTFontColor(CTColor value) jakarta.xml.bind.JAXBElement<CTColor>ObjectFactory.createCTRPrEltColor(CTColor value) CTColorScale.getColor()Gets the value of the color property.CTMRUColors.getColor()Gets the value of the color property.Methods in org.xlsx4j.sml with parameters of type CTColorModifier and TypeMethodDescriptionjakarta.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.voidSets the value of the color property.voidSets the value of the color property.voidSets 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.