public class PageInfo
extends java.lang.Object
| Constructor and Description |
|---|
PageInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDoNotPrint() |
PageContentInfo |
getPageContent()
Returns the page content info.
|
int |
getPageCount()
Returns the total number of pages.
|
int |
getPageNumber()
Returns the page number.
|
PageSettings |
getPageSettings()
Returns the settings of the page which will be used when this page is printed.
|
PageSettings |
getPageSettings1() |
void |
setDoNotPrint(boolean value) |
void |
setPageContent(PageContentInfo value)
Sets the page content info.
|
void |
setPageCount(int value)
Sets the total number of pages.
|
void |
setPageNumber(int value)
Sets the page number.
|
void |
setPageSettings(PageSettings value)
Sets the settings of the page which will be used when this page is printed.
|
public boolean getDoNotPrint()
public void setDoNotPrint(boolean value)
public final int getPageNumber()
public final void setPageNumber(int value)
public final int getPageCount()
public final void setPageCount(int value)
public final PageContentInfo getPageContent()
public final void setPageContent(PageContentInfo value)
public final PageSettings getPageSettings()
public final void setPageSettings(PageSettings value)
public final PageSettings getPageSettings1()