Macro Language Reference > Macros > Text (Frame Level) > tchsty
  
tchsty
Description
Chains one paragraph style to another, so that paragraphs are automatically tagged in the specified order, as the Enter key is pressed. Each paragraph style can be linked to another. The number of chain styles is unlimited.
 
Example 285. Chain 3 paragraph rule styles in order
tchsty "indent","drop","body"
* 
Press the Enter key to chain and insert these styles in this order
Syntax
tchsty ( start style:t ( style 2:t? ( style 3:t? ( style 4:t? ( style 5:t? ) ) ) ) )?
tchsty
[no parameter]
Invoke the Paragraph Style Chain dialog box.
start style
The paragraph style tag from which to start the chain.
style 2
The second paragraph chain style tag to be used when an Enter is entered at the end of the previous paragraph in the chain. Entering the same name as that of the previous style effectively breaks the chain. Entering the name of a style already in the chain can be used to create a loop of styles.
style 3
The third paragraph chain style tag to be used
style 4
The fourth paragraph chain style tag to be used
style 5
The fifth paragraph chain style tag to be used