Uses of Class
com.itextpdf.pdfoffice.OfficePageRange
Packages that use OfficePageRange
-
Uses of OfficePageRange in com.itextpdf.pdfoffice
Methods in com.itextpdf.pdfoffice that return OfficePageRangeModifier and TypeMethodDescriptionOfficePageRange.addPageSequence
(int startPageNumber, int endPageNumber) Adds a page sequence to the range.OfficePageRange.addSinglePage
(int pageNumber) Adds a single page to the range.OfficeDocumentConverterProperties.getPageRange()
Gets the range of the document's pages which will be rendered.OfficePresentationConverterProperties.getPageRange()
Gets the range of the presentation's pages which will be rendered.Methods in com.itextpdf.pdfoffice with parameters of type OfficePageRangeModifier and TypeMethodDescriptionOfficeDocumentConverterProperties.setPageRange
(OfficePageRange pageRange) Defines the range of the document's pages which will be rendered.OfficePresentationConverterProperties.setPageRange
(OfficePageRange pageRange) Defines the range of the presentation's pages which will be rendered.