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 PdfAcroForm
PdfAcroForm.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 TypeClassDescriptionclass
AOnDuplicateFormFieldNameStrategy
implementation that adds an index to the field name of the second fieldclass
AOnDuplicateFormFieldNameStrategy
implementation that throws an exception if the second field has the same name as the first field.class
AOnDuplicateFormFieldNameStrategy
implementation that merges the second field into the first field if the second field has the same name as the first field.