This topic has not yet been rated - Rate this topic

type property

Sets or retrieves the style of the list.

Syntax

HRESULT value = object.put_type( v);HRESULT value = object.get_type(* p);

Property values

Type: BSTR

1

Default. Associate numbers with each item in an ordered list.

a

Associate lowercase letters with each item in an ordered list.

A

Associate uppercase letters with each item in an ordered list.

i

Associate small Roman numerals with each item in an ordered list.

I

Associate large Roman numerals with each item in an ordered list.

disc

Associate a solid disc with each item in an unordered list.

circle

Associate a hollow circle with each item in an unordered list.

square

Associate a solid square with each item in an unordered list.

Standards information

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.