Uses of Class
org.docx4j.model.fields.merge.DataFieldName
Packages that use DataFieldName
Package
Description
-
Uses of DataFieldName in org.docx4j.model.fields
Method parameters in org.docx4j.model.fields with type arguments of type DataFieldNameModifier and TypeMethodDescriptionAbstractMerger.getConsolidatedResultCrude(List<Map<DataFieldName, String>> data, boolean processHeadersAndFooters) A "poor man's" approach, which generates the mail merge results as a single docx, and just hopes for the best.voidAbstractMerger.performMerge(Map<DataFieldName, String> data, boolean processHeadersAndFooters) Perform merge on a single instance.AbstractMerger.performOnInstance(List<Object> contentList, Map<DataFieldName, String> datamap, AbstractMerger.FormTextFieldNames formTextFieldNames) -
Uses of DataFieldName in org.docx4j.model.fields.formtext
Method parameters in org.docx4j.model.fields.formtext with type arguments of type DataFieldNameModifier and TypeMethodDescriptionFORMTEXTMerger.performOnInstance(List<Object> contentList, Map<DataFieldName, String> datamap, AbstractMerger.FormTextFieldNames formTextFieldNames) -
Uses of DataFieldName in org.docx4j.model.fields.merge
Method parameters in org.docx4j.model.fields.merge with type arguments of type DataFieldNameModifier and TypeMethodDescriptionstatic WordprocessingMLPackageMailMerger.getConsolidatedResultCrude(WordprocessingMLPackage input, List<Map<DataFieldName, String>> data) Deprecated.static WordprocessingMLPackageMailMerger.getConsolidatedResultCrude(WordprocessingMLPackage input, List<Map<DataFieldName, String>> data, boolean processHeadersAndFooters) Deprecated.voidMailMergerWithNext.performLabelMerge(List<Map<DataFieldName, String>> data) Similar to performMerge method but better to merge labels template because of using the NEXT instruction to go to the next item.static voidMailMergerWithNext.performLabelMerge(WordprocessingMLPackage input, List<Map<DataFieldName, String>> data) Deprecated.static voidMailMerger.performMerge(WordprocessingMLPackage input, Map<DataFieldName, String> data, boolean processHeadersAndFooters) Deprecated.MailMerger.performOnInstance(List<Object> contentList, Map<DataFieldName, String> datamap, AbstractMerger.FormTextFieldNames formTextFieldNames)