skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class HeadersFootersBase<T>

Combines all headers or footers that can be available in a Section.

Inheritance
System.Object
HeadersFootersBase<T>
Footers
Headers
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public abstract class HeadersFootersBase<T>
    where T : HeaderFooterBase
Type Parameters
T

Properties

Default

Gets the default header or footer which should be applied to the pages.

Declaration
public T Default { get; }
Property Value
T

The default header or footer.

Document

Gets the document to which the current style belongs to.

Declaration
public RadFlowDocument Document { get; }
Property Value
RadFlowDocument

The document.

Even

Gets the header or footer which should be applied to the even pages.

Visualization of this header or footer depends additionally on Section.HasDifferentFirstPageHeaderFooter property.

Declaration
public T Even { get; }
Property Value
T

The even header or footer.

First

Gets the header or footer which should be applied to the first page.

Visualization of this header or footer depends additionally on HasDifferentEvenOddPageHeadersFooters property.

Declaration
public T First { get; }
Property Value
T

The first header or footer.

Section

Gets the owner section.

Declaration
public Section Section { get; }
Property Value
Section

The owner section.

Methods

Add()

Adds default Header or Footer.

Declaration
public T Add()
Returns
T

The added Header or Footer.

Add(HeaderFooterType)

Adds Header or Footer according to specified HeaderFooterType.

Visualization of non-default headers or footers depends additionally on Section.HasDifferentFirstPageHeaderFooter and HasDifferentEvenOddPageHeadersFooters properties.

Declaration
public T Add(HeaderFooterType headerFooterType)
Parameters
HeaderFooterType headerFooterType

Type of the header or footer.

Returns
T

The added Header or Footer.

CreateHeaderFooterInstance()

Creates an instance of Header or Footer class.

Declaration
protected abstract T CreateHeaderFooterInstance()
Returns
T

The new Header or Footer instance.

Remove(HeaderFooterType)

Removes the Header or Footer with specified HeaderFooterType.

Declaration
public void Remove(HeaderFooterType headerFooterType)
Parameters
HeaderFooterType headerFooterType

Type of the header footer.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.