textProperties: create a 'textProperties' object.

Description Usage Arguments Value See Also Examples

Description

Create a textProperties object without using new("textProperties", ...).

Usage

1
2
3
textProperties(color = "black", font.size = 10
		, font.weight = "normal", font.style = "normal"
		, font.family = "Arial" ) 

Arguments

color

font color

font.size

font size in px unit.

font.weight

font weight. Expected value is "normal" or "bold".

font.style

font style. Expected value is "normal" or "italic".

font.family

font family name. Values are names of available fonts.

Value

an textProperties object

See Also

tableProperties, cellProperties, parProperties,

Examples

1
2
textProperties(color = "#F45A8A", font.size = 12
		, font.weight = "bold", font.family = "Courier New" )

davidgohel/R2DOC documentation built on May 14, 2019, 11:11 p.m.