List Properties

The List type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDocument
Gets the owner document.
Public propertyCode exampleIsListStyleDefinition
Returns true if this list is a definition of a list style.
Public propertyCode exampleIsListStyleReference
Returns true if this list is a reference to a list style.
Public propertyCode exampleIsMultiLevel
Returns true when the list contains 9 levels; false when 1 level.
Public propertyCode exampleIsRestartAtEachSection
Specifies whether list should be restarted at each section. Default value is false.
Public propertyCode exampleListId
Gets the unique identifier of the list.
Public propertyCode exampleListLevels
Gets the collection of list levels for this list.
Public propertyCode exampleStyle
Gets the list style that this list references or defines.
See Also