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,
cell = FALSE
)
rtf text obtained using rtf_text()
function.
Justification for text.
First indent. The unit is twip.
Left indent. The unit is twip.
Right indent. The unit is twip.
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.
A boolean value to indicate if paragraph is in table cell.
The contents of this section are shown in PDF user manual only.