web-apps/apps/documenteditor/main/resources/help/fr/ProgramInterface/FileTab.htm

31 lines
2.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 Document 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>Dans 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), <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">le 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 document ou ouvrir un document récemment modifié,</li>
<li>voir des <a href="../UsageInstructions/ViewDocInfo.htm" onclick="onhyperlinkclick(this)">informations générales</a> sur le document,</li>
<li>gérer les <a href="../UsageInstructions/ViewDocInfo.htm" onclick="onhyperlinkclick(this)">droits d'accès</a>,</li>
<li>suivre l'<a href="../UsageInstructions/ViewDocInfo.htm" onclick="onhyperlinkclick(this)">historique des versions</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>