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 | Method and Description |
---|---|
SpreadsheetIconStyle |
SpreadsheetIcon.getIconStyle()
Gets the icon style.
|
static SpreadsheetIconStyle |
SpreadsheetIconStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetIconStyle[] |
SpreadsheetIconStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
SpreadsheetIcon.getCount(SpreadsheetIconStyle value)
Deprecated.
This method is internal and should not be used.
|
Constructor and Description |
---|
SpreadsheetIcon(SpreadsheetIconStyle iconStyle,
int id)
Initializes a new instance of the
SpreadsheetIcon . |
Modifier and Type | Method and Description |
---|---|
SpreadsheetIconStyle |
IconSetCondition.getIconStyle()
Gets the icon style for all icons contained in the
icons collection. |
SpreadsheetIconStyle |
ConditionalIconCollection.getIconStyle()
Deprecated.
This method is internal and should not be used.
|
SpreadsheetIconStyle |
ConditionalIconCollection.getOriginalIconStyle()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
IconSetCondition.setIconStyle(SpreadsheetIconStyle iconStyle)
Sets the icon style for all icons contained in the
icons collection. |
void |
ConditionalIconCollection.setIconStyle(SpreadsheetIconStyle value)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.