web-apps/apps/spreadsheeteditor/main/resources/help/fr/ProgramInterface/FileTab.htm
2018-03-20 12:08:38 +03:00

30 lines
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>Onglet Fichier</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - File tab" />
<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="Recherche" type="text" onkeypress="doSearch(event)">
</div>
<h1>Onglet Fichier</h1>
<p>L'onglet <b>Fichier</b> permet d'effectuer certaines opérations de base sur le fichier en cours.</p>
<p><img alt="Onglet Fichier" src="../images/interface/filetab.png" /></p>
<p>En utilisant cet onglet, vous pouvez :</p>
<ul>
<li><a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">enregistrer</a> le fichier actuel (au cas où l'option <b>Sauvegarde automatique</b> est désactivée), le <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">télécharger, l'imprimer</a> ou le <a href="../UsageInstructions/ViewDocInfo.htm" onclick="onhyperlinkclick(this)">renommer</a>,</li>
<li><a href="../UsageInstructions/OpenCreateNew.htm" onclick="onhyperlinkclick(this)">créer</a> un nouveau classeur ou ouvrir un classeur existant,</li>
<li>voir des <a href="../UsageInstructions/ViewDocInfo.htm" onclick="onhyperlinkclick(this)">informations générales</a> sur le classeur,</li>
<li>gérer les <a href="../UsageInstructions/ViewDocInfo.htm" onclick="onhyperlinkclick(this)">droits d'accès</a>,</li>
<li>accéder aux <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Paramètres avancés</a> de l'éditeur,</li>
<li>retourner à la liste des documents.</li>
</ul>
</div>
</body>
</html>