HeaderFooterModel

HeaderFooterModel

Overview

HeaderFooterModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.

表示标题脚本模型.

本类提供了12种方法,用于在C++程序中与HeaderFooterModel对象工作. 有的方法包括: GetCenterFooter, GetCenterHeader, GetLeftFooter, GetLeftHeader, GetRightFooter, GetRightHeader, SetCenterFooter, SetCenterHeader, SetLeftFooter, SetLeftHeader, SetRightFooter, SetRightHeader. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
GetLeftHeader()std::string得到或设置左头.
SetLeftHeader(value: std::string)设置左侧头值.
GetCenterHeader()std::string得到或设置中心标题.
SetCenterHeader(value: std::string)设置中心标题值.
GetRightHeader()std::string得到或设置正确的标题.
SetRightHeader(value: std::string)设置正确的标题值.
GetLeftFooter()std::string得到或设置左脚.
SetLeftFooter(value: std::string)设置左脚本值.
GetCenterFooter()std::string得到或设置中脚.
SetCenterFooter(value: std::string)设置中脚注值.
GetRightFooter()std::string得到或设置正确的脚步.
SetRightFooter(value: std::string)设置正确的脚注值.

See Also

 中文