web-apps/apps/documenteditor/main/resources/help/de/UsageInstructions/Speech.htm
2021-04-30 16:51:49 +03:00

25 lines
1.2 KiB
HTML
Raw 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>Text laut vorlesen</title>
<meta charset="utf-8" />
<meta name="description" content="Die Beschreibung des Sprach-Plugins für ONLYOFFICE Editoren, mit dem der geschriebene Text laut vorgelesen werden kann" />
<link type="text/css" rel="stylesheet" href="../editor.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>Text laut vorlesen</h1>
<p>ONLYOFFICE <a href="https://www.onlyoffice.com/de/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Dokumenteneditor</b></a> hat ein Plugin, das den Text für Sie vorlesen kann.</p>
<ol>
<li>Wählen Sie den vorzulesenden Text aus.</li>
<li>Öffnen Sie die Registerkarte <b>Plugins</b> und wählen Sie den Menüpunkt <img alt="Rede Plugin - Symbol" src="../images/speech.png" /> <b>Rede</b> aus.</li>
</ol>
<p>Der Text wird nun vorgelesen.</p>
</div>
</body>
</html>