43 lines
3.3 KiB
HTML
43 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Pestaña de Inicio</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Document Editor user interface - Home 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 de Inicio</h1>
|
|
<p>La pestaña de <b>Inicio</b> se abre por defecto cuando abre un documento. Le permite cambiar el tipo de letra y los párrafos. También hay otras opciones disponibles aquí, como la <span class="onlineDocumentFeatures">combinación de correspondencia y</span> los esquemas de color.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>Editor de documentos en línea:</p>
|
|
<p><img alt="Pestaña de Inicio" src="../images/interface/hometab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>Editor de documentos de escritorio:</p>
|
|
<p><img alt="Pestaña de Inicio" src="../images/interface/desktop_hometab.png" /></p>
|
|
</div>
|
|
<p>Al usar esta pestaña podrás:</p>
|
|
<ul>
|
|
<li>establecer el <a href="../UsageInstructions/FontTypeSizeColor.htm" onclick="onhyperlinkclick(this)">tipo,tamaño y color</a> de letra,</li>
|
|
<li>aplicar <a href="../UsageInstructions/DecorationStyles.htm" onclick="onhyperlinkclick(this)">estilos decorativos</a> a la letra,</li>
|
|
<li>seleccionar <a href="../UsageInstructions/BackgroundColor.htm" onclick="onhyperlinkclick(this)">color de fondo</a> para un párrafo,</li>
|
|
<li>crear <a href="../UsageInstructions/CreateLists.htm" onclick="onhyperlinkclick(this)">listas</a> con puntos y numeradas,</li>
|
|
<li>cambiar las <a href="../UsageInstructions/ParagraphIndents.htm" onclick="onhyperlinkclick(this)">sangrías</a> de un párrafo,</li>
|
|
<li>establecer el <a href="../UsageInstructions/LineSpacing.htm" onclick="onhyperlinkclick(this)">espaciado de línea</a> de un párrafo,</li>
|
|
<li><a href="../UsageInstructions/AlignText.htm" onclick="onhyperlinkclick(this)">alinear su texto</a> en un párrafo,</li>
|
|
<li>mostrar/ocultar <a href="../UsageInstructions/NonprintingCharacters.htm" onclick="onhyperlinkclick(this)">caracteres no imprimibles</a>,</li>
|
|
<li><a href="../UsageInstructions/CopyClearFormatting.htm" onclick="onhyperlinkclick(this)">copiar/borrar</a> el formato de un texto,</li>
|
|
<li>cambiar la <a href="../UsageInstructions/ChangeColorScheme.htm" onclick="onhyperlinkclick(this)">combinación de colores</a>,</li>
|
|
<li class="onlineDocumentFeatures">usar <a href="../UsageInstructions/UseMailMerge.htm" onclick="onhyperlinkclick(this)">combinación de correspondencia</a> (disponible solo en la <em>versión el línea</em>),</li>
|
|
<li>gestionar <a href="../UsageInstructions/FormattingPresets.htm" onclick="onhyperlinkclick(this)">estilos</a>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |