web-apps/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm
Julia Radzhabova 38a288309e Update help
2020-11-13 16:35:26 +03:00

69 lines
6.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Advanced Settings of Document Editor</title>
<meta charset="utf-8" />
<meta name="description" content="The advanced settings of Document Editor" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Advanced Settings of the Document Editor</h1>
<p>The <b>Document Editor</b> allows you to change its advanced settings. To access them, open the <b>File</b> tab on the top toolbar and select the <b>Advanced Settings...</b> option. You can also click the <b>View settings</b> <img alt="View settings icon" src="../images/viewsettingsicon.png" /> icon on the right side of the editor header and select the <b>Advanced settings</b> option.</p>
<p>The advanced settings are:</p>
<ul>
<li><b>Commenting Display</b> is used to turn on/off the live commenting option:
<ul>
<li><b>Turn on display of the comments</b> - if you disable this feature, the commented passages will be highlighted only if you click the <b>Comments</b> <img alt="Comments icon" src="../images/commentsicon.png" /> icon on the left sidebar.</li>
<li><b>Turn on display of the resolved comments</b> - this feature is disabled by default so that the resolved comments were hidden in the document text. You can view such comments only if you click the <b>Comments</b> <img alt="Comments icon" src="../images/commentsicon.png" /> icon on the left sidebar. Enable this option if you want to display resolved comments in the document text.</li>
</ul>
</li>
<li><b>Spell Checking</b> is used to turn on/off the spell checking option.</li>
<li><b>Proofing</b> - used to automatically replace word or symbol typed in the <b>Replace:</b> box or chosen from the list by a new word or symbol displayed in the <b>By:</b> box.</li>
<li><b>Alternate Input</b> is used to turn on/off hieroglyphs.</li>
<li><b>Alignment Guides</b> is used to turn on/off alignment guides that appear when you move objects and allow you to position them on the page precisely.</li>
<li><b>Compatibility</b> is used to <em>make the files compatible with older MS Word versions when saved as DOCX</em>.</li>
<li><span class="onlineDocumentFeatures"><b>Autosave</b> is used in the <em>online version</em> to turn on/off automatic saving of changes you make while editing.</span></li>
<li><span class="desktopDocumentFeatures"><b>Autorecover</b> - is used in the <em>desktop version</em> to turn on/off the option that allows automatically recovering documents in case the program closes unexpectedly.</span></li>
<li class="onlineDocumentFeatures"><b>Co-editing Mode</b> is used to select the display of the changes made during the co-editing:
<ul>
<li>By default the <b>Fast</b> mode is selected, the users who take part in the document co-editing will see the changes in real time once they are made by other users.</li>
<li>If you prefer not to see other user changes (so that they do not disturb you, or for some other reason), select the <b>Strict</b> mode and all the changes will be shown only after you click the <b>Save</b> <img alt="Save icon" src="../images/saveupdate.png" /> icon notifying you that there are changes from other users.</li>
</ul>
</li>
<li class="onlineDocumentFeatures">
<b>Real-time Collaboration Changes</b> is used to specify what changes you want to be highlighted during co-editing:
<ul>
<li>Selecting the <b>View None</b> option, changes made during the current session will not be highlighted.</li>
<li>Selecting the <b>View All</b> option, all the changes made during the current session will be highlighted.</li>
<li>Selecting the <b>View Last</b> option, only the changes made since you last time clicked the <b>Save</b> <img alt="Save icon" src="../images/saveupdate.png" /> icon will be highlighted. This option is only available when the <b>Strict</b> co-editing mode is selected.</li>
</ul>
</li>
<li><b>Default Zoom Value</b> is used to set the default zoom value selecting it in the list of available options from 50% to 200%. You can also choose the <b>Fit to Page</b> or <b>Fit to Width</b> option.</li>
<li>
<b>Font Hinting</b> is used to select the type a font is displayed in the Document Editor:
<ul>
<li>Choose <b>As Windows</b> if you like the way fonts are usually displayed on Windows, i.e. using Windows font hinting.</li>
<li>Choose <b>As OS X</b> if you like the way fonts are usually displayed on a Mac, i.e. without any font hinting at all.</li>
<li>Choose <b>Native</b> if you want your text to be displayed with the hinting embedded into font files.</li>
</ul>
</li>
<li><b>Unit of Measurement</b> is used to specify what units are used on the rulers and in properties windows for measuring elements parameters such as width, height, spacing, margins etc. You can select the <b>Centimeter</b>, <b>Point</b>, or <b>Inch</b> option.</li>
<li><b>Cut, copy and paste</b> - used to show the <b>Paste Options</b> button when content is pasted. Check the box to enable this feature.</li>
<li><b>Macros Settings</b> - used to set macros display with a notification.
<ul>
<li>Choose <b>Disable all</b> to disable all macros within the document;</li>
<li><b>Show notification</b> to receive notifications about macros within the document;</li>
<li><b>Enable all</b> to automatically run all macros within the document.</li>
</ul>
</li>
</ul>
<p>To save the changes you made, click the <b>Apply</b> button.</p>
</div>
</body>
</html>