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()
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)
The text overflow mode for rendering spreadsheet documents into HTML.
|