Package | flashx.textLayout.formats |
Class | public final class BlockProgression |
Inheritance | BlockProgression Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
blockProgression
property
of the TextLayouFormat
class. BlockProgression specifies the direction in
which lines are placed in the container.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
RL : String = "rl" [static]
Specifies right to left block progression. | BlockProgression | ||
TB : String = "tb" [static]
Specifies top to bottom block progression. | BlockProgression |
Constant Detail
RL | Constant |
public static const RL:String = "rl"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies right to left block progression. Lines are laid out vertically starting at the right edge of the container and progressing leftward. Used for vertical text, for example, vertical Chinese or Japanese text.
TB | Constant |
public static const TB:String = "tb"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies top to bottom block progression. Lines are laid out horizontally starting at the top of the container and progressing down to the bottom. Used for horizontal text.
Thu Dec 6 2018, 01:12 PM -08:00