R/wdStyleSetup.R

wdStyleSetup <-
    function (style="Normal",fontsize=11,align=3,wdapp = .R2wd)
{
    handle<-.R2wd[["ActiveDocument"]][["Styles"]]$Item(style)
    handle[["Font"]][["Size"]]<-fontsize
    handle[["ParagraphFormat"]][["Alignment"]]<-align
    return()
}

Try the R2wd package in your browser

Any scripts or data that you put into this service are public.

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