rtfWritePageBreak

DESCRIPTION:

Write out page break either as return string or in file.

USAGE:

rtfWritePageBreak(rtfFile, writeText = T, hardbreak = F)

ARGUMENTS:

rtfFile
RTF file to write the page break to.
writeText
T/F determining whether page break should be written to the given file or not; or if the tag string should just be returned.
hardbreak
Logical value that determines whether the page break is a hardbreak or a softbreak in the RTF file.

VALUE:

String containing the page break tag if writeText is False.

AUTHOR(S):

TIBCO Software Inc.

SEE ALSO:

EXAMPLES:

outString <- rtfWritePageBreak("mytest.rtf", writeText = F)