Article fixes; added .htm for View tab

This commit is contained in:
Olga Vlasiuk 2020-11-10 12:27:19 +03:00
parent 68c7337005
commit 8cbcc61577
4 changed files with 46 additions and 20 deletions

View File

@ -17,15 +17,16 @@
<p>The <b>ONLYOFFICE Document Editor</b> allows you to quickly <b>convert footnotes</b> to <b>endnotes</b>, and vice versa, e.g., if you see that some footnotes in the resulting document should be placed in the end. Instead of recreating them as endnotes, use the corresponding tool for effortless conversion.</p>
<ol>
<li>Click the arrow next to the <img alt="Footnote icon" src="../images/addfootnote.png" /> <b>Footnote</b> icon on the <b>References</b> tab located at the top toolbar,</li>
<li>
Hover over the <b>Convert all notes</b> menu item and choose one of the options from the list to the right:
<img alt="Convert footnotes_endnotes" src="../images/convert_footnotes_endnotes.png" />
<ul>
<li><b>Convert all Footnotes to Endnotes</b> to change all footnotes into endnotes;</li>
<li><b>Convert all Endnotes to Footnotes</b> to change all endnotes to footnotes;</li>
<li><b>Swap Footnotes and Endnotes</b> to change all endnotes to footnotes, and all footnotes to endnotes.</li>
</ul>
</li>
<li>Hover over the <b>Convert all notes</b> menu item and choose one of the options from the list to the right:
<p><img alt="Convert footnotes_endnotes" src="../images/convert_footnotes_endnotes.png" /></p></li>
<li>
<ul>
<li><b>Convert all Footnotes to Endnotes</b> to change all footnotes into endnotes;</li>
<li><b>Convert all Endnotes to Footnotes</b> to change all endnotes to footnotes;</li>
<li><b>Swap Footnotes and Endnotes</b> to change all endnotes to footnotes, and all footnotes to endnotes.</li>
</ul>
</li>
</ol>
</div>
</body>
</html>

View File

@ -1,15 +1,4 @@
<!DOCTYPE html>
.cross-reference th {
text-align: center;
vertical-align: middle;
}
.cross-reference td {
text-align: center;
vertical-align: middle;
}
<html>
<head>
<title>Insert cross-references</title>

View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>View tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - View tab" />
<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 tab</h1>
<p>
The <b>View</b> tab allows you to manage sheet view presets based on applied filters.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the Online Spreadsheet Editor:</p>
<p><img alt="View tab" src="../images/interface/viewtab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop Spreadsheet Editor:</p>
<p><img alt="View tab" src="../images/interface/desktop_viewtab.png" /></p>
</div>
<p>Using this tab, you can:</p>
<ul>
<li>manage <a href="../UsageInstructions/SheetView.htm" onclick="onhyperlinkclick(this)">sheet view presets</a>,</li>
<li>adjust zoom value,</li>
<li><a target="_blank" href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/Editors-User-Guides/SpreadsheetEditor/Freeze-rows-and-columns.aspx" onclick="onhyperlinkclick(this)">freeze panes</a>,</li>
<li>manage the display of <a href="../UsageInstructions/Navigation.aspx.htm" onclick="onhyperlinkclick(this)">formula bars</a>, <a href="../UsageInstructions/Navigation.aspx.htm" onclick="onhyperlinkclick(this)">headings</a>, and <a href="../UsageInstructions/Navigation.aspx.htm" onclick="onhyperlinkclick(this)">gridlines</a>.</li>
</ul>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB