remove Pages
Removes pages from the document.
- Scheduler:
removePages(Set<Integer>)
does not operate by default on a particular .
Return
Single emitting a list of editing changes for undo/redo operations. If a batch operation is in progress, the emitted list will be empty and the actual editing change is generated upon committing the batch.
Parameters
page Indexes
Page indexes to remove, may not be empty.