mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
26 lines
1.3 KiB
HTML
26 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Leia o texto em voz alta</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="A descrição do plugin Speech para editores ONLYOFFICE, que permite ler o texto escrito em voz alta" />
|
|
<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>Leia o texto em voz alta</h1>
|
|
<p>ONLYOFFICE <!--<a href="https://www.onlyoffice.com/pt/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>Editor de PDF </b><!--</a>--> tem um plugin que pode ler o texto para você.</p>
|
|
<ol>
|
|
<li>Selecione o texto a ser lido.</li>
|
|
<li>Mude para a guia <b>Plugins</b> e escolha <div class = "icon icon-speech"></div> <b>Discurso</b>.</li>
|
|
</ol>
|
|
<p>O texto agora será lido.</p>
|
|
</div>
|
|
</body>
|
|
</html> |