|
iText 9.5.0 API
|
A OnDuplicateFormFieldNameStrategy implementation that throws an exception if the second field has the same name as the first field. More...
Public Member Functions |
|
| bool | Execute (PdfFormField firstField, PdfFormField secondField, bool throwExceptionOnError) |
| executes the strategy. More... |
|
A OnDuplicateFormFieldNameStrategy implementation that throws an exception if the second field has the same name as the first field.
| bool iText.Forms.Fields.Merging.OnDuplicateFormFieldNameStrategy.Execute | ( | PdfFormField | firstField, |
| PdfFormField | secondField, | ||
| bool | throwExceptionOnError | ||
| ) |
executes the strategy.
| firstField | the first field |
| secondField | the second field |
| throwExceptionOnError | if true, an exception will be thrown |
Implemented in iText.Forms.Fields.Merging.AddIndexStrategy, iText.Forms.Fields.Merging.MergeFieldsStrategy, and iText.Forms.Fields.Merging.AlwaysThrowExceptionStrategy.