mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:47:46 +08:00
35 lines
2.2 KiB
HTML
35 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Draw tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Document Editor user interface - Draw 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>Draw tab</h1>
|
|
<p>The <b>Draw</b> tab of the <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a> allows users to perform basic drawing operations.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online Document Editor:</p>
|
|
<p><img alt="Draw tab" src="../images/interface/drawtab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop Document Editor:</p>
|
|
<p><img alt="Draw tab" src="../images/interface/desktop_drawtab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li>use <a href="../UsageInstructions/DrawingOperations.htm" onclick="onhyperlinkclick(this)">the select tool</a> to resize or delete the inscription, the drawing or the highlighting,</li>
|
|
<li>use <a href="../UsageInstructions/DrawingOperations.htm" onclick="onhyperlinkclick(this)">the pen and the highlighter tools</a> to draw or to add handwritten notes and highlighting,</li>
|
|
<li>use <a href="../UsageInstructions/DrawingOperations.htm" onclick="onhyperlinkclick(this)">the eraser tool</a> to remove the whole drawing or the handwritten text.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |