Package com.grapecity.documents.excel
Class PagePrintedEventArgs
java.lang.Object
com.grapecity.documents.excel.EventArgs
com.grapecity.documents.excel.PagePrintEventArgs
com.grapecity.documents.excel.PagePrintedEventArgs
Provides data for the PagePrinted event.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGets a value indicating whether an additional page should be printed.final voidsetHasMorePages(boolean value) Sets a value indicating whether an additional page should be printed.Methods inherited from class com.grapecity.documents.excel.PagePrintEventArgs
getPageCount, getPageNumber
-
Constructor Details
-
PagePrintedEventArgs
public PagePrintedEventArgs()
-
-
Method Details
-
getHasMorePages
public final boolean getHasMorePages()Gets a value indicating whether an additional page should be printed. If the value is true, you can set it to false to prevent printing more pages. If the value is false, nothing will happen if you set this property.True if an additional page should be printed; otherwise, false.
-
setHasMorePages
public final void setHasMorePages(boolean value) Sets a value indicating whether an additional page should be printed. If the value is true, you can set it to false to prevent printing more pages. If the value is false, nothing will happen if you set this property.True if an additional page should be printed; otherwise, false.
-