docx icon indicating copy to clipboard operation
docx copied to clipboard

How can we add a new paragraph

Open suleman-jalil-devboxtech opened this issue 1 year ago • 0 comments

Problem

I need to add paragraph. In documentation i see we can remove the paragraph.

# Remove paragraphs doc.paragraphs.each do |p| p.remove! if p.to_s =~ /TODO/ end