Lingo Dictionary > T-Z > topSpacing

 

topSpacing

Syntax

chunkExpression.topSpacing

Description

Text cast member property; allows you to specify additional spacing applied to the top of each paragraph in the chunkExpression portion of the text cast member.

The value itself is an integer, with less than 0 indicating less spacing between paragraphs and greater than 0 indicating more spacing between paragraphs.

The default value is 0, which results in default spacing between paragraphs.

Example

This statement sets the topSpacing of the second paragraph in text cast member "myText" to 20:

member(1).paragraph[2].topSpacing = 20

See also

bottomSpacing