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 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 OnDuplicateFormFieldNameStrategy Modifier and Type Class Description class
AddIndexStrategy
AOnDuplicateFormFieldNameStrategy
implementation that adds an index to the field name of the second fieldclass
AlwaysThrowExceptionStrategy
AOnDuplicateFormFieldNameStrategy
implementation that throws an exception if the second field has the same name as the first field.class
MergeFieldsStrategy
AOnDuplicateFormFieldNameStrategy
implementation that merges the second field into the first field if the second field has the same name as the first field.
-