Class
HeaderFooterContent

Manages the text content of a header or footer, divided into left, center, and right sections.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class HeaderFooterContent

Inheritance: objectHeaderFooterContent

Properties

CenterSection

Gets the center-aligned section of the header or footer for displaying content in the middle.

Declaration

cs-api-definition
public HeaderFooterSection CenterSection { get; }

Property Value

HeaderFooterSection

The center section.

HasValidLength

Gets whether the combined content of all sections is within the 255-character limit required for export.

Declaration

cs-api-definition
public bool HasValidLength { get; }

Property Value

bool

Value indicating whether the length of the content is valid.

LeftSection

Gets the left-aligned section of the header or footer for displaying content on the left side.

Declaration

cs-api-definition
public HeaderFooterSection LeftSection { get; }

Property Value

HeaderFooterSection

The left section.

RightSection

Gets the right-aligned section of the header or footer for displaying content on the right side.

Declaration

cs-api-definition
public HeaderFooterSection RightSection { get; }

Property Value

HeaderFooterSection

The right section.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()