[]
Represents options used to collect TC fields by the TOC field.
public class TocTcOptions
Gets the range of allowed TC field levels.
If a DisplayLevel of a TC field is not in this range, it will not be collected by the TOC field.
The default value is IsEmpty.
public OutlineLevelRange AllowedLevels { get; }
Gets or sets a value indicating whether the TOC field should collect TC fields.
The default value is false.
public bool Collect { get; set; }
Gets or sets the type of TC fields to collect.
This property is related to Type.
The default value is null.
public char? EntriesType { get; set; }
public override string ToString()