public final class TextOverflowMode
extends com.aspose.ms.System.Enum
Defines text overflow mode for rendering spreadsheet documents into 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 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 empty.
Copyright © 2020. All rights reserved.