Updating the Table of Contents - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external - Content-Composer/Advanced-Design-and-Setup/Foundation-23.2/Content-Composer-Advanced-Design-and-Setup/Content-Composer-Client-Configuration/The-appSettings-Element-in-Composer.Client.exe.config/Updating-the-Table-of-Contents - 2023-12-18

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To update the table of contents when the user opens a Microsoft Word document from the Content Composer Client, complete the following steps:
  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows.
    <add key="WordUpdateTOC" 
  3. 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.
  4. Save and close the file.