PageInfo
Leave feedback
On this page
Inheritance: java.lang.Object
public class PageInfo
Represents a brief page information.
Learn more
| Constructor | Description |
|---|---|
| PageInfo() |
| Method | Description |
|---|---|
| getWidth() | Gets the page width. |
| setWidth(int value) | Sets the page width. |
| getHeight() | Gets the page height. |
| setHeight(int value) | Sets the page height. |
| getPageNumber() | Gets the page number. |
| setPageNumber(int value) | Sets the page number. |
public PageInfo()
public final int getWidth()
Gets the page width.
Returns: int - The page width.
public final void setWidth(int value)
Sets the page width.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The page width. |
public final int getHeight()
Gets the page height.
Returns: int - The page height.
public final void setHeight(int value)
Sets the page height.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The page height. |
public final int getPageNumber()
Gets the page number.
Returns: int - The page number.
public final void setPageNumber(int value)
Sets the page number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The page number. |
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.