public class PageInfo extends Object
Represents a brief page information.
Constructor and Description |
---|
PageInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the page height.
|
int |
getPageNumber()
Gets the page number.
|
int |
getWidth()
Gets the page width.
|
void |
setHeight(int value)
Sets the page height.
|
void |
setPageNumber(int value)
Sets the page number.
|
void |
setWidth(int value)
Sets the page width.
|
public final int getWidth()
Gets the page width.
public final void setWidth(int value)
Sets the page width.
value
- The page width.public final int getHeight()
Gets the page height.
public final void setHeight(int value)
Sets the page height.
value
- The page height.public final int getPageNumber()
Gets the page number.
public final void setPageNumber(int value)
Sets the page number.
value
- The page number.