TableOfContent Constructor (IDocument, String)
|
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableOfContent(
IDocument doc,
string switches
)
Public Sub New (
doc As IDocument,
switches As String
)
public:
TableOfContent(
IDocument^ doc,
String^ switches
)
new :
doc : IDocument *
switches : string -> TableOfContent
Parameters
-
doc
-
Type:
Spire.Doc.Interface
IDocument
The doc.
-
switches
-
Type:
System
String
The switches.
See Also