public interface PageSequenceAware
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getPageSequence() |
void |
movePage(int sourcePosition,
int targetPosition) |
void |
movePages(int pageCount,
int sourcePosition,
int targetPosition) |
void |
resetPageSequence()
Resets the page sequence to the natural order.
|
void |
setPageSequence(List<Integer> pageSequence)
Replaces the stored page sequence with the given one.
|
void movePage(int sourcePosition,
int targetPosition)
void movePages(int pageCount,
int sourcePosition,
int targetPosition)
void setPageSequence(List<Integer> pageSequence)
pageSequence - void resetPageSequence()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.