Class StyleFormattingPropertiesDialogContext
Inheritance
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class StyleFormattingPropertiesDialogContext : Object
Constructors
StyleFormattingPropertiesDialogContext(String, RadRichTextBox)
Initializes a new instance of the Style
Declaration
public StyleFormattingPropertiesDialogContext(string dialogTitle, RadRichTextBox owner)
Parameters
System. The dialog title. |
Rad The owner. |
StyleFormattingPropertiesDialogContext(String, ListStyle, RadRichTextBox)
Initializes a new instance of the Style
Declaration
public StyleFormattingPropertiesDialogContext(string dialogTitle, ListStyle realListStyle, RadRichTextBox owner)
Parameters
System. The dialog title. |
List The real list style. |
Rad The owner. |
StyleFormattingPropertiesDialogContext(String, StyleDefinition, RadRichTextBox)
Initializes a new instance of the Style
Declaration
public StyleFormattingPropertiesDialogContext(string dialogTitle, StyleDefinition realStyleDefinition, RadRichTextBox owner)
Parameters
System. The dialog title. |
Style The real style definition. |
Rad The owner. |
StyleFormattingPropertiesDialogContext(String, StyleType, RadRichTextBox)
Initializes a new instance of the Style
Declaration
public StyleFormattingPropertiesDialogContext(string dialogTitle, StyleType styleType, RadRichTextBox owner)
Parameters
System. The dialog title. |
Style Type of the style. |
Rad The owner. |
Properties
DialogTitle
Declaration
public string DialogTitle { get; }
Property Value
System.
|
Document
Owner
RealListStyle
RealStyleDefinition
StyleCollection
StyleType
Methods
AddListStyle(ListStyle)
AddStyleDefinition(StyleDefinition)
Declaration
public virtual void AddStyleDefinition(StyleDefinition style)
Parameters
Style
|
EditListStyle(ListStyle)
EditStyleDefinition(StyleDefinition)
Declaration
public virtual void EditStyleDefinition(StyleDefinition style)
Parameters
Style
|
GetCharacterStyle()
GetLinkedStyle()
GetListStyle()
GetParagraphStyle()
GetShowInsertSymbolDialogAction()
Declaration
public virtual Action<Action<char, FontFamily>, FontFamily, RadRichTextBox> GetShowInsertSymbolDialogAction()
Returns
System.
|
GetStyle(StyleType)
Declaration
public virtual StyleDefinition GetStyle(StyleType styleType)
Parameters
Style
|