WdLineEndingType Enum

Definition

Specifies how Microsoft Word marks the line and paragraph breaks in documents saved as text files.

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

Fields

wdCRLF 0

Carriage return plus line feed.

wdCROnly 1

Carriage return only.

wdLFCR 3

Line feed plus carriage return.

wdLFOnly 2

Line feed only.

wdLSPS 4

Not supported.

Remarks

Used with the TextLineEnding property of the Document object.

Applies to