web-apps/apps/spreadsheeteditor/main/resources/help/fr/ProgramInterface/ProtectionTab.htm
2022-06-11 03:46:46 +03:00

38 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Onglet Protection</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Protection tab" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<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>Onglet Protection</h1>
<p>L'onglet <b>Protection</b> du <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a> permet d'empêcher tout accès non autorisé en utilisant le chiffrement ou la protection au niveau du classeur ou au niveau de la feuille de calcul.</p>
<div class="onlineDocumentFeatures">
<p>Présentation de la fenêtre de Spreadsheet Editor en ligne:</p>
<p><img alt="Onglet Protection" src="../images/interface/protectiontab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>Présentation de la fenêtre de Spreadsheet Editor pour le bureau:</p>
<p><img alt="Onglet Protection" src="../images/interface/desktop_protectiontab.png" /></p>
</div>
<p>En utilisant cet onglet, vous pouvez:</p>
<ul>
<li><a href="../UsageInstructions/Password.htm" onclick="onhyperlinkclick(this)"><b>Chiffrer</b></a> votre document en définissant un mot de passe,</li>
<li><a href="../UsageInstructions/ProtectWorkbook.htm" onclick="onhyperlinkclick(this)"><b>Protéger le livre</b></a> avec ou sans un mot de passe afin de protéger sa structure,</li>
<li><a href="../UsageInstructions/ProtectSheet.htm" onclick="onhyperlinkclick(this)"><b>Protéger la feuille de calcul</b></a> en limitant les possibilités de modification dans une feuille de calcul avec ou sans un mot de passe,</li>
<li><a href="../UsageInstructions/AllowEditRanges.htm" onclick="onhyperlinkclick(this)"><b>Autoriser la modification des plages</b></a> de cellules verrouillées avec ou sans mot de passe.</li>
<li>Activer et désactiver les <a href="../UsageInstructions/ProtectSpreadsheet.htm" onclick="onhyperlinkclick(this)"><b>options</b></a> suivantes: <B>Cellule verrouillée</B>, <B>Formules cachées</B>, <B>Forme verrouillé</B>, <B>Verrouiller le texte</B>.</li>
</ul>
</div>
</body>
</html>