Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The JustificationStyle class is an enumeration of constant values for setting the
justificationStyle
property
of the EastAsianJustifier class. These constants specify options for handling kinsoku characters, which are Japanese characters that cannot
appear at either the beginning or end of a line.
public static const PRIORITIZE_LEAST_ADJUSTMENT:String = "prioritizeLeastAdjustment"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Bases justification on either expanding or compressing
the line, whichever gives a result closest to the desired width.
public static const PUSH_IN_KINSOKU:String = "pushInKinsoku"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Bases justification on compressing kinsoku at the end of the line,
or expanding it if no kinsoku occurs or if that space is insufficient.
public static const PUSH_OUT_ONLY:String = "pushOutOnly"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Bases justification on expanding the line.