Insert paragraph(s) of text into a Footnote
. To create a Footnote
made of
several paragraphs with different parProperties
, add sequentially
paragraphs with their associated parProperties
objects with this function.
# S3 method for Footnote
addParagraph(doc, value, par.properties = parProperties(),
...)
Footnote
object where to add paragraphs.
text to add to the document as paragraphs:
an object of class pot
or set_of_paragraphs
or a character vector.
parProperties
to apply to paragraphs.
further arguments, not used.
an object of class Footnote
.