com.aspose.cells.PageStartSavingArgs.html Maven / Gradle / Ivy
PageStartSavingArgs
com.aspose.cells
Class PageStartSavingArgs
java.lang.Object
PageSavingArgs
com.aspose.cells.PageStartSavingArgs
public class PageStartSavingArgs
- extends PageSavingArgs
Property Getters/Setters Summary | ||
---|---|---|
boolean | isToOutput() | |
void | setToOutput(boolean) | |
Gets or sets a value indicating whether the page should be output. The default value is true. | ||
int | getPageCount() | → inherited from PageSavingArgs
|
Total page count. | ||
int | getPageIndex() | → inherited from PageSavingArgs
|
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 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.