[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TocTcOptions

Class TocTcOptions

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

Represents options used to collect TC fields by the TOC field.

public class TocTcOptions
Inheritance
TocTcOptions
Inherited Members

Properties

AllowedLevels

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; }

Property Value

OutlineLevelRange

Collect

Gets or sets a value indicating whether the TOC field should collect TC fields.

The default value is false.

public bool Collect { get; set; }

Property Value

bool

EntriesType

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; }

Property Value

char?

Methods

ToString()

public override string ToString()

Returns

string