public interface PageOrientationAware
| Modifier and Type | Method and Description |
|---|---|
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.
|
void addPageOrientation(PageOrientation pageOrientation)
PageOrientation getPageOrientation(int pageNumber)
Set<PageOrientation> getPageOrientations()
void removePageOrientation(int pageNumber)
void setPageOrientations(Set<PageOrientation> pageOrientations)
pageOrientations - void addAllPageOrientations(Set<PageOrientation> pageOrientations)
pageOrientations - void removeAllPageOrientations()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.