类的使用
com.grapecity.documents.excel.PageInfo

使用PageInfo的程序包
程序包
说明
 
  • com.grapecity.documents.excelPageInfo的使用

    参数类型为PageInfocom.grapecity.documents.excel中的方法
    修饰符和类型
    方法
    说明
    final void
    PrintManager.appendPage(org.apache.pdfbox.pdmodel.PDDocument doc, PageInfo pageInfo)
    Append the page info to the specified pdf document.
    final void
    PrintManager.appendPage(org.apache.pdfbox.pdmodel.PDDocument doc, PageInfo pageInfo, PdfSaveOptions options)
    Append the page info to the specified pdf document.
    final void
    PrintManager.draw(org.apache.pdfbox.pdmodel.PDDocument doc, org.apache.pdfbox.pdmodel.PDPage page, Rectangle rect, PageInfo pageInfo)
    Draw the page info to the specific location in a specified pdf page.
    final void
    PrintManager.draw(org.apache.pdfbox.pdmodel.PDDocument doc, org.apache.pdfbox.pdmodel.PDPage page, Rectangle rect, PageInfo pageInfo, PdfSaveOptions options)
    Draw the page info to the specific location in a specified pdf page.