SpreadsheetPageSetup
Leave feedback
On this page
Inheritance: java.lang.Object
public class SpreadsheetPageSetup
Represents printing page properties for a worksheet.
| 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() |
public final double getWidth()
Gets the width of a printing page in points.
Returns: double - The width of a printing page in points.
public final double getHeight()
Gets the height of a printing page in points.
Returns: double - The height of a printing page in points.
public final double getLeftMargin()
Gets the size of the left margin in points.
Returns: double - The size of the left margin in points.
public final double getRightMargin()
Gets the size of the right margin in points.
Returns: double - The size of the right margin in points.
public final double getTopMargin()
Gets the size of the top margin in points.
Returns: double - The size of the top margin in points.
public final double getBottomMargin()
Gets the size of the bottom margin in points.
Returns: double - The size of the bottom margin in points.
public final PageSetup getAsposePageSetup()
Returns: com.aspose.cells.PageSetup
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.