| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PageInfo> |
PrintManager.paginate(IRange printArea)
Generate pagination information for the range.
|
java.util.List<PageInfo> |
PrintManager.paginate(IRange printArea)
Generate pagination information for the range.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorkbook workbook)
Generate pagination informations for all worksheets in the workbook.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorkbook workbook)
Generate pagination informations for all worksheets in the workbook.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet)
Generate pagination information for the worksheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet)
Generate pagination information for the worksheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Generate pagination information for the worksheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Generate pagination information for the worksheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(java.util.List<IWorkbook> workbooks)
Generate pagination informations for all worksheets in all workbooks.
|
java.util.List<PageInfo> |
PrintManager.paginate(java.util.List<IWorkbook> workbooks)
Generate pagination informations for all worksheets in all workbooks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintManager.appendPage(PDDocument doc,
PageInfo pageInfo)
Append the page info to the specified pdf document.
|
void |
PrintManager.appendPage(PDDocument doc,
PageInfo pageInfo)
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.appendPage(PDDocument doc,
PageInfo pageInfo,
PdfSaveOptions options)
Append the page info to the specified pdf document.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageInfo pageInfo)
Draw the page info to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
PageInfo pageInfo)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
java.util.List<PageInfo> pages,
int rows,
int columns)
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)
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)
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)
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,
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.savePageInfosToPDF(java.io.OutputStream stream,
java.util.List<PageInfo> pages)
Saves the page datas to the specified pdf file stream.
|
void |
PrintManager.savePageInfosToPDF(java.io.OutputStream stream,
java.util.List<PageInfo> pages)
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.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)
Saves the page datas to the specified pdf file.
|
void |
PrintManager.savePageInfosToPDF(java.lang.String fileName,
java.util.List<PageInfo> pages)
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.savePageInfosToPDF(java.lang.String fileName,
java.util.List<PageInfo> pages,
PdfSaveOptions options)
Saves the page datas to the specified pdf file.
|
void |
PrintManager.updatePageNumberAndPageSettings(java.util.List<PageInfo> pages)
Update the page number, page count and page settings of each page.
|
void |
PrintManager.updatePageNumberAndPageSettings(java.util.List<PageInfo> pages)
Update the page number, page count and page settings of each page.
|
void |
PrintManager.updatePageNumberAndPageSettings(java.util.List<PageInfo> pages,
int firstPageNumber,
int pageCount)
Update the page number, page count and page settings of each page.
|
void |
PrintManager.updatePageNumberAndPageSettings(java.util.List<PageInfo> pages,
int firstPageNumber,
int pageCount)
Update the page number, page count and page settings of each page.
|