| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
Workbook
Represents a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbook |
ISignatureSet.getParent()
Returns the Parent object for the specified object.
|
IWorkbook |
IWorksheet.getWorkbook()
Returns the workbook.
|
| Modifier and Type | Method and Description |
|---|---|
IWorksheet |
IWorksheet.copy(IWorkbook workbook)
Copies the sheet to the end of the specified workbook.
|
WorkbookCache |
PrintManager.getCache(IWorkbook workbook) |
WorkbookCache |
PrintManager.getCache(IWorkbook workbook) |
IWorksheet |
IWorksheet.move(IWorkbook workbook)
Moves the sheet to the end of the specified workbook.
|
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.
|
void |
Workbook.updateExcelLink(java.lang.String name,
IWorkbook sourceWorkbook)
Updates a excel link.
|
void |
Workbook.updateExcelLink(java.lang.String name,
IWorkbook sourceWorkbook)
Updates a excel link.
|
void |
IWorkbook.updateExcelLink(java.lang.String name,
IWorkbook sourceWorkbook)
Updates a excel link.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
PrintManager.saveWorkbooksToPDF(java.io.OutputStream stream,
java.util.List<IWorkbook> workbooks)
Saves the datas from different workbooks to the specified pdf file stream.
|
void |
PrintManager.saveWorkbooksToPDF(java.io.OutputStream stream,
java.util.List<IWorkbook> workbooks)
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.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)
Saves the datas from different workbooks to the specified pdf file.
|
void |
PrintManager.saveWorkbooksToPDF(java.lang.String fileName,
java.util.List<IWorkbook> workbooks)
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbook |
IWorksheetForDrawing.getWorkbook() |