Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 423 Bytes

File metadata and controls

22 lines (12 loc) · 423 Bytes

textAttrs.lineSpacing

Availability

Flash MX 2004.

Usage

textAttrs.lineSpacing

Description

Property; an integer that specifies the line spacing (leading) of the paragraph. Acceptable values are -360 through 720.

Example

The following example sets the selected text field’s lineSpacing property to 100:

fl.getDocumentDOM().selection[0].setTextAttr("lineSpacing", 100);