2019-05-15 11:40:18 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Pestaña Diseño< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "Introducing the Spreadsheet Editor user interface - Layout 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 Diseño< / h1 >
< p > La pestaña de < b > Diseño< / b > le permite ajustar el aspecto de una hoja de cálculo: configurar parámetros de la página y definir la disposición de los elementos visuales.< / p >
2020-11-16 14:00:37 +00:00
< div class = "onlineDocumentFeatures" >
< p > Ventana del editor de hojas de cálculo en línea:< / p >
< p > < img alt = "Pestaña Diseño" src = "../images/interface/layouttab.png" / > < / p >
< / div >
< div class = "desktopDocumentFeatures" >
< p > Ventana del editor de hojas de cálculo de escritorio:< / p >
< p > < img alt = "Pestaña Diseño" src = "../images/interface/desktop_layouttab.png" / > < / p >
< / div >
2019-05-15 11:40:18 +00:00
< p > Al usar esta pestaña podrás:< / p >
< ul >
< li > ajustar los < a href = "../UsageInstructions/SavePrintDownload.htm#print" onclick = "onhyperlinkclick(this)" > márgenes, orientación, y tamaño< / a > de la página,< / li >
2020-11-16 14:00:37 +00:00
< li > especificar un < a href = "../UsageInstructions/SavePrintDownload.htm#printarea" onclick = "onhyperlinkclick(this)" > área de impresión< / a > ,< / li >
2019-05-15 11:40:18 +00:00
< li > alinear y ordenar objetos (< a href = "../UsageInstructions/InsertImages.htm" onclick = "onhyperlinkclick(this)" > imágenes< / a > , < a href = "../UsageInstructions/InsertChart.htm" onclick = "onhyperlinkclick(this)" > gráficos< / a > , < a href = "../UsageInstructions/InsertAutoshapes.htm" onclick = "onhyperlinkclick(this)" > formas< / a > ).< / li >
< / ul >
< / div >
< / body >
< / html >