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:
public class HeaderFooterContent
Inheritance: objectHeaderFooterContent
Methods
Properties
Gets the center-aligned section of the header or footer for displaying content in the middle.
public HeaderFooterSection CenterSection { get; }
The center section.
Gets whether the combined content of all sections is within the 255-character limit required for export.
public bool HasValidLength { get; }
Value indicating whether the length of the content is valid.
Gets the left-aligned section of the header or footer for displaying content on the left side.
public HeaderFooterSection LeftSection { get; }
The left section.
Gets the right-aligned section of the header or footer for displaying content on the right side.
public HeaderFooterSection RightSection { get; }
The right section.