aspose.cells

Class SheetRender

Represents a worksheet render which can render worksheet to various images such as (BMP, PNG, JPEG, TIFF..) The constructor of this class , must be used after modification of pagesetup, cell style.

Constructor Summary
SheetRender(worksheet, options)
the construct of SheetRender, need worksheet and ImageOrPrintOptions as params
 
Property Getters/Setters Summary
functiongetPageCount()
Gets the total page count of current worksheet.
functiongetPageScale()
Gets calculated page scale of the sheet. Returns the set scale if PageSetup.Zoom is set. Otherwise, returns the calculated scale according to PageSetup.FitToPagesWide and PageSetup.FitToPagesTall.
 
Method Summary
functiongetPageSizeInch(pageIndex)
Get page size in inch of output image.
functiontoImage(pageIndex, fileName)
Render certain page to a file.
functiontoPrinter(printerName)
Render worksheet to Printer
functiontoPrinter(printerName, jobName)
Render worksheet to Printer
 

    • Constructor Detail

      • SheetRender

        function SheetRender(worksheet, options)
        the construct of SheetRender, need worksheet and ImageOrPrintOptions as params
        Parameters:
        worksheet: Worksheet - Indicate which spreadsheet to be rendered.
        options: ImageOrPrintOptions - ImageOrPrintOptions contains some property of output image
    • Property Getters/Setters Detail

      • getPageCount : Number 

        function getPageCount()
        
        Gets the total page count of current worksheet.
    • Method Detail

      • getPageSizeInch

        function getPageSizeInch(pageIndex)
        Get page size in inch of output image.
        Parameters:
        pageIndex: Number - The page index is based on zero.
        Returns:
        Page size of image, [0] for width and [1] for height
      • toImage

        function toImage(pageIndex, fileName)
        Render certain page to a file.
        Parameters:
        pageIndex: Number - indicate which page is to be converted
        fileName: String - filename of the output image
      • toPrinter

        function toPrinter(printerName)
        Render worksheet to Printer
        Parameters:
        printerName: String - the name of the printer , for example: "Microsoft Office Document Image Writer"
      • toPrinter

        function toPrinter(printerName, jobName)
        Render worksheet to Printer
        Parameters:
        printerName: String - the name of the printer , for example: "Microsoft Office Document Image Writer"
        jobName: String - set the print job name