java.lang.ObjectPageSavingArgs
com.aspose.cells.PageStartSavingArgs
public class PageStartSavingArgs
| Property Getters/Setters Summary | ||
|---|---|---|
boolean | isToOutput() | |
void | setToOutput(boolean value) | |
| 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) | |
getPageIndex | → inherited from PageSavingArgs
|
public int getPageIndex() | |
getPageCount | → inherited from PageSavingArgs
|
public int getPageCount() | |