ClassStyleFormattingPropertiesDialogContext
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class StyleFormattingPropertiesDialogContext
Inheritance: objectStyleFormattingPropertiesDialogContext
Constructors
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
dialogTitle
The dialog title.
realListStyle
The real list style.
owner
The owner.
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
dialogTitle
The dialog title.
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
dialogTitle
The dialog title.
realStyleDefinition
The real style definition.
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
dialogTitle
The dialog title.
styleType
Type of the style.
owner
The owner.
Properties
RealStyleDefinition
Declaration
public StyleDefinition RealStyleDefinition { get; }
Property Value
StyleCollection
Declaration
public StyleCollection StyleCollection { get; }
Property Value
Methods
AddListStyle(ListStyle)
Declaration
public virtual void AddListStyle(ListStyle listStyle)
Parameters
listStyle
AddStyleDefinition(StyleDefinition)
Declaration
public virtual void AddStyleDefinition(StyleDefinition style)
Parameters
style
EditListStyle(ListStyle)
Declaration
public virtual void EditListStyle(ListStyle listStyle)
Parameters
listStyle
EditStyleDefinition(StyleDefinition)
Declaration
public virtual void EditStyleDefinition(StyleDefinition style)
Parameters
style
GetCharacterStyle()
Declaration
public virtual StyleDefinition GetCharacterStyle()
Returns
GetLinkedStyle()
Declaration
public virtual StyleDefinition GetLinkedStyle()
Returns
GetParagraphStyle()
Declaration
public virtual StyleDefinition GetParagraphStyle()
Returns
GetShowInsertSymbolDialogAction()
Declaration
public virtual Action<Action<char, FontFamily>, FontFamily, RadRichTextBox> GetShowInsertSymbolDialogAction()
Returns
Action<Action<char, FontFamily>, FontFamily, RadRichTextBox>
GetStyle(StyleType)
Declaration
public virtual StyleDefinition GetStyle(StyleType styleType)
Parameters
styleType
Returns
GetTableStyle()
Declaration
public virtual StyleDefinition GetTableStyle()
Returns