Document.ConvertNumbersToText Method

Changes the list numbers and LISTNUM fields in the specified document to text.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Sub ConvertNumbersToText ( _
    ByRef NumberType As Object _
)
void ConvertNumbersToText(
    ref Object NumberType
)

Parameters

Remarks

There are two types of numbers: preset numbers (wdNumberParagraph), which you can add to paragraphs by selecting a template in the Bullets and Numbering dialog box; and LISTNUM fields (wdNumberListNum), which enable you to add more than one number per paragraph.

The ConvertNumbersToText method is useful if you want to work with a document in another application and that application does not recognize list formatting or LISTNUM fields.

After you convert list numbers to text, you can no longer manipulate them in a list.

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace