Package | Description |
---|---|
com.gembox.spreadsheet.tables |
Contains types that constitute model of Tables.
|
Modifier and Type | Method and Description |
---|---|
static TableStyleOptions |
TableStyleOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableStyleOptions[] |
TableStyleOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<TableStyleOptions> |
Table.getStyleOptions()
Gets the options to be applied to the
Table style. |
Modifier and Type | Method and Description |
---|---|
void |
Table.setStyleOptions(EnumSet<TableStyleOptions> value)
Sets the options to be applied to the
Table style. |
© GemBox d.o.o. — All rights reserved.