Click or drag to resize

OleLinkType Enumeration

Defines types of the ole object field

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum OleLinkType
Members
Member name Value Description
None 0 No specific type.
Embed 1 Ole object field type is EMBED
Link 2 Ole object field type is LINK
Control 3 Ole object field type is Control.
See Also