Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class

In This Topic
    PrintManager Class Methods
    In This Topic

    For a list of all members of this type, see PrintManager members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Append the page info to the specified pdf document.  
    Public MethodOverloaded. Draw the pages in the page collection on a page in a certain direction.  
    Public MethodReturns a PageContentInfo object.  
    Public MethodOverloaded. Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging. The Pagination is based on the settings in the PageSetup of the current worksheet.  
    Public MethodReturns the size in points of the paper.  
    Public MethodOverloaded. Returns the size of the PageContentInfo.  
    Public MethodReturns whether there has content to print.  
    Public MethodOverloaded. Generate pagination informations for all worksheets in all workbooks.  
    Public MethodOverloaded. Saves the page datas to the specified pdf file stream.  
    Public MethodOverloaded. Saves the datas from different workbooks to the specified pdf file stream.  
    Public MethodOverloaded. Update the page number, page count and page settings of each page. When the page collection changes (add, delete, move), you need to call this method to update the pages information.  
    Top
    See Also