Uses of Class
com.itextpdf.pdfoffice.OfficePageRange
-
Uses of OfficePageRange in com.itextpdf.pdfoffice
Modifier 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.Modifier 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.