public interface OnDuplicateFormFieldNameStrategy
OnDuplicateFormFieldNameStrategy implementation that throws an exception if the second field has the same
name as the first field.| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(PdfFormField firstField,
PdfFormField secondField,
boolean throwExceptionOnError)
executes the strategy.
|
boolean execute(PdfFormField firstField, PdfFormField secondField, boolean throwExceptionOnError)
firstField - the first fieldsecondField - the second fieldthrowExceptionOnError - if true, an exception will be thrownCopyright © 1998–2024 Apryse Group NV. All rights reserved.