WdLinkType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of link.
public enum class WdLinkType
[System.Runtime.InteropServices.Guid("4179EEDA-0598-3CC3-85A8-2FC201D18FC6")]
public enum WdLinkType
type WdLinkType =
Public Enum WdLinkType
- Inheritance
-
WdLinkType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdLinkTypeOLE | 0 | OLE object. |
wdLinkTypePicture | 1 | Picture. |
wdLinkTypeText | 2 | Text. |
wdLinkTypeReference | 3 | Reference library. |
wdLinkTypeInclude | 4 | Include file. |
wdLinkTypeImport | 5 | Import file. |
wdLinkTypeDDE | 6 | Dynamic Data Exchange. |
wdLinkTypeDDEAuto | 7 | DDE automatic. |
wdLinkTypeChart | 8 | Microsoft Excel chart. |