mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 10:46:04 +08:00
27 lines
2.1 KiB
HTML
27 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Draw freehand on a spreadsheet</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Drawing operations: draw, write, highlight, erase" />
|
|
<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 freehand on a spreadsheet</h1>
|
|
<p>In the <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a>, you can use the <b>Draw</b> tab to draw freehand, add handwritten notes, highlight text and erase on your spreadsheet.</p>
|
|
<p><img alt="Drawing options" src="../../../../../../common/main/resources/help/en/images/draw_tools.png" /></p>
|
|
<p>To draw, write, or highlight text, click the <b>Pen</b> or the <b>Highlighter</b> icon, and move your cursor. Click the drop-down arrow to customize the stroke color and thickness. Click <b>More colors</b> if the needed color is not in the palette.</p>
|
|
<p><img alt="Pen tool" src="../../../../../../common/main/resources/help/en/images/pentool.png" /></p>
|
|
<p>When you are done with drawing, writing or highlighting, click the <b>Pen</b> or the <b>Highlighter</b> icon again, or press the <b>Esc</b> button.</p>
|
|
<p>Click the <b>Eraser</b> tool and move your cursor back and forth to delete a stroke. The <b>Eraser</b> deletes only the whole stroke.</p>
|
|
<p>Use the <b>Select</b> button to select the inscription, the drawing or the highlighting. Once selected, you can resize or delete the selected element.</p>
|
|
</div>
|
|
</body>
|
|
</html> |