مشاركة عبر


DocumentBase.TextLineEnding الخاصية

الحصول على أو تعيينها WdLineEndingTypeثابتة تشير إلى كيفية فصل Microsoft المكتب الكلمة علامات الأسطر والفقرات في المستندات التي تم حفظها كملفات نصية.

مساحة الاسم:  Microsoft.Office.Tools.Word
التجميع:  Microsoft.Office.Tools.Word.v4.0.Utilities (في Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

بناء الجملة

'إقرار
Public Property TextLineEnding As WdLineEndingType
    Get
    Set
public WdLineEndingType TextLineEnding { get; set; }

قيمة الخاصية

النوع: Microsoft.Office.Interop.Word.WdLineEndingType
واحد WdLineEndingTypeقيم.

أمثلة

مجموعات المثال فواصل لإدخال أحرف إرجاع لخط وفقرة في المستند عند التعليمة البرمجية التالية المستند هو تم الحفظها كملف نصي. إلى لاستخدام هذا المثال، قم بتشغيلها من ThisDocumentالفئة في مشروع المستوى مستند.

Private Sub DocumentTextLineEnding()
    Me.TextLineEnding = Word.WdLineEndingType.wdCROnly
End Sub 
private void DocumentTextLineEnding()
{
    this.TextLineEnding = Word.WdLineEndingType.wdCROnly;
}

أمن NET Framework.

راجع أيضًَا

المرجع

DocumentBase الفئة

DocumentBase الأعضاء

Microsoft.Office.Tools.Word مساحة الاسم