Merge branch 'feature/build_8.1' into feature/test-fixes-december-23

This commit is contained in:
Svetlana Maleeva 2024-06-18 18:55:01 +03:00
commit 50f2125ba8
8 changed files with 7 additions and 4 deletions

View File

@ -27,7 +27,10 @@
<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop PDF Editor:</p>
<p><img alt="Home tab" src="../images/interface/desktop_hometab.png" /></p>
Filling out a form:
<p><img alt="Home tab - Forms" src="../images/interface/desktop_hometab_form.png" /></p>
Editing mode:
<p><img alt="Home tab Editing" src="../images/interface/desktop_hometab_editing.png" /></p>
</div>
<p>Using this tab, you can:</p>
<ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -17,7 +17,7 @@
<h1>IMPORTRANGE Function</h1>
<p>The <b>IMPORTRANGE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. It is used to import a range of cells from a specified spreadsheet.</p>
<h3>Syntax</h3>
<p><b><em>IMPORTRANGE(spreadsheet_url, range_string)</em></b></p>
<p><b><em>IMPORTRANGE("spreadsheet_url", "range_string")</em></b></p>
<p>The <b>IMPORTRANGE</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
@ -34,9 +34,9 @@
</tr>
</table>
<!--<h3>Examples</h3>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>IMPORTRANGE</b> function.</p>
<p><img alt="IMPORTRANGE Function" src="../images/IMPORTRANGE.png" /></p>-->
<p><img alt="IMPORTRANGE Function" src="../images/importrange.png" /></p>
</div>
</body>
</html>

View File

@ -39,7 +39,7 @@
</ul>
</li>
<li>The <b>top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">Insert</a>, <a href="../ProgramInterface/DrawTab.htm" onclick="onhyperlinkclick(this)">Draw</a>, <a href="../ProgramInterface/LayoutTab.htm" onclick="onhyperlinkclick(this)">Layout</a>, <a href="../ProgramInterface/FormulaTab.htm" onclick="onhyperlinkclick(this)">Formula</a>, <a href="../ProgramInterface/DataTab.htm" onclick="onhyperlinkclick(this)">Data</a>, <span class="onlineDocumentFeatures"><a href="../ProgramInterface/PivotTableTab.htm" onclick="onhyperlinkclick(this)">Pivot Table</a>,</span> <a href="../ProgramInterface/CollaborationTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <a href="../ProgramInterface/ProtectionTab.htm" onclick="onhyperlinkclick(this)">Protection</a>, <a href="../ProgramInterface/ViewTab.htm" onclick="onhyperlinkclick(this)">View</a>, <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
<p>The <span class = "icon icon-copy"></span> <b>Copy</b>, <span class = "icon icon-paste"></span> <b>Paste</b>, <span class="icon icon-cut"></span> <b>Cut</b> and <span class="icon icon-select_all"></span> <b>Select All</b> options are always available at the left part of the <b>Top toolbar</b> regardless of the selected tab.</p>
<p>The <span class="icon icon-copy"></span> <b>Copy</b>, <span class="icon icon-paste"></span> <b>Paste</b>, <span class="icon icon-cut"></span> <b>Cut</b>, and <span class="icon icon-copystyle"></span> <b>Copy style</b> options are always available at the left part of the <b>Top toolbar</b> regardless of the selected tab. The <span class="icon icon-select_all"></span> <b>Select All</b> button is located at the left part of the <b>Top toolbar</b> of the <b>Home</b> tab.</p>
</li>
<li>The <b>Formula bar</b> allows entering and editing <a href="../UsageInstructions/InsertFunction.htm" onclick="onhyperlinkclick(this)">formulas</a> or values in the cells. The <b>Formula bar</b> displays the contents of the currently selected cell.</li>
<li>The <b>Status bar</b> at the bottom of the editor window contains some <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">navigation tools</a>: sheet navigation buttons, add worksheet button, list of sheets button, sheet tabs, and zoom buttons. The <b>Status bar</b> also displays the background save status and connection status when there is no connection and the editor is trying to reconnect, the number of filtered records if you apply a <a href="../UsageInstructions/SortData.htm#filter" onclick="onhyperlinkclick(this)">filter</a>, or the results of <a href="../UsageInstructions/InsertFunction.htm" onclick="onhyperlinkclick(this)">automatic calculations</a> if you select several cells containing data.</li>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB