aspose.cells

Class PageEndSavingArgs

Info for a page ends saving process.

Property Getters/Setters Summary
functionhasMorePages()
function
           Gets or sets a value indicating whether having more pages to be output. The default value is true.
functiongetPageCount()
Total page count.
functiongetPageIndex()
Current page index, zero based.
 

    • Property Getters/Setters Detail

      • hasMorePages/setHasMorePages : boolean 

        function hasMorePages() / function setHasMorePages(value)
        
        Gets or sets a value indicating whether having more pages to be output. The default value is true.
      • getPageIndex : Number 

        function getPageIndex()
        
        Current page index, zero based.
      • getPageCount : Number 

        function getPageCount()
        
        Total page count.