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