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
| Signature | Description |
|---|---|
GetLeft() → double | Gets or sets the left. |
SetLeft(value: double) | Sets the left value. |
GetRight() → double | Gets or sets the right. |
SetRight(value: double) | Sets the right value. |
GetTop() → double | Gets or sets the top. |
SetTop(value: double) | Sets the top value. |
GetBottom() → double | Gets or sets the bottom. |
SetBottom(value: double) | Sets the bottom value. |
GetHeader() → double | Gets or sets the header. |
SetHeader(value: double) | Sets the header value. |
GetFooter() → double | Gets or sets the footer. |
SetFooter(value: double) | Sets the footer value. |