WdSelectionType É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 sélection.
public enum class WdSelectionType
[System.Runtime.InteropServices.Guid("475FDD97-B63F-3209-8EB6-7250FE13BCDF")]
public enum WdSelectionType
type WdSelectionType =
Public Enum WdSelectionType
- Héritage
-
WdSelectionType
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
wdNoSelection | 0 | Aucune sélection. |
wdSelectionIP | 1 | Sélection de paragraphe inséré. |
wdSelectionNormal | 2 | Sélection normale ou définie par l'utilisateur. |
wdSelectionFrame | 3 | Sélection de cadre. |
wdSelectionColumn | 4 | Sélection de colonne. |
wdSelectionRow | 5 | Sélection de ligne. |
wdSelectionBlock | 6 | Sélection de bloc. |
wdSelectionInlineShape | 7 | Sélection de forme insérée. |
wdSelectionShape | 8 | Sélection de forme. |