Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static FillPatternStyle |
FillPatternStyle.forValue(int value)
Deprecated.
This method is internal and should not be used.
|
FillPatternStyle |
ExcelFillPattern.getPatternStyle()
Gets the pattern fill style.
|
static FillPatternStyle |
FillPatternStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillPatternStyle[] |
FillPatternStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelFillPattern.setPattern(FillPatternStyle patternStyle,
SpreadsheetColor foregroundColor,
SpreadsheetColor backgroundColor)
Sets the pattern fill.
|
void |
ExcelFillPattern.setPatternStyle(FillPatternStyle patternStyle)
Sets the pattern fill style.
|
© GemBox Ltd. — All rights reserved.