Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
ScriptPosition |
ExcelFont.getScriptPosition()
Gets the vertical position of the text relative to the text's default appearance.
|
static ScriptPosition |
ScriptPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptPosition[] |
ScriptPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelFont.setScriptPosition(ScriptPosition value)
Sets the vertical position of the text relative to the text's default appearance.
|
© GemBox Ltd. — All rights reserved.