Enum ActiveXPersistenceType

Enum ActiveXPersistenceType

Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)

表示持久化方法以持久化 ActiveX 控件。

public enum ActiveXPersistenceType

字段

PropertyBag = 0

数据以 XML 数据形式存储。

Storage = 1

数据以存储的二进制数据形式存储。

Stream = 2

数据以流的二进制数据形式存储。

StreamInit = 3

数据以流初始化的二进制数据形式存储。

 中文