ClassHeaderFooterContent
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:
public class HeaderFooterContent
Inheritance: objectHeaderFooterContent
Properties
CenterSection
Gets the center-aligned section of the header or footer for displaying content in the middle.
Declaration
public HeaderFooterSection CenterSection { get; }
Property Value
The center section.
HasValidLength
Gets whether the combined content of all sections is within the 255-character limit required for export.
Declaration
public bool HasValidLength { get; }
Property Value
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
public HeaderFooterSection LeftSection { get; }
Property Value
The left section.
RightSection
Gets the right-aligned section of the header or footer for displaying content on the right side.
Declaration
public HeaderFooterSection RightSection { get; }
Property Value
The right section.
Methods
GetHashCode()
Serves as a hash function for a particular type.