WdLineEndingType Énumération

Définition

Définit la manière dont Microsoft Word marque les sauts de ligne et de paragraphe dans les documents enregistrés sous forme de fichiers texte.

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

Champs

wdCRLF 0

Retour chariot suivi d'un retour à la ligne.

wdCROnly 1

Retour chariot uniquement.

wdLFCR 3

Retour à la ligne suivi d'un retour chariot.

wdLFOnly 2

Retour à la ligne uniquement.

wdLSPS 4

Non prise en charge.

Remarques

Utilisée avec la propriété TextLineEnding de l’objet Document.

S’applique à