Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/293.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 使用C设置Word文档中的ListString值#_C#_Ms Word_Document - Fatal编程技术网

C# 使用C设置Word文档中的ListString值#

C# 使用C设置Word文档中的ListString值#,c#,ms-word,document,C#,Ms Word,Document,如果我有word中的列表,请按以下方式编号: a. This is the content This is the rest of it 如何为“编号”设置不同的值? 例如,以“C”开头: C. This is the content This is the rest of it 是否可以仅使用Range.FormattedText而不使用列表编号?是否可以仅使用Range.FormattedText而不使用列表编号?

如果我有word中的列表,请按以下方式编号:

a. This is the content   
   This is the rest of it
如何为“编号”设置不同的值?
例如,以“C”开头:

C. This is the content   
   This is the rest of it
是否可以仅使用Range.FormattedText而不使用列表编号?是否可以仅使用Range.FormattedText而不使用列表编号?