listStylePosition property
Sets or retrieves a variable that indicates how the list-item marker is drawn relative to the content of the object.
![]() ![]() |
Syntax
Integer value = object.put_listStylePosition( v);Integer value = object.get_listStylePosition(* sPosition);
Property values
Type: BSTR
-
Default. Marker is placed outside the text, and any wrapping text is not aligned under the marker.
-
Marker is placed inside the text, and any wrapping text is aligned under the marker.
String format
inside | outside
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value |
Standards information
- CSS 2.1, Section 5.6.5
Remarks
The IHTMLCurrentStyle::listStylePosition property can be applied to any element when IHTMLCurrentStyle::margin and IHTMLCurrentStyle::display:list-item are applied. The IHTMLCurrentStyle::display:list-item property is available starting with Microsoft Internet Explorer 6.
If the left margin of a list item is set to 0 using one of the IHTMLCurrentStyle::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 |
|
|
IDL |
|
|
DLL |
|

