ListLevel Interface 

Represents a single list level, 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 istLevelImplementation
    Implements ListLevel
End Class
Dim istLevelImplementation1 As New istLevelImplementation()

Syntax

Public Interface ListLevel
public interface ListLevel
public interface class ListLevel
public interface ListLevel
public interface ListLevel

Remarks

The ListLevel object is a member of the ListLevels collection.

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

The ListLevel object gives you access to all the formatting properties for the specified list level, such as the Alignment, Font, NumberFormat, NumberPosition, NumberStyle, and TrailingCharacter properties.

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

ListLevel Members