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.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SetNumberingValueDialogContext

Inheritance: objectSetNumberingValueDialogContext

Constructors

SetNumberingValueDialogContext(RadRichTextBox)

Declaration

cs-api-definition
public SetNumberingValueDialogContext(RadRichTextBox radRichTextBox)

Parameters

radRichTextBox

RadRichTextBox

Properties

RadRichTextBox

Represents the RadRichTextBox used in the SetNumberingValueDialogContext.

Declaration

cs-api-definition
public RadRichTextBox RadRichTextBox { get; }

Property Value

RadRichTextBox

Methods

AdvanceValue(int, int)

Advances the numbering value by the specified increment and sets the new value.

Declaration

cs-api-definition
public void AdvanceValue(int previousParagraphNumber, int fromNumber)

Parameters

previousParagraphNumber

int

The current numbering value to be advanced.

fromNumber

int

The amount by which to advance the current value.

StartNewList(int)

Initializes a new numbered list in the Set Numbering Value dialog context.

Declaration

cs-api-definition
public void StartNewList(int fromNumber)

Parameters

fromNumber

int

The starting value for the new list.