web-apps/apps/spreadsheeteditor/main/resources/help/fr/ProgramInterface/LayoutTab.htm

26 lines
1.6 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 Mise en page</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Layout 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 Mise en page</h1>
<p>L'onglet <b>Mise en page</b> permet de modifier l'apparence de la feuille de calcul : configurer les paramètres de la page et définir la disposition des éléments visuels.</p>
<p><img alt="Onglet Mise en page" src="../images/interface/layouttab.png" /></p>
<p>En utilisant cet onglet, vous pouvez :</p>
<ul>
<li>ajuster <a href="../UsageInstructions/SavePrintDownload.htm#print" onclick="onhyperlinkclick(this)">les marges, l'orientation, la taille</a> de la page,</li>
<li>aligner et ordonner plusieurs objets (<a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">images</a>, <a href="../UsageInstructions/InsertChart.htm" onclick="onhyperlinkclick(this)">graphiques</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">formes</a>).</li>
</ul>
</div>
</body>
</html>