WrdStyle.Rd
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.
WrdStyle(wrd = DescToolsOptions("lastWord"))
WrdStyle(wrd) <- value
the name of the style to be used to the output. This should be defined an existing name.
the pointer to a word instance. Can be a new one, created by GetNewWrd()
or an existing one, created by GetCurrWrd()
.
Default is the last created pointer stored in DescToolsOptions("lastWord")
.
character, name of the style
if (FALSE) # Windows-specific example
wrd <- GetNewWrd()
# the current stlye
WrdStyle(wrd)
#> Error: object 'wrd' not found
# \dontrun{}