| Prev | Next | EditMenu Verbs > editMenu.plainText |
editMenu.plainText
| Syntax |
editMenu.plainText ()
|
| Params |
None required
|
| Action |
Turns off all styles for the current text selection in the target word processing text window.
|
| Returns |
True if a change was made, false otherwise.
|
| Examples |
edit (@examples.styleTest) » true
Select any text in the window (all of it is styled). Now type and execute:
Notice that the text style disappears. Now type and execute:
|
| Notes |
Performs the same action as selecting the Plain Text command in the Style sub-menu of the Frontier Edit menu. This verb, like all of the others related to styled text, only works in word processing text windows, not in outlines or tables.
|
| See Also |
editMenu.setBold
|
| Prev | Next | EditMenu Verbs > editMenu.plainText |