Add a paragraph into a document object
addParagraph(doc, value, ...)document object
character vector containing texts to add OR
an object of class set_of_paragraphs. A
set_of_paragraphs object is a container for pot
objects.
further arguments passed to other methods
a document object
a paragraph is a set of texts that ends with an end of
line('\n' in C). Read pot to see how
to get different font formats. Trying to insert a
'\n' will have no effect. If an end of line is
required , a new paragraph is required.
docx, addParagraph.docx ,
pptx, addParagraph.pptx ,
html, addParagraph.html