edit (@examples.styleTest)
» true
Select any line that is not outlined. Now type and execute:
editMenu.setOutline (true)
» true
Notice that the text is now outlined. Type and execute:
editMenu.undo ()
» true
Text returns to its original style.
edit (@examples.styleTest)
» true
Select the last line in the document. Now type and execute:
editMenu.setOutline (true)
» false
This text was already outlined, so no style change took place. Verb returns false to let you know that.