Class
HeaderFooterEditingContext

Represents the context for editing headers and footers in a document.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class HeaderFooterEditingContext

Inheritance: objectHeaderFooterEditingContext

Constructors

HeaderFooterEditingContext(Section, HeaderFooterType)

Declaration

cs-api-definition
public HeaderFooterEditingContext(Section currentSection, HeaderFooterType currentHeaderFooterType)

Parameters

currentSection

Section

currentHeaderFooterType

HeaderFooterType

Properties

CurrentHeaderFooterType

Gets the current type of the header or footer being edited.

Declaration

cs-api-definition
public HeaderFooterType CurrentHeaderFooterType { get; }

Property Value

HeaderFooterType

CurrentSection

Gets the current section of the HeaderFooterEditingContext.

Declaration

cs-api-definition
public Section CurrentSection { get; }

Property Value

Section