ClassInsertTableOfContentsDialogContext
Class
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
Properties
Document
Represents the context for the Insert Table of Contents dialog in the Telerik Windows Documents UI.
Methods
InsertField(TableOfContentsField)
Inserts a Table of Contents field into the document context.
Declaration
cs-api-definition
public void InsertField(TableOfContentsField field)
Parameters
field
The Table of Contents field to be inserted.