Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PagePrintedEventArgs Class
Fields Methods

In This Topic
    PagePrintedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by PagePrintedEventArgs.

    Public Constructors
    Public Fields
     NameDescription
    Public Field (Inherited from com.grapecity.documents.excel.EventArgs)
    Top
    Public Methods
     NameDescription
    Public MethodGets 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.

     
    Public MethodGets a value indicating the total page count. (Inherited from com.grapecity.documents.excel.PagePrintEventArgs)
    Public MethodGets a 1-based value indicating which page is associated with this event. (Inherited from com.grapecity.documents.excel.PagePrintEventArgs)
    Public MethodGets 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.

     
    Top
    See Also