Click or drag to resize

DocumentObjectCollection ChangeItemsType Enumeration

Specifies Item DocumentObject type.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum ChangeItemsType
Members
Member name Value Description
Add 0 Add entity type.
Remove 1 Remove DocumentObject type.
Clear 2 Clear DocumentObject type.
See Also