Gets or sets the TOC element of the word document.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableOfContent TOC { get; set; }
Public Property TOC As TableOfContent
Get
Set
public:
virtual property TableOfContent^ TOC {
TableOfContent^ get () sealed;
void set (TableOfContent^ value) sealed;
}
abstract TOC : TableOfContent with get, set
override TOC : TableOfContent with get, set
Property Value
Type:
TableOfContent
Implements
IDocument
TOC
See Also