[]
Serializablefinal voidappendPage(org.apache.pdfbox.pdmodel.PDDocument doc,
PageInfo pageInfo) final voidappendPage(org.apache.pdfbox.pdmodel.PDDocument doc,
PageInfo pageInfo,
PdfSaveOptions options) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Point location,
IRange range) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Point location,
IRange range,
PdfSaveOptions options) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
IRange range) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
IRange range,
PdfSaveOptions options) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
PageContentInfo pageContent) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
PageContentInfo pageContent,
PdfSaveOptions options) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
PageInfo pageInfo) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
PageInfo pageInfo,
PdfSaveOptions options) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
List<PageInfo> pages,
int rows,
int columns) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
List<PageInfo> pages,
int rows,
int columns,
Order order) final voiddraw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
List<PageInfo> pages,
int rows,
int columns,
Order order,
PdfSaveOptions options) protected voidfinalize()final PageContentInfogeneratePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible) GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation) GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation,
List<IRange> keepTogetherRanges,
List<RepeatSetting> repeatSettings) getPrintAreas(IWorksheet worksheet) final Sizefinal SizegetSize(PageContentInfo contentInfo) final booleanhasPrintContent(IRange range) paginate(IWorksheet worksheet) paginate(IWorksheet worksheet,
List<IRange> keepTogetherRanges,
List<RepeatSetting> repeatSettings) final voidsavePageInfosToPDF(OutputStream stream,
List<PageInfo> pages) final voidsavePageInfosToPDF(OutputStream stream,
List<PageInfo> pages,
PdfSaveOptions options) final voidsavePageInfosToPDF(String fileName,
List<PageInfo> pages) final voidsavePageInfosToPDF(String fileName,
List<PageInfo> pages,
PdfSaveOptions options) final voidsaveWorkbooksToPDF(OutputStream stream,
List<IWorkbook> workbooks) final voidsaveWorkbooksToPDF(OutputStream stream,
List<IWorkbook> workbooks,
PdfSaveOptions options) final voidsaveWorkbooksToPDF(String fileName,
List<IWorkbook> workbooks) final voidsaveWorkbooksToPDF(String fileName,
List<IWorkbook> workbooks,
PdfSaveOptions options) final voidfinal voidupdatePageNumberAndPageSettings(List<PageInfo> pages,
int firstPageNumber,
int pageCount) stream - The specified pdf file.workbooks - The workbook collection.stream - The specified pdf file.workbooks - The workbook collection.options - Options for saving pdf file.fileName - The specified pdf file.workbooks - The workbook collection.fileName - The specified pdf file.workbooks - The workbook collection.options - Options for saving pdf file.stream - The specified pdf file.pages - The page information collection.stream - The specified pdf file.pages - The page information collection.options - Options for saving pdf file.fileName - The specified pdf file.pages - The page information collection.fileName - The specified pdf file.pages - The page information collection.options - Options for saving pdf file.workbooks - The collection of workbooks.workbook - The workbook object.worksheet - The worksheet object.worksheet - The worksheet object.keepTogetherRanges - The collection of ranges that need to keep together.repeatSettings - The collection of repeat settings for a Range.printArea - The print area.availableSize - The size that excludes the margins.rowStart - The start row index which is used to calculate the RowEnd.columnStart - The start column index which is used to calculate the ColumnEnd.rowHeaderVisible - True if the row header is printed with this page.columnHeaderVisible - True if the column header is printed with this page.pages - The page collection.pages - The page collection.firstPageNumber - The page number of the first page.pageCount - The total number of pages.doc - The specified PDF document.pageInfo - The printed page info.doc - The specified PDF document.pageInfo - The printed page info.options - Options for saving pdf file.page - The page in a PDF document.pages - The page collection.rows - The number of rows that these pages will be divided into.columns - The number of columns that these pages will be divided into.page - The page in a PDF document.pages - The page collection.rows - The number of rows that these pages will be divided into.columns - The number of columns that these pages will be divided into.order - The direction uses to arrange the pages.page - The page in a PDF document.pages - The page collection.rows - The number of rows that these pages will be divided into.columns - The number of columns that these pages will be divided into.order - The direction uses to arrange the pages.options - Options for saving pdf file.range - The printed range of a page.contentInfo - The PageContentInfo object.range - The range object.printArea - The area will be paginated.page - The page in a PDF document.location - The location of the range data to be drawn.range - The print data range.page - The page in a PDF document.location - The location of the range data to be drawn.range - The print data range.options - Options for saving pdf file.page - The page in a PDF document.rect - The location and size of the range data to be drawn.range - The print data range.page - The page in a PDF document.rect - The location and size of the range data to be drawn.range - The print data range.options - Options for saving pdf file.page - The page in a PDF document.rect - The location and size of the data to be drawn.pageContent - The printed page content info.page - The page in a PDF document.rect - The location and size of the data to be drawn.pageContent - The printed page content info.options - Options for saving pdf file.page - The page in a PDF document.rect - The location and size of the data to be drawn.pageInfo - The printed page info.page - The page in a PDF document.rect - The location and size of the data to be drawn.pageInfo - The printed page info.options - Options for saving pdf file.worksheet - The worksheet object.worksheet - The worksheet object.orientation - The orientation of pagination.worksheet - The worksheet object.orientation - The orientation of pagination.keepTogetherRanges - The collection of ranges that need to keep together.repeatSettings - The collection of repeat settings for a Range.