Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocEntryFormatting Class / PreserveNewLines Property

In This Topic
    PreserveNewLines Property
    In This Topic
    Gets or sets a value indicating whether to preserve new lines from the source paragraphs in TOC entries.

    The default value is false.

    Syntax
    'Declaration
     
    Public Property PreserveNewLines As System.Boolean
    public System.bool PreserveNewLines {get; set;}
    See Also