Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 547 Bytes

File metadata and controls

22 lines (13 loc) · 547 Bytes

text.orientation

Availability

Flash MX 2004.

Usage

text.orientation

Description

Property; a string that specifies the orientation of the text field. Acceptable values are "horizontal", "vertical left to right", and "vertical right to left".

This property works only with static text; it generates a warning if used with other text types.

Example

The following example sets the orientation property to vertical right to left:

fl.getDocumentDOM().selection[0].orientation = "vertical right to left";