WdLineEndingType 枚举

定义

指定 Microsoft Word 在另存为文本文件的文档中标记换行符和分段符的方式。

public enum class WdLineEndingType
[System.Runtime.InteropServices.Guid("2C1156B5-27D4-329B-B946-C3C66207AE75")]
public enum WdLineEndingType
type WdLineEndingType = 
Public Enum WdLineEndingType
继承
WdLineEndingType
属性

字段

wdCRLF 0

回车后换行。

wdCROnly 1

只使用回车。

wdLFCR 3

换行后回车。

wdLFOnly 2

只使用换行。

wdLSPS 4

不支持。

注解

Document 对象的 TextLineEnding 属性一起使用。

适用于