mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 17:32:25 +08:00
39 lines
3.9 KiB
HTML
39 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Registerkarte Einfügen</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Einführung in die Benutzeroberfläche des PDF-Editors - Registerkarte „Einfügen“" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Registerkarte Einfügen</h1>
|
|
<p>Die Registerkarte <b>Einfügen</b> im <a target="_blank" href="https://www.onlyoffice.com/de/pdf-editor.aspx?docs=download" onclick="onhyperlinkclick(this)"><b>PDF-Editor</b></a> ermöglicht das Hinzufügen einiger Seitenformatierungselemente sowie visueller Objekte und Kommentare.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>Dialogbox Online-PDF-Editor:</p>
|
|
<p><img alt="Insert tab" src="../images/interface/inserttab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>Dialogbox Desktop-PDF-Editor:</p>
|
|
<p><img alt="Insert tab" src="../images/interface/desktop_inserttab.png" /></p>
|
|
</div>
|
|
<p>Auf dieser Registerkarte können Sie:</p>
|
|
<ul>
|
|
<li>Die Seite oder Objekte mit dem <b>Hand</b>-Werkzeug verschieben.</li>
|
|
<li>Mit dem Werkzeug <b>Auswählen</b> visuelle Elemente auf der Seite zur weiteren Bearbeitung auswählen.</li>
|
|
<li>Eine <b>leere Seite</b> in die Datei einfügen. Klicken Sie auf den Pfeil auf diesem Symbol, um auszuwählen, ob Sie eine leere Seite <em>vor</em> oder <em>nach</em> dem Cursor einfügen möchten.</li>
|
|
<li>Eine <a href="https://helpcenter.onlyoffice.com/de/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertTables.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Tabelle</b></a> in die Datei einfügen.</li>
|
|
<li>Ein <a href="https://helpcenter.onlyoffice.com/de/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertTextObjects.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Textfeld</b></a>, <a href="https://helpcenter.onlyoffice.com/de/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertSmartArt.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Text-Art</b></a>, <a href="https://helpcenter.onlyoffice.com/de/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertImages.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Bild</b></a> oder <a href="https://helpcenter.onlyoffice.com/de/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertAutoshapes.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Form</b></a> in die Datei einfügen.</li>
|
|
<li>Einen <a href="https://helpcenter.onlyoffice.com/de/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AddHyperlinks.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Hyperlink</b></a> in die Datei einfügen.</li>
|
|
<li>Eine <a href="https://helpcenter.onlyoffice.com/de/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertEquation.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Gleichung</b></a> oder ein <a href="https://helpcenter.onlyoffice.com/de/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertSymbols.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Symbol</b></a> in die Datei einfügen.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |