| DocxDocumentUpdateTableOfContent Method (Boolean) |
Updates the table of content making dirty the document.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.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