类 PageInfo
java.lang.Object
com.grapecity.documents.excel.PageInfo
Represent the page information.
-
构造器概要
-
方法概要
修饰符和类型方法说明final PageContentInfo
Returns the page content info.final int
Returns the total number of pages.final int
Returns the page number.final PageSettings
Returns the settings of the page which will be used when this page is printed.final void
setPageContent
(PageContentInfo value) Sets the page content info.final void
setPageCount
(int value) Sets the total number of pages.final void
setPageNumber
(int value) Sets the page number.final void
setPageSettings
(PageSettings value) Sets the settings of the page which will be used when this page is printed.
-
构造器详细资料
-
PageInfo
public PageInfo()
-
-
方法详细资料
-
getPageNumber
public final int getPageNumber()Returns the page number. -
setPageNumber
public final void setPageNumber(int value) Sets the page number. -
getPageCount
public final int getPageCount()Returns the total number of pages. -
setPageCount
public final void setPageCount(int value) Sets the total number of pages. -
getPageContent
Returns the page content info. -
setPageContent
Sets the page content info. -
getPageSettings
Returns the settings of the page which will be used when this page is printed. -
setPageSettings
Sets the settings of the page which will be used when this page is printed.
-