ReporteRs (version 0.5.8)

print.textProperties: print formatting properties

Description

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

pptx, docx

Examples

Run this code
# NOT RUN {
print( textProperties (color="red", font.size = 12) )
# }

Run the code above in your browser using DataCamp Workspace