Pacote | flash.text.engine |
Classe | public final class LineJustification |
Herança | LineJustification Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5, Flash Lite 4 |
lineJustfication
das subclasses TextJustifier.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ALL_BUT_LAST : String = "allButLast" [estático]
Justifique todos exceto a linha última. | LineJustification | ||
ALL_BUT_MANDATORY_BREAK : String = "allButMandatoryBreak" [estático]
Justifica todas as linhas com exceção da última e linhas que terminam em quebras obrigatórias. | LineJustification | ||
ALL_INCLUDING_LAST : String = "allIncludingLast" [estático]
Justifique todas as linhas. | LineJustification | ||
UNJUSTIFIED : String = "unjustified" [estático]
Não justifique linhas. | LineJustification |
Detalhes da constante
ALL_BUT_LAST | Constante |
public static const ALL_BUT_LAST:String = "allButLast"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Justifique todos exceto a linha última.
ALL_BUT_MANDATORY_BREAK | Constante |
public static const ALL_BUT_MANDATORY_BREAK:String = "allButMandatoryBreak"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | AIR 1.0, Flash Player 13 |
Justifica todas as linhas com exceção da última e linhas que terminam em quebras obrigatórias.
ALL_INCLUDING_LAST | Constante |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Justifique todas as linhas.
UNJUSTIFIED | Constante |
public static const UNJUSTIFIED:String = "unjustified"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Não justifique linhas.
Wed Jun 13 2018, 11:10 AM Z