Gets or sets the new name for the form field after repair.
InvalidFormField(String name)
public InvalidFormField(String name)
Initializes a new instance of the InvalidFormField class with the specified name.
Parameters:
Parameter
Type
Description
name
java.lang.String
The original name of the form field.
getName()
public final String getName()
Gets the original name of the form field that cannot be modified outside FormFieldManager .
Returns:
java.lang.String
getFixedName()
public final String getFixedName()
Gets or sets the new name for the form field after repair. This name removes duplicate unique identifiers with other form fields and sets a unique bookmark name.
FixedName = String.format("%s_fixed", name); // as default value.
Returns:
java.lang.String
setFixedName(String value)
public final void setFixedName(String value)
Gets or sets the new name for the form field after repair. This name removes duplicate unique identifiers with other form fields and sets a unique bookmark name.
FixedName = string.Format("{0}_fixed", name) // as default value.
Parameters:
Parameter
Type
Description
value
java.lang.String
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.