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