49 lines
4 KiB
HTML
49 lines
4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Advanced Settings of Spreadsheet Editor</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="The advanced settings of Spreadsheet 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="search" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Advanced Settings of Spreadsheet Editor</h1>
|
|
<p><b>Spreadsheet Editor</b> lets you change its general advanced settings. To access them, open the <b>File</b> tab at the top toolbar 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 at the <b>Home</b> tab of the top toolbar.</p>
|
|
<p>The general 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 cells will be marked on the sheet only if you click the <b>Comments</b> <img alt="Comments icon" src="../images/commentsicon.png" /> icon at the left sidebar.</li>
|
|
<li><b>Turn on display of the resolved comments</b> - if you disable this feature, the resolved comments will be hidden on the sheet. You'll be able to view such comments only if you click the <b>Comments</b> <img alt="Comments icon" src="../images/commentsicon.png" /> icon at the left sidebar.</li>
|
|
</ul>
|
|
</li>
|
|
<li class="onlineDocumentFeatures"><b>Autosave</b> is used to turn on/off automatic saving of changes you make while editing.</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 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>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 Spreadsheet 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 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>Formula Language</b> is used to select the language for displaying and entering formula names.</li>
|
|
<li><b>Regional Settings</b> is used to select the default display format for currency and date and time.</li>
|
|
</ul>
|
|
<p>To save the changes you made, click the <b>Apply</b> button.</p>
|
|
</div>
|
|
</body>
|
|
</html> |