shanehoey / worddoc

Create Documentation directly from PowerShell. Simple Installation from PowerShell Gallery, and as long as you have MS Word Installed you will be creating .docx, .pdf, .html files in minutes!

Home Page:https://shanehoey.github.io/worddoc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return Objects switch

shanehoey opened this issue · comments

Investigate using a returnobject switch on all functions so that advanced formatting is easier after the object created. also will make it easier for people to script more advanced functions.

$myobject = add-wordshape {snip} -returnobject
$myobject.dosomething()
$myobject.setsomething = 1