WdTextFormFieldType É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 champ de formulaire de texte.
public enum class WdTextFormFieldType
[System.Runtime.InteropServices.Guid("79490EA3-7A77-3A2D-8D1A-A15E6B216CBE")]
public enum WdTextFormFieldType
type WdTextFormFieldType =
Public Enum WdTextFormFieldType
- Héritage
-
WdTextFormFieldType
- Attributs
Champs
| wdCalculationText | 5 | Champ de texte Calcul. |
| wdCurrentDateText | 3 | Champ de texte Date du jour. |
| wdCurrentTimeText | 4 | Champ de texte Heure actuelle. |
| wdDateText | 2 | Champ de texte Date. |
| wdNumberText | 1 | Champ de texte Nombre. |
| wdRegularText | 0 | Champ de texte Normal. |