PageMarginsModel

PageMarginsModel

Overview

PageMarginsModel is a class in Aspose.Cells FOSS for Java.

Represents page margins for a worksheet in an Excel file.

Properties

NameTypeAccessDescription
leftdoubleReadReturns the left.
rightdoubleReadReturns the right.
topdoubleReadReturns the top.
bottomdoubleReadReturns the bottom.
headerdoubleReadReturns the header.
footerdoubleReadReturns the footer.

Methods

SignatureDescription
getLeft()doubleReturns the left.
setLeft(left: double)Sets the left.
getRight()doubleReturns the right.
setRight(right: double)Sets the right.
getTop()doubleReturns the top.
setTop(top: double)Sets the top.
getBottom()doubleReturns the bottom.
setBottom(bottom: double)Sets the bottom.
getHeader()doubleReturns the header.
setHeader(header: double)Sets the header.
getFooter()doubleReturns the footer.
setFooter(footer: double)Sets the footer.