TextAttributeExtensions Classe
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.
public ref class TextAttributeExtensions abstract sealed
public static class TextAttributeExtensions
type TextAttributeExtensions = class
Public Module TextAttributeExtensions
Héritage
Champs
Méthodes
GetBackgroundColor(ITextAttributes)
GetBold(ITextAttributes)
GetFontName(ITextAttributes)
GetFontSize(ITextAttributes, Nullable<Single>)
GetForegroundColor(ITextAttributes)
GetItalic(ITextAttributes)
GetMarker(ITextAttributes)
GetStrikethrough(ITextAttributes)
GetSubscript(ITextAttributes)
GetSuperscript(ITextAttributes)
GetUnderline(ITextAttributes)
GetUnorderedList(ITextAttributes)
SetBackgroundColor(Dictionary<TextAttribute,String>, String)
SetBold(Dictionary<TextAttribute,String>, Boolean)
SetFontName(Dictionary<TextAttribute,String>, String)
SetFontSize(Dictionary<TextAttribute,String>, Single)
SetForegroundColor(Dictionary<TextAttribute,String>, String)
SetItalic(Dictionary<TextAttribute,String>, Boolean)
SetMarker(Dictionary<TextAttribute,String>, MarkerType)
SetStrikethrough(Dictionary<TextAttribute,String>, Boolean)
SetSubscript(Dictionary<TextAttribute,String>, Boolean)
SetSuperscript(Dictionary<TextAttribute,String>, Boolean)
SetUnderline(Dictionary<TextAttribute,String>, Boolean)
SetUnorderedList(Dictionary<TextAttribute,String>, Boolean)
Union(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>)
S’applique à