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 StyleFormattingPropertiesDialogContext class. Use it for creation of new style.
Declaration
public StyleFormattingPropertiesDialogContext(string dialogTitle, RadRichTextBox owner)
Parameters
System.String
dialogTitle
The dialog title. |
RadRichTextBox
owner
The owner. |
StyleFormattingPropertiesDialogContext(String, ListStyle, RadRichTextBox)
Initializes a new instance of the StyleFormattingPropertiesDialogContext class. Use it for editing of list style.
Declaration
public StyleFormattingPropertiesDialogContext(string dialogTitle, ListStyle realListStyle, RadRichTextBox owner)
Parameters
System.String
dialogTitle
The dialog title. |
ListStyle
realListStyle
The real list style. |
RadRichTextBox
owner
The owner. |
StyleFormattingPropertiesDialogContext(String, StyleDefinition, RadRichTextBox)
Initializes a new instance of the StyleFormattingPropertiesDialogContext class. Use it for editing of style definition.
Declaration
public StyleFormattingPropertiesDialogContext(string dialogTitle, StyleDefinition realStyleDefinition, RadRichTextBox owner)
Parameters
System.String
dialogTitle
The dialog title. |
StyleDefinition
realStyleDefinition
The real style definition. |
RadRichTextBox
owner
The owner. |
StyleFormattingPropertiesDialogContext(String, StyleType, RadRichTextBox)
Initializes a new instance of the StyleFormattingPropertiesDialogContext class. Use it for creation of new style with specified type.
Declaration
public StyleFormattingPropertiesDialogContext(string dialogTitle, StyleType styleType, RadRichTextBox owner)
Parameters
System.String
dialogTitle
The dialog title. |
StyleType
styleType
Type of the style. |
RadRichTextBox
owner
The owner. |
Properties
DialogTitle
Declaration
public string DialogTitle { get; }
Property Value
System.String
|
Document
Owner
RealListStyle
RealStyleDefinition
StyleCollection
StyleType
Methods
AddListStyle(ListStyle)
AddStyleDefinition(StyleDefinition)
Declaration
public virtual void AddStyleDefinition(StyleDefinition style)
Parameters
StyleDefinition
style
|
EditListStyle(ListStyle)
EditStyleDefinition(StyleDefinition)
Declaration
public virtual void EditStyleDefinition(StyleDefinition style)
Parameters
StyleDefinition
style
|
GetCharacterStyle()
GetLinkedStyle()
GetListStyle()
GetParagraphStyle()
GetShowInsertSymbolDialogAction()
Declaration
public virtual Action<Action<char, FontFamily>, FontFamily, RadRichTextBox> GetShowInsertSymbolDialogAction()
Returns
System.Action<System.Action<System.Char, System.Windows.Media.FontFamily>, System.Windows.Media.FontFamily, RadRichTextBox>
|
GetStyle(StyleType)
Declaration
public virtual StyleDefinition GetStyle(StyleType styleType)
Parameters
StyleType
styleType
|
Returns
StyleDefinition
|