类 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.
-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明final boolean
Gets or sets a value indicating whether this page should be skipped in output.final void
setSkipThisPage
(boolean value) Gets or sets a value indicating whether this page should be skipped in output.从类继承的方法 com.grapecity.documents.excel.PagePrintEventArgs
getPageCount, getPageNumber
-
构造器详细资料
-
PagePrintingEventArgs
public PagePrintingEventArgs()
-
-
方法详细资料
-
getSkipThisPage
public final boolean getSkipThisPage()Gets or 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.
-
setSkipThisPage
public final void setSkipThisPage(boolean value) Gets or 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.
-