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

All Known Subinterfaces:
PrintDocumentAnnotations

public interface PageOrientationAware


Method Summary
 void addAllPageOrientations(Set<PageOrientation> pageOrientations)
          Adds the given set of page orientations to the stored ones.
 void addPageOrientation(PageOrientation pageOrientation)
           
 PageOrientation getPageOrientation(int pageNumber)
           
 Set<PageOrientation> getPageOrientations()
           
 void removeAllPageOrientations()
          Removes all page orientations.
 void removePageOrientation(int pageNumber)
           
 void setPageOrientations(Set<PageOrientation> pageOrientations)
          Replaces the stored page orientations with the given set.
 

Method Detail

addPageOrientation

void addPageOrientation(PageOrientation pageOrientation)

getPageOrientation

PageOrientation getPageOrientation(int pageNumber)

getPageOrientations

Set<PageOrientation> getPageOrientations()

removePageOrientation

void removePageOrientation(int pageNumber)

setPageOrientations

void setPageOrientations(Set<PageOrientation> pageOrientations)
Replaces the stored page orientations with the given set.

Parameters:
pageOrientations -

addAllPageOrientations

void addAllPageOrientations(Set<PageOrientation> pageOrientations)
Adds the given set of page orientations to the stored ones.

Parameters:
pageOrientations -

removeAllPageOrientations

void removeAllPageOrientations()
Removes all page orientations.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.