Class
FooterPresenter

Represents a presenter for the footer in a Telerik document.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FooterPresenter : HeaderFooterPresenterBase

Inheritance: objectHeaderFooterPresenterBaseFooterPresenter

Inherited Members HeaderFooterPresenterBase.SetAssociatedSectionBox(SectionLayoutBox, bool)HeaderFooterPresenterBase.OnInitialized(EventArgs)HeaderFooterPresenterBase.SetMaxHeight(float)HeaderFooterPresenterBase.SetOwner(IUILayerContainer)HeaderFooterPresenterBase.Update(SectionLayoutBox, bool, bool)HeaderFooterPresenterBase.Update(SectionLayoutBox, bool, bool, bool)HeaderFooterPresenterBase.CleanUp()HeaderFooterPresenterBase.InvalidateBody()HeaderFooterPresenterBase.OnApplyTemplate()HeaderFooterPresenterBase.SetDocumentSilently(RadDocument)HeaderFooterPresenterBase.BodyRichTextBoxHeaderFooterPresenterBase.WrappingStackPanelHeaderFooterPresenterBase.MouseClickRectangleHeaderFooterPresenterBase.AssociatedSectionBoxHeaderFooterPresenterBase.IsInEditHeaderFooterModeHeaderFooterPresenterBase.OwnerHeaderFooterPresenterBase.OwnerDocumentEditor

Constructors

FooterPresenter()

Declaration

cs-api-definition
public FooterPresenter()

FooterPresenter(DocumentPagePresenter)

Declaration

cs-api-definition
public FooterPresenter(DocumentPagePresenter owner)

Parameters

owner

DocumentPagePresenter

Properties

DocumentEditorType

Represents the type of document editor used by the FooterPresenter in Telerik's UI framework.

Declaration

cs-api-definition
public override DocumentEditorType DocumentEditorType { get; }

Property Value

DocumentEditorType

Overrides HeaderFooterPresenterBase.DocumentEditorType

Methods

GetBody()

Declaration

cs-api-definition
protected override RadDocument GetBody()

Returns

RadDocument

Overrides HeaderFooterPresenterBase.GetBody()

GetUIHeight()

Calculates and retrieves the user interface height for the footer presenter.

Declaration

cs-api-definition
public override double GetUIHeight()

Returns

double

The height of the footer presenter as a double value.

Overrides HeaderFooterPresenterBase.GetUIHeight()

UpdateBodyMargin()

Declaration

cs-api-definition
protected override void UpdateBodyMargin()

Overrides HeaderFooterPresenterBase.UpdateBodyMargin()

UpdateOwnerEditingContext(HeaderFooterEditingContext)

Declaration

cs-api-definition
protected override void UpdateOwnerEditingContext(HeaderFooterEditingContext context)

Parameters

context

HeaderFooterEditingContext

Overrides HeaderFooterPresenterBase.UpdateOwnerEditingContext(HeaderFooterEditingContext)

UpdateOwnerUIContext()

Declaration

cs-api-definition
protected override void UpdateOwnerUIContext()

Overrides HeaderFooterPresenterBase.UpdateOwnerUIContext()

UpdateSource()

Declaration

cs-api-definition
protected override void UpdateSource()

Overrides HeaderFooterPresenterBase.UpdateSource()