## Not run: 
# # Windows-specific example
# wrd <- GetNewWrd()  # get the handle to a new word instance
# 
# WrdParagraphFormat(wrd=wrd) <- list(Alignment=wdConst$wdAlignParagraphLeft,
#                                     LeftIndent=42.55)
# 
# ToWrd("Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
# eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
# At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
# gubergren, no sea takimata sanctus est.\n", wrd=wrd)
# 
# # reset
# WrdParagraphFormat(wrd=wrd) <- list(LeftIndent=0)
# ## End(Not run)
Run the code above in your browser using DataLab