_Document.TextLineEnding 属性

定义

返回或设置一个WdLineEndingType常量,该常量指示 Microsoft Word如何在保存为文本文件的文档中标记换行符和段落分隔符。

public:
 property Microsoft::Office::Interop::Word::WdLineEndingType TextLineEnding { Microsoft::Office::Interop::Word::WdLineEndingType get(); void set(Microsoft::Office::Interop::Word::WdLineEndingType value); };
public Microsoft.Office.Interop.Word.WdLineEndingType TextLineEnding { get; set; }
member this.TextLineEnding : Microsoft.Office.Interop.Word.WdLineEndingType with get, set
Public Property TextLineEnding As WdLineEndingType

属性值

适用于