rtfStyleSheet
DESCRIPTION:
Returns a string with the predefined styles.
USAGE:
rtfStyleSheet(rtfStyleDataFrameIn=rtfStyleDataFrame)
ARGUMENTS:
- rtfStyleDataFrameIn
-
Data frame with style information. Default is to use the built in rtfStyleDataFrame.
VALUE:
String with RTF text defining the style sheet for the document.
AUTHOR(S):
TIBCO Software Inc.
SEE ALSO:
EXAMPLES:
outString <- rtfStyleSheet(rtfStyleDataFrameIn=rtfStyleDataFrame)