Package | Description |
---|---|
com.itextpdf.pdfoffice |
Modifier and Type | Method and Description |
---|---|
OfficePageRange |
OfficePageRange.addPageSequence(int startPageNumber, int endPageNumber)
Adds a page sequence to the range.
|
OfficePageRange |
OfficePageRange.addSinglePage(int pageNumber)
Adds a single page to the range.
|
OfficePageRange |
OfficeDocumentConverterProperties.getPageRange()
Gets the range of the document's pages which will be rendered.
|
OfficePageRange |
OfficePresentationConverterProperties.getPageRange()
Gets the range of the presentation's pages which will be rendered.
|
Modifier and Type | Method and Description |
---|---|
OfficeDocumentConverterProperties |
OfficeDocumentConverterProperties.setPageRange(OfficePageRange pageRange)
Defines the range of the document's pages which will be rendered.
|
OfficePresentationConverterProperties |
OfficePresentationConverterProperties.setPageRange(OfficePageRange pageRange)
Defines the range of the presentation's pages which will be rendered.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.