Specifying the Microsoft Word View Mode - 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-Studio-Configuration/The-appSettings-Element-in-Composer.Studio.exe.config/Specifying-the-Microsoft-Word-View-Mode - 2023-12-18

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To specify the view mode Microsoft Word uses when the user opens a document template or a text block, complete the following steps.
  1. From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows.
    <add key="WordForcePrintView" 
  3. Complete one of the following substeps.
    • To display the document in Microsoft Word in the Print Layout view, set the value attribute to True.
    • To not display the document in Microsoft Word in the Print Layout view, set thevalue attribute to False.
    <add key="WordForcePrintView" value="True" />
    Note: The default value is FALSE.
  4. Save and close the file.