25 lines
1.3 KiB
HTML
25 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Lire un texte à haute voix</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Description de l'extension Parole pour les éditeurs ONLYOFFICE permettant de lire un texte à haute voix" />
|
|
<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="Rechercher" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Lire un texte à haute voix</h1>
|
|
<p>ONLYOFFICE <a target="_blank" href="https://www.onlyoffice.com/fr/document-editor.aspx" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a> dispose d'une extension qui va lire un texte à voix haute.</p>
|
|
<ol>
|
|
<li>Sélectionnez le texte à lire à haute voix.</li>
|
|
<li>Passez à l'onglet <b>Modules complémentaires</b> et choisissez <img alt="L'icône de l'extension Parole" src="../images/speech.png" /> <b>Parole</b>.</li>
|
|
</ol>
|
|
<p>Le texte sera lu à haute voix.</p>
|
|
</div>
|
|
</body>
|
|
</html> |