To specify the view mode Microsoft Word uses when the user
opens a document template or a text block, complete the following steps.
-
From the
%Composerdir% directory, open
Composer.Studio.exe.config with a text editor that supports
UTF-8.
-
Search for the line that begins as follows.
<add key="WordForcePrintView"
-
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.
-
Save and close the file.