WdGoToItem É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 d'élément avant lequel le point d'insertion ou la sélection sera déplacé.
public enum class WdGoToItem
[System.Runtime.InteropServices.Guid("3568EE18-032C-39F9-A32B-179BC05CB782")]
public enum WdGoToItem
type WdGoToItem =
Public Enum WdGoToItem
- Héritage
-
WdGoToItem
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
wdGoToBookmark | -1 | Signet. |
wdGoToSection | 0 | Section. |
wdGoToPage | 1 | Page. |
wdGoToTable | 2 | Tableau. |
wdGoToLine | 3 | Ligne. |
wdGoToFootnote | 4 | Note de bas de page. |
wdGoToEndnote | 5 | Note de fin. |
wdGoToComment | 6 | Commentaire. |
wdGoToField | 7 | Champ. |
wdGoToGraphic | 8 | Graphisme. |
wdGoToObject | 9 | Objet. |
wdGoToEquation | 10 | Équation. |
wdGoToHeading | 11 | Titre. |
wdGoToPercent | 12 | Pourcentage. |
wdGoToSpellingError | 13 | Faute d'orthographe. |
wdGoToGrammaticalError | 14 | Erreur de grammaire. |
wdGoToProofreadingError | 15 | Faute de grammaire ou d'orthographe. |