Uses of Class
EasyXLS.ExcelStyle
-
Uses of ExcelStyle in EasyXLS
Modifier 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.Modifier and TypeMethodDescriptionvoid
ExcelTable.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.void
ExcelTable.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.
void
ExcelTable.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.
bool
ExcelStyle.IsEqual(ExcelStyle xlsCompare)
Compares two styles.void
ExcelAutoFormat.setBottomLeftCellStyle(ExcelStyle xlsStyle)
Sets the style of the bottom left cell.void
ExcelAutoFormat.setBottomRightCellStyle(ExcelStyle xlsStyle)
Sets the style of the bottom right cell.void
ExcelAutoFormat.setEvenColumnStripesStyle(ExcelStyle xlsStyle)
Sets the style of the even columns.void
ExcelAutoFormat.setEvenRowStripesStyle(ExcelStyle xlsStyle)
Sets the style of the even rows.void
ExcelAutoFormat.setFooterRowStyle(ExcelStyle xlsStyle)
Sets the style of the footer row.void
ExcelAutoFormat.setHeaderRowStyle(ExcelStyle xlsStyle)
Sets the style of the header row.void
ExcelAutoFormat.setLeftColumnStyle(ExcelStyle xlsStyle)
Sets the style of the left column.void
ExcelAutoFormat.setOddColumnStripesStyle(ExcelStyle xlsStyle)
Sets the style of the odd columns.void
ExcelAutoFormat.setOddRowStripesStyle(ExcelStyle xlsStyle)
Sets the style of the odd rows.void
ExcelAutoFormat.setRightColumnStyle(ExcelStyle xlsStyle)
Sets the style of the right column.void
ExcelCell.setStyle(ExcelStyle xlsStyle)
Sets the style of the cell.void
ExcelColumn.setStyle(ExcelStyle xlsStyle)
Sets the style of the column.void
ExcelRow.setStyle(ExcelStyle xlsStyle)
Sets the style of the row.void
ExcelAutoFormat.setTableStyle(ExcelStyle xlsStyle)
Sets the style of the table.void
ExcelAutoFormat.setTopLeftCellStyle(ExcelStyle xlsStyle)
Sets the style of the top left cell.void
ExcelAutoFormat.setTopRightCellStyle(ExcelStyle xlsStyle)
Sets the style of the top right cell.ModifierConstructorDescriptionExcelAutoFormat(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
Modifier and TypeFieldDescriptionconst ExcelStyle
Styles.STYLE_ACCOUNTING2_FOOTER
The footer style of the Accounting 2 autoformat.const ExcelStyle
Styles.STYLE_ACCOUNTING2_HEADER
The header style of the Accounting 2 autoformat.const ExcelStyle
Styles.STYLE_CLASSIC1_HEADER
The header style of the Classic 1 autoformat.const ExcelStyle
Styles.STYLE_CLASSIC2_HEADER
The header style of the Classic 2 autoformat.const ExcelStyle
Styles.STYLE_CLASSIC3_FOOTER
The footer style of the Classic 3 autoformat.const ExcelStyle
Styles.STYLE_CLASSIC3_HEADER
The header style of the Classic 3 autoformat.const ExcelStyle
Styles.STYLE_DEFAULT
The default style for the columns and cells.const ExcelStyle
Styles.STYLE_EASYXLS_DATA
The cell style of the EasyXLS 1,2,3 autoformats.const ExcelStyle
Styles.STYLE_EASYXLS1_FOOTER
The footer style of the EasyXLS 1 autoformat.const ExcelStyle
Styles.STYLE_EASYXLS1_HEADER
The header style of the EasyXLS 1 autoformat.const ExcelStyle
Styles.STYLE_EASYXLS2_FOOTER
The footer style of the EasyXLS 2 autoformat.const ExcelStyle
Styles.STYLE_EASYXLS2_HEADER
The header style of the EasyXLS 2 autoformat.const ExcelStyle
Styles.STYLE_LIST2_FOOTER
The footer style of the List 2 autoformat.const ExcelStyle
Styles.STYLE_LIST2_HEADER
The header style of the List 2 autoformat.const ExcelStyle
Styles.STYLE_SIMPLE_FOOTER
The footer style of the simple autoformat.const ExcelStyle
Styles.STYLE_SIMPLE_HEADER
The header style of the simple autoformat.