Paket | flashx.textLayout.formats |
Klasse | public final class Float |
Vererbung | Float Object |
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10, AIR 1.5 |
float
-Eigenschaft der InlineGraphicElement-Klasse.
Verwandte API-Elemente
flashx.textLayout.elements.InlineGrapicElement
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
END : String = "end" [statisch] Grafik fließt auf der Endseite des Texts (rechts, wenn die Absatzrichtung „ltr“ ist, links bei „rtl“). | Float | ||
LEFT : String = "left" [statisch] Grafik fließt links vom Text. | Float | ||
NONE : String = "none" [statisch] Grafik erscheint inline im Text (fließt nicht). | Float | ||
RIGHT : String = "right" [statisch] Grafik fließt rechts vom Text. | Float | ||
START : String = "start" [statisch] Grafik wird beweglich an der Anfangsseite des Texts positioniert (links, wenn die Absatzrichtung „ltr“ ist, rechts bei „rtl“). | Float |
Konstantendetails
END | Konstante |
public static const END:String = "end"
Grafik fließt auf der Endseite des Texts (rechts, wenn die Absatzrichtung „ltr“ ist, links bei „rtl“).
LEFT | Konstante |
public static const LEFT:String = "left"
Grafik fließt links vom Text.
NONE | Konstante |
public static const NONE:String = "none"
Grafik erscheint inline im Text (fließt nicht).
RIGHT | Konstante |
public static const RIGHT:String = "right"
Grafik fließt rechts vom Text.
START | Konstante |
public static const START:String = "start"
Grafik wird beweglich an der Anfangsseite des Texts positioniert (links, wenn die Absatzrichtung „ltr“ ist, rechts bei „rtl“).
Tue Jun 12 2018, 10:04 AM Z