Add or update a style definition for TFL_options
Usage
# S3 method for class 'TFL_options'
add_style(spec, id = NULL, ...)Arguments
- spec
TFL_options style branch object
- id
Style identifier (name)
- ...
Style modifiers created with s_* functions
Allowed modifiers:
s_font(),s_paragraph(),s_table_style().s_paragraph()may itself contain nested modifierss_spacing()ands_indents().Modifiers are merged into the named style using a last-win strategy.