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

26 lines
2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. 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>Вкладка Макет</title>
<meta charset="utf-8" />
<meta name="description" content="Знакомство с пользовательским интерфейсом редактора электронных таблиц - Вкладка Макет" />
<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="Поиск" type="text" onkeypress="doSearch(event)">
</div>
<h1>Вкладка Макет</h1>
<p>Вкладка <b>Макет</b> позволяет изменить внешний вид электронной таблицы: задать параметры страницы и определить расположение визуальных элементов.</p>
<p><img alt="Вкладка Макет" src="../images/interface/layouttab.png" /></p>
<p>С помощью этой вкладки вы можете выполнить следующие действия:</p>
<ul>
<li>настраивать <a href="../UsageInstructions/SavePrintDownload.htm#print" onclick="onhyperlinkclick(this)">поля, ориентацию, размер</a> страницы,</li>
<li>выравнивать и располагать в определенном порядке объекты (<a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">изображения</a>, <a href="../UsageInstructions/InsertChart.htm" onclick="onhyperlinkclick(this)">диаграммы</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">фигуры</a>).</li>
</ul>
</div>
</body>
</html>