[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TocEntryFormatting

Class TocEntryFormatting

Namespace
GrapeCity.Documents.Word.Fields
Assembly
GcDocs.Word.dll

Represents options to format TOC entries in a TOC field result.

public class TocEntryFormatting
Inheritance
TocEntryFormatting
Inherited Members

Properties

Gets or sets a value indicating whether to create hyperlinks on TOC entries.

The default value is false.

public bool CreateHyperlink { get; set; }

Property Value

bool

HidePageNumbersInWebView

Gets or sets a value indicating whether to hides tab leader and page numbers in web page view.

The default value is false.

public bool HidePageNumbersInWebView { get; set; }

Property Value

bool

PreserveNewLines

Gets or sets a value indicating whether to preserve new lines from the source paragraphs in TOC entries.

The default value is false.

public bool PreserveNewLines { get; set; }

Property Value

bool

PreserveTabs

Gets or sets a value indicating whether to preserve tabs from the source paragraphs in TOC entries.

The default value is false.

public bool PreserveTabs { get; set; }

Property Value

bool

Methods

ToString()

public override string ToString()

Returns

string