TextDecorations Énumération

Définition

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é.

S’applique à