Share via


ListLevel.TrailingCharacter Property 

Returns or sets the character inserted after the number for the specified list level.

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

Usage

Dim listLevel1 As ListLevel

Dim returnValue As WdTrailingCharacter
returnValue = listLevel1.TrailingCharacter

Dim sampleValue As WdTrailingCharacter
listLevel1.TrailingCharacter = sampleValue

Syntax

Property TrailingCharacter() As WdTrailingCharacter
WdTrailingCharacter TrailingCharacter {get; set;}
property WdTrailingCharacter^ TrailingCharacter{
    WdTrailingCharacter^ get();
    Void set(WdTrailingCharacter^);
}
public WdTrailingCharacter get_TrailingCharacter();
public void set_TrailingCharacter(WdTrailingCharacter);
function get TrailingCharacter() : WdTrailingCharacter;
function set TrailingCharacter(WdTrailingCharacter);

Remarks

The TrailingCharacter property can be one of the WdTrailingCharacter constants.

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