(Beta)
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.
Related API Elements
Public Properties
Public Methods
Public Constants
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 |
Constant Detail
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.
Wed Nov 21 2018, 06:34 AM -08:00