
This interface draws lines of text as a bulleted list.
This element is a block element.
IHTMLUListElement Methods
| put_compact | get_compact |
| put_type | get_type |
HRESULT get_compact(
VARIANT_BOOL *p
);
Determines whether the list is to be compacted to remove extra space between list elements.
See also put_compact
HRESULT get_type(
BSTR *p
);
Retrieves the current style of the list.
| 1 | Use numbers. This is the default value. |
| a | Use small letters. |
| A | Use large letters. |
| i | Use small roman numerals. |
| I | Use large roman numerals. |
See also put_type
HRESULT put_compact(
VARIANT_BOOL v
);
Specifies whether to compact the list to remove extra space between list elements.
See also get_compact
HRESULT put_type(
BSTR v
);
Changes the style of the list.
| 1 | Use numbers. This is the default value. |
| a | Use small letters. |
| A | Use large letters. |
| i | Use small roman numerals. |
| I | Use large roman numerals. |
See also get_type
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.