Paragraph to RTF Encode
rtf_paragraph(
text,
justification = "c",
indent_first = 0,
indent_left = 0,
indent_right = 0,
space = 1,
space_before = 180,
space_after = 180,
new_page = FALSE,
hyphenation = TRUE
)
rtf text obtained using rtf_text()
function.
Justification for text.
First indent.
Left indent.
Right indent.
Paragraph space.
Line space before text.
Line space after text.
A boolean value to indicate whether to start a new page.
A boolean value to indicate whether to use hyphenation.
The contents of this section are shown in PDF user manual only.