WdSummaryLength É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.
Spécifie la longueur maximale d'un document récapitulatif généré automatiquement.
public enum class WdSummaryLength
[System.Runtime.InteropServices.Guid("E4E5B4E7-B80E-3791-A642-F574F355AE9A")]
public enum WdSummaryLength
type WdSummaryLength =
Public Enum WdSummaryLength
- Héritage
-
WdSummaryLength
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
wd75Percent | -9 | 75 % de la longueur du document. |
wd50Percent | -8 | 50 % de la longueur du document. |
wd25Percent | -7 | 25 % de la longueur du document. |
wd10Percent | -6 | 10 % de la longueur du document. |
wd500Words | -5 | 500 mots maximum. |
wd100Words | -4 | 100 mots maximum. |
wd20Sentences | -3 | 20 phrases maximum. |
wd10Sentences | -2 | 10 phrases maximum. |