org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Interface PageSequenceAware
- All Known Subinterfaces:
- PrintDocumentAnnotations
public interface PageSequenceAware
getPageSequence
List<Integer> getPageSequence()
movePage
void movePage(int sourcePosition,
int targetPosition)
movePages
void movePages(int pageCount,
int sourcePosition,
int targetPosition)
setPageSequence
void setPageSequence(List<Integer> pageSequence)
- Replaces the stored page sequence with the given one.
- Parameters:
pageSequence -
resetPageSequence
void resetPageSequence()
- Resets the page sequence to the natural order.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.