PageMarginsModel
Overview
PageMarginsModel is a class in Aspose.Cells FOSS for Java.
Represents page margins for a worksheet in an Excel file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
left | double | Read | Returns the left. |
right | double | Read | Returns the right. |
top | double | Read | Returns the top. |
bottom | double | Read | Returns the bottom. |
header | double | Read | Returns the header. |
footer | double | Read | Returns the footer. |
Methods
| Signature | Description |
|---|---|
getLeft() → double | Returns the left. |
setLeft(left: double) | Sets the left. |
getRight() → double | Returns the right. |
setRight(right: double) | Sets the right. |
getTop() → double | Returns the top. |
setTop(top: double) | Sets the top. |
getBottom() → double | Returns the bottom. |
setBottom(bottom: double) | Sets the bottom. |
getHeader() → double | Returns the header. |
setHeader(header: double) | Sets the header. |
getFooter() → double | Returns the footer. |
setFooter(footer: double) | Sets the footer. |