org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Interface PageSequenceAware
- All Known Subinterfaces:
- PrintDocumentAnnotations
public interface PageSequenceAware
|
Method Summary |
java.util.List<java.lang.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(java.util.List<java.lang.Integer> pageSequence)
Replaces the stored page sequence with the given one. |
getPageSequence
java.util.List<java.lang.Integer> getPageSequence()
movePage
void movePage(int sourcePosition,
int targetPosition)
movePages
void movePages(int pageCount,
int sourcePosition,
int targetPosition)
setPageSequence
void setPageSequence(java.util.List<java.lang.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 © 2013 SunGard CSA LLC. All Rights Reserved.