# NOT RUN {
textProperties( font.size = 12 )
textProperties(color="red", font.weight = "bold",
font.style = "italic", underlined = TRUE )
textProperties( shading.color = "red" )
print( textProperties (color="red", font.size = 12) )
# chprop usage example ------
textProp <- textProperties()
chprop( textProp, color = "red" )
chprop( textProp, font.size = 12 )
chprop( textProp, font.weight = "bold" )
chprop( textProp, font.style = "italic" )
chprop( textProp, underlined = TRUE )
chprop( textProp, font.family = "Arial" )
chprop( textProp, vertical.align = "superscript" )
chprop( textProp, font.size = 12,
font.weight = "bold", shading.color = "red" )
# }
Run the code above in your browser using DataLab