helpcenter/Web/OfficeWeb/apps/documenteditor/UsageInstructions/ViewDocInfo.htm
2019-12-10 17:18:55 +03:00

39 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>View document information</title>
<meta charset="utf-8" />
<meta name="description" content="View document title, author, location, creation date, persons with the rights to view or edit the document, and statistics" />
<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>View document information</h1>
<p>To access the detailed information about the currently edited document, click the <b>File</b> tab of the top toolbar and select the <b>Document Info...</b> option.</p>
<h3>General Information</h3>
<p>The document information includes document title, the application the document was created with and statistics: the number of pages, paragraphs, words, symbols, symbols with spaces. <span class="onlineDocumentFeatures">In the <em>online version</em>, the following information is also displayed: author, location, creation date.</span></p>
<div class="onlineDocumentFeatures">
<p class="note"><b>Note</b>: Online Editors allow you to change the document 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>
<div class="onlineDocumentFeatures">
<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>
<p class="note"><b>Note</b>: this option is not available for users with the <b>Read Only</b> permissions.</p>
<p>To find out, who have rights to view or edit the document, select the <b>Access Rights...</b> option at the left sidebar.</p>
<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>
<h3>Version History</h3>
<p>In the <em>online version</em>, you can view the version history for the files stored in the cloud.</p>
<p class="note"><b>Note</b>: this option is not available for users with the <b>Read Only</b> permissions.</p>
<p>To view all the changes made to this document, select the <b>Version History</b> option at the left sidebar. It's also possible to open the history of versions using the <img alt="Version History icon" src="../images/versionhistoryicon.png" /> <b>Version History</b> icon at the <b>Collaboration</b> tab of the top toolbar. You'll see the list of this document versions (major changes) and revisions (minor changes) with the indication of each version/revision author and creation date and time. For document versions, the version number is also specified (e.g. <em>ver. 2</em>). To know exactly which changes have been made in each separate version/revision, you can view the one you need by clicking it at the left sidebar. The changes made by the version/revision author are marked with the color which is displayed next to the author name on the left sidebar. You can use the <b>Restore</b> link below the selected version/revision to restore it. <!--To hide the list of the revisions within a certain version, use the <img alt="Collapse icon" src="../images/collapse.png" /> icon next to the version. To display revisions again, use the <img alt="Expand icon" src="../images/expand.png" /> icon.--> </p>
<p><img alt="Version History" src="../images/versionhistory.png" /></p>
<p>To return to the document current version, use the <b>Close History</b> option on the top of the version list.</p>
</div>
<p>To close the <b>File</b> panel and return to document editing, select the <b>Close Menu</b> option.</p>
</div>
</body>
</html>