ReporteRs (version 0.6.0)

chprop.borderProperties: Modify border formatting properties

Description

Modify an object of class borderProperties.

Usage

# S3 method for borderProperties
chprop(object, color, style, width, ...)

Arguments

object

borderProperties object to modify

...

further arguments - not used

color

border color - single character value (e.g. "#000000" or "black")

style

border style - single character value : "none" or "solid" or "dotted" or "dashed"

width

border width - an integer value : 0>= value

Value

a borderProperties object

See Also

cellProperties, parProperties, textProperties, FlexTable

Examples

Run this code
# NOT RUN {
x = borderProperties()
chprop(x, color="orange", style="dashed", width=1)
chprop(x, width=5)
# }

Run the code above in your browser using DataCamp Workspace