PageEndSavingArgs
Contents
[
Hide
]PageEndSavingArgs class
Info for a page ends saving process.
class PageEndSavingArgs extends PageSavingArgs;
Constructors
Name | Description |
---|---|
constructor(PageSavingArgs) | Constructs from a parent object convertible to this. |
Methods
Method | Description |
---|---|
getHasMorePages() | Gets or sets a value indicating whether having more pages to be output. The default value is true. |
setHasMorePages(boolean) | Gets or sets a value indicating whether having more pages to be output. The default value is true. |
isNull() | Checks whether the implementation object is null. |
getPageIndex() | Current page index, zero based. |
getPageCount() | Total page count. |
constructor(PageSavingArgs)
Constructs from a parent object convertible to this.
constructor(obj: PageSavingArgs);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | PageSavingArgs | The parent object. |
getHasMorePages()
Gets or sets a value indicating whether having more pages to be output. The default value is true.
getHasMorePages() : boolean;
setHasMorePages(boolean)
Gets or sets a value indicating whether having more pages to be output. The default value is true.
setHasMorePages(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getPageIndex()
Current page index, zero based.
getPageIndex() : number;
getPageCount()
Total page count.
getPageCount() : number;