Uses of Class
EasyXLS.ExcelStyle
Namespaces that use ExcelStyle
-
Uses of ExcelStyle in EasyXLS
Methods in EasyXLS that return ExcelStyleModifier and TypeMethodDescriptionExcelStyle.Clone()Creates and returns a copy of this object.ExcelAutoFormat.getBottomLeftCellStyle()Returns the style applied to the bottom left cell.ExcelAutoFormat.getBottomRightCellStyle()Returns the style applied to the bottom right cell.ExcelAutoFormat.getEvenColumnStripesStyle()Returns the style applied to the even columns.ExcelAutoFormat.getEvenRowStripesStyle()Returns the style applied to the even rows.ExcelAutoFormat.getFooterRowStyle()Returns the style applied to the footer row.ExcelAutoFormat.getHeaderRowStyle()Returns the style applied to the header row.ExcelAutoFormat.getLeftColumnStyle()Returns the style applied to the left column.ExcelAutoFormat.getOddColumnStripesStyle()Returns the style applied to the odd columns.ExcelAutoFormat.getOddRowStripesStyle()Returns the style applied to the odd rows.ExcelAutoFormat.getRightColumnStyle()Returns the style applied to the right column.ExcelCell.getStyle()Returns the style of the cell.ExcelColumn.getStyle()Returns the style of the column.ExcelRow.getStyle()Returns the style of the row.ExcelAutoFormat.getTableStyle()Returns the style applied to the table.ExcelAutoFormat.getTopLeftCellStyle()Returns the style applied to the top left cell.ExcelAutoFormat.getTopRightCellStyle()Returns the style applied to the top right cell.Methods in EasyXLS with parameters of type ExcelStyleModifier and TypeMethodDescriptionvoidExcelTable.easy_setRangeStyle(int startRow, int startColumn, int endRow, int endColumn, ExcelStyle style) Sets the specified style for the range limited by the rows and columns.voidExcelTable.easy_setRangeStyle(System.String range, ExcelStyle style) Sets the specified style for the range.
This method is overridden as easy_setRangeStyle_2 in COM+ version of EasyXLS.voidExcelTable.easy_setRangeStyle(System.String startCellReference, System.String endCellReference, ExcelStyle style) Sets the specified style for the range limited by the specified cell references.
This method is overridden as easy_setRangeStyle_3 in COM+ version of EasyXLS.boolExcelStyle.IsEqual(ExcelStyle xlsCompare) Compares two styles.voidExcelAutoFormat.setBottomLeftCellStyle(ExcelStyle xlsStyle) Sets the style of the bottom left cell.voidExcelAutoFormat.setBottomRightCellStyle(ExcelStyle xlsStyle) Sets the style of the bottom right cell.voidExcelAutoFormat.setEvenColumnStripesStyle(ExcelStyle xlsStyle) Sets the style of the even columns.voidExcelAutoFormat.setEvenRowStripesStyle(ExcelStyle xlsStyle) Sets the style of the even rows.voidExcelAutoFormat.setFooterRowStyle(ExcelStyle xlsStyle) Sets the style of the footer row.voidExcelAutoFormat.setHeaderRowStyle(ExcelStyle xlsStyle) Sets the style of the header row.voidExcelAutoFormat.setLeftColumnStyle(ExcelStyle xlsStyle) Sets the style of the left column.voidExcelAutoFormat.setOddColumnStripesStyle(ExcelStyle xlsStyle) Sets the style of the odd columns.voidExcelAutoFormat.setOddRowStripesStyle(ExcelStyle xlsStyle) Sets the style of the odd rows.voidExcelAutoFormat.setRightColumnStyle(ExcelStyle xlsStyle) Sets the style of the right column.voidExcelCell.setStyle(ExcelStyle xlsStyle) Sets the style of the cell.voidExcelColumn.setStyle(ExcelStyle xlsStyle) Sets the style of the column.voidExcelRow.setStyle(ExcelStyle xlsStyle) Sets the style of the row.voidExcelAutoFormat.setTableStyle(ExcelStyle xlsStyle) Sets the style of the table.voidExcelAutoFormat.setTopLeftCellStyle(ExcelStyle xlsStyle) Sets the style of the top left cell.voidExcelAutoFormat.setTopRightCellStyle(ExcelStyle xlsStyle) Sets the style of the top right cell.Constructors in EasyXLS with parameters of type ExcelStyleModifierConstructorDescriptionExcelAutoFormat(ExcelStyle xlsStyleTable) Defines a table autoformat that is initialized with a specific style.ExcelAutoFormat(ExcelStyle xlsStyleTable, ExcelStyle xlsStyleTableHeaderRow, ExcelStyle xlsStyleTableFooterRow) Defines a table autoformat that is initialized with a specific style and has a specific header row and footer row style.ExcelAutoFormat(ExcelStyle xlsStyleEvenRowStripes, ExcelStyle xlsStyleOddRowStripes, ExcelStyle xlsStyleTableHeaderRow, ExcelStyle xlsStyleTableFooterRow) Defines a table autoformat that is initialized with a specific striped style and has a specific header row and footer row style. -
Uses of ExcelStyle in EasyXLS.Constants
Fields in EasyXLS.Constants declared as ExcelStyleModifier and TypeFieldDescriptionconst ExcelStyleStyles.STYLE_ACCOUNTING2_FOOTERThe footer style of the Accounting 2 autoformat.const ExcelStyleStyles.STYLE_ACCOUNTING2_HEADERThe header style of the Accounting 2 autoformat.const ExcelStyleStyles.STYLE_CLASSIC1_HEADERThe header style of the Classic 1 autoformat.const ExcelStyleStyles.STYLE_CLASSIC2_HEADERThe header style of the Classic 2 autoformat.const ExcelStyleStyles.STYLE_CLASSIC3_FOOTERThe footer style of the Classic 3 autoformat.const ExcelStyleStyles.STYLE_CLASSIC3_HEADERThe header style of the Classic 3 autoformat.const ExcelStyleStyles.STYLE_DEFAULTThe default style for the columns and cells.const ExcelStyleStyles.STYLE_EASYXLS_DATAThe cell style of the EasyXLS 1,2,3 autoformats.const ExcelStyleStyles.STYLE_EASYXLS1_FOOTERThe footer style of the EasyXLS 1 autoformat.const ExcelStyleStyles.STYLE_EASYXLS1_HEADERThe header style of the EasyXLS 1 autoformat.const ExcelStyleStyles.STYLE_EASYXLS2_FOOTERThe footer style of the EasyXLS 2 autoformat.const ExcelStyleStyles.STYLE_EASYXLS2_HEADERThe header style of the EasyXLS 2 autoformat.const ExcelStyleStyles.STYLE_LIST2_FOOTERThe footer style of the List 2 autoformat.const ExcelStyleStyles.STYLE_LIST2_HEADERThe header style of the List 2 autoformat.const ExcelStyleStyles.STYLE_SIMPLE_FOOTERThe footer style of the simple autoformat.const ExcelStyleStyles.STYLE_SIMPLE_HEADERThe header style of the simple autoformat.