listStyle |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | set the listStyle of <line> of <field> to <style>
|
Associations | field |
Summary | Specifies what type of list style is used for the line of text.
|
Introduced | 5.5 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Parameters | Name | Type | Description |
---|
style | | The style of bullet to use for the line of text in the list. "disc": A solid round bullet.
"circle": A ring.
"square": A solid square.
"decimal": A numeric ordered list: 1. 2. 3. 4...
"lower latin": An lowercase ordered roman character: a. b. c. d...
"upper latin": An uppercase ordered roman character: A. B. C. D...
"lower roman": A lowercase ordered latin character: i. ii. iii. iv...
"upper roman": An uppercase ordered latin character: I. II. III. IV...
"skip": No list marker is shown and the line is skipped where ordered list styles are in use.
|
|
Example | set the listStyle of line 1 of field 1 to "disc"
|
Values | Name | Type | Description |
---|
Value | | The listStyle of a line of a field returns the style type set for the
line of text.
|
|
Related | Property: firstIndent, textAlign, formattedWidth, formattedText, listDepth, listBehavior, hScrollbar, rightIndent, textSize
|
Description | Use the listStyle property to control the style of the bullet used for
the line of text in a field.
|
Tags | ui |