web-apps/apps/spreadsheeteditor/main/resources/help/es/ProgramInterface/InsertTab.htm
Julia Radzhabova 149c624cde [SSE] Fix help
2020-11-16 17:00:37 +03:00

34 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Pestaña Insertar</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="Buscar" type="text" onkeypress="doSearch(event)">
</div>
<h1>Pestaña Insertar</h1>
<p>La pestaña <b>Insertar</b> permite añadir objetos visuales y comentarios a su hoja de cálculo.</p>
<div class="onlineDocumentFeatures">
<p>Ventana del editor de hojas de cálculo en línea:</p>
<p><img alt="Pestaña Insertar" src="../images/interface/inserttab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>Ventana del editor de hojas de cálculo de escritorio:</p>
<p><img alt="Pestaña Insertar" src="../images/interface/desktop_inserttab.png" /></p>
</div>
<p>Al usar esta pestaña podrás:</p>
<ul>
<li>insertar <a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">imágenes</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">formas</a>, <a href="../UsageInstructions/InsertTextObjects.htm" onclick="onhyperlinkclick(this)">cuadros de texto y objetos de texto de arte</a>, <a href="../UsageInstructions/InsertChart.htm" onclick="onhyperlinkclick(this)">gráficos</a>,</li>
<li>insertar <a href="../HelpfulHints/CollaborativeEditing.htm#comments" onclick="onhyperlinkclick(this)">comentarios</a> y <a href="../UsageInstructions/AddHyperlinks.htm" onclick="onhyperlinkclick(this)">hiperenlaces</a>,</li>
<li>insertar <a href="../UsageInstructions/InsertEquation.htm" onclick="onhyperlinkclick(this)">ecuaciones</a>.</li>
</ul>
</div>
</body>
</html>