PageMarginsModel

PageMarginsModel

Overview

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

Represents page margins model.

This class provides 12 methods for working with PageMarginsModel objects in C++ programs. Available methods include: GetBottom, GetFooter, GetHeader, GetLeft, GetRight, GetTop, SetBottom, SetFooter, SetHeader, SetLeft, SetRight, SetTop. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetLeft()doubleGets or sets the left.
SetLeft(value: double)Sets the left value.
GetRight()doubleGets or sets the right.
SetRight(value: double)Sets the right value.
GetTop()doubleGets or sets the top.
SetTop(value: double)Sets the top value.
GetBottom()doubleGets or sets the bottom.
SetBottom(value: double)Sets the bottom value.
GetHeader()doubleGets or sets the header.
SetHeader(value: double)Sets the header value.
GetFooter()doubleGets or sets the footer.
SetFooter(value: double)Sets the footer value.

See Also

 English