wdApplyTheme: Apply a word template.

Description Usage Arguments Details Note Author(s) Examples

View source: R/wdApplyTheme.R

Description

Apply a word template.

Usage

1
wdApplyTheme(theme, wdapp = .R2wd)

Arguments

theme

The name of the theme.

wdapp

The handle to the Word application (see details).

Details

This function applies the given Word template. Indicating the handle to the Word application is usually not necessary (will be tacitely initialized by the wdGet function and assigned to the session variable .R2wd.

Note

This function is just a sketch on what could be done.

Author(s)

Christian Ritter

Examples

1
2
3
4
5
6
7
## Not run: 
## apply a default theme with a blue background.
wdApplyTheme("BlueCalm 100")
## remove the current theme
wdApplyTheme("None")

## End(Not run)

R2wd documentation built on May 2, 2019, 8:54 a.m.