print.textProperties
From ReporteRs v0.8.2
by David Gohel
print formatting properties
print text formatting properties (an object of class "textProperties"
).
Usage
# S3 method for textProperties
print(x, ...)
Arguments
- x
an object of class
"textProperties"
- ...
further arguments, not used.
See Also
Examples
# NOT RUN {
print( textProperties (color="red", font.size = 12) )
# }
Community examples
Looks like there are no examples yet.