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

데이터는 스트림 초기화 이진 데이터로 저장됩니다.

 한국어