public final class CellValueFormatStrategy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CELL_STYLE
Only formatted with the cell's original style.
|
static int |
DISPLAY_STRING
Gets the displayed string shown in ms excel.
|
static int |
DISPLAY_STYLE
Formatted with the cell's displayed style.
|
static int |
NONE
Not formatted.
|
public static final int NONE
public static final int CELL_STYLE
public static final int DISPLAY_STYLE
public static final int DISPLAY_STRING
DISPLAY_STYLE is this option also considers the effect of column width.
If the column width is too small to show the formatted string completely,
"#" may be shown, just like what ms excel does.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.