TextOverflowMode Enumeration |
Defines text overflow mode for rendering spreadsheet documents into HTML.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntaxpublic enum TextOverflowMode
Public Enumeration TextOverflowMode
public enum class TextOverflowMode
Members
| Member name | Value | Description |
---|
| Overlay | 0 |
Overlay next cells even they are not empty.
|
| OverlayIfNextIsEmpty | 1 |
Overlay next cells only if they are empty.
|
| AutoFitColumn | 2 |
Expand columns to fit the text.
|
| HideText | 3 |
Hide overflow text.
|
See Also