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