Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static XlsxType |
XlsxType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XlsxType[] |
XlsxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<XlsxType> |
XlsxSaveOptions.getType()
Specifies type of generated file.
|
Modifier and Type | Method and Description |
---|---|
void |
XlsxSaveOptions.setType(Optional<XlsxType> type)
Specifies type of generated file.
|
© GemBox Ltd. — All rights reserved.