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.
Inheritance
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class InsertTableOfContentsDialogContext : Object
Constructors
InsertTableOfContentsDialogContext(RadDocument)
Declaration
public InsertTableOfContentsDialogContext(RadDocument document)
Parameters
RadDocument
document
|
Properties
Document
Represents the context for the Insert Table of Contents dialog in the Telerik Windows Documents UI.
Declaration
public RadDocument Document { get; set; }
Property Value
RadDocument
|
Methods
InsertField(TableOfContentsField)
Inserts a Table of Contents field into the document context.
Declaration
public void InsertField(TableOfContentsField field)
Parameters
TableOfContentsField
field
The Table of Contents field to be inserted. |