Class StyleUIHelper
Inheritance
System.Object
StyleUIHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class StyleUIHelper
Constructors
StyleUIHelper(RadRichTextBox)
Methods
GetBaselineAlignment()
Declaration
public BaselineAlignment? GetBaselineAlignment()
Returns
System.Nullable<BaselineAlignment>
|
GetFontFamilyOfSpanStyle()
GetFontSizeOfSpanStyle()
Declaration
public double? GetFontSizeOfSpanStyle()
Returns
System.Nullable<System.Double>
|
GetFontStyleOfSpanStyle()
GetFontWeightOfSpanStyle()
GetForeColorOfSpanStyle()
GetHighlightColorOfSpanStyle()
GetIsBulleted()
Declaration
public bool GetIsBulleted()
Returns
System.Boolean
|
GetIsNumbered()
Declaration
public bool GetIsNumbered()
Returns
System.Boolean
|
GetParagraphTextFlowDirection()
Declaration
public FlowDirection? GetParagraphTextFlowDirection()
Returns
System.Nullable<FlowDirection>
|
GetStrikeThroughOfSpanStyle()
Declaration
public bool? GetStrikeThroughOfSpanStyle()
Returns
System.Nullable<System.Boolean>
|
GetTextAlignmentOfParagraphStyle()
Declaration
public RadTextAlignment? GetTextAlignmentOfParagraphStyle()
Returns
System.Nullable<RadTextAlignment>
|
GetUnderline()
Declaration
public bool? GetUnderline()
Returns
System.Nullable<System.Boolean>
|
GetUnderlineDecoration()
Declaration
public IUnderlineUIDecorationProvider GetUnderlineDecoration()
Returns
IUnderlineUIDecorationProvider
|