TextOverflowMode
TextOverflowMode enumeration
Sets the text overflow mode for rendering spreadsheet documents into HTML.
public enum TextOverflowMode
Values
| Name | Value | Description |
|---|---|---|
| Overlay | 0 |
Overlay next cells even they are not empty. |
| OverlayIfNextIsEmpty | 1 |
Overlay next cells only if they are empty. Default value. |
| AutoFitColumn | 2 |
Expand columns to fit the text. |
| HideText | 3 |
Hide overflow text. |
Remarks
For details, see the documentation.
See Also
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer