org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Interface PageSequenceAware

All Known Subinterfaces:
PrintDocumentAnnotations

public interface PageSequenceAware


Method Summary
 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.
 

Method Detail

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.