49 lines
5.3 KiB
HTML
49 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Align and arrange objects on a page</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Align and arrange text boxes, autoshapes, images and charts on a page." />
|
|
<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="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Align and arrange objects on a page</h1>
|
|
<p>The added <b>autoshapes, images, charts</b> or <b>text boxes</b> can be aligned, grouped and ordered on a page. To perform any of these actions, first select a separate object or several objects on the page. To select several objects, hold down the <b>Ctrl</b> key and left-click the necessary objects. To select a text box, click on its border, not the text within it. After that you can use either the icons at the <b>Layout</b> tab of the top toolbar described below or the analogous options from the right-click menu.</p>
|
|
<h3>Align objects</h3>
|
|
<p>To <b>align</b> the selected object(s), click the <img alt="Align icon" src="../images/align_toptoolbar.png" /> <b>Align</b> icon at the <b>Layout</b> tab of the top toolbar and select the necessary alignment type from the list:</p>
|
|
<ul>
|
|
<li><b>Align Left</b> <img alt="Align Left icon" src="../images/alignobjectleft.png" /> - to line up the object(s) horizontally by the left side of the page,</li>
|
|
<li><b>Align Center</b> <img alt="Align Center icon" src="../images/alignobjectcenter.png" /> - to line up the object(s) horizontally by the center of the page,</li>
|
|
<li><b>Align Right</b> <img alt="Align Right icon" src="../images/alignobjectright.png" /> - to line up the object(s) horizontally by the right side of the page,</li>
|
|
<li><b>Align Top</b> <img alt="Align Top icon" src="../images/alignobjecttop.png" /> - to line up the object(s) vertically by the top side of the page,</li>
|
|
<li><b>Align Middle</b> <img alt="Align Middle icon" src="../images/alignobjectmiddle.png" /> - to line up the object(s) vertically by the middle of the page,</li>
|
|
<li><b>Align Bottom</b> <img alt="Align Bottom icon" src="../images/alignobjectbottom.png" /> - to line up the object(s) vertically by the bottom side of the page.</li>
|
|
</ul>
|
|
<h3>Group objects</h3>
|
|
<p>To <b>group</b> two or more selected objects or <b>ungroup</b> them, click the arrow next to the <img alt="Group icon" src="../images/group_toptoolbar.png" /> <b>Group</b> icon at the <b>Layout</b> tab of the top toolbar and select the necessary option from the list:</p>
|
|
<ul>
|
|
<li><b>Group</b> <img alt="Group icon" src="../images/group.png" /> - to join several objects into a group so that they can be simultaneously rotated, moved, resized, aligned, arranged, copied, pasted, formatted like a single object.</li>
|
|
<li><b>Ungroup</b> <img alt="Ungroup icon" src="../images/ungroup.png" /> - to ungroup the selected group of the previously joined objects.</li>
|
|
</ul>
|
|
<p>Alternatively, you can right-click the selected objects, choose the <b>Arrange</b> option from the contextual menu and then use the <b>Group</b> or <b>Ungroup</b> option.</p>
|
|
<h3>Arrange objects</h3>
|
|
<p>To <b>arrange</b> objects (i.e. to change their order when several objects overlap each other), you can use the <img alt="Bring Forward icon" src="../images/bringforward_toptoolbar.png" /> <b>Bring Forward</b> and <img alt="Send Backward icon" src="../images/sendbackward_toptoolbar.png" /> <b>Send Backward</b> icons at the <b>Layout</b> tab of the top toolbar and select the necessary arrangement type from the list.</p>
|
|
<p>To move the selected object(s) forward, click the arrow next to the <img alt="Bring Forward icon" src="../images/bringforward_toptoolbar.png" /> <b>Bring Forward</b> icon at the <b>Layout</b> tab of the top toolbar and select the necessary arrangement type from the list:</p>
|
|
<ul>
|
|
<li><b>Bring To Foreground</b> <img alt="Bring To Foreground icon" src="../images/bringtofront.png" /> - to move the object(s) in front of all other objects,</li>
|
|
<li><b>Bring Forward</b> <img alt="Bring Forward icon" src="../images/bringforward.png" /> - to move the selected object(s) by one level forward as related to other objects.</li>
|
|
</ul>
|
|
<p>To move the selected object(s) backward, click the arrow next to the <img alt="Send Backward icon" src="../images/sendbackward_toptoolbar.png" /> <b>Send Backward</b> icon at the <b>Layout</b> tab of the top toolbar and select the necessary arrangement type from the list:</p>
|
|
<ul>
|
|
<li><b>Send To Background</b> <img alt="Send To Background icon" src="../images/sendtoback.png" /> - to move the object(s) behind all other objects,</li>
|
|
<li><b>Send Backward</b> <img alt="Send Backward icon" src="../images/sendbackward.png" /> - to move the selected object(s) by one level backward as related to other objects.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |