ListLevels Interface 

A collection of ListLevel objects that represents all the list levels of a list template, either the only level for a bulleted or numbered list or one of the nine levels of an outline numbered list.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class istLevelsImplementation
    Implements ListLevels
End Class
Dim istLevelsImplementation1 As New istLevelsImplementation()

Syntax

Public Interface ListLevels
    Inherits IEnumerable
public interface ListLevels : IEnumerable
public interface class ListLevels : public IEnumerable
public interface ListLevels implements IEnumerable
public interface ListLevels implements IEnumerable

Remarks

Use the ListLevels property to return the ListLevels collection.

Use ListLevels(index), where index is a number from 1 through 9, to return a single ListLevel object.

Note

You cannot add new levels to a list template.

To apply a list level, first identify the range or list, and then use the ApplyListTemplate method. Each tab at the beginning of the paragraph is translated into a list level. For example, a paragraph that begins with three tabs will become a level-three list paragraph after the ApplyListTemplate method is used.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

ListLevels Members