Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Class and Description |
---|---|
class |
Style
Represents a workbook (master) style which can be shared by multiple cells.
|
Modifier and Type | Method and Description |
---|---|
static CellStyle |
CellStyle.create(com.gembox.spreadsheet.internal.styles.StyleHandler handler)
Deprecated.
This method is internal and should not be used.
|
CellStyle |
SortLevel.getStyle()
Deprecated.
This method is internal and should not be used.
|
CellStyle |
ExcelColumnRowBase.getStyle()
Gets the cell formatting of cells in this column / row.
|
CellStyle |
AbstractRange.getStyle()
Gets the cell formatting of one or more cells.
|
Modifier and Type | Method and Description |
---|---|
void |
CellStyle.set(CellStyle value)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelColumnRowBase.setStyle(CellStyle style)
Sets the cell formatting of cells in this column / row.
|
void |
AbstractRange.setStyle(CellStyle value)
Sets the cell formatting of one or more cells.
|
Modifier and Type | Method and Description |
---|---|
CellStyle |
UniqueOrDuplicateCondition.getStyle()
Gets the actual formatting which will be applied to a cell if its value satisfies this
UniqueOrDuplicateCondition . |
CellStyle |
TopOrBottomRankedCondition.getStyle()
Gets the actual formatting which will be applied to a cell if its value satisfies this
TopOrBottomRankedCondition . |
CellStyle |
FormulaCondition.getStyle()
Gets the actual formatting which will be applied to a cell if its value satisfies this
FormulaCondition . |
CellStyle |
ContainCondition.getStyle()
Gets the actual formatting which will be applied to a cell if its value satisfies this
ContainCondition . |
CellStyle |
AboveOrBelowAverageCondition.getStyle()
Gets the actual formatting which will be applied to a cell if its value satisfies this
AboveOrBelowAverageCondition . |
© GemBox d.o.o. — All rights reserved.