[]
final void
appendPage(org.apache.pdfbox.pdmodel.PDDocument doc,
PageInfo pageInfo)
final void
appendPage(org.apache.pdfbox.pdmodel.PDDocument doc,
PageInfo pageInfo,
PdfSaveOptions options)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Point location,
IRange range)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Point location,
IRange range,
PdfSaveOptions options)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
IRange range)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
IRange range,
PdfSaveOptions options)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
PageContentInfo pageContent)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
PageContentInfo pageContent,
PdfSaveOptions options)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
PageInfo pageInfo)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
Rectangle rect,
PageInfo pageInfo,
PdfSaveOptions options)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
List<PageInfo> pages,
int rows,
int columns,
Order order)
final void
draw(org.apache.pdfbox.pdmodel.PDDocument doc,
org.apache.pdfbox.pdmodel.PDPage page,
List<PageInfo> pages,
int rows,
int columns,
Order order,
PdfSaveOptions options)
protected void
finalize()
final PageContentInfo
generatePageContentInfo(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 Size
final Size
getSize(PageContentInfo contentInfo)
final boolean
hasPrintContent(IRange range)
paginate(IWorksheet worksheet)
paginate(IWorksheet worksheet,
List<IRange> keepTogetherRanges,
List<RepeatSetting> repeatSettings)
final void
savePageInfosToPDF(OutputStream stream,
List<PageInfo> pages)
final void
savePageInfosToPDF(OutputStream stream,
List<PageInfo> pages,
PdfSaveOptions options)
final void
savePageInfosToPDF(String fileName,
List<PageInfo> pages)
final void
savePageInfosToPDF(String fileName,
List<PageInfo> pages,
PdfSaveOptions options)
final void
saveWorkbooksToPDF(OutputStream stream,
List<IWorkbook> workbooks)
final void
saveWorkbooksToPDF(OutputStream stream,
List<IWorkbook> workbooks,
PdfSaveOptions options)
final void
saveWorkbooksToPDF(String fileName,
List<IWorkbook> workbooks)
final void
saveWorkbooksToPDF(String fileName,
List<IWorkbook> workbooks,
PdfSaveOptions options)
final void
final void
updatePageNumberAndPageSettings(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.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.