public final class PersistenceType
extends com.aspose.ms.System.Enum
Specifies the method used to store properties of the ActiveX control.
Modifier and Type | Field and Description |
---|---|
static int |
NotDefined
Persistance id not specified.
|
static int |
PersistPropertyBag
Specifies that the ActiveX control is persisted using property-bag-based persistence.
|
static int |
PersistStorage
Specifies that the ActiveX control is persisted using storage-based persistence.
|
static 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.
|
static 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.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotDefined
Persistance id not specified.
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.
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.
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.
public static final int PersistStorage
Specifies that the ActiveX control is persisted using storage-based persistence.