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 int getWidth()
Specify the Width of Page
public void setWidth(int value)
Specify the Width of Page
public int getHeight()
Specify the height of Page
public void setHeight(int value)
Specify the height of Page
public int getPageNumber()
Specify the Page Number
public void setPageNumber(int value)
Specify the Page Number
Copyright © 2017. All rights reserved.