Liking cljdoc? Tell your friends :D

docx-utils.replace


with-bullet-listclj

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

with-imageclj

(with-image doc match image-path)
source

with-numbered-listclj

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

with-tableclj

(with-table doc match table-data)

Given a placeholder string, inserts a table there.

Given a placeholder string, inserts a table there.
sourceraw docstring

with-textclj

(with-text doc match replacement)

Text replacement based on XWPFParagraph class.

Text replacement based on XWPFParagraph class.
sourceraw docstring

with-text-inlineclj

(with-text-inline doc match replacement)

Text replacement based on XWPFRun class.

Text replacement based on XWPFRun class.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close