Pakket | flash.text.engine |
Klasse | public final class LineJustification |
Overerving | LineJustification Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
lineJustfication
van de subklassen van TextJustifier.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
ALL_BUT_LAST : String = "allButLast" [statisch]
Alle regels, behalve de laatste, uitvullen. | LineJustification | ||
ALL_BUT_MANDATORY_BREAK : String = "allButMandatoryBreak" [statisch]
Alle regels uitvullen, behalve de laatste regel en regels die eindigen op verplichte eindemarkeringen. | LineJustification | ||
ALL_INCLUDING_LAST : String = "allIncludingLast" [statisch]
Alle regels uitvullen. | LineJustification | ||
UNJUSTIFIED : String = "unjustified" [statisch]
Geen regels uitvullen. | LineJustification |
Constantedetails
ALL_BUT_LAST | Constante |
public static const ALL_BUT_LAST:String = "allButLast"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Alle regels, behalve de laatste, uitvullen.
ALL_BUT_MANDATORY_BREAK | Constante |
public static const ALL_BUT_MANDATORY_BREAK:String = "allButMandatoryBreak"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 1.0, Flash Player 13 |
Alle regels uitvullen, behalve de laatste regel en regels die eindigen op verplichte eindemarkeringen.
ALL_INCLUDING_LAST | Constante |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Alle regels uitvullen.
UNJUSTIFIED | Constante |
public static const UNJUSTIFIED:String = "unjustified"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Geen regels uitvullen.
Wed Jun 13 2018, 11:42 AM Z