Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static BuiltInDocumentProperties |
BuiltInDocumentProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInDocumentProperties[] |
BuiltInDocumentProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<BuiltInDocumentProperties,String> |
DocumentProperties.getBuiltIn()
Gets a collection of built-in document properties.
|
Modifier and Type | Method and Description |
---|---|
String |
DocumentProperties.getBuiltIn(BuiltInDocumentProperties builtInDocumentProperty)
Gets a built-in property
This method has the same effect as using
properties. |
String |
DocumentProperties.setBuiltIn(BuiltInDocumentProperties builtInDocumentProperty,
String value)
Sets a built-in property
This method has the same effect as using
properties. |
© GemBox Ltd. — All rights reserved.