Package com.itextpdf.forms.fields.merging
-
Interface Summary Interface Description OnDuplicateFormFieldNameStrategy AOnDuplicateFormFieldNameStrategy
implementation that throws an exception if the second field has the same name as the first field. -
Class Summary Class Description AddIndexStrategy AOnDuplicateFormFieldNameStrategy
implementation that adds an index to the field name of the second fieldAlwaysThrowExceptionStrategy AOnDuplicateFormFieldNameStrategy
implementation that throws an exception if the second field has the same name as the first field.MergeFieldsStrategy AOnDuplicateFormFieldNameStrategy
implementation that merges the second field into the first field if the second field has the same name as the first field.