Package | flashx.textLayout.formats |
Class | public class Suffix |
Inheritance | Suffix Object |
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
suffix
property of a ListMarkerFormat.
See also
Constant | Defined By | ||
---|---|---|---|
AUTO : String = auto [static] Specifies that the auto suffix is appended to the list marker after the content. | Suffix | ||
NONE : String = none [static] Specifies that no suffix is appended to a list marker after the content. | Suffix |
AUTO | Constant |
public static const AUTO:String = auto
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Specifies that the auto suffix is appended to the list marker after the content. See http://www.w3.org/TR/css3-lists/ for the default suffixes.
NONE | Constant |
public static const NONE:String = none
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Specifies that no suffix is appended to a list marker after the content.