ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flashx.textLayout.formats 

ListStyleType  - AS3

Packageflashx.textLayout.formats
Classpublic final class ListStyleType
InheritanceListStyleType Inheritance Object

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

Defines values for setting the listStyleType property of a TextLayoutFormat object. These values are used for controlling the appearance of items in a list.

More examples

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  ARABIC_INDIC : String = "arabicIndic"
[static] Numbering using Arabic script.
ListStyleType
  BENGALI : String = "bengali"
[static] Numbering using Bengali script.
ListStyleType
  BOX : String = "box"
[static] A square marker that is not filled.
ListStyleType
  CHECK : String = "check"
[static] A check mark.
ListStyleType
  CIRCLE : String = "circle"
[static] A circle character marker that is not filled.
ListStyleType
  CJK_EARTHLY_BRANCH : String = "cjkEarthlyBranch"
[static] Numbering for CJK.
ListStyleType
  CJK_HEAVENLY_STEM : String = "cjkHeavenlyStem"
[static] Numbering for CJK.
ListStyleType
  DECIMAL : String = "decimal"
[static] Numbering using decimals: 1, 2, 3, and so on.
ListStyleType
  DECIMAL_LEADING_ZERO : String = "decimalLeadingZero"
[static] Numbering using decimal with a leading zero: 01, 02, 03, and so on.
ListStyleType
  DEVANAGARI : String = "devanagari"
[static] Numbering using Devangari.
ListStyleType
  DIAMOND : String = "diamond"
[static] A filled diamond marker.
ListStyleType
  DISC : String = "disc"
[static] A bullet character marker (filled circle).
ListStyleType
  GUJARATI : String = "gujarati"
[static] Numbering using Gujarati.
ListStyleType
  GURMUKHI : String = "gurmukhi"
[static] Numbering using Gurmukhi.
ListStyleType
  HANGUL : String = "hangul"
[static] Numbering for Hangul.
ListStyleType
  HANGUL_CONSTANT : String = "hangulConstant"
[static] Numbering for Hangul.
ListStyleType
  HIRAGANA : String = "hiragana"
[static] Numbering for Hiragana.
ListStyleType
  HIRAGANA_IROHA : String = "hiraganaIroha"
[static] Numbering for Hiragana.
ListStyleType
  HYPHEN : String = "hyphen"
[static] A dash mark.
ListStyleType
  KANNADA : String = "kannada"
[static] Numbering using Kannada.
ListStyleType
  KATAKANA : String = "katakana"
[static] Numbering for Katagana.
ListStyleType
  KATAKANA_IROHA : String = "katakanaIroha"
[static] Numbering for Katagana.
ListStyleType
  LOWER_ALPHA : String = "lowerAlpha"
[static] Lower-case alphabetic "numbering": a-z, aa-zz, and so on.
ListStyleType
  LOWER_GREEK : String = "lowerGreek"
[static] Lower-case Greek alphabetic "numering".
ListStyleType
  LOWER_LATIN : String = "lowerLatin"
[static] Lower-case alphabetic "numbering": a-z, aa-zz, and so on.
ListStyleType
  LOWER_ROMAN : String = "lowerRoman"
[static] Lower-case Roman numbering: i, ii, iii, iv, and so on.
ListStyleType
  NONE : String = "none"
[static] No content is generated for the marker.
ListStyleType
  PERSIAN : String = "persian"
[static] Numbering using Persian.
ListStyleType
  SQUARE : String = "square"
[static] A filled square marker.
ListStyleType
  THAI : String = "thai"
[static] Numbering using Thai.
ListStyleType
  UPPER_ALPHA : String = "upperAlpha"
[static] Upper-case alphabetic "numbering": A-Z, AA-ZZ, and so on.
ListStyleType
  UPPER_GREEK : String = "upperGreek"
[static] Upper-case Greek alphabetic "numering".
ListStyleType
  UPPER_LATIN : String = "upperLatin"
[static] Upper-case alphabetic "numbering": A-Z, AA-ZZ, and so on.
ListStyleType
  UPPER_ROMAN : String = "upperRoman"
[static] Upper-case Roman numbering: I, II, III, IV, and so on.
ListStyleType
  URDU : String = "urdu"
[static] Numbering using Urdu.
ListStyleType
Constant Detail

ARABIC_INDIC

Constant
public static const ARABIC_INDIC:String = "arabicIndic"

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

Numbering using Arabic script.

BENGALI

Constant 
public static const BENGALI:String = "bengali"

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

Numbering using Bengali script.

BOX

Constant 
public static const BOX:String = "box"

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

A square marker that is not filled.

CHECK

Constant 
public static const CHECK:String = "check"

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

A check mark.

CIRCLE

Constant 
public static const CIRCLE:String = "circle"

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

A circle character marker that is not filled.

CJK_EARTHLY_BRANCH

Constant 
public static const CJK_EARTHLY_BRANCH:String = "cjkEarthlyBranch"

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

Numbering for CJK.

CJK_HEAVENLY_STEM

Constant 
public static const CJK_HEAVENLY_STEM:String = "cjkHeavenlyStem"

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

Numbering for CJK.

DECIMAL

Constant 
public static const DECIMAL:String = "decimal"

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

Numbering using decimals: 1, 2, 3, and so on.

DECIMAL_LEADING_ZERO

Constant 
public static const DECIMAL_LEADING_ZERO:String = "decimalLeadingZero"

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

Numbering using decimal with a leading zero: 01, 02, 03, and so on.

DEVANAGARI

Constant 
public static const DEVANAGARI:String = "devanagari"

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

Numbering using Devangari.

DIAMOND

Constant 
public static const DIAMOND:String = "diamond"

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

A filled diamond marker.

DISC

Constant 
public static const DISC:String = "disc"

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

A bullet character marker (filled circle).

GUJARATI

Constant 
public static const GUJARATI:String = "gujarati"

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

Numbering using Gujarati.

GURMUKHI

Constant 
public static const GURMUKHI:String = "gurmukhi"

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

Numbering using Gurmukhi.

HANGUL

Constant 
public static const HANGUL:String = "hangul"

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

Numbering for Hangul.

HANGUL_CONSTANT

Constant 
public static const HANGUL_CONSTANT:String = "hangulConstant"

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

Numbering for Hangul.

HIRAGANA

Constant 
public static const HIRAGANA:String = "hiragana"

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

Numbering for Hiragana.

HIRAGANA_IROHA

Constant 
public static const HIRAGANA_IROHA:String = "hiraganaIroha"

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

Numbering for Hiragana.

HYPHEN

Constant 
public static const HYPHEN:String = "hyphen"

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

A dash mark.

KANNADA

Constant 
public static const KANNADA:String = "kannada"

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

Numbering using Kannada.

KATAKANA

Constant 
public static const KATAKANA:String = "katakana"

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

Numbering for Katagana.

KATAKANA_IROHA

Constant 
public static const KATAKANA_IROHA:String = "katakanaIroha"

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

Numbering for Katagana.

LOWER_ALPHA

Constant 
public static const LOWER_ALPHA:String = "lowerAlpha"

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

Lower-case alphabetic "numbering": a-z, aa-zz, and so on.

LOWER_GREEK

Constant 
public static const LOWER_GREEK:String = "lowerGreek"

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

Lower-case Greek alphabetic "numering".

LOWER_LATIN

Constant 
public static const LOWER_LATIN:String = "lowerLatin"

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

Lower-case alphabetic "numbering": a-z, aa-zz, and so on.

LOWER_ROMAN

Constant 
public static const LOWER_ROMAN:String = "lowerRoman"

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

Lower-case Roman numbering: i, ii, iii, iv, and so on.

NONE

Constant 
public static const NONE:String = "none"

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

No content is generated for the marker.

PERSIAN

Constant 
public static const PERSIAN:String = "persian"

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

Numbering using Persian.

SQUARE

Constant 
public static const SQUARE:String = "square"

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

A filled square marker.

THAI

Constant 
public static const THAI:String = "thai"

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

Numbering using Thai.

UPPER_ALPHA

Constant 
public static const UPPER_ALPHA:String = "upperAlpha"

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

Upper-case alphabetic "numbering": A-Z, AA-ZZ, and so on.

UPPER_GREEK

Constant 
public static const UPPER_GREEK:String = "upperGreek"

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

Upper-case Greek alphabetic "numering".

UPPER_LATIN

Constant 
public static const UPPER_LATIN:String = "upperLatin"

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

Upper-case alphabetic "numbering": A-Z, AA-ZZ, and so on.

UPPER_ROMAN

Constant 
public static const UPPER_ROMAN:String = "upperRoman"

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

Upper-case Roman numbering: I, II, III, IV, and so on.

URDU

Constant 
public static const URDU:String = "urdu"

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

Numbering using Urdu.