All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.PageEndSavingArgs.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





PageEndSavingArgs




com.aspose.cells
Class PageEndSavingArgs

java.lang.Object
  extended by PageSavingArgs
      extended by com.aspose.cells.PageEndSavingArgs

public class PageEndSavingArgs 
extends PageSavingArgs

Info for a page ends saving process.


Property Getters/Setters Summary
booleanhasMorePages()
voidsetHasMorePages(boolean)
           Gets or sets a value indicating whether having more pages to be output. The default value is true.
intgetPageCount()→ inherited from PageSavingArgs
           Total page count.
intgetPageIndex()→ inherited from PageSavingArgs
           Current page index, zero based.
 

Property Getters/Setters Detail

hasMorePages/setHasMorePages

public boolean hasMorePages() / public void setHasMorePages(boolean value)
Gets or sets a value indicating whether having more pages to be output. The default value is true.

setHasMorePages

public void setHasMorePages(boolean value)
Gets or sets a value indicating whether having more pages to be output. The default value is true.

getPageIndex

→ inherited from PageSavingArgs
public int getPageIndex()
Current page index, zero based.

getPageCount

→ inherited from PageSavingArgs
public int getPageCount()
Total page count.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy