PageMarginsModel

PageMarginsModel

Overview

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

代表页面边缘模型.

本类提供了12种方法,用于在C++程序中与PageMarginsModel对象工作. 有的方法包括: GetBottom, GetFooter, GetHeader, GetLeft, GetRight, GetTop, SetBottom, SetFooter, SetHeader, SetLeft, SetRight, SetTop. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
GetLeft()double得到或设置左.
SetLeft(value: double)设置左边的值.
GetRight()double得到或设置右边.
SetRight(value: double)设置正确的值.
GetTop()double得到或设置顶部.
SetTop(value: double)设置最高值.
GetBottom()double得到或设置底部.
SetBottom(value: double)设置底值.
GetHeader()double得到或设置标题.
SetHeader(value: double)设置标题值.
GetFooter()double得到或设置脚注.
SetFooter(value: double)设置脚本值.

See Also

 中文