Defines types of the ole object field

Namespace: Spire.Doc.Documents
Assembly: 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

MemberValueDescription
Embed0
Ole object field type is EMBED
Link1
Ole object field type is LINK

See Also