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
| wdNoSelection | 0 | Aucune sélection. |
| wdSelectionBlock | 6 | Sélection de bloc. |
| wdSelectionColumn | 4 | Sélection de colonne. |
| wdSelectionFrame | 3 | Sélection de cadre. |
| wdSelectionInlineShape | 7 | Sélection de forme insérée. |
| wdSelectionIP | 1 | Sélection de paragraphe inséré. |
| wdSelectionNormal | 2 | Sélection normale ou définie par l'utilisateur. |
| wdSelectionRow | 5 | Sélection de ligne. |
| wdSelectionShape | 8 | Sélection de forme. |