[DE] Documentation update (English)

This commit is contained in:
alexandervnuchkov 2018-03-30 14:35:43 +03:00
parent e8e05ddf18
commit 655143bfa4
11 changed files with 20 additions and 16 deletions

View file

@ -48,17 +48,14 @@
<p>For <a href="../UsageInstructions/InsertTables.htm" onclick="onhyperlinkclick(this)">tables</a>, the following two wrapping styles are available: <b>Inline</b> and <b>Flow</b>.</p> <p>For <a href="../UsageInstructions/InsertTables.htm" onclick="onhyperlinkclick(this)">tables</a>, the following two wrapping styles are available: <b>Inline</b> and <b>Flow</b>.</p>
<p>To change the currently selected wrapping style:</p> <p>To change the currently selected wrapping style:</p>
<ol> <ol>
<li>right-click the table,</li> <li>right-click the table and select the <b>Table Advanced Settings</b> option,</li>
<li>open the text wrapping settings: <li>switch to the <b>Text Wrapping</b> tab of the <b>Table - Advanced Settings</b> window,
</li>
<li>
select one of the following options:
<ul> <ul>
<li><b>Inline table</b> is used to select the inline style (when the text is broken by the table) as well as the alignment: left, center, right.</li>
<li>select the <b>Table Advanced Settings</b> option and switch to the <b>Text Wrapping</b> tab of the <b>Table - Advanced Settings</b> window, or</li> <li><b>Flow table</b> is used to select the flow style when the text is wrapped around the table.</li>
<li>select one of the following options from the contextual menu:
<ul>
<li><b>Wrapping Style - Inline</b> is used to select the inline style (when the text is broken by the table) as well as the alignment: left, center, right.</li>
<li><b>Wrapping Style - Flow</b> is used to select the flow style when the text is wrapped around the table.</li>
</ul>
</li>
</ul> </ul>
</li> </li>
</ol> </ol>

View file

@ -176,7 +176,7 @@
<p>To edit the chart <b>Title</b>, select the default text with the mouse and type in your own one instead.</p> <p>To edit the chart <b>Title</b>, select the default text with the mouse and type in your own one instead.</p>
<p>To change the font formatting within text elements, such as the chart title, axes titles, legend entries, data labels etc., select the necessary text element by left-clicking it. Then use icons at the <b>Home</b> tab of the top toolbar to change the font <a href="../UsageInstructions/FontTypeSizeColor.htm" onclick="onhyperlinkclick(this)">type, size, color</a> or its <a href="../UsageInstructions/DecorationStyles.htm" onclick="onhyperlinkclick(this)">decoration style</a>.</p> <p>To change the font formatting within text elements, such as the chart title, axes titles, legend entries, data labels etc., select the necessary text element by left-clicking it. Then use icons at the <b>Home</b> tab of the top toolbar to change the font <a href="../UsageInstructions/FontTypeSizeColor.htm" onclick="onhyperlinkclick(this)">type, size, color</a> or its <a href="../UsageInstructions/DecorationStyles.htm" onclick="onhyperlinkclick(this)">decoration style</a>.</p>
<p>To delete a chart element, select it by left-clicking and press the <b>Delete</b> key on the keyboard.</p> <p>To delete a chart element, select it by left-clicking and press the <b>Delete</b> key on the keyboard.</p>
<p>You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button until a blue dashed box appears. Drag the cursor without releasing the mouse button to change the 3D chart orientation.</p> <p>You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button. Drag the cursor without releasing the mouse button to change the 3D chart orientation.</p>
<p><img alt="3D chart" src="../images/3dchart.png" /></p> <p><img alt="3D chart" src="../images/3dchart.png" /></p>
<hr /> <hr />
<h3>Adjust chart settings</h3> <h3>Adjust chart settings</h3>

View file

@ -35,8 +35,15 @@
<p>To resize a table, hover the mouse cursor over the <img alt="Square icon" src="../images/resizetable_handle.png" /> handle in its lower right corner and drag it until the table reaches the necessary size.</p> <p>To resize a table, hover the mouse cursor over the <img alt="Square icon" src="../images/resizetable_handle.png" /> handle in its lower right corner and drag it until the table reaches the necessary size.</p>
<p><img alt="Resize table" src="../images/resizetable.png" /></p> <p><img alt="Resize table" src="../images/resizetable.png" /></p>
<p>You can also manually change the width of a certain column or the height of a row. Move the mouse cursor over the right border of the column so that the cursor turns into the bidirectional arrow <img alt="Mouse Cursor when changing column width" src="../images/changecolumnwidth.png" /> and drag the border to the left or right to set the necessary width. To change the height of a single row manually, move the mouse cursor over the bottom border of the row until the cursor turns into the bidirectional arrow <img alt="Mouse Cursor when changing row height" src="../images/changerowheight.png" /> and drag it up or down.</p> <p>You can also manually change the width of a certain column or the height of a row. Move the mouse cursor over the right border of the column so that the cursor turns into the bidirectional arrow <img alt="Mouse Cursor when changing column width" src="../images/changecolumnwidth.png" /> and drag the border to the left or right to set the necessary width. To change the height of a single row manually, move the mouse cursor over the bottom border of the row until the cursor turns into the bidirectional arrow <img alt="Mouse Cursor when changing row height" src="../images/changerowheight.png" /> and drag it up or down.</p>
<p>To move a table, hover the mouse cursor over the <img alt="Move table icon" src="../images/movetable_handle.png" /> handle in its upper left corner and drag it to the necessary place in the document.</p> <p>To move a table, hold down the <img alt="Move table icon" src="../images/movetable_handle.png" /> handle in its upper left corner and drag it to the necessary place in the document.</p>
<hr /> <hr />
<h3>Select a table or its part</h3>
<p>To select an entire table, click the <img alt="Select table icon" src="../images/movetable_handle.png" /> icon in its upper left corner.</p>
<p>To select a certain cell, move the mouse cursor to the left side of the necessary cell so that the cursor turns into the black arrow <img alt="Select cell" src="../images/selectcellpointer.png" />, then left-click.</p>
<p>To select a certain row, move the mouse cursor to the left border of the table next to the necessary row so that the cursor turns into the horizontal black arrow <img alt="Select row" src="../images/selectrowpointer.png" />, then left-click.</p>
<p>To select a certain column, move the mouse cursor to the top border of the necessary column so that the cursor turns into the downward black arrow <img alt="Select column" src="../images/selectcolumnpointer.png" />, then left-click.</p>
<p>It's also possible to select a cell, row, column or table using options from the contextual menu or from the <b>Rows & Columns</b> section at the right sidebar.</p>
<hr />
<h3>Adjust table settings</h3> <h3>Adjust table settings</h3>
<p>Some of the table properties as well as its structure can be altered using the right-click menu. The menu options are:</p> <p>Some of the table properties as well as its structure can be altered using the right-click menu. The menu options are:</p>
<ul> <ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

File diff suppressed because one or more lines are too long