com.aspose.cells
Class MemorySetting

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

public class MemorySetting 
extends java.lang.Object

Utility class containing constants. Memory usage options.


Field Summary
static final intNORMAL
           Default option for cells model.
static final intMEMORY_PREFERENCE
           Memory performance preferrable. With this option the data will be held in compact format so for common scenarios it may give lower memory cost. However, this option also may degrade R/W performance a bit in some special cases.
 

Field Detail

NORMAL

public static final int NORMAL
Default option for cells model. This option is applied for all versions.

MEMORY_PREFERENCE

public static final int MEMORY_PREFERENCE
Memory performance preferrable. With this option the data will be held in compact format so for common scenarios it may give lower memory cost. However, this option also may degrade R/W performance a bit in some special cases. This option is available since v 8.0.0.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.