ReporteRs (version 0.5)

print.textProperties: print formating properties

Description

print text formating 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