[]
Represents options used to collect SEQ fields paragraphs by the TOC field.
public class TocSeqOptions
Gets a value indicating whether the TOC field should collect SEQ fields paragraphs.
The default value is false.
public bool Collect { get; }
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; }
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; }
public override string ToString()