public class PdfFormField extends Object
Represents form field in PdfFormat
.
Constructor and Description |
---|
PdfFormField() |
public final String getName()
Gets or sets name of the field.
Value: Field name.public final void setName(String value)
Gets or sets name of the field.
Value: Field name.public final String getValue()
Gets or sets field value.
Value: Field value.public final void setValue(String value)
Gets or sets field value.
Value: Field value.Copyright © 2017. All rights reserved.