web-apps/apps/presentationeditor/main/resources/help/en/UsageInstructions/ViewPresentationInfo.htm

42 lines
3.6 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>View the information about your presentation</title>
2016-03-11 00:48:53 +00:00
<meta charset="utf-8" />
<meta name="description" content="View presentation title, author, location, creation date, persons with the rights to view or edit the presentation" />
<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>View the information about your presentation</h1>
2017-09-20 08:31:59 +00:00
<p>To access the detailed information about the currently edited presentation, click the <b>File</b> tab of the top toolbar and select the <b>Presentation Info</b> option.</p>
2016-03-11 00:48:53 +00:00
<h3>General Information</h3>
2020-11-13 13:35:26 +00:00
<p>The spreadsheet information includes a number of file properties which describe the spreadsheet. Some of these properties are updated automatically, and some of them can be edited.</p>
2019-12-19 08:42:10 +00:00
<ul>
2020-11-13 13:35:26 +00:00
<li class="onlineDocumentFeatures"><b>Location</b> - the folder in the <b>Documents</b> module where the file is stored. <b>Owner</b> - the name of the user who has created the file. <b>Uploaded</b> - the date and time when the file has been created. These properties are available in the <em>online version</em> only.</li>
<li><b>Title</b>, <b>Subject</b>, <b>Comment</b> - these properties allow you to simplify the classification of your documents. You can specify the necessary text in the properties fields.</li>
2019-12-19 08:42:10 +00:00
<li><b>Last Modified</b> - the date and time when the file was last modified.</li>
2020-11-13 13:35:26 +00:00
<li><b>Last Modified By</b> - the name of the user who has made the latest change to the presentation if it was shared and can be edited by several users. </li>
2019-12-19 08:42:10 +00:00
<li><b>Application</b> - the application the presentation was created with.</li>
2020-11-13 13:35:26 +00:00
<li><b>Author</b> - the person who has created the file. You can enter the necessary name in this field. Press <em>Enter</em> to add a new field that allows you to specify one more author.</li>
2019-12-19 08:42:10 +00:00
</ul>
2020-02-05 13:47:18 +00:00
<p>If you changed the file properties, click the <b>Apply</b> button to apply the changes.</p>
2017-09-20 08:31:59 +00:00
<div class="onlineDocumentFeatures">
<p class="note"><b>Note</b>: Online Editors allow you to change the presentation title directly from the editor interface. To do that, click the <b>File</b> tab of the top toolbar and select the <b>Rename...</b> option, then enter the necessary <b>File name</b> in a new window that opens and click <b>OK</b>.</p>
</div>
2017-04-21 08:44:23 +00:00
<div class="onlineDocumentFeatures">
2016-03-11 00:48:53 +00:00
<h3>Permission Information</h3>
<p>In the <em>online version</em>, you can view the information about permissions to the files stored in the cloud.</p>
2016-03-11 00:48:53 +00:00
<p class="note"><b>Note</b>: this option is not available for users with the <b>Read Only</b> permissions.</p>
2020-11-13 13:35:26 +00:00
<p>To find out who has the rights to view or edit the presentation, select the <b>Access Rights...</b> option on the left sidebar.</p>
2016-03-11 00:48:53 +00:00
<p>You can also change currently selected access rights by pressing the <b>Change access rights</b> button in the <b>Persons who have rights</b> section.</p>
2017-04-21 08:44:23 +00:00
</div>
2017-08-10 10:05:49 +00:00
<p>To close the <b>File</b> pane and return to presentation editing, select the <b>Close Menu</b> option.</p>
2016-03-11 00:48:53 +00:00
</div>
</body>
</html>