WdLineEndingType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 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 | 只使用回车。 |
wdLFOnly | 2 | 只使用换行。 |
wdLFCR | 3 | 换行后回车。 |
wdLSPS | 4 | 不支持。 |
注解
与 Document 对象的 TextLineEnding 属性一起使用。