Packageflashx.textLayout.formats
Classpublic class Suffix
InheritanceSuffix Inheritance Object

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Defines values for setting the suffix property of a ListMarkerFormat.

See also

ListMarkerFormat.suffix


Public Constants
 ConstantDefined 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
AUTOConstant
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.

NONEConstant 
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.