Change the size, color, and/or style of a text piece
rmdTEXTSTYLE.Rd
Change the size, color, and/or style of a text piece
rmdTEXTSTYLE(text, color = NULL, size = NULL, style = NULL)
Arguments
- text
The text to which the changes should apply.
- color
string with color name ("blue", "black", "orange", "pink", etc.) In addition to color names also "#ffeedd" type of definition can be used.
- size
Numeric value (integer) defining the font size.
- style
Word character style to use. Note it has to be a Character style! Otherwise nothing is happening!
Value
Textelement as IQRrmd object
See also
Other IQR report:
+.IQRrmd()
,
IQReport()
,
export_IQRrmd()
,
has_IQReport_executable()
,
print.IQRrmd()
,
rmdAPPROVALS()
,
rmdCOMMENT()
,
rmdEMPTY()
,
rmdFIGURE()
,
rmdFIGref()
,
rmdLANDSCAPE()
,
rmdLINEBREAK()
,
rmdNEWPAGE()
,
rmdNOINTRO()
,
rmdPARAGRAPH()
,
rmdPDF()
,
rmdPORTRAIT()
,
rmdSECTION()
,
rmdSECref()
,
rmdTABLE()
,
rmdTABLEDF()
,
rmdTABref()
,
rmdTITLE()
,
rmdTXT()
,
rmdTXTref()
,
rmdURL()
,
rmdVALref()