DocumentPageData
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.parser.data.DocumentData
public class DocumentPageData extends DocumentData
Represents data of the document page. It consists of FieldData objects which contain field data from the document page.
| Constructor | Description |
|---|---|
| DocumentPageData(Iterable |
Initializes a new instance of the DocumentPageData class. |
| DocumentPageData(Template template, Iterable |
Initializes a new instance of the DocumentPageData class with the source template. |
| Method | Description |
|---|---|
| getPageIndex() | Gets the page index. |
public DocumentPageData(Iterable<FieldData> fields, int pageIndex)
Initializes a new instance of the DocumentPageData class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fields | java.lang.Iterable<com.groupdocs.parser.data.FieldData> | The collection of fields data. |
| pageIndex | int | The zero-based page index. |
public DocumentPageData(Template template, Iterable<FieldData> fields, int pageIndex)
Initializes a new instance of the DocumentPageData class with the source template.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| template | Template | The template that produced these fields. May be null . |
| fields | java.lang.Iterable<com.groupdocs.parser.data.FieldData> | The collection of fields data. |
| pageIndex | int | The zero-based page index. |
public int getPageIndex()
Gets the page index.
Returns: int - A zero-based index of the page.
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.