HeaderFooterModel

HeaderFooterModel

Overview

HeaderFooterModel is a class in Aspose.Cells FOSS for C++.

Represents header footer model.

This class provides 12 methods for working with HeaderFooterModel objects in C++ programs. Available methods include: GetCenterFooter, GetCenterHeader, GetLeftFooter, GetLeftHeader, GetRightFooter, GetRightHeader, SetCenterFooter, SetCenterHeader, SetLeftFooter, SetLeftHeader, SetRightFooter, SetRightHeader. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetLeftHeader()std::stringGets or sets the left header.
SetLeftHeader(value: std::string)Sets the left header value.
GetCenterHeader()std::stringGets or sets the center header.
SetCenterHeader(value: std::string)Sets the center header value.
GetRightHeader()std::stringGets or sets the right header.
SetRightHeader(value: std::string)Sets the right header value.
GetLeftFooter()std::stringGets or sets the left footer.
SetLeftFooter(value: std::string)Sets the left footer value.
GetCenterFooter()std::stringGets or sets the center footer.
SetCenterFooter(value: std::string)Sets the center footer value.
GetRightFooter()std::stringGets or sets the right footer.
SetRightFooter(value: std::string)Sets the right footer value.

See Also

 English