A Sandcastle Documented Class Library
DocxDocumentUpdateTableOfContent Method (Boolean) |
Updates the table of content making dirty the document.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public void UpdateTableOfContent( bool updateTocOnOpening )
Public Sub UpdateTableOfContent ( updateTocOnOpening As Boolean )
public: void UpdateTableOfContent( bool updateTocOnOpening )
member UpdateTableOfContent : updateTocOnOpening : bool -> unit
Parameters
- updateTocOnOpening
- Type: SystemBoolean
Indicate if update TOC during opening document or now.
See Also