PageInfo
Leave feedback
On this page
Inheritance: java.lang.Object
public class PageInfo
Provides common information about a document page (slide, worksheet, etc).
Learn more
| Method | Description |
|---|---|
| getWidth() | Gets the width of the page in document default units. |
| getHeight() | Gets the height of the page in document default units. |
| getPageNumber() | Gets the number of the page. |
public final int getWidth()
Gets the width of the page in document default units.
Returns: int - The width of the page in document default units.
public final int getHeight()
Gets the height of the page in document default units.
Returns: int - The height of the page in document default units.
public final int getPageNumber()
Gets the number of the page.
Returns: int - The number of the page.
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.