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