Uses of Class
org.apache.poi.xssf.usermodel.XSSFColor

Packages that use XSSFColor
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.extensions   
 

Uses of XSSFColor in org.apache.poi.xssf.model
 

Methods in org.apache.poi.xssf.model that return XSSFColor
 XSSFColor ThemesTable.getThemeColor(int idx)
           
 

Methods in org.apache.poi.xssf.model with parameters of type XSSFColor
 void ThemesTable.inheritFromThemeAsRequired(XSSFColor color)
          If the colour is based on a theme, then inherit information (currently just colours) from it as required.
 

Uses of XSSFColor in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return XSSFColor
 XSSFColor XSSFCellStyle.getBorderColor(XSSFCellBorder.BorderSide side)
          Gets border color
 XSSFColor XSSFCellStyle.getBottomBorderXSSFColor()
          Get the color to use for the bottom border as a XSSFColor
 XSSFColor XSSFCellStyle.getFillBackgroundColorColor()
           
 XSSFColor XSSFCellStyle.getFillBackgroundXSSFColor()
          Get the background fill color.
 XSSFColor XSSFCellStyle.getFillForegroundColorColor()
           
 XSSFColor XSSFCellStyle.getFillForegroundXSSFColor()
          Get the foreground fill color.
 XSSFColor XSSFCellStyle.getLeftBorderXSSFColor()
          Get the color to use for the left border
 XSSFColor XSSFCellStyle.getRightBorderXSSFColor()
          Get the color to use for the right border
 XSSFColor XSSFCellStyle.getTopBorderXSSFColor()
          Get the color to use for the top border
 XSSFColor XSSFFontFormatting.getXSSFColor()
           
 XSSFColor XSSFFont.getXSSFColor()
          get the color value for the font References a color defined as Standard Alpha Red Green Blue color value (ARGB).
 

Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFColor
 void XSSFCellStyle.setBorderColor(XSSFCellBorder.BorderSide side, XSSFColor color)
          Set the color to use for the selected border
 void XSSFCellStyle.setBottomBorderColor(XSSFColor color)
          Set the color to use for the bottom border
 void XSSFFont.setColor(XSSFColor color)
          set the color for the font in Standard Alpha Red Green Blue color value
 void XSSFCellStyle.setFillBackgroundColor(XSSFColor color)
          Set the background fill color represented as a XSSFColor value.
 void XSSFCellStyle.setFillForegroundColor(XSSFColor color)
          Set the foreground fill color represented as a XSSFColor value.
 void XSSFCellStyle.setLeftBorderColor(XSSFColor color)
          Set the color to use for the left border as a XSSFColor value
 void XSSFCellStyle.setRightBorderColor(XSSFColor color)
          Set the color to use for the right border as a XSSFColor value
 void XSSFCellStyle.setTopBorderColor(XSSFColor color)
          Set the color to use for the top border as a XSSFColor value
 

Uses of XSSFColor in org.apache.poi.xssf.usermodel.extensions
 

Methods in org.apache.poi.xssf.usermodel.extensions that return XSSFColor
 XSSFColor XSSFCellBorder.getBorderColor(XSSFCellBorder.BorderSide side)
          Get the color to use for the selected border
 XSSFColor XSSFCellFill.getFillBackgroundColor()
          Get the background fill color.
 XSSFColor XSSFCellFill.getFillForegroundColor()
          Get the foreground fill color.
 

Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type XSSFColor
 void XSSFCellBorder.setBorderColor(XSSFCellBorder.BorderSide side, XSSFColor color)
          Set the color to use for the selected border
 void XSSFCellFill.setFillBackgroundColor(XSSFColor color)
          Set the background fill color represented as a XSSFColor value.
 void XSSFCellFill.setFillForegroundColor(XSSFColor color)
          Set the foreground fill color represented as a XSSFColor value.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.