To update the table of contents when the user opens a
Microsoft Word document from the Content Composer Client, complete the following steps:
-
From the
%Composerdir% directory, open
Composer.Client.exe.config with a text editor that supports
UTF-8.
-
Search for the line that begins as follows.
-
Complete one of the following substeps.
- To update the
table of contents, set the
value attribute to
True.
- To leave the
table of contents unchanged, set the
value attribute to
False.
<add key="WordUpdateTOC" value="True" />
Note: The default value is False.
-
Save and close the file.