Uses of Interface
com.itextpdf.forms.fields.merging.OnDuplicateFormFieldNameStrategy
 
     
      Packages that use OnDuplicateFormFieldNameStrategy
     
 
      
     -  
        
Uses of OnDuplicateFormFieldNameStrategy in com.itextpdf.forms
Methods in com.itextpdf.forms with parameters of type OnDuplicateFormFieldNameStrategyModifier and TypeMethodDescriptionstatic PdfAcroFormPdfAcroForm.getAcroForm(PdfDocument document, boolean createIfNotExist, OnDuplicateFormFieldNameStrategy onDuplicateFieldNameStrategy) Retrieves AcroForm from the document. -  
        
Uses of OnDuplicateFormFieldNameStrategy in com.itextpdf.forms.fields.merging
Classes in com.itextpdf.forms.fields.merging that implement OnDuplicateFormFieldNameStrategyModifier and TypeClassDescriptionclassAOnDuplicateFormFieldNameStrategyimplementation that adds an index to the field name of the second fieldclassAOnDuplicateFormFieldNameStrategyimplementation that throws an exception if the second field has the same name as the first field.classAOnDuplicateFormFieldNameStrategyimplementation that merges the second field into the first field if the second field has the same name as the first field.