WorkbookPrintingPreview
Contents
[
Hide
]WorkbookPrintingPreview class
Workbook printing preview.
class WorkbookPrintingPreview;
Constructors
Constructor | Description |
---|---|
constructor(Workbook, ImageOrPrintOptions) | The construct of WorkbookPrintingPreview |
Properties
Property | Type | Description |
---|---|---|
evaluatedPageCount | number | Readonly. Evaluate the total page count of this workbook |
Methods
Method | Description |
---|---|
getEvaluatedPageCount() | @deprecated. Please use the ’evaluatedPageCount’ property instead. Evaluate the total page count of this workbook |
isNull() | Checks whether the implementation object is null. |
constructor(Workbook, ImageOrPrintOptions)
The construct of WorkbookPrintingPreview
constructor(workbook: Workbook, options: ImageOrPrintOptions);
Parameters:
Parameter | Type | Description |
---|---|---|
workbook | Workbook | Indicate which workbook to be printed. |
options | ImageOrPrintOptions | ImageOrPrintOptions contains some property of output |
evaluatedPageCount
Readonly. Evaluate the total page count of this workbook
evaluatedPageCount : number;
getEvaluatedPageCount()
@deprecated. Please use the ’evaluatedPageCount’ property instead. Evaluate the total page count of this workbook
getEvaluatedPageCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;