WrdStyle {DescTools} | R Documentation |
Get or Set the Style in Word
Description
WrdStyle
can be used to get and set the style in Word for the text to be inserted. WrdStyle
returns the style at the current cursor position.
Usage
WrdStyle(wrd = DescToolsOptions("lastWord"))
WrdStyle(wrd) <- value
Arguments
value |
the name of the style to be used to the output. This should be defined an existing name. |
wrd |
the pointer to a word instance. Can be a new one, created by |
Value
character, name of the style
Author(s)
Andri Signorell <andri@signorell.net>
See Also
ToWrd
, WrdPlot
, GetNewWrd
, GetCurrWrd
Examples
## Not run: # Windows-specific example
wrd <- GetNewWrd()
# the current stlye
WrdStyle(wrd)
## End(Not run)
[Package DescTools version 0.99.55 Index]