_Document.TextLineEnding Propiedad

Definición

Devuelve o establece una WdLineEndingType constante que indica cómo Microsoft Word marca los saltos de línea y párrafo en los documentos guardados como archivos de texto.

public:
 property Microsoft::Office::Interop::Word::WdLineEndingType TextLineEnding { Microsoft::Office::Interop::Word::WdLineEndingType get(); void set(Microsoft::Office::Interop::Word::WdLineEndingType value); };
public Microsoft.Office.Interop.Word.WdLineEndingType TextLineEnding { get; set; }
member this.TextLineEnding : Microsoft.Office.Interop.Word.WdLineEndingType with get, set
Public Property TextLineEnding As WdLineEndingType

Valor de propiedad

Se aplica a