web-apps/apps/presentationeditor/main/resources/help/de/UsageInstructions/Thesaurus.htm
2022-06-06 04:17:16 +03:00

31 lines
1.7 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Wort durch Synonym ersetzen</title>
<meta charset="utf-8" />
<meta name="description" content="Die Beschreibung des Thesaurus-Plugins für ONLYOFFICE Editoren, mit der Sie Synonyme finden können" />
<link type="text/css" rel="stylesheet" href="../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="../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>Wort durch Synonym ersetzen</h1>
<p>
Wenn Sie dasselbe Wort mehrmals verwenden oder ein Wort nicht ganz das richtige Wort ist, können Sie im ONLYOFFICE <a href="https://www.onlyoffice.com/de/presentation-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Präsentationseditor</b></a> nach Synonymen suchen.
Die Antonyme werden auch angezeigt.
</p>
<ol>
<li>Wählen Sie das Wort in Ihrer Präsentation aus.</li>
<li>Öffnen Sie die Registerkarte <b>Plugins</b> und wählen Sie den Menüpunkt <div class = "icon icon-thesaurus_icon"></div> <b>Thesaurus</b> aus.</li>
<li>Die Synonyme und Antonyme werden in der linken Seitenleiste angezeigt.</li>
<li>Klicken Sie auf ein Wort, um das Wort in Ihrer Präsentation zu ersetzen.</li>
</ol>
<img class="gif" alt="Thesaurus Plugin - gif" src="../../images/thesaurus_plugin.gif" width="600" />
</div>
</body>
</html>