web-apps/apps/spreadsheeteditor/main/resources/help/it/ProgramInterface/InsertTab.htm
2020-04-29 22:48:41 +03:00

36 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Insert tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Insert 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>Insert tab</h1>
<p>The <b>Insert</b> tab allows to add visual objects and comments into your spreadsheet.</p>
<div class="onlineDocumentFeatures">
<p>Online Spreadsheet Editor window:</p>
<p><img alt="Insert tab" src="../images/interface/inserttab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>Desktop Spreadsheet Editor window:</p>
<p><img alt="Insert tab" src="../images/interface/desktop_inserttab.png" /></p>
</div>
<p>Using this tab, you can:</p>
<ul>
<li>insert <a href="../UsageInstructions/SortData.htm#tabletemplate" onclick="onhyperlinkclick(this)">formatted tables</a>,</li>
<li>insert <a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">images</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">shapes</a>, <a href="../UsageInstructions/InsertTextObjects.htm" onclick="onhyperlinkclick(this)">text boxes and Text Art objects</a>, <a href="../UsageInstructions/InsertChart.htm" onclick="onhyperlinkclick(this)">charts</a>,</li>
<li>insert <a href="../HelpfulHints/CollaborativeEditing.htm#comments" onclick="onhyperlinkclick(this)">comments</a> and <a href="../UsageInstructions/AddHyperlinks.htm" onclick="onhyperlinkclick(this)">hyperlinks</a>,</li>
<li>insert <a href="../UsageInstructions/InsertHeadersFooters.htm" onclick="onhyperlinkclick(this)">headers/footers</a>,</li>
<li>insert <a href="../UsageInstructions/InsertEquation.htm" onclick="onhyperlinkclick(this)">equations</a> and <a href="../UsageInstructions/InsertSymbols.htm" onclick="onhyperlinkclick(this)">symbols</a>.</li>
</ul>
</div>
</body>
</html>