2019-05-15 11:40:18 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Registerkarte Layout< / title >
< meta charset = "utf-8" / >
2022-05-16 13:43:03 +00:00
< meta name = "description" content = "Was ist die Registerkarte Layout und wie Sie das Aussehen von Word-Dokumenten ändern, Seitenoptionen festlegen, die Position von visuellen Elementen bestimmen." / >
2019-05-15 11:40:18 +00:00
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
2022-03-21 03:03:46 +00:00
< link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" / >
2019-05-15 11:40:18 +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" >
< input id = "search" class = "searchBar" placeholder = "Suche" type = "text" onkeypress = "doSearch(event)" >
< / div >
< h1 > Registerkarte Layout< / h1 >
2022-05-16 13:43:03 +00:00
< h2 > Was ist die Registerkarte Layout?< / h2 >
2021-08-25 22:43:28 +00:00
< p > Über die Registerkarte < b > Layout< / b > in der < a href = "https://www.onlyoffice.com/de/spreadsheet-editor.aspx" target = "_blank" onclick = "onhyperlinkclick(this)" > < b > Tabellenkalkulation< / b > < / a > , können Sie die Darstellung der Tabelle anpassen: Legen Sie die Seitenparameter fest und definieren Sie die Anordnung der visuellen Elemente.< / p >
2020-11-16 14:00:37 +00:00
< div class = "onlineDocumentFeatures" >
2021-08-25 22:43:28 +00:00
< p > Dialogbox Online-Tabellenkalkulation:< / p >
2020-11-16 14:00:37 +00:00
< p > < img alt = "Registerkarte Layout" src = "../images/interface/layouttab.png" / > < / p >
< / div >
< div class = "desktopDocumentFeatures" >
2021-08-25 22:43:28 +00:00
< p > Dialogbox Desktop-Tabellenkalkulation:< / p >
2020-11-16 14:00:37 +00:00
< p > < img alt = "Registerkarte Layout" src = "../images/interface/desktop_layouttab.png" / > < / p >
< / div >
2022-05-16 13:43:03 +00:00
< h2 > Funktionen der Registerkarte Layout< / h2 >
2019-05-15 11:40:18 +00:00
< p > Sie können:< / p >
< ul >
< li > < a href = "../UsageInstructions/SavePrintDownload.htm#print" onclick = "onhyperlinkclick(this)" > Seitenränder, Seitenausrichtung und Seitengröße< / a > anpassen,< / li >
2020-11-16 14:00:37 +00:00
< li > einen < a href = "../UsageInstructions/SavePrintDownload.htm#printarea" onclick = "onhyperlinkclick(this)" > Druckbereich< / a > festlegen,< / li >
2022-09-30 14:56:15 +00:00
< li > < a href = "../UsageInstructions/InsertHeadersFooters.htm" onclick = "onhyperlinkclick(this)" > Kopf- oder Fußzeilen< / a > einfügen,< / li >
< li > ein Arbeitsblatt < a href = "../UsageInstructions/ScaleToFit.htm" onclick = "onhyperlinkclick(this)" > skalieren< / a > ,< / li >
< li > auf einer Seite < a href = "../UsageInstructions/SavePrintDownload.htm#printtitles" onclick = "onhyperlinkclick(this)" > Titel drucken< / a > ,< / li >
< li > Objekte ausrichten und anordnen (< a href = "../UsageInstructions/InsertImages.htm" onclick = "onhyperlinkclick(this)" > Bilder< / a > , < a href = "../UsageInstructions/InsertChart.htm" onclick = "onhyperlinkclick(this)" > Diagramme< / a > , < a href = "../UsageInstructions/InsertAutoshapes.htm" onclick = "onhyperlinkclick(this)" > Formen< / a > ),< / li >
< li > < a href = "../UsageInstructions/FontTypeSizeStyle.htm#colorscheme" onclick = "onhyperlinkclick(this)" > Farbschema< / a > ändern.< / li >
2019-05-15 11:40:18 +00:00
< / ul >
< / div >
< / body >
2022-09-30 14:56:15 +00:00
< / html >