Class
HeaderFooterEditModeOverlay

Represents the overlay mode for editing header and footer in RadRichTextBox.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class HeaderFooterEditModeOverlay : Control

Inheritance: objectHeaderFooterEditModeOverlay

Constructors

HeaderFooterEditModeOverlay()

Declaration

cs-api-definition
public HeaderFooterEditModeOverlay()

Fields

FooterTextProperty

Declaration

cs-api-definition
public static readonly DependencyProperty FooterTextProperty

Field Value

DependencyProperty

HeaderTextProperty

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderTextProperty

Field Value

DependencyProperty

IsFooterLinkedToPreviousProperty

Declaration

cs-api-definition
public static readonly DependencyProperty IsFooterLinkedToPreviousProperty

Field Value

DependencyProperty

IsHeaderLinkedToPreviousProperty

Declaration

cs-api-definition
public static readonly DependencyProperty IsHeaderLinkedToPreviousProperty

Field Value

DependencyProperty

SectionNumberProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SectionNumberProperty

Field Value

DependencyProperty

Properties

FooterText

Gets or sets the footer text for the HeaderFooterEditModeOverlay.

Declaration

cs-api-definition
public string FooterText { get; set; }

Property Value

string

A string representing the footer text displayed in the overlay.

HeaderText

Gets or sets the text displayed in the header of the footer edit mode overlay.

Declaration

cs-api-definition
public string HeaderText { get; set; }

Property Value

string

A string that represents the header text. Returns an empty string if not set.

IsFooterLinkedToPrevious

Gets or sets a value indicating whether the footer is linked to the previous footer in the document.

Declaration

cs-api-definition
public bool IsFooterLinkedToPrevious { get; set; }

Property Value

bool

A boolean value that specifies if the footer is linked to the previous footer. Returns true if the footer is linked; otherwise, false.

IsHeaderLinkedToPrevious

Gets a value indicating whether the header is linked to the previous header in the document.

Declaration

cs-api-definition
public bool IsHeaderLinkedToPrevious { get; set; }

Property Value

bool

SectionNumber

Represents the section number in the Header/Footer Edit Mode Overlay.

Declaration

cs-api-definition
public int SectionNumber { get; set; }

Property Value

int

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.