49 lines
4.1 KiB
HTML
49 lines
4.1 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" />
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<h1>Advanced Settings of Document Editor</h1>
|
|
<p><b>Document Editor</b> lets you change its advanced settings. To access them, click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Advanced Settings...</b> option. You can also use the <img alt="Advanced Settings icon" src="../images/advanced_settings_icon.png" /> icon in the right upper corner of the top toolbar.</p>
|
|
<p>The advanced settings are:</p>
|
|
<ul>
|
|
<li><b>Alternate Input</b> is used to turn on/off hieroglyphs.</li>
|
|
<li><b>Commenting Display</b><sup>*</sup> is used to turn on/off the live commenting option. 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.</li>
|
|
<li><b>Spell Checking</b> is used to turn on/off the spell checking option.</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>Autosave</b> is used to turn on/off automatic saving of changes you make while editing.</li>
|
|
<li><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 realtime 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>
|
|
<b>Realtime Collaboration Changes</b><sup>*</sup> 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.</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%.</li>
|
|
<li>
|
|
<b>Font Hinting</b> is used to select the type a font is displayed in 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>
|
|
</ul>
|
|
<p>To save the changes you made, click the <b>Apply</b> button.</p>
|
|
<p><sup>*</sup>available for paid versions only</p>
|
|
</div>
|
|
</body>
|
|
</html> |