TextDecorations É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 une mise en forme du texte spéciale pour le texte dans un élément de rapport.
public enum class TextDecorations
public enum TextDecorations
type TextDecorations =
Public Enum TextDecorations
- Héritage
-
TextDecorations
Champs
Default | 0 | Le format de texte est par défaut. |
LineThrough | 4 | Le format de texte est LineThrough. |
None | 1 | Aucun format de texte. |
Overline | 3 | Le format de texte est surligne. |
Underline | 2 | Le format de texte est souligné. |