类 PagePrintEventArgs
java.lang.Object
com.grapecity.documents.excel.EventArgs
com.grapecity.documents.excel.PagePrintEventArgs
Provides data for the PagePrinting and PagePrinted events.
-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明final int
Gets a value indicating the total page count.final int
Gets a 1-based value indicating which page is associated with this event.
-
构造器详细资料
-
PagePrintEventArgs
public PagePrintEventArgs()
-
-
方法详细资料
-
getPageNumber
public final int getPageNumber()Gets a 1-based value indicating which page is associated with this event. -
getPageCount
public final int getPageCount()Gets a value indicating the total page count.
-