SpreadsheetPageSetup
Inheritance: java.lang.Object
public class SpreadsheetPageSetup
Represents printing page properties for a worksheet.
Methods
Method | Description |
---|---|
getWidth() | Gets the width of a printing page in points. |
getHeight() | Gets the height of a printing page in points. |
getLeftMargin() | Gets the size of the left margin in points. |
getRightMargin() | Gets the size of the right margin in points. |
getTopMargin() | Gets the size of the top margin in points. |
getBottomMargin() | Gets the size of the bottom margin in points. |
getAsposePageSetup() |
getWidth()
public final double getWidth()
Gets the width of a printing page in points.
Returns: double - The width of a printing page in points.
getHeight()
public final double getHeight()
Gets the height of a printing page in points.
Returns: double - The height of a printing page in points.
getLeftMargin()
public final double getLeftMargin()
Gets the size of the left margin in points.
Returns: double - The size of the left margin in points.
getRightMargin()
public final double getRightMargin()
Gets the size of the right margin in points.
Returns: double - The size of the right margin in points.
getTopMargin()
public final double getTopMargin()
Gets the size of the top margin in points.
Returns: double - The size of the top margin in points.
getBottomMargin()
public final double getBottomMargin()
Gets the size of the bottom margin in points.
Returns: double - The size of the bottom margin in points.
getAsposePageSetup()
public final PageSetup getAsposePageSetup()
Returns: com.aspose.cells.PageSetup