Package | Description |
---|---|
com.gembox.spreadsheet.tables |
Contains types that constitute model of Tables.
|
Modifier and Type | Method and Description |
---|---|
BuiltInTableStyleName |
Table.getBuiltInStyle()
Gets the built-in style used in the body of the
Table . |
static BuiltInTableStyleName |
BuiltInTableStyleName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInTableStyleName[] |
BuiltInTableStyleName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setBuiltInStyle(BuiltInTableStyleName value)
Sets the built-in style used in the body of the
Table . |
© GemBox Ltd. — All rights reserved.