public class PageInfo extends Object
Provides common information about a document page (slide, worksheet, etc).
Learn more
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the height of the page in document default units.
|
int |
getPageNumber()
Gets the number of the page.
|
int |
getWidth()
Gets the width of the page in document default units.
|
public final int getWidth()
Gets the width of the page in document default units.
public final int getHeight()
Gets the height of the page in document default units.
public final int getPageNumber()
Gets the number of the page.