Share via


ListLevel.NumberPosition Property 

Returns or sets the position (in points) of the number or bullet for the specified ListLevel object.

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

Usage

Dim listLevel1 As ListLevel

Dim returnValue As Single
returnValue = listLevel1.NumberPosition

Dim sampleValue As Single
listLevel1.NumberPosition = sampleValue

Syntax

Property NumberPosition() As Single
float NumberPosition {get; set;}
property Single NumberPosition{
    Single get();
    Void set(Single);
}
public float get_NumberPosition();
public void set_NumberPosition(float);
function get NumberPosition() : float;
function set NumberPosition(float);

Remarks

For each list level, you can set the position of the number or bullet, the position of the tab, and the position of the text that wraps.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

ListLevel Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ListLevel Members