2018-02-15 07:59:03 +00:00
<!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" / >
2022-03-21 00:34:33 +00:00
< link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" / >
2018-02-15 07:59:03 +00:00
< 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" >
2018-03-07 08:47:00 +00:00
< input id = "search" class = "searchBar" placeholder = "Buscar" type = "text" onkeypress = "doSearch(event)" >
2018-02-15 07:59:03 +00:00
< / div >
< h1 > Pestaña de Inicio< / h1 >
2020-11-16 12:06:53 +00:00
< 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 >
2018-02-15 07:59:03 +00:00
< 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 >
2020-11-16 12:06:53 +00:00
< li > < a href = "../UsageInstructions/CopyClearFormatting.htm" onclick = "onhyperlinkclick(this)" > copiar/borrar< / a > el formato de un texto,< / li >
2018-02-15 07:59:03 +00:00
< li > cambiar la < a href = "../UsageInstructions/ChangeColorScheme.htm" onclick = "onhyperlinkclick(this)" > combinación de colores< / a > ,< / li >
2020-11-16 12:06:53 +00:00
< 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 >
2018-02-15 07:59:03 +00:00
< / ul >
< / div >
< / body >
< / html >