public class DocumentPageData extends DocumentData
FieldData objects which contain field data from the document page.| Constructor and Description |
|---|
DocumentPageData(Iterable<FieldData> fields,
int pageIndex)
Initializes a new instance of the
DocumentPageData class. |
DocumentPageData(Template template,
Iterable<FieldData> fields,
int pageIndex)
Initializes a new instance of the
DocumentPageData class with the source template. |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageIndex()
Gets the page index.
|
get, getCount, getFieldsByName, getTemplate, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DocumentPageData(Iterable<FieldData> fields, int pageIndex)
DocumentPageData class.fields - The collection of fields data.pageIndex - The zero-based page index.public DocumentPageData(Template template, Iterable<FieldData> fields, int pageIndex)
DocumentPageData class with the source template.template - The template that produced these fields. May be null.fields - The collection of fields data.pageIndex - The zero-based page index.Copyright © 2026. All rights reserved.