37 lines
3.1 KiB
HTML
37 lines
3.1 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="Search" type="search" 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 más opciones disponibles como Combinación de Correspondencia, combinación de colores y ajustes de vista.</p>
|
|
<p><img alt="Pestaña de Inicio" src="../images/interface/hometab.png" /></p>
|
|
<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 texto,</li>
|
|
<li>cambiar la <a href="../UsageInstructions/ChangeColorScheme.htm" onclick="onhyperlinkclick(this)">combinación de colores</a>,</li>
|
|
<li>usar la <a href="../UsageInstructions/UseMailMerge.htm" onclick="onhyperlinkclick(this)">Combinación de Correspondencia</a>,</li>
|
|
<li>gestionar <a href="../UsageInstructions/FormattingPresets.htm" onclick="onhyperlinkclick(this)">estilos</a>,</li>
|
|
<li>ajustar los <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">Ajustes de Vista</a> y acceder al editor de <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Ajustes Avanzados</a>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |