listStyle

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the listStyle of <line> of <field> to <style>
Associationsfield
Summary

Specifies what type of list style is used for the line of text.

Introduced5.5
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
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
NameTypeDescription
Value

The listStyle of a line of a field returns the style type set for the line of text.

RelatedProperty: 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.

Tagsui