Template.NoLineBreakBefore Property

Returns or sets the kinsoku characters before which Microsoft Word will not break a line.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property NoLineBreakBefore As String
    Get
    Set
'Usage
Dim instance As Template
Dim value As String

value = instance.NoLineBreakBefore

instance.NoLineBreakBefore = value
string NoLineBreakBefore { get; set; }

Property Value

Type: System.String

See Also

Reference

Template Interface

Template Members

Microsoft.Office.Interop.Word Namespace