public class PageDescription extends Object
Document Page Description class.
Constructor and Description |
---|
PageDescription() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Specify the height of Page.
|
int |
getPageNumber()
Specify the Page Number.
|
int |
getWidth()
Specify the Width of Page.
|
void |
setHeight(int value)
Specify the height of Page.
|
void |
setPageNumber(int value)
Specify the Page Number.
|
void |
setWidth(int value)
Specify the Width of Page.
|
public final int getHeight()
Specify the height of Page.
public final int getPageNumber()
Specify the Page Number.
public final int getWidth()
Specify the Width of Page.
public final void setHeight(int value)
Specify the height of Page.
public final void setPageNumber(int value)
Specify the Page Number.
public final void setWidth(int value)
Specify the Width of Page.
Copyright © 2019. All rights reserved.