# Outline

The outline method outlines texts in tagged texts, if a group is tagged, all the texts in the group will be outlined and not just the text in the top level of the group.

To prevent the method being applied to a row, inside the method, leave the tagSearch value blank or set it to "" or use either the generic * property and set the cell value to false or the generic skip property and set the cell value to true.

# Example Spreadsheet

*
outline comment
tagSearch *
All the document's texts will be outlined
title Only texts in containers labeled "title" will be outlined
"" The outline method will be skipped
*
outline comment
* *
All the document's texts will be outlined
false The outline method will be skipped

# Group and Ungroup Properties

Mode Description
tagSearch 
The tag search of the container of the text to outline. To outline all document's text do not provide a tagSearch
Set to false if you want the method to be skipped in a particular row.
Valid Values: true or false
skip 
Set to true is you want the method to be skipped in a particular row.
See * and Skip for details.
Valid Values: true or false