Class
InsertTableOfContentsDialogContext

Represents the context for the Insert Table of Contents dialog. This class provides functionality to manage the user interface for inserting a table of contents within a document, allowing users to configure various options related to the table appearance and behavior.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class InsertTableOfContentsDialogContext

Inheritance: objectInsertTableOfContentsDialogContext

Constructors

InsertTableOfContentsDialogContext(RadDocument)

Declaration

cs-api-definition
public InsertTableOfContentsDialogContext(RadDocument document)

Parameters

document

RadDocument

Properties

Document

Represents the context for the Insert Table of Contents dialog in the Telerik Windows Documents UI.

Declaration

cs-api-definition
public RadDocument Document { get; set; }

Property Value

RadDocument

Methods

InsertField(TableOfContentsField)

Inserts a Table of Contents field into the document context.

Declaration

cs-api-definition
public void InsertField(TableOfContentsField field)

Parameters

field

TableOfContentsField

The Table of Contents field to be inserted.