web-apps/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm

68 lines
6.2 KiB
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
<html>
<head>
2020-11-13 13:35:26 +00:00
<title>Advanced Settings of the Presentation Editor</title>
2016-03-11 00:48:53 +00:00
<meta charset="utf-8" />
<meta name="description" content="The advanced settings of Presentation 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>
2016-03-11 00:48:53 +00:00
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
2020-11-13 13:35:26 +00:00
<h1>Advanced Settings of the Presentation Editor</h1>
<p>The <b>Presentation 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>
2016-03-11 00:48:53 +00:00
<p>The advanced settings are:</p>
<ul>
2017-09-20 08:31:59 +00:00
<li><b>Spell Checking</b> is used to turn on/off the spell checking option.</li>
2020-09-14 12:21:50 +00:00
<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>
2016-03-11 00:48:53 +00:00
<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 slide precisely.</li>
2020-02-05 13:47:18 +00:00
<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>
2020-11-13 13:35:26 +00:00
<li><span class="desktopDocumentFeatures"><b>Autorecover</b> - is used in the <em>desktop version</em> to turn on/off the option that allows you to automatically recover documents if the program closes unexpectedly.</span></li>
<li class="onlineDocumentFeatures"><b>Co-editing Mode</b> is used to select a way of displaying changes made during co-editing:
2016-03-11 00:48:53 +00:00
<ul>
2020-11-13 13:35:26 +00:00
<li>By default, the <b>Fast</b> mode is selected, the users who take part in the presentation co-editing, will see the changes in real time once they are made by other users.</li>
<li>If you prefer not to see the changes made by other users (so that they will 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 with a notification that there are some changes made by other users.</li>
2016-03-11 00:48:53 +00:00
</ul>
</li>
2017-02-08 09:27:46 +00:00
<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 Slide</b> or <b>Fit to Width</b> option.</li>
2019-12-19 08:42:10 +00:00
<li>
2020-11-13 13:35:26 +00:00
<b>Font Hinting</b> is used to select a way fonts are displayed in the Presentation Editor:
2019-12-19 08:42:10 +00:00
<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>
2020-11-13 13:35:26 +00:00
<b>Default cache mode</b> - used to select the cache mode for the font characters. Its not recommended to switch it off without any reason. It can be helpful in some cases only, for example, when the Google Chrome browser has problems with the enabled hardware acceleration.
<p>The Presentation Editor has two cache modes:</p>
<ol>
<li>In the <b>first cache mode</b>, each letter is cached as a separate picture.</li>
<li>In the <b>second cache mode</b>, a picture of a certain size is selected where letters are placed dynamically and a mechanism of allocating/removing memory in this picture is also implemented. If there is not enough memory, a second picture is created, etc.</li>
</ol>
<p>The <b>Default cache mode</b> setting applies two above mentioned cache modes separately for different browsers:</p>
<ul>
2020-02-21 09:34:29 +00:00
<li>When the <b>Default cache mode</b> setting is enabled, Internet Explorer (v. 9, 10, 11) uses the <b>second cache mode</b>, other browsers use the <b>first cache mode</b>.</li>
<li>When the <b>Default cache mode</b> setting is disabled, Internet Explorer (v. 9, 10, 11) uses the <b>first cache mode</b>, other browsers use the <b>second cache mode</b>.</li>
</ul>
2019-12-19 08:42:10 +00:00
</li>
2020-11-13 13:35:26 +00:00
<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>
2020-09-14 12:21:50 +00:00
<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 presentation;</li>
<li><b>Show notification</b> to receive notifications about macros within the presentation;</li>
<li><b>Enable all</b> to automatically run all macros within the presentation.</li>
</ul>
</li>
2016-03-11 00:48:53 +00:00
</ul>
<p>To save the changes you made, click the <b>Apply</b> button.</p>
</div>
</body>
</html>