Uses of Class
org.docx4j.model.fields.merge.DataFieldName
Packages that use DataFieldName
-
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) A "poor man's" approach, which generates the mail merge results as a single docx, and just hopes for the best.static WordprocessingMLPackageMailMerger.getConsolidatedResultCrude(WordprocessingMLPackage input, 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.static voidMailMergerWithNext.performLabelMerge(WordprocessingMLPackage input, 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 voidMailMerger.performMerge(WordprocessingMLPackage input, Map<DataFieldName, String> data, boolean processHeadersAndFooters) Perform merge on a single instance.