PageGroupArea
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| PageGroupArea(Iterable |
Initializes a new instance of the PageGroupArea class. |
| Method | Description |
|---|---|
| getAreas() | Gets the collection of grouped page areas. |
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. |
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.