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
| wdLinkTypeChart | 8 | Graphique Microsoft Excel. |
| wdLinkTypeDDE | 6 | Échange dynamique de données ou DDE (Dynamic Data Exchange). |
| wdLinkTypeDDEAuto | 7 | DDE automatique. |
| wdLinkTypeImport | 5 | Fichier d'importation. |
| wdLinkTypeInclude | 4 | Fichier d'inclusion. |
| wdLinkTypeOLE | 0 | Objet OLE. |
| wdLinkTypePicture | 1 | Image. |
| wdLinkTypeReference | 3 | Bibliothèque de référence. |
| wdLinkTypeText | 2 | Texte. |