listStyleType property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the predefined type of the line-item marker for the object.
![]() |
Syntax
Integer value = object.put_listStyleType(BSTR v);Integer value = object.get_listStyleType(BSTR* sType);
Property values
Type: BSTR
disc (disc)
-
Default. Solid circles.
circle (circle)
-
Outlined circles.
square (square)
-
Solid squares.
decimal (decimal)
-
1, 2, 3, 4, and so on.
decimal-leading-zero (decimal-leading-zero)
-
01, 02, 03, 04, and so on.
lower-alpha (lower-alpha)
-
A, b, c, d, and so on.
upper-alpha (upper-alpha)
-
A, B, C, D, and so on.
lower-roman (lower-roman)
-
I, ii, iii, iv, and so on.
upper-roman (upper-roman)
-
I, II, III, IV, and so on.
lower-greek (lower-greek)
-
Lowercase classical Greek: alpha, beta, gamma, and so on.
lower-latin (lower-latin)
-
A, b, c, d, and so on.
upper-latin (upper-latin)
-
A, B, C, D, and so on.
armenian (armenian)
-
Traditional Armenian numbering.
georgian (georgian)
-
Traditional Georgian numbering: an, ban, gan, don, and so on.
none (none)
-
No marker is shown.
String format
disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value |
Standards information
- CSS 2.1, Section 5.6.3
Remarks
The list-style-type property determines the appearance of the list-item marker if the value of the list-style-image property is set to none, or if the image pointed to by the URL cannot be displayed.
The list-style-type property can be applied to any element when margin and display:list-item are applied.
If the left margin of a line item is set to 0 using one of the margin properties, the list-item markers do not show. The margin should be set to a minimum of 30 points.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
DLL |
|
Build date: 1/23/2012
