Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Remove the emphasis from a text segment in a textual region, or from all text segments in a class of textual regions.

deemphasize {TR_NAME|TR_CLASS_NAME}

TR_NAME

The identifier for a textual region.

TR_CLASS_NAME

The identifier for a class of textual regions.

Description

To emphasize a text segment, use the emphasize action statement. The deemphasize statement removes the emphasis from the segment. You can use this statement only with textual regions. Note that you simply specify the textual region name (or class name); you do not specify the actual segment. This is because only one segment at a time can be emphasized in a textual region.

Example

 

response to Undo_PB

 deemphasize NewText_TR

See Also

emphasize Action Statement

segment Definition