public class PageGroupArea extends PageArea
Constructor and Description |
---|
PageGroupArea(Iterable<PageArea> areas,
Page page)
Initializes a new instance of the
PageGroupArea class. |
Modifier and Type | Method and Description |
---|---|
Iterable<PageArea> |
getAreas()
Gets the collection of grouped page areas.
|
getPage, getRectangle, setRectangle
public PageGroupArea(Iterable<PageArea> areas, Page page)
PageGroupArea
class.areas
- The collection of page areas to be grouped.page
- The page that contains the area.