Pakket | flashx.textLayout.formats |
Klasse | public final class ListStyleType |
Overerving | ListStyleType Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
listStyleType
van een TextLayoutFormat-object. Deze waarden worden gebruikt voor het beheren van de weergave van items in een lijst.
Verwante API-elementen
Constante | Gedefinieerd door | ||
---|---|---|---|
ARABIC_INDIC : String = "arabicIndic" [statisch] Nummering op basis van Arabisch schrift. | ListStyleType | ||
BENGALI : String = "bengali" [statisch] Nummering op basis van Bengaals schrift. | ListStyleType | ||
BOX : String = "box" [statisch] Een vierkante markering die niet is gevuld. | ListStyleType | ||
CHECK : String = "check" [statisch] Een vinkje. | ListStyleType | ||
CIRCLE : String = "circle" [statisch] Een ronde markering die niet is gevuld. | ListStyleType | ||
CJK_EARTHLY_BRANCH : String = "cjkEarthlyBranch" [statisch] Nummering voor CJK. | ListStyleType | ||
CJK_HEAVENLY_STEM : String = "cjkHeavenlyStem" [statisch] Nummering voor CJK. | ListStyleType | ||
DECIMAL : String = "decimal" [statisch] Nummering met decimalen: 1, 2, 3, enzovoort. | ListStyleType | ||
DECIMAL_LEADING_ZERO : String = "decimalLeadingZero" [statisch] Nummering met decimalen met een voorloopnul: 01, 02, 03, enzovoort. | ListStyleType | ||
DEVANAGARI : String = "devanagari" [statisch] Devangari nummering. | ListStyleType | ||
DIAMOND : String = "diamond" [statisch] Een gevulde diamantvormige markering. | ListStyleType | ||
DISC : String = "disc" [statisch] Een opsommingteken (gevulde cirkel). | ListStyleType | ||
GUJARATI : String = "gujarati" [statisch] Gujarati nummering. | ListStyleType | ||
GURMUKHI : String = "gurmukhi" [statisch] Gurmukhi nummering. | ListStyleType | ||
HANGUL : String = "hangul" [statisch] Hangul nummering. | ListStyleType | ||
HANGUL_CONSTANT : String = "hangulConstant" [statisch] Hangul nummering. | ListStyleType | ||
HIRAGANA : String = "hiragana" [statisch] Hiragana nummering. | ListStyleType | ||
HIRAGANA_IROHA : String = "hiraganaIroha" [statisch] Hiragana nummering. | ListStyleType | ||
HYPHEN : String = "hyphen" [statisch] Een streepje. | ListStyleType | ||
KANNADA : String = "kannada" [statisch] Kannada nummering. | ListStyleType | ||
KATAKANA : String = "katakana" [statisch] Katagana nummering. | ListStyleType | ||
KATAKANA_IROHA : String = "katakanaIroha" [statisch] Katagana nummering. | ListStyleType | ||
LOWER_ALPHA : String = "lowerAlpha" [statisch] Alfabetische nummering met kleine letters: a-z, aa-zz, enzovoort. | ListStyleType | ||
LOWER_GREEK : String = "lowerGreek" [statisch] Griekse alfabetische nummering met kleine letters. | ListStyleType | ||
LOWER_LATIN : String = "lowerLatin" [statisch] Alfabetische nummering met kleine letters: a-z, aa-zz, enzovoort. | ListStyleType | ||
LOWER_ROMAN : String = "lowerRoman" [statisch] Romeinse nummering met kleine letters: i, ii, iii, iv, enzovoort. | ListStyleType | ||
NONE : String = "none" [statisch] Voor de markering is geen inhoud gegenereerd. | ListStyleType | ||
PERSIAN : String = "persian" [statisch] Perzische nummering. | ListStyleType | ||
SQUARE : String = "square" [statisch] Een gevulde vierkanten markering. | ListStyleType | ||
THAI : String = "thai" [statisch] Thaise nummering. | ListStyleType | ||
UPPER_ALPHA : String = "upperAlpha" [statisch] Alfabetische nummering met hoofdletters: A-Z, AA-ZZ, enzovoort. | ListStyleType | ||
UPPER_GREEK : String = "upperGreek" [statisch] Griekse alfabetische nummering met hoofdletters. | ListStyleType | ||
UPPER_LATIN : String = "upperLatin" [statisch] Alfabetische nummering met hoofdletters: A-Z, AA-ZZ, enzovoort. | ListStyleType | ||
UPPER_ROMAN : String = "upperRoman" [statisch] Romeinse nummering met hoofdletters: I, II, III, IV, enzovoort. | ListStyleType | ||
URDU : String = "urdu" [statisch] Urdu nummering. | ListStyleType |
ARABIC_INDIC | Constante |
public static const ARABIC_INDIC:String = "arabicIndic"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Nummering op basis van Arabisch schrift.
BENGALI | Constante |
public static const BENGALI:String = "bengali"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Nummering op basis van Bengaals schrift.
BOX | Constante |
public static const BOX:String = "box"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Een vierkante markering die niet is gevuld.
CHECK | Constante |
public static const CHECK:String = "check"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Een vinkje.
CIRCLE | Constante |
public static const CIRCLE:String = "circle"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Een ronde markering die niet is gevuld.
CJK_EARTHLY_BRANCH | Constante |
public static const CJK_EARTHLY_BRANCH:String = "cjkEarthlyBranch"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Nummering voor CJK.
CJK_HEAVENLY_STEM | Constante |
public static const CJK_HEAVENLY_STEM:String = "cjkHeavenlyStem"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Nummering voor CJK.
DECIMAL | Constante |
public static const DECIMAL:String = "decimal"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Nummering met decimalen: 1, 2, 3, enzovoort.
DECIMAL_LEADING_ZERO | Constante |
public static const DECIMAL_LEADING_ZERO:String = "decimalLeadingZero"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Nummering met decimalen met een voorloopnul: 01, 02, 03, enzovoort.
DEVANAGARI | Constante |
public static const DEVANAGARI:String = "devanagari"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Devangari nummering.
DIAMOND | Constante |
public static const DIAMOND:String = "diamond"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Een gevulde diamantvormige markering.
DISC | Constante |
public static const DISC:String = "disc"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Een opsommingteken (gevulde cirkel).
GUJARATI | Constante |
public static const GUJARATI:String = "gujarati"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Gujarati nummering.
GURMUKHI | Constante |
public static const GURMUKHI:String = "gurmukhi"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Gurmukhi nummering.
HANGUL | Constante |
public static const HANGUL:String = "hangul"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Hangul nummering.
HANGUL_CONSTANT | Constante |
public static const HANGUL_CONSTANT:String = "hangulConstant"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Hangul nummering.
HIRAGANA | Constante |
public static const HIRAGANA:String = "hiragana"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Hiragana nummering.
HIRAGANA_IROHA | Constante |
public static const HIRAGANA_IROHA:String = "hiraganaIroha"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Hiragana nummering.
HYPHEN | Constante |
public static const HYPHEN:String = "hyphen"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Een streepje.
KANNADA | Constante |
public static const KANNADA:String = "kannada"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Kannada nummering.
KATAKANA | Constante |
public static const KATAKANA:String = "katakana"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Katagana nummering.
KATAKANA_IROHA | Constante |
public static const KATAKANA_IROHA:String = "katakanaIroha"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Katagana nummering.
LOWER_ALPHA | Constante |
public static const LOWER_ALPHA:String = "lowerAlpha"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Alfabetische nummering met kleine letters: a-z, aa-zz, enzovoort.
LOWER_GREEK | Constante |
public static const LOWER_GREEK:String = "lowerGreek"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Griekse alfabetische nummering met kleine letters.
LOWER_LATIN | Constante |
public static const LOWER_LATIN:String = "lowerLatin"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Alfabetische nummering met kleine letters: a-z, aa-zz, enzovoort.
LOWER_ROMAN | Constante |
public static const LOWER_ROMAN:String = "lowerRoman"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Romeinse nummering met kleine letters: i, ii, iii, iv, enzovoort.
NONE | Constante |
public static const NONE:String = "none"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Voor de markering is geen inhoud gegenereerd.
PERSIAN | Constante |
public static const PERSIAN:String = "persian"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Perzische nummering.
SQUARE | Constante |
public static const SQUARE:String = "square"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Een gevulde vierkanten markering.
THAI | Constante |
public static const THAI:String = "thai"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Thaise nummering.
UPPER_ALPHA | Constante |
public static const UPPER_ALPHA:String = "upperAlpha"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Alfabetische nummering met hoofdletters: A-Z, AA-ZZ, enzovoort.
UPPER_GREEK | Constante |
public static const UPPER_GREEK:String = "upperGreek"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Griekse alfabetische nummering met hoofdletters.
UPPER_LATIN | Constante |
public static const UPPER_LATIN:String = "upperLatin"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Alfabetische nummering met hoofdletters: A-Z, AA-ZZ, enzovoort.
UPPER_ROMAN | Constante |
public static const UPPER_ROMAN:String = "upperRoman"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Romeinse nummering met hoofdletters: I, II, III, IV, enzovoort.
URDU | Constante |
public static const URDU:String = "urdu"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Urdu nummering.
Wed Jun 13 2018, 11:42 AM Z