Package com.grapecity.documents.excel
Class PagePrintEventArgs
java.lang.Object
com.grapecity.documents.excel.EventArgs
com.grapecity.documents.excel.PagePrintEventArgs
- Direct Known Subclasses:
PagePrintedEventArgs,PagePrintingEventArgs
Provides data for the PagePrinting and PagePrinted events.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intGets a value indicating the total page count.final intGets a 1-based value indicating which page is associated with this event.
-
Constructor Details
-
PagePrintEventArgs
public PagePrintEventArgs()
-
-
Method Details
-
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.
-