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.
See the Outline Tool for the visual editor.
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 |
Outline 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 |
seriesTag | A tag prefix used to apply numbered Darty Tags to the outlined results. Sample Values: outlined, letter, result |
seriesStart | The starting number appended to seriesTag. It has an effect only when seriesTag is provided. Sample Values: 1, 5, 11 |
* | 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 |