Uses of Interface
com.itextpdf.forms.fields.merging.OnDuplicateFormFieldNameStrategy
-
Uses of OnDuplicateFormFieldNameStrategy in com.itextpdf.forms
Modifier 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
Modifier 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.