com.aspose.cells

Class PageStartSavingArgs

  • java.lang.Object
public class PageStartSavingArgs 
extends PageSavingArgs

Info for a page starts saving process.

Property Getters/Setters Summary
booleanisToOutput()
void
setToOutput(booleanvalue)
           Gets or sets a value indicating whether the page should be output. The defualt value is true.
intgetPageCount()
Total page count.
intgetPageIndex()
Current page index, zero based.
 

    • Property Getters/Setters Detail

      • isToOutput/setToOutput

        public boolean isToOutput() / public void setToOutput(boolean value)
        
        Gets or sets a value indicating whether the page should be output. The defualt value is true.
      • getPageIndex

        public int getPageIndex()
        
        Current page index, zero based.
      • getPageCount

        public int getPageCount()
        
        Total page count.

    setToOutput

    public voidsetToOutput(booleanvalue)
    
    Gets or sets a value indicating whether the page should be output. The defualt value is true.