mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:47:46 +08:00
39 lines
3.7 KiB
HTML
39 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Insert tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the PDF Editor user interface - Insert tab" />
|
|
<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>Insert tab</h1>
|
|
<p>The <b>Insert</b> tab in the <a target="_blank" href="https://www.onlyoffice.com/pdf-editor.aspx?docs=download" onclick="onhyperlinkclick(this)"><b>PDF Editor</b></a> allows adding some page formatting elements as well as visual objects and comments.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online PDF Editor:</p>
|
|
<p><img alt="Insert tab" src="../images/interface/inserttab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop PDF Editor:</p>
|
|
<p><img alt="Insert tab" src="../images/interface/desktop_inserttab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li>Use the <b>Hand</b> tool to move the page or objects.</li>
|
|
<li>Use the <b>Select</b> tool to select visual elements on the page for further editing.</li>
|
|
<li>Insert a <b>Blank page</b> into the file. Click the arrow on this icon to choose whether you want to insert a blank page <em>before</em> or <em>after</em> the cursor.</li>
|
|
<li>Insert a <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertTables.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Table</b></a> into the file.</li>
|
|
<li>Insert a <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertTextObjects.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Text Box</b></a>, <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertSmartArt.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Text Art</b></a>, an <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertImages.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Image</b></a>, or <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertAutoshapes.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Shapes</b></a> into the file.</li>
|
|
<li>Insert a <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/AddHyperlinks.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Hyperlink</b></a> into the file.</li>
|
|
<li>Insert an <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertEquation.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Equation</b></a> or a <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/InsertSymbols.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Symbol</b></a> into the file.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |