PersistenceType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PersistenceType extends System.Enum
Specifies the method used to store properties of the ActiveX control.
Fields
Field | Description |
---|---|
NotDefined | Persistance id not specified. |
PersistPropertyBag | Specifies that the ActiveX control is persisted using property-bag-based persistence. |
PersistStream | Specifies that the ActiveX control is persisted using a stream-based persistence that does not support initialization of the ActiveX control to a default state. |
PersistStreamInit | Specifies that the ActiveX control is persisted using a stream-based persistence that supports initialization of the ActiveX control to a default state. |
PersistStorage | Specifies that the ActiveX control is persisted using storage-based persistence. |
NotDefined
public static final int NotDefined
Persistance id not specified.
PersistPropertyBag
public static final int PersistPropertyBag
Specifies that the ActiveX control is persisted using property-bag-based persistence. Property-bag-based persistence stores an ActiveX control by means of a collection of name and value pairs which specify the data persisted by the ActiveX control.
PersistStream
public static final int PersistStream
Specifies that the ActiveX control is persisted using a stream-based persistence that does not support initialization of the ActiveX control to a default state.
PersistStreamInit
public static final int PersistStreamInit
Specifies that the ActiveX control is persisted using a stream-based persistence that supports initialization of the ActiveX control to a default state.
PersistStorage
public static final int PersistStorage
Specifies that the ActiveX control is persisted using storage-based persistence.