| Package | Description |
|---|---|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| Modifier and Type | Method and Description |
|---|---|
TextOverflowMode |
SpreadsheetOptions.getTextOverflowMode()
Returns the text overflow mode for rendering spreadsheet documents into HTML.
|
static TextOverflowMode |
TextOverflowMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextOverflowMode[] |
TextOverflowMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetOptions.setTextOverflowMode(TextOverflowMode value)
Sets the text overflow mode for rendering spreadsheet documents into HTML.
|
Copyright © 2024. All rights reserved.