java.lang.Object
com.aspose.cells.ActiveXPersistenceType
public class ActiveXPersistenceType
- extends java.lang.Object
Utility class containing constants.
Represents the persistence method to persist an ActiveX control.
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.
|
PROPERTY_BAG | |
public static final int PROPERTY_BAG |
-
The data is stored as xml data.
STORAGE | |
public static final int STORAGE |
-
The data is stored as a storage binary data.
STREAM | |
public static final int STREAM |
-
The data is stored as a stream binary data.
STREAM_INIT | |
public static final int STREAM_INIT |
-
The data is stored as a streaminit binary data.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.