| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintManager.appendPage(PDDocument doc,
PageInfo pageInfo,
PdfSaveOptions options)
Append the page info to the specified pdf document.
|
void |
PrintManager.appendPage(PDDocument doc,
PageInfo pageInfo,
PdfSaveOptions options)
Append the page info to the specified pdf document.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
java.util.List<PageInfo> pages,
int rows,
int columns,
Order order,
PdfSaveOptions options)
Draw the pages in the page collection on a page in a certain direction.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
java.util.List<PageInfo> pages,
int rows,
int columns,
Order order,
PdfSaveOptions options)
Draw the pages in the page collection on a page in a certain direction.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Point location,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Point location,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageContentInfo pageContent,
PdfSaveOptions options)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageContentInfo pageContent,
PdfSaveOptions options)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageInfo pageInfo,
PdfSaveOptions options)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageInfo pageInfo,
PdfSaveOptions options)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.savePageInfosToPDF(java.io.OutputStream stream,
java.util.List<PageInfo> pages,
PdfSaveOptions options)
Saves the page datas to the specified pdf file stream.
|
void |
PrintManager.savePageInfosToPDF(java.io.OutputStream stream,
java.util.List<PageInfo> pages,
PdfSaveOptions options)
Saves the page datas to the specified pdf file stream.
|
void |
PrintManager.savePageInfosToPDF(java.lang.String fileName,
java.util.List<PageInfo> pages,
PdfSaveOptions options)
Saves the page datas to the specified pdf file.
|
void |
PrintManager.savePageInfosToPDF(java.lang.String fileName,
java.util.List<PageInfo> pages,
PdfSaveOptions options)
Saves the page datas to the specified pdf file.
|
void |
PrintManager.saveWorkbooksToPDF(java.io.OutputStream stream,
java.util.List<IWorkbook> workbooks,
PdfSaveOptions options)
Saves the datas from different workbooks to the specified pdf file stream.
|
void |
PrintManager.saveWorkbooksToPDF(java.io.OutputStream stream,
java.util.List<IWorkbook> workbooks,
PdfSaveOptions options)
Saves the datas from different workbooks to the specified pdf file stream.
|
void |
PrintManager.saveWorkbooksToPDF(java.lang.String fileName,
java.util.List<IWorkbook> workbooks,
PdfSaveOptions options)
Saves the datas from different workbooks to the specified pdf file.
|
void |
PrintManager.saveWorkbooksToPDF(java.lang.String fileName,
java.util.List<IWorkbook> workbooks,
PdfSaveOptions options)
Saves the datas from different workbooks to the specified pdf file.
|