Uses of Interface
com.itextpdf.forms.fields.merging.OnDuplicateFormFieldNameStrategy
-
Packages that use OnDuplicateFormFieldNameStrategy Package Description com.itextpdf.forms com.itextpdf.forms.fields.merging -
-
Uses of OnDuplicateFormFieldNameStrategy in com.itextpdf.forms
Methods in com.itextpdf.forms with parameters of type OnDuplicateFormFieldNameStrategy Modifier and Type Method Description static 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 OnDuplicateFormFieldNameStrategy Modifier and Type Class Description classAddIndexStrategyAOnDuplicateFormFieldNameStrategyimplementation that adds an index to the field name of the second fieldclassAlwaysThrowExceptionStrategyAOnDuplicateFormFieldNameStrategyimplementation that throws an exception if the second field has the same name as the first field.classMergeFieldsStrategyAOnDuplicateFormFieldNameStrategyimplementation that merges the second field into the first field if the second field has the same name as the first field.
-