DocumentPageData
Contents
[
Hide
]
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.
Constructors
| Constructor | Description |
|---|---|
| DocumentPageData(Iterable |
Initializes a new instance of the DocumentPageData class. |
Methods
| Method | Description |
|---|---|
| getPageIndex() | Gets the page index. |
DocumentPageData(Iterable fields, int pageIndex)
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. |
getPageIndex()
public int getPageIndex()
Gets the page index.
Returns: int - A zero-based index of the page.