java.lang.Object
com.aspose.cells.ActiveXPersistenceType
public class ActiveXPersistenceType
| Field Summary | ||
|---|---|---|
static final int | PROPERTY_BAG | |
| The data is stored as xml data. | ||
static final int | STORAGE | |
| The data is stored as a storage binary data. | ||
static final int | STREAM | |
| The data is stored as a stream binary data. | ||
static final int | STREAM_INIT | |
| The data is stored as a streaminit binary data. | ||
| Field Detail |
|---|
PROPERTY_BAG | |
public static final int PROPERTY_BAG | |
STORAGE | |
public static final int STORAGE | |
STREAM | |
public static final int STREAM | |
STREAM_INIT | |
public static final int STREAM_INIT | |