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.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class StyleUIHelper
Constructors
StyleUIHelper(RadRichTextBox)
Methods
GetAutomaticSpacingAfterOfParagraphStyle()
Declaration
public bool? GetAutomaticSpacingAfterOfParagraphStyle()
Returns
System.Nullable<System.Boolean>
|
GetAutomaticSpacingBeforeOfParagraphStyle()
Declaration
public bool? GetAutomaticSpacingBeforeOfParagraphStyle()
Returns
System.Nullable<System.Boolean>
|
GetBackgroundOfParagraphStyle()
Declaration
public Color? GetBackgroundOfParagraphStyle()
Returns
System.Nullable<System.Windows.Media.Color>
|
GetBaselineAlignment()
Declaration
public BaselineAlignment? GetBaselineAlignment()
Returns
System.Nullable<BaselineAlignment>
|
GetFirstLineIndentOfParagraphStyle()
Declaration
public double? GetFirstLineIndentOfParagraphStyle()
Returns
System.Nullable<System.Double>
|
GetFlowDirectionOfParagraphStyle()
Declaration
public FlowDirection? GetFlowDirectionOfParagraphStyle()
Returns
System.Nullable<System.Windows.FlowDirection>
|
GetFontFamilyOfSpanStyle()
Declaration
public FontFamily GetFontFamilyOfSpanStyle()
Returns
System.Windows.Media.FontFamily
|
GetFontSizeOfSpanStyle()
Declaration
public double? GetFontSizeOfSpanStyle()
Returns
System.Nullable<System.Double>
|
GetFontStyleOfSpanStyle()
Declaration
public FontStyle? GetFontStyleOfSpanStyle()
Returns
System.Nullable<System.Windows.FontStyle>
|
GetFontWeightOfSpanStyle()
Declaration
public FontWeight? GetFontWeightOfSpanStyle()
Returns
System.Nullable<System.Windows.FontWeight>
|
GetForeColorOfSpanStyle()
Declaration
public Color? GetForeColorOfSpanStyle()
Returns
System.Nullable<System.Windows.Media.Color>
|
GetHighlightColorOfSpanStyle()
Declaration
public Color? GetHighlightColorOfSpanStyle()
Returns
System.Nullable<System.Windows.Media.Color>
|
GetIsBulleted()
Declaration
public bool GetIsBulleted()
Returns
System.Boolean
|
GetIsNumbered()
Declaration
public bool GetIsNumbered()
Returns
System.Boolean
|
GetLeftIndentOfParagraphStyle()
Declaration
public double? GetLeftIndentOfParagraphStyle()
Returns
System.Nullable<System.Double>
|
GetLineSpacingOfParagraphStyle()
Declaration
public double? GetLineSpacingOfParagraphStyle()
Returns
System.Nullable<System.Double>
|
GetLineSpacingTypeOfParagraphStyle()
Declaration
public LineSpacingType? GetLineSpacingTypeOfParagraphStyle()
Returns
System.Nullable<LineSpacingType>
|
GetRightIndentOfParagraphStyle()
Declaration
public double? GetRightIndentOfParagraphStyle()
Returns
System.Nullable<System.Double>
|
GetSpacingAfterOfParagraphStyle()
Declaration
public double? GetSpacingAfterOfParagraphStyle()
Returns
System.Nullable<System.Double>
|
GetSpacingBeforeOfParagraphStyle()
Declaration
public double? GetSpacingBeforeOfParagraphStyle()
Returns
System.Nullable<System.Double>
|
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
|