rtfCloseSection

DESCRIPTION:

Writes out a section close marker.

USAGE:

rtfCloseSection(rtfFile, writeText = T, protectDocument = F)

ARGUMENTS:

rtfFile
file to write to
writeText
T/F - whether to write text out or return text to be written later (default=T).
protectDocument
Logical value that determines if close marker should set protected back on or not. (default=F).

DETAILS:

This function closes a section in the file and may mark the next section as protected.

AUTHOR(S):

TIBCO Software Inc.

EXAMPLES:

outString <- rtfCloseSection("myfile.rtf", writeText=F, protectDocument=F)