Paquete | flash.text.engine |
Clase | public final class LineJustification |
Herencia | LineJustification Object |
Versión del lenguaje: | ActionScript 3.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5, Flash Lite 4 |
lineJustfication
de la clase TextJustifier.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ALL_BUT_LAST : String = "allButLast" [estática]
Justificar todas las líneas excepto la última. | LineJustification | ||
ALL_BUT_MANDATORY_BREAK : String = "allButMandatoryBreak" [estática]
Justifica todas las líneas excepto la última y las líneas que terminan con saltos obligatorios. | LineJustification | ||
ALL_INCLUDING_LAST : String = "allIncludingLast" [estática]
Justificar todas las líneas. | LineJustification | ||
UNJUSTIFIED : String = "unjustified" [estática]
No justificar ninguna línea. | LineJustification |
Información sobre constantes
ALL_BUT_LAST | Constante |
public static const ALL_BUT_LAST:String = "allButLast"
Versión del lenguaje: | ActionScript 3.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Justificar todas las líneas excepto la última.
ALL_BUT_MANDATORY_BREAK | Constante |
public static const ALL_BUT_MANDATORY_BREAK:String = "allButMandatoryBreak"
Versión del lenguaje: | ActionScript 3.0 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 13 |
Justifica todas las líneas excepto la última y las líneas que terminan con saltos obligatorios.
ALL_INCLUDING_LAST | Constante |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
Versión del lenguaje: | ActionScript 3.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Justificar todas las líneas.
UNJUSTIFIED | Constante |
public static const UNJUSTIFIED:String = "unjustified"
Versión del lenguaje: | ActionScript 3.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5, Flash Lite 4 |
No justificar ninguna línea.
Tue Jun 12 2018, 02:12 PM Z