44 lines
3.5 KiB
HTML
44 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Align data in cells</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Everything that pertains to the data alignment in cells" />
|
|
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<h1>Align data in cells</h1>
|
|
<p>You can align your data horizontally and vertically or even rotate data within a cell. To do that, select a cell, a range of cells with the mouse or the whole worksheet by pressing the <b>Ctrl+A</b> key combination and perform one of the following operations using the icons situated at the top toolbar.</p>
|
|
<ul>
|
|
<li>Apply one of the horizontal alignment of the data within a cell,
|
|
<ul>
|
|
<li>click the <b>Align Left</b> <img alt="Align Left icon" src="../images/alignleft.png" /> icon to align your data by the left side of the cell (the right side remains unaligned);</li>
|
|
<li>click the <b>Align Center</b> <img alt="Align Center icon" src="../images/aligncenter.png" /> icon to align your data by the center of the cell (the right and the left sides remains unaligned);</li>
|
|
<li>click the <b>Align Right</b> <img alt="Align Right icon" src="../images/alignright.png" /> icon to align your data by the right side of the cell (the left side remains unaligned);</li>
|
|
<li>click the <b>Justified</b> <img alt="Justified icon" src="../images/justify.png" /> icon to align your data by both the left and the right sides of the cell (additional spacing is added where necessary to keep the alignment).</li>
|
|
</ul>
|
|
</li>
|
|
<li>Change the vertical alignment of the data within a cell,
|
|
<ul>
|
|
<li>click the <b>Align Top</b> <img alt="Align Top icon" src="../images/aligntop.png" /> icon to align your data to the top of the cell;</li>
|
|
<li>click the <b>Align Middle</b> <img alt="Align Middle icon" src="../images/alignmiddle.png" /> icon to align your data to the middle of the cell;</li>
|
|
<li>click the <b>Align Bottom</b> <img alt="Align Bottom icon" src="../images/alignbottom.png" /> icon to align your data to the bottom of the cell.</li>
|
|
</ul>
|
|
</li>
|
|
<li>Change the angle of the data within a cell, clicking the <b>Orientation</b> <img alt="Orientation icon" src="../images/orientation.png" /> icon and choosing one of the options:
|
|
<ul>
|
|
<li>use the <b>Horizontal Text</b> <img alt="Horizontal Text icon" src="../images/horizontaltext.png" /> option to place the text horizontally (default option),</li>
|
|
<li>use the <b>Angle Counterclockwise</b> <img alt="Angle Counterclockwise" src="../images/anglecounterclockwise.png" /> option to place the text from the bottom left corner to the top right corner of a cell,</li>
|
|
<li>use the <b>Angle Clockwise</b> <img alt="Angle Clockwise" src="../images/angleclockwise.png" /> option to place the text from the top left corner to the bottom right corner of a cell,</li>
|
|
<li>use the <b>Rotate Text Up</b> <img alt="Rotate Text Up" src="../images/rotateup.png" /> option to place the text from bottom to top of a cell,</li>
|
|
<li>use the <b>Rotate Text Down</b> <img alt="Rotate Text Down" src="../images/rotatedown.png" /> option to place the text from top to bottom of a cell.</li>
|
|
</ul>
|
|
</li>
|
|
<li>Fit your data to the column width clicking the <b>Wrap Text</b> <img alt="Wrap Text icon" src="../images/wraptext.png" /> icon.
|
|
<p class="note"><b>Note</b>: if you change the column width, data wrapping adjusts automatically.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |