public final class TextOverflowMode
extends com.aspose.ms.System.Enum
Text overflow mode for rendering Cells documents to HTML
Modifier and Type | Field and Description |
---|---|
static int |
AutoFitColumn
Expand columns to fit the text
|
static int |
HideText
Hide overflow text
|
static int |
Overlay
Overlay next cells even they are not empty
|
static int |
OverlayIfNextIsEmpty
Overlay next cells only if they are not empty
|
public static final int AutoFitColumn
Expand columns to fit the text
public static final int HideText
Hide overflow text
public static final int Overlay
Overlay next cells even they are not empty
public static final int OverlayIfNextIsEmpty
Overlay next cells only if they are not empty