rtfSpaceBetweenTables
DESCRIPTION:
Writes out a caption for a table/figure.
USAGE:
rtfSpaceBetweenTables(rtfFile, pageBreak = F, style = NonCaptionStyle,
writeText = T)
ARGUMENTS:
- rtfFile
-
file to write to
- pageBreak
-
T/F determines whether pageBreak is written as well (default=F)
- style
-
style to use in output (default=NonCaptionStyle)
- writeText
-
T/F - whether to write text out or return text to be written later (default=T)
- paragraphMark
-
T/F - determines if a paragraph mark should be included prior to the
page break. (default=T)
VALUE:
String with RTF information for putting space between files.
AUTHOR(S):
TIBCO Software Inc.
SEE ALSO:
EXAMPLES:
outString <- rtfSpaceBetweenTables("myfile.rtf", pageBreak=F, writeText=F)