All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.CellValueFormatStrategy.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





CellValueFormatStrategy




com.aspose.cells
Class CellValueFormatStrategy

java.lang.Object
    extended by com.aspose.cells.CellValueFormatStrategy

public class CellValueFormatStrategy 
extends java.lang.Object

Utility class containing constants. Specifies how to apply style for the value of the cell.


Field Summary
static final intNONE
           Not formatted.
static final intCELL_STYLE
           Only formatted with the cell's original style.
static final intDISPLAY_STYLE
           Formatted with the cell's displayed style.
static final intDISPLAY_STRING
           Gets the displayed string shown in ms excel. The main difference from 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.
 

Field Detail

NONE

public static final int NONE
Not formatted.

CELL_STYLE

public static final int CELL_STYLE
Only formatted with the cell's original style.

DISPLAY_STYLE

public static final int DISPLAY_STYLE
Formatted with the cell's displayed style.

DISPLAY_STRING

public static final int DISPLAY_STRING
Gets the displayed string shown in ms excel. The main difference from 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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy