public class OfficePageRange extends Object
Constructor and Description |
---|
OfficePageRange()
Constructs an empty OfficePageRange instance.
|
Modifier and Type | Method and Description |
---|---|
OfficePageRange |
addPageSequence(int startPageNumber, int endPageNumber)
Adds a page sequence to the range.
|
OfficePageRange |
addSinglePage(int pageNumber)
Adds a single page to the range.
|
public OfficePageRange()
OfficePageRange
instance.
public OfficePageRange addSinglePage(int pageNumber)
A single page could be specified in the following format:
pageNumber
- the page to be added to the range
public OfficePageRange addPageSequence(int startPageNumber, int endPageNumber)
Pages could be specified in the following format:
startPageNumber
- the starting page number of the sequence
endPageNumber
- the finishing page number of the sequence
Copyright © 1998–2022 iText Group NV. All rights reserved.