PageGroupArea
Contents
 [
        
            Hide
        ]
    Inheritance: java.lang.Object, com.groupdocs.parser.data.PageArea
public class PageGroupArea extends PageArea
Represents a group of page areas which is used to group different types of blocks of the document page in the parsing by template functionality.
Constructors
| Constructor | Description | 
|---|---|
| PageGroupArea(Iterable | 
Initializes a new instance of the PageGroupArea class. | 
Methods
| Method | Description | 
|---|---|
| getAreas() | Gets the collection of grouped page areas. | 
PageGroupArea(Iterable areas, Page page) 
public PageGroupArea(Iterable<PageArea> areas, Page page)
Initializes a new instance of the PageGroupArea class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| areas | java.lang.Iterable<com.groupdocs.parser.data.PageArea> | The collection of page areas to be grouped. | 
| page | Page | The page that contains the area. | 
getAreas()
public Iterable<PageArea> getAreas()
Gets the collection of grouped page areas.
Returns: java.lang.Iterable<com.groupdocs.parser.data.PageArea> - A collection of PageArea objects.