web-apps/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

39 lines
4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>View Settings and Navigation Tools</title>
<meta charset="utf-8" />
<meta name="description" content="The description of view settings and navigation tools such as zoom, previous/next page buttons" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>View Settings and Navigation Tools</h1>
<p><b>Document Editor</b> offers several tools to help you view and navigate through your document: zoom, previous/next page buttons, page number indicator.</p>
<h3>Adjust the View Settings</h3>
<p>To adjust default view settings and set the most convenient mode to work with the document, click the <b>View Settings</b> <img alt="View Settings icon" src="../images/viewsettingsicon.png" /> icon at the upper right corner of the top toolbar and select which interface elements you want to be hidden or shown.
You can select the following options from the <b>View Settings</b> drop-down list:
</p>
<ul>
<li><b>View Compact Toolbar</b> - enables a compact toolbar mode that provides access to basic features. To view the default toolbar click this option once again.</li>
<li><b>Hide Title Bar</b> - hides the topmost bar where the document name and the <b>Go to Documents</b> option are displayed. To show the hidden <b>Title Bar</b> click this option once again.</li>
<li><b>Hide Status Bar</b> - hides the bottommost bar where the <b>Page Number Indicator</b> and <b>Zoom</b> buttons are situated. To show the hidden <b>Status Bar</b> click this option once again.</li>
<li><b>Hide Rulers</b> - hides rulers which are used to align text, graphics, tables, and other elements in a document, set up margins, tab stops, and paragraph indents. To show the hidden <b>Rulers</b> click this option once again.</li>
</ul>
<p>The right sidebar is minimized by default. To expand it, select any object/text passage and click the icon of the currently activated tab on the right (click the icon once again to minimize the right sidebar).</p>
<p>When the <b>Comments</b> or <b>Chat</b> panel is opened, the left sidebar width is adjusted by simple drag-and-drop:
move the mouse cursor over the left sidebar border so that it turns into the bidirectional arrow and drag the border to the to the right to extend the sidebar width. To restore its original width move the border to the left.</p>
<h3>Use the Navigation Tools</h3>
<p>To navigate through your document, use the following tools:</p>
<p>The <b>Zoom</b> buttons are situated in the right lower corner and are used to zoom in and out the current document.
To change the currently selected zoom value that is displayed in percent, click it and select one of the available zoom options from the list
or use the <b>Zoom In</b> <img alt="Zoom In button" src="../images/zoomin.png" /> or <b>Zoom Out</b> <img alt="Zoom Out button" src="../images/zoomout.png" /> buttons.
Click the <b>Fit Width</b> <img alt="Fit Width button" src="../images/fitwidth.png" /> icon to fit the document page width to the visible part of the working area.
To fit the whole document page to the visible part of the working area, click the <b>Fit Page</b> <img alt="Fit Page button" src="../images/fitpage.png" /> icon.
Zoom settings are also available in the <b>View Settings</b> <img alt="View Settings icon" src="../images/viewsettingsicon.png" /> drop-down list that can be useful if you decide to hide the <b>Status Bar</b>.</p>
<p>The <b>Previous Page</b> <img alt="Previous Page button" src="../images/previouspage.png" /> and <b>Next Page</b> <img alt="Next Page button" src="../images/nextpage.png" /> buttons are situated in the lower right corner under the scrollbar and used to go to the previous or next page of the current document.</p>
<p>The <b>Page Number Indicator</b> shows the current page as a part of all the pages in the current document (page 'n' of 'nn').
Click this caption to open the window where you can enter the page number and quickly go to it.</p>
</div>
</body>
</html>