[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TocSeqOptions

Class TocSeqOptions

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

Represents options used to collect SEQ fields paragraphs by the TOC field.

public class TocSeqOptions
Inheritance
TocSeqOptions
Inherited Members

Properties

Collect

Gets a value indicating whether the TOC field should collect SEQ fields paragraphs.

The default value is false.

public bool Collect { get; }

Property Value

bool

IncludeLabelAndNumber

Gets or sets a value indicating whether to include text before the collected SEQ field and its result into the TOC field result.

The default value is false.

public bool IncludeLabelAndNumber { get; set; }

Property Value

bool

SequenceId

Gets or sets the Id of SEQ fields whose paragraphs should be collected by the TOC field.

The default value is Empty.

public string SequenceId { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string