Title: FieldData | GroupDocs.Parser for Java API Reference
Open Graph Title: FieldData
Description: Represents field data such as a name a page index a field value and so on.
Open Graph Description: Represents field data such as a name a page index a field value and so on.
Opengraph URL: https://reference.groupdocs.com/parser/java/com.groupdocs.parser.data/fielddata/
Generator: Hugo 0.97.3
Domain: reference.groupdocs.com
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1 ,
"item": {
"@id": "https:\/\/reference.groupdocs.com\/",
"name": "API Reference"
}
},{
"@type": "ListItem",
"position": 2 ,
"item": {
"@id": "https:\/\/reference.groupdocs.com\/parser\/",
"name": "Parser"
}
},{
"@type": "ListItem",
"position": 3 ,
"item": {
"@id": "https:\/\/reference.groupdocs.com\/parser\/java\/",
"name": "Java"
}
},{
"@type": "ListItem",
"position": 4 ,
"item": {
"@id": "https:\/\/reference.groupdocs.com\/parser\/java\/com.groupdocs.parser.data\/",
"name": "Com.groupdocs.parser.data"
}
},{
"@type": "ListItem",
"position": 5 ,
"item": {
"@id": "https:\/\/reference.groupdocs.com\/parser\/java\/com.groupdocs.parser.data\/fielddata\/",
"name": "Fielddata"
}
}]
}
{
"@context": "http://schema.org/",
"@type": "SoftwareApplication",
"name": "GroupDocs.Parser for Java",
"applicationCategory": "DeveloperApplication",
"image": [
"https://www.groupdocs.cloud/templates/groupdocs/img/products/viewer/border/groupdocs-parser-java.svg"
],
"description": "Represents field data such as a name a page index a field value and so on.",
"downloadUrl": "https://releases.groupdocs.com/parser/java/",
"releaseNotes": "https://docs.groupdocs.com/parser/java/release-notes/",
"operatingSystem": [
"Windows",
"Linux",
"macOS"
]
}
{
"@context": "https://schema.org/",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https:\/\/reference.groupdocs.com\/parser\/java\/com.groupdocs.parser.data\/fielddata\/"
},
"headline": "FieldData",
"description": "Represents field data such as a name a page index a field value and so on.",
"image": {
"@type": "ImageObject",
"url": "https://www.groupdocs.cloud/templates/groupdocs/img/products/viewer/border/groupdocs-parser-net.svg",
"width": "",
"height": ""
},
"author": {
"@type": "Organization",
"name": "Aspose Pty Ltd"
},
"publisher": {
"@type": "Organization",
"name": "Aspose Pty Ltd",
"logo": {
"@type": "ImageObject",
"url": "https://www.groupdocs.com/templates/groupdocs/img/svg/groupdocs-logo.svg",
"width": "",
"height": ""
}
},
"datePublished": "2025-12-24",
"wordCount":"572",
"articleBody":"[Inheritance: java.lang.Object public class FieldData Represents field data such as a name, a page index, a field value and so on. Depending on the field the value can be a text, an image, a table and so on. The instances of FieldData class are used in DocumentData collection. Constructors Constructor Description FieldData(String name, PageArea pageArea) Initializes a new instance of the FieldData class with UPPER CASE name. FieldData(String name, PageArea pageArea, boolean useUpperCaseName) Initializes a new instance of the FieldData class. FieldData(String name, PageArea pageArea, FieldData linkedField) Initializes a new instance of the FieldData class with UPPER CASE name. FieldData(String name, PageArea pageArea, FieldData linkedField, boolean useUpperCaseName) Initializes a new instance of the FieldData class. Methods Method Description getName() Gets the field name. getPageIndex() Gets the page index. getPageArea() Gets the value of the field. getLinkedField() Gets the linked field. getText() Gets the text. getUseUpperCaseName() Gets a value that indicates whether a Name was converted to UPPER CASE. FieldData(String name, PageArea pageArea) public FieldData(String name, PageArea pageArea) Initializes a new instance of the FieldData class with UPPER CASE name. Parameters: Parameter Type Description name java.lang.String The name of the field. pageArea PageArea The value of the field. FieldData(String name, PageArea pageArea, boolean useUpperCaseName) public FieldData(String name, PageArea pageArea, boolean useUpperCaseName) Initializes a new instance of the FieldData class. Parameters: Parameter Type Description name java.lang.String The name of the field. pageArea PageArea The value of the field. useUpperCaseName boolean The value that indicates whether a name is converted to UPPER CASE. FieldData(String name, PageArea pageArea, FieldData linkedField) public FieldData(String name, PageArea pageArea, FieldData linkedField) Initializes a new instance of the FieldData class with UPPER CASE name. Parameters: Parameter Type Description name java.lang.String The name of the field. pageArea PageArea The value of the field. linkedField FieldData The field which is linked to the field. FieldData(String name, PageArea pageArea, FieldData linkedField, boolean useUpperCaseName) public FieldData(String name, PageArea pageArea, FieldData linkedField, boolean useUpperCaseName) Initializes a new instance of the FieldData class. Parameters: Parameter Type Description name java.lang.String The name of the field. pageArea PageArea The value of the field. linkedField FieldData The field which is linked to the field. useUpperCaseName boolean The value that indicates whether a name is converted to UPPER CASE. getName() public String getName() Gets the field name. Returns: java.lang.String - An uppercase string value that represents the name of the field. getPageIndex() public int getPageIndex() Gets the page index. Returns: int - A zero-based index of the page that contains the field. getPageArea() public PageArea getPageArea() Gets the value of the field. Depending on field PageArea property can contain any of the inheritors of PageArea class. For example, Parser.parseForm() method extracts only text fields. PageTextArea area = field.getPageArea() instanceof PageTextArea ? (PageTextArea) field.getPageArea() : null; System.out.println(area == null ? \u0026#34;Not a template field\u0026#34; : area.getText()); Returns: PageArea - An instance of PageArea class that represents the value of the field. getLinkedField() public FieldData getLinkedField() Gets the linked field. Returns: FieldData - An instance of FieldData class that represents the field which is linked to the field; null if it isn\u0026rsquo;t set. getText() public String getText() Gets the text. Returns: java.lang.String - A string value that represents a value of the field text; null if PageArea property isn\u0026rsquo;t PageTextArea. getUseUpperCaseName() public boolean getUseUpperCaseName() Gets a value that indicates whether a Name was converted to UPPER CASE. Returns: boolean - A boolean value that indicates whether a Name was converted to UPPER CASE.]"
}
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Aspose Pty. Ltd.",
"url": "https://www.aspose.com",
"logo": "https://about.aspose.com/templates/aspose/img/svg/aspose-logo.svg",
"alternateName": "Aspose",
"sameAs": [
"https://www.facebook.com/Aspose/",
"https://twitter.com/Aspose",
"https://www.youtube.com/user/AsposeVideo",
"https://www.linkedin.com/company/aspose",
"https://stackoverflow.com/questions/tagged/aspose",
"https://aspose.quora.com/",
"https://aspose.github.io/"
],
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+1 903 306 1676",
"contactType": "sales",
"areaServed": "US",
"availableLanguage": "en"
},
{
"@type": "ContactPoint",
"telephone": "+44 141 628 8900",
"contactType": "sales",
"areaServed": "GB",
"availableLanguage": "en"
},
{
"@type": "ContactPoint",
"telephone": "+61 2 8006 6987",
"contactType": "sales",
"areaServed": "AU",
"availableLanguage": "en"
}
]
}
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.groupdocs.com",
"sameAs": [
"https://search.groupdocs.com",
"https://docs.groupdocs.com",
"https://blog.groupdocs.com",
"https://forum.groupdocs.com",
"https://products.groupdocs.com",
"https://about.groupdocs.com",
"https://purchase.groupdocs.com",
"https://reference.groupdocs.com"
],
"potentialAction": {
"@type": "SearchAction",
"target": "https://search.groupdocs.com/search/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
| msapplication-TileColor | #2b5797 |
| msapplication-config | https://cms.admin.containerize.com/templates/groupdocs/images/browserconfig.xml |
| theme-color | #ffffff |
| author | Groupdocs |
| og:image | https://cms.admin.containerize.com/templates/groupdocs/img/logo.png |
| twitter:image | https://cms.admin.containerize.com/templates/groupdocs/img/logo.png |
| None | Represents field data such as a name a page index a field value and so on. |
| og:type | website |
Links:
Viewport: width=device-width, initial-scale=1, shrink-to-fit=no
Robots: index, follow