web-apps/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertImages.htm

58 lines
4.8 KiB
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Insert images</title>
<meta charset="utf-8" />
<meta name="description" content="Add an image to your spreadsheet and adjust its position and size" />
<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>
2016-03-11 00:48:53 +00:00
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
2016-03-11 00:48:53 +00:00
<h1>Insert images</h1>
<p>Spreadsheet Editor allows you to insert images in the most popular formats into your worksheet. The following image formats are supported: <b>BMP</b>, <b>GIF</b>, <b>JPEG</b>, <b>JPG</b>, <b>PNG</b>.</p>
2017-05-12 12:44:56 +00:00
<h3>Insert an image</h3>
<p>To insert an image into the spreadsheet,</p>
2016-03-11 00:48:53 +00:00
<ol>
<li>place the cursor where you want the image to be put,</li>
2017-09-20 08:31:59 +00:00
<li>switch to the <b>Insert</b> tab of the top toolbar,</li>
<li>click the <img alt="Picture icon" src="../images/image.png" /> <b>Picture</b> icon at the top toolbar,</li>
2016-03-11 00:48:53 +00:00
<li>select one of the following options to load the image:
<ul>
<li>the <b>Picture from File</b> option will open the standard Windows dialog window for file selection. Browse your computer hard disk drive for the necessary file and click the <b>Open</b> button</li>
<li>the <b>Picture from URL</b> option will open the window where you can enter the necessary image web address and click the <b>OK</b> button</li>
</ul>
</li>
</ol>
2017-05-12 12:44:56 +00:00
<p>After that the image will be added to the worksheet.</p>
<h3>Adjust the image settings</h3>
<p>Once the image is added you can <a href="ManipulateObjects.htm" onclick="onhyperlinkclick(this)">change its size and position</a>.</p>
<p>To specify exact image dimensions:</p>
<ol>
<li>select the image you wish to resize with the mouse,</li>
<li>
2017-09-20 08:31:59 +00:00
click the <b>Image settings</b> <img alt="Image settings icon" src="../images/image_settings_icon.png" /> icon at the right sidebar,
2017-05-12 12:44:56 +00:00
<p><img alt="Image Settings Right-Side Panel window" src="../images/imagesettings.png" /></p>
</li>
2017-09-20 08:31:59 +00:00
<li>in the <b>Size</b> section, set the necessary <b>Width</b> and <b>Height</b> values. If the <b>Constant proportions</b> <img alt="Constant proportions icon" src="../images/constantproportions.png" /> button is clicked (in this case it looks like this <img alt="Constant proportions icon activated" src="../images/constantproportionsactivated.png" />), the width and height will be changed together preserving the original image aspect ratio. To restore the default size of the added image, click the <b>Default Size</b> button.</li>
2017-05-12 12:44:56 +00:00
</ol>
<p>To replace the inserted image,</p>
2016-03-11 00:48:53 +00:00
<ol>
<li>select the image you wish to replace with the mouse,</li>
2017-09-20 08:31:59 +00:00
<li>click the <b>Image settings</b> <img alt="Image settings icon" src="../images/image_settings_icon.png" /> icon at the right sidebar,</li>
2016-03-11 00:48:53 +00:00
<li>in the <b>Replace Image</b> section click the button you need: <b>From File</b> or <b>From URL</b> and select the desired image.</li>
</ol>
<p>The selected image will be replaced.</p>
2018-03-30 11:36:43 +00:00
<p>When the image is selected, the <b>Shape settings</b> <img alt="Shape settings icon" src="../images/shape_settings_icon.png" /> icon is also available on the right. You can click this icon to open the <b>Shape settings</b> tab at the right sidebar and adjust the shape <a href="../UsageInstructions/InsertAutoshapes.htm#shape_stroke" onclick="onhyperlinkclick(this)"><b>Stroke</b></a> type, size and color as well as change the shape type selecting another shape from the <b>Change Autoshape</b> menu. The shape of the image will change correspondingly.</p>
<p><img alt="Shape Settings tab" src="../images/right_image_shape.png" /></p>
2017-05-12 12:44:56 +00:00
<p>To change its advanced settings, click the image with the right mouse button and select the <b>Image Advanced Settings</b> option from the right-click menu or just click the <b>Show advanced settings</b> link at the right sidebar. The image properties window will open:</p>
<p><img alt="Image - Advanced Settings" src="../images/imageadvancedsettings.png" /></p>
<p>The <b>Alternative Text</b> tab allows to specify a <b>Title</b> and <b>Description</b> which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image.</p>
2016-03-11 00:48:53 +00:00
<p>To delete the inserted image, click it and press the <b>Delete</b> key.</p>
</div>
</body>
</html>