2018-09-21 12:50:20 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Layout tab< / 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" >
2019-05-15 11:40:18 +00:00
< input id = "search" class = "searchBar" placeholder = "Search" type = "text" onkeypress = "doSearch(event)" >
2018-09-21 12:50:20 +00:00
< / div >
< h1 > Layout tab< / h1 >
2020-08-12 11:25:32 +00:00
< p > The < b > Layout< / b > tab allows adjusting the appearance of a spreadsheet: setting up the page parameters and defining the arrangement of visual elements.< / p >
2019-05-15 11:40:18 +00:00
< div class = "onlineDocumentFeatures" >
2020-08-12 11:25:32 +00:00
< p > The corresponding window of the Online Spreadsheet Editor:< / p >
2019-05-15 11:40:18 +00:00
< p > < img alt = "Layout tab" src = "../images/interface/layouttab.png" / > < / p >
< / div >
< div class = "desktopDocumentFeatures" >
2020-08-12 11:25:32 +00:00
< p > The corresponding window of the Desktop Spreadsheet Editor:< / p >
2019-05-15 11:40:18 +00:00
< p > < img alt = "Layout tab" src = "../images/interface/desktop_layouttab.png" / > < / p >
< / div >
2018-09-21 12:50:20 +00:00
< p > Using this tab, you can:< / p >
< ul >
< li > adjust page < a href = "../UsageInstructions/SavePrintDownload.htm#print" onclick = "onhyperlinkclick(this)" > margins, orientation, size< / a > ,< / li >
2019-05-15 11:40:18 +00:00
< li > specify a < a href = "../UsageInstructions/SavePrintDownload.htm#printarea" onclick = "onhyperlinkclick(this)" > print area< / a > ,< / li >
2019-12-19 08:42:10 +00:00
< li > insert < a href = "../UsageInstructions/InsertHeadersFooters.htm" onclick = "onhyperlinkclick(this)" > headers or footers< / a > ,< / li >
2020-02-05 13:47:18 +00:00
< li > < a href = "../UsageInstructions/ScaleToFit.htm" onclick = "onhyperlinkclick(this)" > scale< / a > a worksheet,< / li >
2020-10-01 12:19:50 +00:00
< li > < a href = "../UsageInstructions/SavePrintDownload.htm#printtitles" onclick = "onhyperlinkclick(this)" > print titles< / a > on a page,< / li >
2020-02-05 13:47:18 +00:00
< li > align and arrange objects (< a href = "../UsageInstructions/InsertImages.htm" onclick = "onhyperlinkclick(this)" > images< / a > , < a href = "../UsageInstructions/InsertChart.htm" onclick = "onhyperlinkclick(this)" > charts< / a > , < a href = "../UsageInstructions/InsertAutoshapes.htm" onclick = "onhyperlinkclick(this)" > shapes< / a > ).< / li >
2018-09-21 12:50:20 +00:00
< / ul >
< / div >
< / body >
2020-08-12 11:25:32 +00:00
< / html >