Edit

Share via


Word.LineEndingType enum

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents how Word marks line and paragraph breaks in text files.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

Fields

crlf = "Crlf"

Represents carriage return and line feed (Windows standard).

crOnly = "CrOnly"

Represents carriage return only (Mac classic standard).

lfcr = "Lfcr"

Represents line feed and carriage return.

lfOnly = "LfOnly"

Represents line feed only (Unix/Linux standard).

lsps = "Lsps"

Represents line separator and paragraph separator.