Package com.grapecity.documents.excel
Class PagePrintingEventArgs
java.lang.Object
com.grapecity.documents.excel.EventArgs
com.grapecity.documents.excel.PagePrintEventArgs
com.grapecity.documents.excel.PagePrintingEventArgs
Provides data for the PagePrinting event.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGets a value indicating whether this page should be skipped in output.final voidsetSkipThisPage(boolean value) Sets a value indicating whether this page should be skipped in output.Methods inherited from class com.grapecity.documents.excel.PagePrintEventArgs
getPageCount, getPageNumber
-
Constructor Details
-
PagePrintingEventArgs
public PagePrintingEventArgs()
-
-
Method Details
-
getSkipThisPage
public final boolean getSkipThisPage()Gets a value indicating whether this page should be skipped in output.True if this page should be skipped in output. Otherwise, false. The default value is false.
-
setSkipThisPage
public final void setSkipThisPage(boolean value) Sets a value indicating whether this page should be skipped in output.True if this page should be skipped in output. Otherwise, false. The default value is false.
-