docx-utils.replace

with-bullet-list

(with-bullet-list doc match list-data)

with-image

(with-image doc match image-path)

with-numbered-list

(with-numbered-list doc match list-data)

with-table

(with-table doc match table-data)
Given a placeholder string, inserts a table there.

with-text

(with-text doc match replacement)
Text replacement based on XWPFParagraph class.

with-text-inline

(with-text-inline doc match replacement)
Text replacement based on XWPFRun class.