rtfWriteCaption

DESCRIPTION:

Writes out a caption for a table/figure.

USAGE:

rtfWriteCaption(seqText, titl, rtfFile, first = T, bkmark = "", 
        style = ifelse(first, CaptionStyle, NonCaptionStyle), 
        continueText = "", writeText = T)

ARGUMENTS:

seqText
Text prior to sequencing, e.g. ST-, Table ,etc.; if null no sequencing done.
titl
Text after numeric sequence; if seqText is null, titl only displayed.
rtfFile
file to write to
first
T/F - is this the first time for this table caption (default=T)
bkmark
Text returned as the bookmark if one need to use the table caption again (default="").
style
Style to use in output; defaults to CaptionStyle when first=T and NonCaptionStyle when first=F.
continueText
Text value that is appended to the title when the figure may be a continuation of a series of figures. (default="").
writeText
T/F - whether to write text out or return text to be written later (default=T).

AUTHOR(S):

TIBCO Software Inc.

SEE ALSO:

EXAMPLES:

outString <- rtfWriteCaption("Appendix Table", "Table", 
        "myfile.rtf", writeText = F)