Document
UpdateTOCPageNumbers Method (TableOfContent)
|
Update specified Table of content page numbers in the document.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void UpdateTOCPageNumbers(
TableOfContent toc
)
Public Sub UpdateTOCPageNumbers (
toc As TableOfContent
)
public:
void UpdateTOCPageNumbers(
TableOfContent^ toc
)
member UpdateTOCPageNumbers :
toc : TableOfContent -> unit
Parameters
-
toc
-
Type:
Spire.Doc.Fields
TableOfContent
specified Table of content
See Also