PdfFormField
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class PdfFormField extends CustomPackage
Represents a form field in a PDF document.
Learn more
| Method | Description |
|---|---|
| getName() | Gets the name of the field. |
| getValue() | Gets the field value. |
public final String getName()
Gets the name of the field.
Returns: java.lang.String - The name of the field.
public final String getValue()
Gets the field value.
Returns: java.lang.String - The field value.
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.