PageInfo

Inheritance: java.lang.Object

public class PageInfo

Provides common information about a document page (slide, worksheet, etc).

Learn more

Methods

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.

getWidth()

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.

getHeight()

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.

getPageNumber()

public final int getPageNumber()

Gets the number of the page.

Returns: int - The number of the page.