TextAttributeExtensions Class

Definition

public ref class TextAttributeExtensions abstract sealed
public static class TextAttributeExtensions
type TextAttributeExtensions = class
Public Module TextAttributeExtensions
Inheritance
TextAttributeExtensions

Fields

DefaultFontSize

Methods

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>)

Applies to