mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 20:20:30 +08:00
37 lines
2.1 KiB
HTML
37 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Comment tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the PDF Editor user interface - Comment 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>Comment tab</h1>
|
|
<p>The <b>Comment</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 collaborating on a PDF using comments and various markup tools.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online PDF Editor:</p>
|
|
<p><img alt="Comment tab" src="../images/interface/commenttab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop PDF Editor:</p>
|
|
<p><img alt="Comment tab" src="../images/interface/desktop_commenttab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li>highlight the selected text,</li>
|
|
<li><a href="../HelpfulHints/Commenting.htm">add comments</a>,</li>
|
|
<li>apply <em>strikeout</em> or <em>underline</em> formatting to the selected text,</li>
|
|
<li><a href="../UsageInstructions/DrawingOperations.htm">mark up a PDF</a> using one of the three available pens,</li>
|
|
<li>show or hide comments using the corresponding checkbox.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |