PageInfo
Contents
[
Hide
]
Inheritance: java.lang.Object
public final class PageInfo
Represents a document page description.
Constructors
Constructor | Description |
---|---|
PageInfo(int pageNumber, double width, double height) |
Methods
Method | Description |
---|---|
getHeight() | Gets the document page height. |
getWidth() | Gets the document page width. |
getPageNumber() | Gets the document page number. |
PageInfo(int pageNumber, double width, double height)
public PageInfo(int pageNumber, double width, double height)
Parameters:
Parameter | Type | Description |
---|---|---|
pageNumber | int | |
width | double | |
height | double |
getHeight()
public final double getHeight()
Gets the document page height.
Returns: double - The document page height.
getWidth()
public final double getWidth()
Gets the document page width.
Returns: double - The document page width.
getPageNumber()
public final int getPageNumber()
Gets the document page number.
Returns: int - The document page number.