Class SetNumberingValueDialogContext
Represents the context for the Set Numbering Value dialog in the Telerik UI framework. This context is used to manage the settings associated with numbering in documents.
Inheritance
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SetNumberingValueDialogContext : Object
Constructors
SetNumberingValueDialogContext(RadRichTextBox)
Declaration
public SetNumberingValueDialogContext(RadRichTextBox radRichTextBox)
Parameters
RadRichTextBox
radRichTextBox
|
Properties
RadRichTextBox
Represents the RadRichTextBox used in the SetNumberingValueDialogContext.
Declaration
public RadRichTextBox RadRichTextBox { get; }
Property Value
RadRichTextBox
|
Methods
AdvanceValue(Int32, Int32)
Advances the numbering value by the specified increment and sets the new value.
Declaration
public void AdvanceValue(int previousParagraphNumber, int fromNumber)
Parameters
System.Int32
previousParagraphNumber
The current numbering value to be advanced. |
System.Int32
fromNumber
The amount by which to advance the current value. |
StartNewList(Int32)
Initializes a new numbered list in the Set Numbering Value dialog context.
Declaration
public void StartNewList(int fromNumber)
Parameters
System.Int32
fromNumber
The starting value for the new list. |