WdLinkType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le type de lien.
public enum class WdLinkType
[System.Runtime.InteropServices.Guid("4179EEDA-0598-3CC3-85A8-2FC201D18FC6")]
public enum WdLinkType
type WdLinkType =
Public Enum WdLinkType
- Héritage
-
WdLinkType
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
wdLinkTypeOLE | 0 | Objet OLE. |
wdLinkTypePicture | 1 | Image. |
wdLinkTypeText | 2 | Texte. |
wdLinkTypeReference | 3 | Bibliothèque de référence. |
wdLinkTypeInclude | 4 | Fichier d'inclusion. |
wdLinkTypeImport | 5 | Fichier d'importation. |
wdLinkTypeDDE | 6 | Échange dynamique de données ou DDE (Dynamic Data Exchange). |
wdLinkTypeDDEAuto | 7 | DDE automatique. |
wdLinkTypeChart | 8 | Graphique Microsoft Excel. |