Uses of Class
EasyXLS.Themes.ThemeColor
-
Uses of ThemeColor in EasyXLS
Modifier and TypeMethodDescriptionExcelCell.getBackgroundThemeColor()
Returns the background color of the cell.ExcelColumn.getBackgroundThemeColor()
Returns the background color of the column.ExcelCondition.getBackgroundThemeColor()
Returns the color of the conditional formatting background.ExcelRow.getBackgroundThemeColor()
Returns the background color of the row.ExcelStyle.getBackgroundThemeColor()
Returns the background color of the style.ExcelCell.getBottomThemeColor_Border()
Returns the color of the bottom border.ExcelColumn.getBottomThemeColor_Border()
Returns the color of the bottom border.ExcelCondition.getBottomThemeColor_Border()
Returns the color of the conditional formatting bottom border.ExcelRow.getBottomThemeColor_Border()
Returns the color of the bottom border.ExcelStyle.getBottomThemeColor_Border()
Returns the color of the bottom border.ExcelCell.getDiagonalThemeColor_Border()
Returns the color of the diagonal border.ExcelColumn.getDiagonalThemeColor_Border()
Returns the color of the diagonal border.ExcelRow.getDiagonalThemeColor_Border()
Returns the color of the diagonal border.ExcelStyle.getDiagonalThemeColor_Border()
Returns the color of the diagonal border.ExcelCell.getForegroundThemeColor()
Returns the foreground color of the cell.ExcelColumn.getForegroundThemeColor()
Returns the foreground color of the column.ExcelCondition.getForegroundThemeColor()
Returns the foreground of the conditional formatting font.ExcelRow.getForegroundThemeColor()
Returns the foreground color of the row.ExcelStyle.getForegroundThemeColor()
Returns the foreground color of the style.ExcelCell.getGradientThemeColor1()
Returns the first color of the gradient fill.ExcelColumn.getGradientThemeColor1()
Returns the first color of the gradient fill.ExcelRow.getGradientThemeColor1()
Returns the first color of the gradient fill.ExcelStyle.getGradientThemeColor1()
Returns the first color of the gradient fill.ExcelCell.getGradientThemeColor2()
Returns the second color of the gradient fill.ExcelColumn.getGradientThemeColor2()
Returns the second color of the gradient fill.ExcelRow.getGradientThemeColor2()
Returns the second color of the gradient fill.ExcelStyle.getGradientThemeColor2()
Returns the second color of the gradient fill.ExcelCell.getLeftThemeColor_Border()
Returns the color of the left border.ExcelColumn.getLeftThemeColor_Border()
Returns the color of the left border.ExcelCondition.getLeftThemeColor_Border()
Returns the color of the conditional formatting left border.ExcelRow.getLeftThemeColor_Border()
Returns the color of the left border.ExcelStyle.getLeftThemeColor_Border()
Returns the color of the left border.ExcelCell.getPatternThemeColor()
Returns the pattern color of the cell.ExcelColumn.getPatternThemeColor()
Returns the pattern color of the column.ExcelRow.getPatternThemeColor()
Returns the pattern color of the row.ExcelStyle.getPatternThemeColor()
Returns the pattern color of the style.ExcelCell.getRightThemeColor_Border()
Returns the color of the right border.ExcelColumn.getRightThemeColor_Border()
Returns the color of the right border.ExcelCondition.getRightThemeColor_Border()
Returns the color of the conditional formatting right border.ExcelRow.getRightThemeColor_Border()
Returns the color of the right border.ExcelStyle.getRightThemeColor_Border()
Returns the color of the right border.ExcelSheet.getTabThemeColor()
Returns the tab color.ExcelCell.getTopThemeColor_Border()
Returns the color of the top border.ExcelColumn.getTopThemeColor_Border()
Returns the color of the top border.ExcelCondition.getTopThemeColor_Border()
Returns the color of the conditional formatting top border.ExcelRow.getTopThemeColor_Border()
Returns the color of the top border.ExcelStyle.getTopThemeColor_Border()
Returns the color of the top border.Modifier and TypeMethodDescriptionvoid
ExcelWorksheet.easy_addConditionalFormatting(System.String range, int nOperator, System.String firstFormula, System.String secondFormula, bool isBold, bool isItalic, ThemeColor foreground, ThemeColor background)
Adds a conditional formatting having the specified range, operator, formulas restrictions, font settings and background to worksheet.
This method is overridden as easy_addConditionalFormatting_6 in COM+ version of EasyXLS.
void
ExcelWorksheet.easy_addConditionalFormatting(System.String range, int nOperator, System.String firstFormula, System.String secondFormula, ThemeColor background)
Adds a conditional formatting having the specified range, operator, formulas restrictions and background to worksheet.
This method is overridden as easy_addConditionalFormatting_8 in COM+ version of EasyXLS.
void
ExcelCell.setBackground(ThemeColor themeColor)
Sets the background color of the cell.void
ExcelColumn.setBackground(ThemeColor themeColor)
Sets the background color of the column.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.
void
ExcelCondition.setBackground(ThemeColor themeColor)
Sets the color of the conditional formatting background.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.
void
ExcelRow.setBackground(ThemeColor themeColor)
Sets the background color of the row.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.
void
ExcelStyle.setBackground(ThemeColor themeColor)
Sets the background color of the style.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.
void
ExcelCell.setBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight)
Sets the border colors of the style.void
ExcelColumn.setBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight)
Sets the border colors of the style.
This method is overridden as setBorderColors_2 in COM+ version of EasyXLS.
void
ExcelCondition.setBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight)
Sets the color of the conditional formatting borders.
This method is overridden as setBorderColors_2 in COM+ version of EasyXLS.
void
ExcelRow.setBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight)
Sets the border colors of the style.
This method is overridden as setBorderColors_2 in COM+ version of EasyXLS.
void
ExcelStyle.setBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight)
Sets the border colors of the style.
This method is overridden as setBorderColors_2 in COM+ version of EasyXLS.
void
ExcelCell.setBottomColor_Border(ThemeColor themeColor)
Sets the color of the bottom border.void
ExcelColumn.setBottomColor_Border(ThemeColor themeColor)
Sets the color of the bottom border.
This method is overridden as setBottomColor_Border_2 in COM+ version of EasyXLS.
void
ExcelCondition.setBottomColor_Border(ThemeColor themeColor)
Sets the color of the conditional formatting bottom border.
This method is overridden as setBottomColor_Border_2 in COM+ version of EasyXLS.
void
ExcelRow.setBottomColor_Border(ThemeColor themeColor)
Sets the color of the bottom border.
This method is overridden as setBottomColor_Border_2 in COM+ version of EasyXLS.
void
ExcelStyle.setBottomColor_Border(ThemeColor themeColor)
Sets the color of the bottom border.
This method is overridden as setBottomColor_Border_2 in COM+ version of EasyXLS.
void
ExcelCell.setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, ThemeColor borderColor)
Sets the diagonal borders.void
ExcelColumn.setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, ThemeColor borderColor)
Sets the diagonal borders.
This method is overridden as setDiagonalBorder_2 in COM+ version of EasyXLS.
void
ExcelRow.setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, ThemeColor borderColor)
Sets the diagonal borders.
This method is overridden as setDiagonalBorder_2 in COM+ version of EasyXLS.
void
ExcelStyle.setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, ThemeColor borderColor)
Sets the diagonal borders.
This method is overridden as setDiagonalBorder_2 in COM+ version of EasyXLS.
void
ExcelCell.setForeground(ThemeColor themeColor)
Sets the foreground color of the cell.void
ExcelColumn.setForeground(ThemeColor themeColor)
Sets the foreground color of the column.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.
void
ExcelCondition.setForeground(ThemeColor themeColor)
Sets the foreground of the conditional formatting font.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.
void
ExcelRow.setForeground(ThemeColor themeColor)
Sets the foreground color of the row.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.
void
ExcelStyle.setForeground(ThemeColor themeColor)
Sets the foreground color of the style.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.
void
ExcelStyle.setGradientColor1(ThemeColor themeColor1)
Sets the first color of the gradient fill.void
ExcelStyle.setGradientColor2(ThemeColor themeColor2)
Sets the second color of the gradient fill.void
ExcelCell.setGradientFill(ThemeColor themeColor1, ThemeColor themeColor2, int shadingStyle)
Sets the gradient fill for the style.void
ExcelColumn.setGradientFill(ThemeColor themeColor1, ThemeColor themeColor2, int shadingStyle)
Sets the gradient fill for the style.void
ExcelRow.setGradientFill(ThemeColor themeColor1, ThemeColor themeColor2, int shadingStyle)
Sets the gradient fill for the style.void
ExcelStyle.setGradientFill(ThemeColor themeColor1, ThemeColor themeColor2, int shadingStyle)
Sets the gradient fill for the style.void
ExcelCell.setLeftColor_Border(ThemeColor themeColor)
Sets the color of the left border.void
ExcelColumn.setLeftColor_Border(ThemeColor themeColor)
Sets the color of the left border.
This method is overridden as setLeftColor_Border_2 in COM+ version of EasyXLS.
void
ExcelCondition.setLeftColor_Border(ThemeColor themeColor)
Sets the color of the conditional formatting left border.
This method is overridden as setLeftColor_Border_2 in COM+ version of EasyXLS.
void
ExcelRow.setLeftColor_Border(ThemeColor themeColor)
Sets the color of the left border.
This method is overridden as setLeftColor_Border_2 in COM+ version of EasyXLS.
void
ExcelStyle.setLeftColor_Border(ThemeColor themeColor)
Sets the color of the left border.
This method is overridden as setLeftColor_Border_2 in COM+ version of EasyXLS.
void
ExcelCell.setPatternColor(ThemeColor themeColor)
Sets the pattern color of the cell.void
ExcelColumn.setPatternColor(ThemeColor themeColor)
Sets the pattern color of the column.
This method is overridden as setPatternColor_2 in COM+ version of EasyXLS.
void
ExcelRow.setPatternColor(ThemeColor themeColor)
Sets the pattern color of the row.
This method is overridden as setPatternColor_2 in COM+ version of EasyXLS.
void
ExcelStyle.setPatternColor(ThemeColor themeColor)
Sets the pattern color of the style.
This method is overridden as setPatternColor_2 in COM+ version of EasyXLS.
void
ExcelCell.setRightColor_Border(ThemeColor themeColor)
Sets the color of the right border.void
ExcelColumn.setRightColor_Border(ThemeColor themeColor)
Sets the color of the right border.
This method is overridden as setRightColor_Border_2 in COM+ version of EasyXLS.
void
ExcelCondition.setRightColor_Border(ThemeColor themeColor)
Sets the color of the conditional formatting right border.
This method is overridden as setRightColor_Border_2 in COM+ version of EasyXLS.
void
ExcelRow.setRightColor_Border(ThemeColor themeColor)
Sets the color of the right border.
This method is overridden as setRightColor_Border_2 in COM+ version of EasyXLS.
void
ExcelStyle.setRightColor_Border(ThemeColor themeColor)
Sets the color of the right border.
This method is overridden as setRightColor_Border_2 in COM+ version of EasyXLS.
void
ExcelSheet.setTabColor(ThemeColor colorTab)
Sets the tab color.
This method is overridden as setTabColor_2 in COM+ version of EasyXLS.
void
ExcelCell.setTopColor_Border(ThemeColor themeColor)
Sets the color of the top border.void
ExcelColumn.setTopColor_Border(ThemeColor themeColor)
Sets the color of the top border.
This method is overridden as setTopColor_Border_2 in COM+ version of EasyXLS.
void
ExcelCondition.setTopColor_Border(ThemeColor themeColor)
Sets the color of the conditional formatting top border.
This method is overridden as setTopColor_Border_2 in COM+ version of EasyXLS.
void
ExcelRow.setTopColor_Border(ThemeColor themeColor)
Sets the color of the top border.
This method is overridden as setTopColor_Border_2 in COM+ version of EasyXLS.
void
ExcelStyle.setTopColor_Border(ThemeColor themeColor)
Sets the color of the top border.
This method is overridden as setTopColor_Border_2 in COM+ version of EasyXLS.
-
Uses of ThemeColor in EasyXLS.Drawings.Formatting
Modifier and TypeMethodDescriptionFillFormat.getBackgroundThemeColor()
Returns the background color of the shape.FontFormat.getForegroundThemeColor()
Returns the font color.LineColorFormat.getLineThemeColor()
Returns the line color.ShadowFormat.getThemeColor()
Returns the shadow colorFontFormat.getUnderlineThemeColor()
Returns the color of the underline.Modifier and TypeMethodDescriptionvoid
FillFormat.addGradientStop(int position, ThemeColor color, int transparency)
Adds a gradient stop to the shape fill that is set as gradient fill, having a specified position, color and transparency.
This method is overridden as addGradientStop_2 in COM+ version of EasyXLS.
void
LineColorFormat.addGradientStop(int position, ThemeColor color, int transparency)
Adds a gradient stop to the line color that is set as gradient line, having a specified position, color and transparency.
This method is overridden as addGradientStop_2 in COM+ version of EasyXLS.
void
FillFormat.setBackground(ThemeColor themeColor)
Sets the background color of the shape.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.
void
ShadowFormat.setColor(ThemeColor themeColor)
Sets the shadow color.
This method is overridden as setColor_2 in COM+ version of EasyXLS.
void
FontFormat.setFontSettings(System.String fontName, int fontSize, bool isBold, bool isItalic, ThemeColor foreground)
Sets the font settings.
This method is overridden as setFontSettings_2 in COM+ version of EasyXLS.
void
FontFormat.setForeground(ThemeColor themeColor)
Sets the font color.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.
void
LineColorFormat.setLineColor(ThemeColor themeColor)
Sets the line color.
This method is overridden as setLineColor_2 in COM+ version of EasyXLS.
void
FillFormat.setSolidFill(ThemeColor background, int transparency)
Sets the solid fill for the shape.
This method is overridden as setSolidFill_2 in COM+ version of EasyXLS.
void
LineColorFormat.setSolidLine(ThemeColor color, int transparency)
Sets the solid line options.
This method is overridden as setSolidLine_2 in COM+ version of EasyXLS.
void
FontFormat.setUnderlineSettings(System.String underlineStyle, ThemeColor color)
Sets the underline settings of the text.
This method is overridden as setUnderlineSettings_3 in COM+ version of EasyXLS.
ModifierConstructorDescriptionGradientStop(int position, ThemeColor color, int transparency)
Defines an instance of the gradient stop having the specified position, color and transparency. -
Uses of ThemeColor in EasyXLS.Themes
Modifier and TypeMethodDescriptionbool
ThemeColor.IsEqual(ThemeColor themeColor)
Compares two theme colors.