Defines types of the ole object field
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum OleLinkType
Public Enumeration OleLinkType
public enum class OleLinkType
type OleLinkType
Members
| Member | Value | Description |
|---|---|---|
| Embed | 0 |
Ole object field type is EMBED
|
| Link | 1 |
Ole object field type is LINK
|