web-apps/apps/documenteditor/main/resources/help/fr/ProgramInterface/LayoutTab.htm
Julia Radzhabova 2718a692c0 Add translation
2020-08-12 14:25:32 +03:00

36 lines
2.9 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 Document 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 du document : configurer les paramètres de la page et définir la disposition des éléments visuels.</p>
<div class="onlineDocumentFeatures">
<p>Fenêtre de l'éditeur en ligne Document Editor :</p>
<p><img alt="Onglet Mise en page" src="../images/interface/layouttab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>Fenêtre de l'éditeur de bureau Document Editor :</p>
<p><img alt="Onglet Mise en page" src="../images/interface/desktop_layouttab.png" /></p>
</div>
<p>En utilisant cet onglet, vous pouvez :</p>
<ul>
<li>ajuster <a href="../UsageInstructions/SetPageParameters.htm#margins" onclick="onhyperlinkclick(this)">les marges</a>, <a href="../UsageInstructions/SetPageParameters.htm#orientation" onclick="onhyperlinkclick(this)">l'orientation</a>, <a href="../UsageInstructions/SetPageParameters.htm#size" onclick="onhyperlinkclick(this)">la taille</a> de la page,</li>
<li>ajouter des <a href="../UsageInstructions/SetPageParameters.htm#columns" onclick="onhyperlinkclick(this)">colonnes</a>,</li>
<li>insérer des <a href="../UsageInstructions/PageBreaks.htm" onclick="onhyperlinkclick(this)">sauts de page</a>, des <a href="../UsageInstructions/SectionBreaks.htm" onclick="onhyperlinkclick(this)">sauts de section</a> et des <a href="../UsageInstructions/SetPageParameters.htm#columns" onclick="onhyperlinkclick(this)">sauts de colonne</a>,</li>
<li>aligner et organiser les objets (<a href="../UsageInstructions/InsertTables.htm" onclick="onhyperlinkclick(this)">tableaux</a>, <a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">images</a>, <a href="../UsageInstructions/InsertCharts.htm" onclick="onhyperlinkclick(this)">graphiques</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">formes</a>),</li>
<li>changer le <a href="../UsageInstructions/ChangeWrappingStyle.htm" onclick="onhyperlinkclick(this)">style d'habillage</a>.</li>
</ul>
</div>
</body>
</html>