web-apps/apps/spreadsheeteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm
2021-04-30 17:41:43 +03:00

34 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Registerkarte Layout</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="Suche" type="text" onkeypress="doSearch(event)">
</div>
<h1>Registerkarte Layout</h1>
<p>Über die Registerkarte <b>Layout</b> im <a href="https://www.onlyoffice.com/de/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Tabelleneditor</b></a>, können Sie die Darstellung der Tabelle anpassen: Legen Sie die Seitenparameter fest und definieren Sie die Anordnung der visuellen Elemente.</p>
<div class="onlineDocumentFeatures">
<p>Dialogbox Online-Tabelleneditor:</p>
<p><img alt="Registerkarte Layout" src="../images/interface/layouttab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>Dialogbox Desktop-Tabelleneditor:</p>
<p><img alt="Registerkarte Layout" src="../images/interface/desktop_layouttab.png" /></p>
</div>
<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>
<li>einen <a href="../UsageInstructions/SavePrintDownload.htm#printarea" onclick="onhyperlinkclick(this)">Druckbereich</a> festlegen,</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>
</ul>
</div>
</body>
</html>