diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index b9febf720..93230fe4d 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -716,7 +716,6 @@ define([ this.en_data = [ {src: "UsageInstructions/SetPageParameters.htm", name: "Set page parameters", headername: "Usage Instructions"}, {src: "UsageInstructions/CopyPasteUndoRedo.htm", name: "Copy/paste text passages, undo/redo your actions"}, - {src: "UsageInstructions/AlignText.htm", name: "Align your text in a line or paragraph"}, {src: "UsageInstructions/LineSpacing.htm", name: "Set paragraph line spacing"}, {src: "UsageInstructions/CopyClearFormatting.htm", name: "Copy/clear text formatting"}, {src: "UsageInstructions/CreateLists.htm", name: "Create lists"}, diff --git a/apps/presentationeditor/main/resources/help/en/Contents.json b/apps/presentationeditor/main/resources/help/en/Contents.json index 9ec9cb3f8..0796347b9 100644 --- a/apps/presentationeditor/main/resources/help/en/Contents.json +++ b/apps/presentationeditor/main/resources/help/en/Contents.json @@ -9,8 +9,9 @@ {"src": "UsageInstructions/ManipulateObjects.htm", "name": "Manipulate objects on a slide"}, {"src": "UsageInstructions/InsertText.htm", "name": "Insert and format your text"}, {"src": "UsageInstructions/AddHyperlinks.htm", "name": "Add hyperlinks"}, - {"src": "UsageInstructions/CreateLists.htm", "name": "Create lists"}, - {"src": "UsageInstructions/InsertTables.htm", "name": "Insert and format tables"}, + {"src": "UsageInstructions/CreateLists.htm", "name": "Create lists"}, + {"src": "UsageInstructions/InsertTables.htm", "name": "Insert and format tables" }, + {"src": "UsageInstructions/InsertEquation.htm", "name": "Insert equations"}, {"src": "UsageInstructions/FillObjectsSelectColor.htm", "name": "Fill objects and select colors"}, {"src": "UsageInstructions/AlignArrangeObjects.htm", "name": "Align and arrange objects on a slide"}, {"src": "UsageInstructions/CopyPasteUndoRedo.htm", "name": "Copy/paste data, undo/redo your actions"}, diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/About.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/About.htm index 12f8c2594..f87e6ad57 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/About.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/About.htm @@ -9,8 +9,8 @@

About Presentation Editor

-

Presentation Editor is an online application that lets you look through - and edit presentations directly in your browser.

+

Presentation Editor is an online application that lets you look through + and edit presentations directly in your browser.

Using Presentation Editor, you can perform various editing operations like in any desktop editor, print the edited presentations keeping all the formatting details or download them onto your computer hard disk drive as PDF or PPTX files.

diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm index bc477867b..450bcb1c8 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm @@ -14,14 +14,14 @@

To save the changes you made, click the Apply button.

diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm index f4cd4fa78..2c2139530 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm @@ -12,50 +12,53 @@

Collaborative Presentation Editing

Presentation Editor offers you the possibility to work at a presentation collaboratively with other users. This feature includes:

-

Co-editing

-

Presentation Editor allows to select one of the two available co-editing modes. Fast is used by default and shows the changes made by other users in realtime. Strict is selected to hide other user changes until you click the Save Save icon icon to save your own changes and accept the changes made by others. The mode can be selected in the Advanced Settings.

-

When a presentation is being edited by several users simultaneously in the Strict mode, the edited objects (autoshapes, text objects, tables, images, charts) are marked with dashed lines of different colors. The object that you are editing is surrounded by the green dashed line. Red dashed lines indicate that objects are being edited by other users. By hovering the mouse cursor over one of the edited passages, the name of the user who is editing it at the moment is displayed. The Fast mode will show the actions and the names of the co-editors once they are editing the text.

-

The number of users who are working at the current presentation is specified in the left lower corner at the status bar - Number of users icon. If you want to see who exactly are editing the file now, you can open the Chat panel with the full list of the users.

-

When no users are viewing or editing the file, the icon in the status bar will look like Manage document access rights icon allowing you to manage the users who have access to the file right from the document: invite new users giving them either full or read-only access, or denying some users access rights to the file. Click this icon to manage the access to the file; this can be done both when there are no other users who view or co-edit the document at the moment and when there are other users and the icon looks like Number of users icon.

-

As soon as one of the users saves his/her changes by clicking the Save icon icon, the others will see a note within the status bar stating that they have updates. To save the changes you made, so that other users can view them, and get the updates saved by your co-editors, click the Save icon icon in the left upper corner of the top toolbar. The updates will be highlighted for you to check what exactly has been changed.

-

Chat*

-

You can use this tool to coordinate the co-editing process on-the-fly, for example, to arrange with your collaborators about who is doing what, which paragraph you are going to edit now etc.

-

The chat messages are stored during one session only. To discuss the document content it is better to use comments which are stored until you decide to delete them.

-

To access the chat and leave a message for other users,

-
    -
  1. click the Chat icon icon at the left sidebar,
  2. -
  3. enter your text into the corresponding field below,
  4. -
  5. press the Send button.
  6. -
-

All the messages left by users will be displayed on the panel on the left. If there are new messages you haven't read yet, the chat icon will look like this - Chat icon.

-

To close the panel with chat messages, click the Chat icon icon once again.

-

Comments*

-

To leave a comment:

-
    -
  1. select an object where you think there is an error or problem,
  2. -
  3. use the Comments icon icon at the left sidebar to open the Comments panel and click the Add Comment to Document link, or
    - right-click the selected object and select the Add Сomment option from the menu, -
  4. -
  5. enter the needed text,
  6. -
  7. click the Add Comment/Add button.
  8. -
-

The comment will be seen on the panel on the left. The object you commented will be marked with the Commented object icon icon. To view the comment, just click on this icon.

-

Any other user can answer to the added comment asking questions or reporting on the work he/she has done. For this purpose, click the Add Reply link situated under the comment.

-

You can manage the comments you added in the following way:

- -

New comments added by other users will become visible only after you click the Save icon icon in the left upper corner of the top toolbar.

-

To close the panel with comments, click the Comments icon icon once again.

-

*available for paid versions only

-
+
+

Co-editing

+

Presentation Editor allows to select one of the two available co-editing modes. Fast is used by default and shows the changes made by other users in realtime. Strict is selected to hide other user changes until you click the Save Save icon icon to save your own changes and accept the changes made by others. The mode can be selected in the Advanced Settings.

+

When a presentation is being edited by several users simultaneously in the Strict mode, the edited objects (autoshapes, text objects, tables, images, charts) are marked with dashed lines of different colors. The object that you are editing is surrounded by the green dashed line. Red dashed lines indicate that objects are being edited by other users. By hovering the mouse cursor over one of the edited passages, the name of the user who is editing it at the moment is displayed. The Fast mode will show the actions and the names of the co-editors once they are editing the text.

+

The number of users who are working at the current presentation is specified in the left lower corner at the status bar - Number of users icon. If you want to see who exactly are editing the file now, you can open the Chat panel with the full list of the users.

+

When no users are viewing or editing the file, the icon in the status bar will look like Manage document access rights icon allowing you to manage the users who have access to the file right from the document: invite new users giving them either full or read-only access, or denying some users access rights to the file. Click this icon to manage the access to the file; this can be done both when there are no other users who view or co-edit the document at the moment and when there are other users and the icon looks like Number of users icon.

+

As soon as one of the users saves his/her changes by clicking the Save icon icon, the others will see a note within the status bar stating that they have updates. To save the changes you made, so that other users can view them, and get the updates saved by your co-editors, click the Save icon icon in the left upper corner of the top toolbar. The updates will be highlighted for you to check what exactly has been changed.

+

Chat*

+

You can use this tool to coordinate the co-editing process on-the-fly, for example, to arrange with your collaborators about who is doing what, which paragraph you are going to edit now etc.

+

The chat messages are stored during one session only. To discuss the document content it is better to use comments which are stored until you decide to delete them.

+

To access the chat and leave a message for other users,

+
    +
  1. click the Chat icon icon at the left sidebar,
  2. +
  3. enter your text into the corresponding field below,
  4. +
  5. press the Send button.
  6. +
+

All the messages left by users will be displayed on the panel on the left. If there are new messages you haven't read yet, the chat icon will look like this - Chat icon.

+

To close the panel with chat messages, click the Chat icon icon once again.

+
+

Comments*

+

To leave a comment:

+
    +
  1. select an object where you think there is an error or problem,
  2. +
  3. + use the Comments icon icon at the left sidebar to open the Comments panel and click the Add Comment to Document link, or
    + right-click the selected object and select the Add Сomment option from the menu, +
  4. +
  5. enter the needed text,
  6. +
  7. click the Add Comment/Add button.
  8. +
+

The comment will be seen on the panel on the left. The object you commented will be marked with the Commented object icon icon. To view the comment, just click on this icon.

+

Any other user can answer to the added comment asking questions or reporting on the work he/she has done. For this purpose, click the Add Reply link situated under the comment.

+

You can manage the comments you added in the following way:

+ +

New comments added by other users will become visible only after you click the Save icon icon in the left upper corner of the top toolbar.

+

To close the panel with comments, click the Comments icon icon once again.

+

*available for paid versions only

+ \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm index 7ecd927f0..b3d0339d5 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm @@ -25,17 +25,17 @@ Open the Search panel to start searching for a character/word/phrase in the currently edited presentation. - Open 'Comments' panel* + Open 'Comments' panel* Ctrl+Shift+H Open the Comments panel to add your own comment or reply to other users' comments. - Open comment field* + Open comment field* Alt+H Open a data entry field where you can add the text of your comment. - - Open 'Chat' panel* + + Open 'Chat' panel* Alt+Q Open the Chat panel and send a message. @@ -370,7 +370,7 @@ Remove a paragraph indent from the left incrementally. --> -

*available for paid versions only

+

*available for paid versions only

\ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/UsingChat.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/UsingChat.htm deleted file mode 100644 index 105e1851b..000000000 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/UsingChat.htm +++ /dev/null @@ -1,23 +0,0 @@ - - - - Using the Chat Tool - - - - - -
-

Using the Chat Tool

-

TeamLab Presentation Editor offers you the possibility to chat with other users to share ideas concerning particular presentation parts.

-

To access the chat and leave a message for other users,

-
    -
  1. click the Chat icon icon at the left sidebar,
  2. -
  3. enter your text into the corresponding field below,
  4. -
  5. press the Send button.
  6. -
-

All the messages left by users will be displayed on the panel on the left. If there are new messages you haven't read yet, the chat icon will look like this - Chat icon.

-

To close the panel with chat messages, click the Chat icon icon once again.

-
- - \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/AlignText.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/AlignText.htm deleted file mode 100644 index 2f72fe7ac..000000000 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/AlignText.htm +++ /dev/null @@ -1,26 +0,0 @@ - - - - Align your text in a line or paragraph - - - - - -
-

Align your text in a line or paragraph

-

The text is commonly aligned in four ways: left, right, center or justified. To do that,

-
    -
  1. place the cursor to the position where you want the alignment to be applied (this can be a new line or already entered text),
  2. -
  3. select the alignment type you would like to apply: -
      -
    • Left alignment with the text lined up by the left side of the page (the right side remains unaligned) is done with the Align Left Align Left icon icon situated at the top toolbar.
    • -
    • Center alignment with the text lined up by the center of the page (the right and the left sides remains unaligned) is done with the Align Center Align Center icon icon situated at the top toolbar.
    • -
    • Right alignment with the text lined up by the right side of the page (the left side remains unaligned) is done with the Align Right Align Right icon icon situated at the top toolbar.
    • -
    • Justify alignment with the text lined up by both the left and the right sides of the page (additional spacing is added where necessary to keep the alignment) is done with the Justify Justify icon icon situated at the top toolbar.
    • -
    -
  4. -
-
- - \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm index 115b08859..c8b4eb85f 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm @@ -10,6 +10,7 @@

Insert and format autoshapes

+

Insert an autoshape

To add an autoshape on a slide,

  1. in the slide list on the left, select the slide you want to add the autoshape to,
  2. @@ -24,6 +25,7 @@

+

Adjust autoshape settings

Some of the autoshape settings can be altered using the Shape Settings tab of the right sidebar. To activate it click the autoshape and choose the Shape Settings Shape Settings icon icon on the right. Here you can change the following properties:

Shape Settings tab

For more detailed information on these options please refer to the Fill objects and select colors section.

-
  • Stroke - use this section to change the autoshape stroke width and color. +
  • Stroke - use this section to change the autoshape stroke width, color or type.
  • diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertCharts.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertCharts.htm index f911b5350..5fde51e10 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertCharts.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertCharts.htm @@ -10,11 +10,14 @@

    Insert and edit charts

    +

    Insert a chart

    To insert a chart into your presentation,

    1. put the cursor at the place where you want to add a chart,
    2. click the Insert Chart Insert Chart icon icon at the top toolbar,
    3. -
    4. select the needed chart type from the available ones - column, line, pie, bar, area, point, stock - and choose its style,
    5. +
    6. select the needed chart type from the available ones - Column, Line, Pie, Bar, Area, XY (Scatter), Stock, +

      Note: for Column, Line, Pie, or Bar charts, a 3D format is also available.

      +
    7. after that the Chart Editor window will appear where you can enter the necessary data into the cells using the following controls:
        @@ -29,9 +32,9 @@
      • change the chart settings clicking the Edit Chart button situated in the Chart Editor window. The Chart - Advanced Settings window will open.

        Chart Settings window

        -

        The Type & Data tab allows you to select the chart type, its style as well as the data you wish to use to create a chart.

        +

        The Type & Data tab allows you to select the chart type as well as the data you wish to use to create a chart.

          -
        • Select a chart Type you wish to insert: line chart, column chart, bar chart, area chart, pie chart, point chart, or stock chart and its Style.
        • +
        • Select a chart Type you wish to insert: Column, Line, Pie, Bar, Area, XY (Scatter), Stock.
        • Check the selected Data Range and modify it, if necessary, clicking the Select Data button and entering the desired data range in the following format: Sheet1!A1:B4.
        • Choose the way to arrange the data. You can either select the Data series to be used on the X axis: in rows or in columns.
        @@ -61,15 +64,22 @@
      • Specify the Data Labels (i.e. text labels that represent exact values of data points) parameters:
          -
        • specify the Data Labels position relative to the data points selecting the necessary option from the drop-down list: Center, Inner Bottom, Inner Top, Outer Top,
        • +
        • specify the Data Labels position relative to the data points selecting the necessary option from the drop-down list. The available options vary depending on the selected chart type. +
            +
          • For Column/Bar charts, you can choose the following options: None, Center, Inner Bottom, Inner Top, Outer Top.
          • +
          • For Line/XY (Scatter)/Stock charts, you can choose the following options: None, Center, Left, Right, Top, Bottom.
          • +
          • For Pie charts, you can choose the following options: None, Center, Fit to Width, Inner Top, Outer Top.
          • +
          • For Area charts as well as for 3D Column, Line and Bar charts, you can choose the following options: None, Center.
          • +
          +
        • select the data you wish to include into your labels checking the corresponding boxes: Series Name, Category Name, Value,
        • enter a character (comma, semicolon etc.) you wish to use for separating several labels into the Data Labels Separator entry field.
      • -
      • Lines - is used to choose a line style for Line/Point charts. You can choose one of the following options: Straight to use straight lines between data points, Smooth to use smooth curves between data points, or None to not display lines.
      • +
      • Lines - is used to choose a line style for Line/XY (Scatter) charts. You can choose one of the following options: Straight to use straight lines between data points, Smooth to use smooth curves between data points, or None to not display lines.
      • - Markers - is used to specify whether the markers should be displayed (if the box is checked) or not (if the box is unchecked) for Line/Point charts. -

        Note: the Lines and Markers options are available for Line charts and Point charts only.

        + Markers - is used to specify whether the markers should be displayed (if the box is checked) or not (if the box is unchecked) for Line/XY (Scatter) charts. +

        Note: the Lines and Markers options are available for Line charts and XY (Scatter) charts only.

      • The Axis Settings section allows to specify if you wish to display Horizontal/Vertical Axis or not selecting the Show or Hide option from the drop-down list. You can also specify Horizontal/Vertical Axis Title parameters: @@ -98,7 +108,7 @@

      Chart Settings window

      Note: the Vertical/Horizontal Axis tabs will be disabled for Pie charts since charts of this type have no axes.

      -

      The Vertical Axis tab allows you to change the parameters of the vertical axis also referred to as the values axis or y-axis which displays numeric values. Note that the vertical axis will be the category axis which displays text labels for the Bar charts, therefore in this case the Vertical Axis tab options will correspond to the ones described in the next section. For the Point charts, both axes are value axes.

      +

      The Vertical Axis tab allows you to change the parameters of the vertical axis also referred to as the values axis or y-axis which displays numeric values. Note that the vertical axis will be the category axis which displays text labels for the Bar charts, therefore in this case the Vertical Axis tab options will correspond to the ones described in the next section. For the XY (Scatter) charts, both axes are value axes.

      • The Axis Options section allows to set the following parameters: @@ -130,7 +140,7 @@

      Chart Settings window

      -

      The Horizontal Axis tab allows you to change the parameters of the horizontal axis also referred to as the categories axis or x-axis which displays text labels. Note that the horizontal axis will be the value axis which displays numeric values for the Bar charts, therefore in this case the Horizontal Axis tab options will correspond to the ones described in the previous section. For the Point charts, both axes are value axes.

      +

      The Horizontal Axis tab allows you to change the parameters of the horizontal axis also referred to as the categories axis or x-axis which displays text labels. Note that the horizontal axis will be the value axis which displays numeric values for the Bar charts, therefore in this case the Horizontal Axis tab options will correspond to the ones described in the previous section. For the XY (Scatter) charts, both axes are value axes.

      • The Axis Options section allows to set the following parameters: @@ -162,16 +172,25 @@

    +

    Edit chart elements

    +

    To edit the chart Title, select the default text with the mouse and type in your own one instead.

    +

    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 on the top toolbar to change the font type, style, size, or color.

    +

    To delete a chart element, select it by left-clicking and press the Delete key on the keyboard.

    +

    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.

    +

    3D chart

    +
    +

    Adjust chart settings

    Chart tab

    The chart size, type and style as well as data used to create the chart can be altered using the right sidebar. To activate it click the chart and choose the Chart Settings Chart Settings icon icon on the right.

    The Size section allows you to change the chart width and/or height. If the Constant Proportions Constant Proportions icon button is clicked (in this case it looks like this Constant Proportions icon activated), the width and height will be changed together preserving the original chart aspect ratio.

    -

    The Change Chart Type section allows you to change the selected chart type and/or style using the corresponding drop-down menu.

    -

    The Edit Data button allows you to open the Chart Editor window and start editing data as described above.

    +

    The Change Chart Type section allows you to change the selected chart type and/or style using the corresponding drop-down menu.

    +

    To select the necessary chart Style, use the second drop-down menu in the Change Chart Type section.

    +

    The Edit Data button allows you to open the Chart Editor window and start editing data as described above.

    Note: to quickly open the 'Chart Editor' window you can also double-click the chart on the slide.

    When the chart is selected, the Shape Settings Shape Settings icon icon is also available on the right, since a shape is used as a background for the chart. You can click this icon to open the Shape Settings tab at the right sidebar and adjust the shape Fill and Stroke. Note that you cannot change the shape type.


    To delete the inserted chart, left-click it and press the Delete key on the keyboard.

    -

    To learn how to align a chart on the slide or arrange several objects, refer to the Align and arrange objects on a slide section.

    +

    To learn how to align a chart on the slide or arrange several objects, refer to the Align and arrange objects on a slide section.

    \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm new file mode 100644 index 000000000..b0341ada7 --- /dev/null +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm @@ -0,0 +1,88 @@ + + + + Insert equations + + + + + +
    +

    Insert equations

    +

    Presentation Editor allows you to build equations using the built-in templates, edit them, insert special characters (including mathematical operators, Greek letters, accents etc.).

    +

    Add a new equation

    +

    To insert an equation from the gallery,

    +
      +
    1. click the arrow next to the Insert Equation Insert Equation icon icon at the top toolbar,
    2. +
    3. in the opened drop-down list select the equation category you need. The following categories are currently available: Symbols, Fractions, Scripts, Radicals, Integrals, Large Operators, Brackets, Functions, Accents, Limits and Logarithms, Operators, Matrices,
    4. +
    5. click the certain symbol/equation in the corresponding set of templates.
    6. +
    +

    The selected symbol/equation box will be inserted in the center of the current slide.

    + Inserted Equation +

    If you do not see the equation box border, click anywhere within the equation - the border will be displayed as a dashed line. The equation box can be freely moved, resized or rotated on the slide. To do that click on the equation box border (it will be displayed as a solid line) and use corresponding handles.

    + Selected Equation +

    Each equation template represents a set of slots. Slot is a position for each element that makes up the equation. An empty slot (also called as a placeholder) has a dotted outline Equation Placeholder. You need to fill in all the placeholders specifying the necessary values.

    +

    Enter values

    +

    The insertion point specifies where the next character you enter will appear. To position the insertion point precisely, click within a placeholder and use the keyboard arrows to move the insertion point by one character left/right.

    + Edited Equation +

    Once the insertion point is positioned, you can fill in the placeholder: +

    +

    +

    Edited Equation

    +

    To add some new equation elements you can also use the right-click menu options:

    + +

    Note: currently, equations cannot be entered using the linear format, i.e. \sqrt(4&x^3).

    +

    When entering the values of the mathematical expressions, you do not need to use Spacebar as the spaces between the characters and signs of operations are set automatically.

    +

    If the equation is too long and does not fit to a single line within the text box, automatic line breaking occurs as you type. You can also insert a line break in a specific position by right-clicking on a mathematical operator and selecting the Insert manual break option from the menu. The selected operator will start a new line. To delete the added manual line break, right-click on the mathematical operator that starts a new line and select the Delete manual break option.

    +

    Format equations

    +

    By default, the equation within the text box is horizontally centered and vertically aligned to the top of the text box. To change its horizontal/vertical alignment, put the cursor within the the equation box (the text box borders will be displayed as dashed lines) and use the corresponding icons at the top toolbar.

    +

    To increase or decrease the equation font size, click anywhere within the equation box and select the necessary font size from the list on the top toolbar. All the equation elements will change correspondingly.

    +

    The letters within the equation are italicized by default. If necessary, you can change the font style (bold, italic, strikeout) or color for a whole equation or its part. The underlined style can be applied to the entire equation only, not to individual characters. Select the necessary part of the equation by clicking and dragging. The selected part will be highlighted blue. Then use the necessary buttons on the top toolbar to format the selection. For example, you can remove the italic format for ordinary words that are not variables or constants.

    + Edited Equation +

    To modify some equation elements you can also use the right-click menu options:

    + +

    To align some equation elements you can use the right-click menu options:

    + +

    Delete equation elements

    +

    To delete a part of the equation, select the part you want to delete by dragging the mouse or holding down the Shift key and using the arrow buttons, then press the Delete key on the keyboard.

    +

    A slot can only be deleted together with the template it belongs to.

    +

    To delete the entire equation, click on the equation box border (it will be displayed as a solid line) and and press the Delete key on the keyboard.

    + Delete Equation +

    To delete some equation elements you can also use the right-click menu options:

    + +
    + + \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertImages.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertImages.htm index 96bec9107..fe1194e22 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertImages.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertImages.htm @@ -10,6 +10,7 @@

    Insert and adjust images

    +

    Insert an image

    In Presentation Editor, you can insert images in the most popular formats into your presentation. The following image formats are supported: BMP, GIF, JPEG, JPG, PNG.

    To add an image on a slide,

      @@ -24,6 +25,7 @@
    1. once the image is added you can change its size and position.

    +

    Adjust image settings

    Image Settings tab

    The right sidebar is activated when you left-click an image and choose the Image Settings Image Settings icon icon on the right. It contains the following sections:

    Size - is used to view the current image Width and Height or restore the image Default Size if necessary.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertTables.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertTables.htm index 25d692ac3..8336bf153 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertTables.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertTables.htm @@ -10,6 +10,7 @@

    Insert and format tables

    +

    Insert a table

    To insert a table onto a slide,

    1. select the slide where a table will be added,
    2. @@ -26,6 +27,7 @@

    You can specify the table position on the slide dragging it vertically or horizontally.


    +

    Adjust table settings

    Table settings tab

    Most of the table properties as well as its structure can be altered using the right sidebar. To activate it click the table and choose the Table Settings Table Settings icon icon on the right.

    The Rows and Columns sections on the top allow you to emphasize certain rows/columns applying a specific formatting to them, or highlight different rows/columns with the different background colors to clearly distinguish them. The following options are available:

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertText.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertText.htm index de2b57fed..6111ad397 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertText.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertText.htm @@ -42,8 +42,8 @@
  • to edit the text box fill, stroke, replace the rectangular box with a different shape, or access the shape advanced settings, click the Shape Settings Shape Settings icon icon on the right sidebar and use the corresponding options.
  • to align a text box on the slide or arrange text boxes as related to other objects, right-click on the text box border and use the contextual menu options.
  • -

    Format the text within the text box

    -

    Click the text within the text box to be able to change its properties. When the text is selected, the tex box borders are displayed as dashed lines.

    +

    Format the text within the text box

    +

    Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines.

    Text selected

    Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately.

    Align your text within the text box

    @@ -76,7 +76,7 @@

    Change the text direction

    To Rotate the text within the text box, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top).


    -

    Adjust font type, size, color and apply decoration styles

    +

    Adjust font type, size, color and apply decoration styles

    You can select the font type, its size and color as well as apply various font decoration styles using the corresponding icons situated at the top toolbar.

    Note: in case you want to apply the formatting to the text already present in the presentation, select it with the mouse or using the keyboard and apply the formatting.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/LineSpacing.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/LineSpacing.htm deleted file mode 100644 index 92c8f902f..000000000 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/LineSpacing.htm +++ /dev/null @@ -1,28 +0,0 @@ - - - - Set paragraph line spacing - - - - - -
    -

    Set paragraph line spacing

    -

    In TeamLab Document Editor, you can set the line height for the text lines within the paragraph as well as the margins between the current and the preceding or the subsequent paragraph.

    -

    To do that,

    -
      -
    1. put the cursor within the paragraph you need, or select several paragraphs with the mouse or all the text in the document by pressing the Ctrl+A key combination,
    2. -
    3. use the corresponding fields at the right sidebar to achieve the desired results: -
        -
      • Line Spacing - set the line height for the text lines within the paragraph. You can select among three options: at least (sets the minimum line spacing that is needed to fit the largest font or graphic on the line), multiple (sets line spacing that can be expressed in numbers greater than 1), exactly (sets fixed line spacing). In the At field you can specify the necessary value.
      • -
      • Before - set the amount of space before the paragraph.
      • -
      • After - set the amount of space after the paragraph.
      • -
      • Don't add interval between paragraphs of the same style - check this box in case you don't need any space between paragraphs of the same style.
      • -
      -
    4. -
    -

    To quickly change the current paragraph line spacing, you can also use the Paragraph Line Spacing Paragraph Line Spacing icon at the top toolbar selecting the needed value from the list: 1.0, 1.15, 1.5, 2.0, 2.5, or 3.0 lines.

    -
    - - \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm index 848899a7a..b16c390ab 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm @@ -10,20 +10,20 @@

    Manipulate objects on a slide

    You can resize, move, rotate different objects on a slide manually using the special handles. You can also specify the dimensions and position of some objects exactly using the right sidebar or Advanced Settings window.

    -

    Resize objects

    +

    Resize objects

    To change the autoshape/image/chart/text box size, drag small squares Square icon situated on the object edges. To maintain the original proportions of the selected object while resizing, hold down the Shift key and drag one of the corner icons.

    Maintaining proportions

    To specify the precise width and height of a chart, select it on a slide and use the Size section of the right sidebar that will be activated.

    To specify the precise dimensions of an image or autoshape, right-click the necessary object on the slide and select the Image/Shape Advanced Settings option from the menu. Specify necessary values on the Size tab of the Advanced Settings window and press OK.

    -

    Reshape autoshapes

    +

    Reshape autoshapes

    When modifying some shapes, for example Figured arrows or Callouts, the yellow diamond-shaped Yellow diamond icon icon is also available. It allows to adjust some aspects of the shape, for example, the length of the head of an arrow.

    Reshaping autoshape

    -

    Move objects

    +

    Move objects

    To alter the autoshape/image/chart/table/text box position, use the Arrow icon that appears after hovering your mouse cursor over the object. Drag the object to the necessary position without releasing the mouse button. To move the object by the one-pixel increments, hold down the Ctrl key and use the keybord arrows. To move the object strictly horizontally/vertically and prevent it from moving in a perpendicular direction, hold down the Shift key when dragging.

    To specify the precise position of an image, right-click it on a slide and select the Image Advanced Settings option from the menu. Specify necessary values in the Position section of the Advanced Settings window and press OK.

    -

    Rotate objects

    +

    Rotate objects

    To rotate an autoshape/image/text box, hover the mouse cursor over the rotation handle Rotation handle and drag it clockwise or counterclockwise. To constrain the rotation angle to 15 degree increments, hold down the Shift key while rotating.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm deleted file mode 100644 index aa285a698..000000000 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm +++ /dev/null @@ -1,19 +0,0 @@ - - - - Set page parameters - - - - - -
    -

    Set page parameters

    -

    To set page orientation and size, use the corresponding icons at the top toolbar:

    -
      -
    • Page Orientation - change the current orientation type clicking the Page Orientation Page Orientation icon icon. The default orientation type is Portrait that can be switched to Album.
    • -
    • Page Size - change the default A4 format clicking the Page Size Page Size icon icon and selecting the needed one from the list. The available preset sizes are: US Letter (21,59cm x 27,94cm), US Legal (21,59cm x 35,56cm), A4 (21cm x 29,7cm), A5 (14,81cm x 20,99cm), B5 (17,6cm x 25,01cm), Envelope #10 (10,48cm x 24,13cm), Envelope DL (11,01cm x 22,01cm), Tabloid (27,94cm x 43,17cm), AЗ (29,7cm x 42,01cm), Tabloid Oversize (30,48cm x 45,71cm), ROC 16K (19,68cm x 27,3cm), Envelope Choukei 3 (11,99cm x 23,49cm), Super B/A3 (33,02cm x 48,25cm).
    • -
    -
    - - \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm deleted file mode 100644 index b0346cd38..000000000 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm +++ /dev/null @@ -1,17 +0,0 @@ - - - - View document information - - - - - -
    -

    View document information

    -

    To access the detailed information about the currently edited document, click the File File icon icon at the left sidebar and select the Document Info option.

    -

    The document information includes document title, author, location, creation date, persons with the rights to view or edit the document, and statistics: the number of pages, paragraphs, words, symbols, symbols with spaces.

    -

    To close the File pane and return to document editing, select the Return to Document option.

    -
    - - \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/en/images/3dchart.png b/apps/presentationeditor/main/resources/help/en/images/3dchart.png new file mode 100644 index 000000000..c8b1281d7 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/3dchart.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/charteditor.png b/apps/presentationeditor/main/resources/help/en/images/charteditor.png index f751d01f9..0775305dd 100644 Binary files a/apps/presentationeditor/main/resources/help/en/images/charteditor.png and b/apps/presentationeditor/main/resources/help/en/images/charteditor.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/chartsettings.png b/apps/presentationeditor/main/resources/help/en/images/chartsettings.png index b467753d6..ab8d9d614 100644 Binary files a/apps/presentationeditor/main/resources/help/en/images/chartsettings.png and b/apps/presentationeditor/main/resources/help/en/images/chartsettings.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/charttab.png b/apps/presentationeditor/main/resources/help/en/images/charttab.png index 656562dd6..9b0dce8d9 100644 Binary files a/apps/presentationeditor/main/resources/help/en/images/charttab.png and b/apps/presentationeditor/main/resources/help/en/images/charttab.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/deleteequation.png b/apps/presentationeditor/main/resources/help/en/images/deleteequation.png new file mode 100644 index 000000000..85d374e93 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/deleteequation.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/equationplaceholder.png b/apps/presentationeditor/main/resources/help/en/images/equationplaceholder.png new file mode 100644 index 000000000..0fdc9a0b4 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/equationplaceholder.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/formatastext.png b/apps/presentationeditor/main/resources/help/en/images/formatastext.png new file mode 100644 index 000000000..bbb6e1884 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/formatastext.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/insertedequation.png b/apps/presentationeditor/main/resources/help/en/images/insertedequation.png new file mode 100644 index 000000000..bea14781e Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/insertedequation.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/insertequationicon.png b/apps/presentationeditor/main/resources/help/en/images/insertequationicon.png new file mode 100644 index 000000000..666dd6a53 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/insertequationicon.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/nestedfraction.png b/apps/presentationeditor/main/resources/help/en/images/nestedfraction.png new file mode 100644 index 000000000..f731dec78 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/nestedfraction.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/newslot.png b/apps/presentationeditor/main/resources/help/en/images/newslot.png new file mode 100644 index 000000000..5dcaf8e8b Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/newslot.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/right_textart.png b/apps/presentationeditor/main/resources/help/en/images/right_textart.png index a8328cc36..2d48dfb90 100644 Binary files a/apps/presentationeditor/main/resources/help/en/images/right_textart.png and b/apps/presentationeditor/main/resources/help/en/images/right_textart.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/selectedequation.png b/apps/presentationeditor/main/resources/help/en/images/selectedequation.png new file mode 100644 index 000000000..2b5d0c0d2 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/en/images/selectedequation.png differ diff --git a/apps/presentationeditor/main/resources/help/en/images/shapesettingstab.png b/apps/presentationeditor/main/resources/help/en/images/shapesettingstab.png index 4c895b903..b166c4f2d 100644 Binary files a/apps/presentationeditor/main/resources/help/en/images/shapesettingstab.png and b/apps/presentationeditor/main/resources/help/en/images/shapesettingstab.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/Contents.json b/apps/presentationeditor/main/resources/help/ru/Contents.json index 4ae330b06..02bede81e 100644 --- a/apps/presentationeditor/main/resources/help/ru/Contents.json +++ b/apps/presentationeditor/main/resources/help/ru/Contents.json @@ -10,7 +10,8 @@ {"src": "UsageInstructions/InsertText.htm", "name": "Вставка и форматирование текста"}, {"src": "UsageInstructions/AddHyperlinks.htm", "name": "Добавление гиперссылок"}, {"src": "UsageInstructions/CreateLists.htm", "name": "Создание списков"}, - {"src": "UsageInstructions/InsertTables.htm", "name": "Вставка и форматирование таблиц"}, + { "src": "UsageInstructions/InsertTables.htm", "name": "Вставка и форматирование таблиц" }, + {"src": "UsageInstructions/InsertEquation.htm", "name": "Вставка формул"}, {"src": "UsageInstructions/FillObjectsSelectColor.htm", "name": "Заливка объектов и выбор цветов"}, {"src": "UsageInstructions/AlignArrangeObjects.htm", "name": "Выравнивание и упорядочивание объектов на слайде"}, {"src": "UsageInstructions/CopyPasteUndoRedo.htm", "name": "Копирование / вставка данных, отмена / повтор действий"}, diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm index 0dbab9314..3b0ce69e9 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm @@ -14,15 +14,15 @@
    • Альтернативный ввод - используется для включения/отключения иероглифов.
    • Направляющие выравнивания - используется для включения/отключения направляющих выравнивания, которые появляются при перемещении объектов и позволяют точно расположить их на слайде.
    • -
    • Автосохранение - используется для включения/отключения опции автоматического сохранения изменений, внесенных при редактировании.
    • -
    • +
    • Автосохранение - используется для включения/отключения опции автоматического сохранения изменений, внесенных при редактировании.
    • +
    • Режим совместного редактирования - используется для выбора способа отображения изменений, вносимых в ходе совместного редактирования:
      • По умолчанию выбран Быстрый режим, при котором пользователи, участвующие в совместном редактировании документа, будут видеть изменения в реальном времени, как только они внесены другими пользователями.
      • Если вы не хотите видеть изменения, вносимые другими пользователями, (чтобы они не мешали вам или по какой-то другой причине), выберите Строгий режим, и все изменения будут отображаться только после того, как вы нажмете на значок Сохранить Значок Сохранить с оповещением о наличии изменений от других пользователей.
    • -
    • Стандартное значение масштаба - используется для установки стандартного значения масштаба путем его выбора из списка доступных вариантов от 50% до 200%.
    • +
    • Стандартное значение масштаба - используется для установки стандартного значения масштаба путем его выбора из списка доступных вариантов от 50% до 200%. Можно также выбрать опцию По размеру слайда или По ширине.
    • Единица измерения - используется для определения единиц, которые должны использоваться на линейках и в окнах свойств для измерения параметров элементов, таких как ширина, высота, интервалы, поля и т.д. Можно выбрать опцию Сантиметр, Пункт или Дюйм.

    Чтобы сохранить внесенные изменения, нажмите кнопку Применить.

    diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/UsingChat.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/UsingChat.htm deleted file mode 100644 index 2cc905590..000000000 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/UsingChat.htm +++ /dev/null @@ -1,23 +0,0 @@ - - - - Использование Чата - - - - - -
    -

    Использование Чата

    -

    TeamLab Presentation Editor предоставляет Вам возможность общения в чате для обмена идеями по поводу отдельных частей презентации.

    -

    Чтобы войти в чат и оставить сообщение для других пользователей:

    -
      -
    1. нажмите на значок Значок Чат на левой боковой панели,
    2. -
    3. введите текст в соответствующем поле ниже,
    4. -
    5. нажмите кнопку Отправить.
    6. -
    -

    Все сообщения, оставленные пользователями, будут отображаться на панели слева. Если есть новые сообщения, которые Вы еще не прочитали, значок чата будет выглядеть так - Значок Чат.

    -

    Чтобы закрыть панель с сообщениями чата, нажмите на значок Значок Чат еще раз.

    -
    - - \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm index 5e19d14a6..fd5550656 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm @@ -10,6 +10,7 @@

    Вставка и форматирование автофигур

    +

    Вставка автофигуры

    Для добавления автофигуры на слайд:

    1. в списке слайдов слева выберите тот слайд, на который требуется добавить автофигуру,
    2. @@ -24,6 +25,7 @@

    +

    Изменение параметров автофигуры

    Некоторые параметры автофигуры можно изменить с помощью вкладки Параметры фигуры на правой боковой панели. Чтобы ее активировать, щелкните по автофигуре и выберите значок Параметры фигуры Значок Параметры фигуры справа. Здесь можно изменить следующие свойства:

    Вкладка Параметры фигуры

      @@ -37,10 +39,11 @@

    Чтобы получить более подробную информацию об этих опциях, обратитесь к разделу Заливка объектов и выбор цветов.

    -
  • Обводка - используйте этот раздел, чтобы изменить толщину и цвет обводки. +
  • Обводка - используйте этот раздел, чтобы изменить толщину, цвет или тип обводки.
    • Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 пт, 1 пт, 1.5 пт, 2.25 пт, 3 пт, 4.5 пт, 6 пт. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку.
    • Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Можно использовать цвет выбранной темы, стандартный цвет или выбрать пользовательский цвет.
    • +
    • Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий).
  • diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm index d72059666..52ca08836 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm @@ -10,11 +10,14 @@

    Вставка и редактирование диаграмм

    +

    Вставка диаграммы

    Для вставки диаграммы в презентацию,

    1. установите курсор там, где требуется поместить диаграмму,
    2. щелкните по значку Вставить диаграмму Значок Вставить диаграмму на верхней панели инструментов,
    3. -
    4. выберите из доступных типов диаграммы тот, который вам нужен - гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая - и выберите ее стиль,
    5. +
    6. выберите из доступных типов диаграммы тот, который вам нужен - гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая, +

      Обратите внимание: для Гистограмм, Графиков, Круговых или Линейчатых диаграмм также доступен формат 3D.

      +
    7. после этого появится окно Редактор диаграмм, в котором можно ввести в ячейки необходимые данные при помощи следующих элементов управления:
      • Копировать и Вставить для копирования и вставки скопированных данных
      • @@ -27,9 +30,9 @@
      • измените параметры диаграммы, нажав на кнопку Изменить диаграмму в окне Редактор диаграмм. Откроется окно Диаграмма - Дополнительные параметры.

        Окно Параметры диаграммы

        -

        На вкладке Тип и данные можно выбрать тип диаграммы, ее стиль, а также данные, которые вы хотите использовать для создания диаграммы.

        +

        На вкладке Тип и данные можно выбрать тип диаграммы, а также данные, которые вы хотите использовать для создания диаграммы.

          -
        • Выберите Тип диаграммы, которую требуется вставить: график, гистограмма, линейчатая, с областями, круговая, точечная, биржевая - и ее стиль.
        • +
        • Выберите Тип диаграммы, которую требуется вставить: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая.
        • Проверьте выбранный Диапазон данных и при необходимости измените его, нажав на кнопку Выбор данных и указав желаемый диапазон данных в следующем формате: Sheet1!A1:B4.
        • Измените способ расположения данных. Можно выбрать ряды данных для использования по оси X: в строках или в столбцах.
        @@ -58,7 +61,15 @@
      • Определите параметры Подписей данных (то есть текстовых подписей, показывающих точные значения элементов данных):
          -
        • укажите местоположение Подписей данных относительно элементов данных, выбрав нужную опцию из выпадающего списка: По центру, Внутри снизу, Внутри сверху, Снаружи вверху,
        • +
        • + укажите местоположение Подписей данных относительно элементов данных, выбрав нужную опцию из выпадающего списка. Доступные варианты зависят от выбранного типа диаграммы. +
            +
          • Для Гистограмм и Линейчатых диаграмм можно выбрать следующие варианты: Нет, По центру, Внутри снизу, Внутри сверху, Снаружи сверху.
          • +
          • Для Графиков и Точечных или Биржевых диаграмм можно выбрать следующие варианты: Нет, По центру, Слева, Справа, Сверху, Снизу.
          • +
          • Для Круговых диаграмм можно выбрать следующие варианты: Нет, По центру, По ширине, Внутри сверху, Снаружи сверху.
          • +
          • Для диаграмм С областями, а также для Гистограмм, Графиков и Линейчатых диаграмм в формате 3D можно выбрать следующие варианты: Нет, По центру.
          • +
          +
        • выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: Имя ряда, Название категории, Значение,
        • введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле Разделитель подписей данных.
        @@ -204,10 +215,19 @@

    +

    Редактирование элементов диаграммы

    +

    Чтобы изменить Заголовок диаграммы, выделите мышью стандартный текст и введите вместо него свой собственный.

    +

    Чтобы изменить форматирование шрифта внутри текстовых элементов, таких как заголовок диаграммы, названия осей, элементы условных обозначений, подписи данных и так далее, выделите нужный текстовый элемент, щелкнув по нему левой кнопкой мыши. Затем используйте значки на верхней панели инструментов, чтобы изменить тип, стиль, размер или цвет шрифта.

    +

    Чтобы удалить элемент диаграммы, выделите его, щелкнув левой кнопкой мыши, и нажмите клавишу Delete на клавиатуре.

    +

    Можно также поворачивать 3D-диаграммы с помощью мыши. Щелкните левой кнопкой мыши внутри области построения диаграммы и удерживайте кнопку мыши до появления голубой пунктирной рамки. Не отпуская кнопку мыши, перетащите курсор, чтобы изменить ориентацию 3D-диаграммы.

    +

    3D-диаграмма

    +
    +

    Изменение параметров диаграммы

    Вкладка Параметры диаграммы

    Размер, тип и стиль диаграммы, а также данные, используемые для построения диаграммы, можно изменить с помощью правой боковой панели. Чтобы ее активировать, щелкните по диаграмме и выберите значок Параметры диаграммы Значок Параметры диаграммы справа.

    Раздел Размер позволяет изменить ширину и/или высоту диаграммы. Если нажата кнопка Сохранять пропорции Значок Сохранять пропорции (в этом случае она выглядит так: Кнопка Сохранять пропорции нажата), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон диаграммы.

    Раздел Изменить тип диаграммы позволяет изменить выбранный тип и/или стиль диаграммы с помощью соответствующего выпадающего меню.

    +

    Для выбора нужного Стиля диаграммы используйте второе выпадающее меню в разделе Изменить тип диаграммы.

    Кнопка Изменить данные позволяет вызвать окно Редактор диаграмм и начать редактирование данных, как описано выше.

    Примечание: чтобы быстро вызвать окно Редактор диаграмм, можно также дважды щелкнуть мышью по диаграмме на слайде.

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm new file mode 100644 index 000000000..9461c996e --- /dev/null +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm @@ -0,0 +1,90 @@ + + + + Вставка формул + + + + + +

    +

    Вставка формул

    +

    В редакторе презентаций вы можете создавать формулы, используя встроенные шаблоны, редактировать их, вставлять специальные символы (в том числе математические знаки, греческие буквы, диакритические знаки и т.д.).

    +

    Добавление новой формулы

    +

    Чтобы вставить формулу из коллекции,

    +
      +
    1. нажмите на стрелку рядом со значком Вставить формулу Значок Вставить формулу на верхней панели инструментов,
    2. +
    3. в открывшемся выпадающем списке выберите нужную категорию формул. В настоящее время доступны следующие категории: Символы, Дроби, Индексы, Радикалы, Интегралы, Крупные операторы, Скобки, Функции, Диакритические знаки, Пределы и логарифмы, Операторы, Матрицы,
    4. +
    5. щелкните по определенному символу/формуле в соответствующем наборе шаблонов.
    6. +
    +

    Выбранный символ или формула будут вставлены в центре текущего слайда.

    + Вставленная формула +

    Если вы не видите границу рамки формулы, щелкните внутри формулы - граница будет отображена в виде пунктирной линии. Рамку формулы можно свободно перемещать, изменять ее размер или поворачивать на слайде. Для этого щелкните по границе рамки формулы (она будет отображена как сплошная линия) и используйте соответствующие маркеры.

    + Выделенная формула +

    Каждый шаблон формулы представляет собой совокупность слотов. Слот - это позиция для каждого элемента, образующего формулу. Пустой слот, также называемый полем для заполнения, имеет пунктирный контур Местозаполнитель формулы. Необходимо заполнить все поля, указав нужные значения.

    +

    Ввод значений

    +

    Курсор определяет, где появится следующий символ, который вы введете. Чтобы точно установить курсор, щелкните внутри поля для заполнения и используйте клавиши со стрелками на клавиатуре для перемещения курсора на один символ влево/вправо.

    + Редактируемая формула +

    + Когда курсор будет установлен в нужную позицию, можно заполнить поле: +

      +
    • введите требуемое цифровое или буквенное значение с помощью клавиатуры,
    • +
    • вставьте специальный символ, используя палитру Символы из меню Вставить формулу Значок Вставить формулу на верхней панели инструментов,
    • +
    • добавьте шаблон другой формулы с палитры, чтобы создать сложную вложенную формулу. Размер начальной формулы будет автоматически изменен в соответствии с содержимым. Размер элементов вложенной формулы зависит от размера поля начальной формулы, но не может быть меньше, чем размер мелкого индекса.
    • +
    +

    +

    Редактируемая формула

    +

    Для добавления некоторых новых элементов формул можно также использовать пункты контекстного меню:

    +
      +
    • Чтобы добавить новый аргумент, идущий до или после имеющегося аргумента в Скобках, можно щелкнуть правой кнопкой мыши по существующему аргументу и выбрать из контекстного меню пункт Вставить аргумент перед/после.
    • +
    • Чтобы добавить новую формулу в Наборах условий из группы Скобки, можно щелкнуть правой кнопкой мыши по пустому полю для заполнения или по введенной в него формуле и выбрать из контекстного меню пункт Вставить формулу перед/после.
    • +
    • Чтобы добавить новую строку или новый столбец в Матрице, можно щелкнуть правой кнопкой мыши по полю для заполнения внутри нее, выбрать из контекстного меню пункт Добавить, а затем - опцию Строку выше/ниже или Столбец слева/справа.
    • +
    +

    Примечание: в настоящее время не поддерживается ввод формул в линейном формате, то есть в виде \sqrt(4&x^3).

    +

    При вводе значений математических выражений не требуется использовать клавишу Пробел, так как пробелы между символами и знаками действий устанавливаются автоматически.

    +

    Если формула слишком длинная и не помещается на одной строке внутри рамки формулы, перенос на другую строку в процессе ввода осуществляется автоматически. Можно также вставить перенос строки в строго определенном месте, щелкнув правой кнопкой мыши по математическому оператору и выбрав из контекстного меню пункт Вставить принудительный разрыв. Выбранный оператор будет перенесен на новую строку. Чтобы удалить добавленный принудительный разрыв строки, щелкните правой кнопкой мыши по математическому оператору в начале новой строки и выберите пункт меню Удалить принудительный разрыв.

    +

    Форматирование формул

    +

    По умолчанию формула внутри рамки горизонтально выровнена по центру, а вертикально выровнена по верхнему краю рамки формулы. Чтобы изменить горизонтальное или вертикальное выравнивание, установите курсор внутри рамки формулы (контуры рамки будут отображены как пунктирные линии) и используйте соответствующие значки на верхней панели инструментов.

    +

    Чтобы увеличить или уменьшить размер шрифта в формуле, щелкните мышью внутри рамки формулы и выберите нужный размер шрифта из списка на верхней панели инструментов. Все элементы формулы изменятся соответственно.

    +

    По умолчанию буквы в формуле форматируются курсивом. В случае необходимости можно изменить стиль шрифта (выделение жирным, курсив, зачеркивание) или цвет для всей формулы или ее части. Подчеркивание можно применить только ко всей формуле, а не к отдельным символам. Выделите нужную часть формулы путем перетаскивания. Выделенная часть будет подсвечена голубым цветом. Затем используйте нужные кнопки на верхней панели инструментов, чтобы отформатировать выделенный фрагмент. Например, можно убрать форматирование курсивом для обычных слов, которые не являются переменными или константами.

    + Редактируемая формула +

    Для изменения некоторых элементов формул можно также использовать пункты контекстного меню:

    +
      +
    • Чтобы изменить формат Дробей, можно щелкнуть правой кнопкой мыши по дроби и выбрать из контекстного меню пункт Изменить на диагональную/горизонтальную/вертикальную простую дробь (доступные опции отличаются в зависимости от типа выбранной дроби).
    • +
    • Чтобы изменить положение Индексов относительно текста, можно щелкнуть правой кнопкой мыши по формуле, содержащей индексы, и выбрать из контекстного меню пункт Индексы перед текстом/после текста.
    • +
    • Чтобы изменить размер аргумента для формул из групп Индексы, Радикалы, Интегралы, Крупные операторы, Пределы и логарифмы, Операторы, а также для горизонтальных фигурных скобок и шаблонов с группирующим знаком из группы Диакритические знаки, можно щелкнуть правой кнопкой мыши по аргументу, который требуется изменить, и выбрать из контекстного меню пункт Увеличить/Уменьшить размер аргумента.
    • +
    • Чтобы указать, надо ли отображать пустое поле для ввода степени в формуле из группы Радикалы, можно щелкнуть правой кнопкой мыши по радикалу и выбрать из контекстного меню пункт Скрыть/Показать степень.
    • +
    • Чтобы указать, надо ли отображать пустое поле для ввода предела в формуле из группы Интегралы или Крупные операторы, можно щелкнуть правой кнопкой мыши по формуле и выбрать из контекстного меню пункт Скрыть/Показать верхний/нижний предел.
    • +
    • Чтобы изменить положение пределов относительно знака интеграла или оператора в формулах из группы Интегралы или Крупные операторы, можно щелкнуть правой кнопкой мыши по формуле и выбрать из контекстного меню пункт Изменить положение пределов. Пределы могут отображаться справа от знака оператора (как верхние и нижние индексы) или непосредственно над и под знаком оператора.
    • +
    • Чтобы изменить положение пределов относительно текста в формулах из группы Пределы и логарифмы и в шаблонах с группирующим знаком из группы Диакритические знаки, можно щелкнуть правой кнопкой мыши по формуле и выбрать из контекстного меню пункт Предел над текстом/под текстом.
    • +
    • Чтобы выбрать, какие из Скобок надо отображать, можно щелкнуть правой кнопкой мыши по выражению в скобках и выбрать из контекстного меню пункт Скрыть/Показать открывающую/закрывающую скобку.
    • +
    • Чтобы управлять размером Скобок, можно щелкнуть правой кнопкой мыши по выражению в скобках. Пункт меню Растянуть скобки выбран по умолчанию, так что скобки могут увеличиваться в соответствии с размером выражения, заключенного в них, но вы можете снять выделение с этой опции, чтобы запретить растяжение скобок. Когда эта опция активирована, можно также использовать пункт меню Изменить размер скобок в соответствии с высотой аргумента.
    • +
    • Чтобы изменить положение символа относительно текста для горизонтальных фигурных скобок или горизонтальной черты над/под формулой из группы Диакритические знаки, можно щелкнуть правой кнопкой мыши по шаблону и и выбрать из контекстного меню пункт Символ/Черта над/под текстом.
    • +
    • Чтобы выбрать, какие границы надо отображать для Формулы в рамке из группы Диакритические знаки, можно щелкнуть правой кнопкой мыши по формуле и выбрать из контекстного меню пункт Свойства границ, а затем - Скрыть/Показать верхнюю/нижнюю/левую/правую границу или Добавить/Скрыть горизонтальную/вертикальную/диагональную линию.
    • +
    • Чтобы указать, надо ли отображать пустые поля для заполнения в Матрице, можно щелкнуть по ней правой кнопкой мыши и выбрать из контекстного меню пункт Скрыть/Показать поля для заполнения.
    • +
    +

    Для выравнивания некоторых элементов формул можно использовать пункты контекстного меню:

    +
      +
    • Чтобы выровнять формулы в Наборах условий из группы Скобки, можно щелкнуть правой кнопкой мыши по формуле, выбрать из контекстного меню пункт Выравнивание, а затем выбрать тип выравнивания: По верхнему краю, По центру или По нижнему краю.
    • +
    • Чтобы выровнять Матрицу по вертикали, можно щелкнуть правой кнопкой мыши по матрице, выбрать из контекстного меню пункт Выравнивание матрицы, а затем выбрать тип выравнивания: По верхнему краю, По центру или По нижнему краю.
    • +
    • Чтобы выровнять по горизонтали элементы внутри отдельного столбца Матрицы, можно щелкнуть правой кнопкой мыши по полю для заполнения внутри столбца, выбрать из контекстного меню пункт Выравнивание столбца, а затем выбрать тип выравнивания: По левому краю, По центру или По правому краю.
    • +
    +

    Удаление элементов формулы

    +

    Чтобы удалить часть формулы, выделите фрагмент, который требуется удалить, путем перетаскивания или удерживая клавишу Shift и используя клавиши со стрелками, затем нажмите на клавиатуре клавишу Delete.

    +

    Слот можно удалить только вместе с шаблоном, к которому он относится.

    +

    Чтобы удалить всю формулу, щелкните по границе рамки формулы, (она будет отображена как сплошная линия) и нажмите на клавиатуре клавишу Delete.

    + Удаление формулы +

    Для удаления некоторых элементов формул можно также использовать пункты контекстного меню:

    +
      +
    • Чтобы удалить Радикал, можно щелкнуть по нему правой кнопкой мыши и выбрать из контекстного меню пункт Удалить радикал.
    • +
    • Чтобы удалить Нижний индекс и/или Верхний индекс, можно щелкнуть правой кнопкой мыши по содержащему их выражению и выбрать из контекстного меню пункт Удалить верхний индекс/нижний индекс. Если выражение содержит индексы, расположенные перед текстом, доступна опция Удалить индексы.
    • +
    • Чтобы удалить Скобки, можно щелкнуть правой кнопкой мыши по выражению в скобках и выбрать из контекстного меню пункт Удалить вложенные знаки или Удалить вложенные знаки и разделители.
    • +
    • Если выражение в Скобках содержит несколько аргументов, можно щелкнуть правой кнопкой мыши по аргументу, который требуется удалить, и выбрать из контекстного меню пункт Удалить аргумент.
    • +
    • Если в Скобках заключено несколько формул (а именно, в Наборах условий), можно щелкнуть правой кнопкой мыши по формуле, которую требуется удалить, и выбрать из контекстного меню пункт Удалить формулу.
    • +
    • Чтобы удалить Предел, можно щелкнуть по нему правой кнопкой мыши и выбрать из контекстного меню пункт Удалить предел.
    • +
    • Чтобы удалить Диакритический знак, можно щелкнуть по нему правой кнопкой мыши и выбрать из контекстного меню пункт Удалить диакритический знак, Удалить символ или Удалить черту (доступные опции отличаются в зависимости от выбранного диакритического знака).
    • +
    • Чтобы удалить строку или столбец Матрицы, можно щелкнуть правой кнопкой мыши по полю для заполнения внутри строки/столбца, который требуется удалить, выбрать из контекстного меню пункт Удалить, а затем - Удалить строку/столбец.
    • +
    +
    + + \ No newline at end of file diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm index 71375aed5..276ad3218 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm @@ -10,6 +10,7 @@

    Вставка и настройка изображений

    +

    Вставка изображения

    В онлайн-редакторе презентаций можно вставлять в презентацию изображения самых популярных форматов. Поддерживаются следующие форматы изображений: BMP, GIF, JPEG, JPG, PNG.

    Для добавления изображения на слайд:

      @@ -24,6 +25,7 @@
    1. после того как изображение будет добавлено, можно изменить его размер и положение.

    +

    Изменение параметров изображения

    Вкладка Параметры изображения

    Правая боковая панель активируется при щелчке по изображению левой кнопкой мыши и выборе значка Параметры изображения Значок Параметры изображения справа. Вкладка содержит следующие разделы:

    Размер - используется, чтобы просмотреть текущую Ширину и Высоту изображения или при необходимости восстановить размер изображения По умолчанию.

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm index 4f3189ff4..a3626c87c 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm @@ -10,6 +10,7 @@

    Вставка и форматирование таблиц

    +

    Вставка таблицы

    Для вставки таблицы на слайд:

    1. выберите слайд, на который надо добавить таблицу,
    2. @@ -26,6 +27,7 @@

    Можно задать положение таблицы на слайде путем перетаскивания ее по вертикали или по горизонтали.


    +

    Изменение параметров таблицы

    Вкладка Параметры таблицы

    Большинство свойств таблицы, а также ее структуру можно изменить с помощью правой боковой панели. Чтобы ее активировать, щелкните по таблице и выберите значок Параметры таблицы Значок Параметры таблицы справа.

    Разделы Строки и Столбцы, расположенные наверху, позволяют выделить некоторые строки или столбцы при помощи особого форматирования, или выделить разные строки и столбцы с помощью разных цветов фона для их четкого разграничения. Доступны следующие опции:

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm index 8d7eedfaf..d43ce13fb 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm @@ -42,7 +42,7 @@
  • чтобы изменить заливку, обводку текстового поля, заменить прямоугольное поле на какую-то другую фигуру или открыть дополнительные параметры фигуры, щелкните по значку Параметры фигуры Значок Параметры фигуры на правой боковой панели и используйте соответствующие опции.
  • чтобы выровнять текстовое поле на слайде или расположить текстовые поля в определенном порядке относительно других объектов, щелкните правой кнопкой мыши по границе текстового поля и используйте опции контекстного меню.
  • -

    Форматирование текста внутри текстового поля

    +

    Форматирование текста внутри текстового поля

    Щелкните по тексту внутри текстового поля, чтобы можно было изменить его свойства. Когда текст выделен, границы текстового поля отображаются как пунктирные линии.

    Выделенный текст

    Примечание: форматирование текста можно изменить и в том случае, если выделено текстовое поле, а не сам текст. В этом случае любые изменения будут применены ко всему тексту в текстовом поле. Некоторые параметры форматирования шрифта (тип, размер, цвет и стили оформления шрифта) можно отдельно применить к предварительно выделенному фрагменту текста.

    @@ -76,7 +76,7 @@

    Изменение направления текста

    Чтобы повернуть текст внутри текстового поля, щелкните по тексту правой кнопкой мыши, выберите опцию Направление текста, а затем выберите один из доступных вариантов: Горизонтальное (выбран по умолчанию), Поворот на 90° (задает вертикальное направление, сверху вниз) или Поворот на 270° (задает вертикальное направление, снизу вверх).


    -

    Настройка типа, размера, цвета шрифта и применение стилей оформления

    +

    Настройка типа, размера, цвета шрифта и применение стилей оформления

    Можно выбрать тип, размер и цвет шрифта, а также применить различные стили оформления шрифта, используя соответствующие значки, расположенные на верхней панели инструментов.

    Примечание: если необходимо применить форматирование к тексту, который уже есть в презентации, выделите его мышью или с помощью клавиатуры, а затем примените форматирование.

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm index e481331f8..b9ab0de3d 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm @@ -10,20 +10,20 @@

    Манипулирование объектами на слайде

    Можно изменять размер различных объектов, перемещать и поворачивать их на слайде вручную при помощи специальных маркеров. Можно также точно задать размеры некоторых объектов и их положение с помощью правой боковой панели или окна Дополнительные параметры.

    -

    Изменение размера объектов

    +

    Изменение размера объектов

    Для изменения размера автофигуры/изображения/диаграммы/текстового поля перетаскивайте маленькие квадраты Значок Квадрат, расположенные по краям объекта. Чтобы сохранить исходные пропорции выбранного объекта при изменении размера, удерживайте клавишу Shift и перетаскивайте один из угловых значков.

    Сохранение пропорций

    Чтобы задать точную ширину и высоту диаграммы, выделите ее на слайде и используйте раздел Размер на правой боковой панели, которая будет активирована.

    Чтобы задать точные размеры изображения или автофигуры, щелкните правой кнопкой мыши по нужному объекту на слайде и выберите пункт меню Дополнительные параметры изображения/фигуры. Укажите нужные значения на вкладке Размер окна Дополнительные параметры и нажмите кнопку OK.

    -

    Изменение формы автофигур

    +

    Изменение формы автофигур

    При изменении некоторых фигур, например, фигурных стрелок или выносок, также доступен желтый значок в форме ромба Значок Желтый ромб. Он позволяет изменять отдельные параметры формы, например, длину указателя стрелки.

    Изменение формы автофигуры

    -

    Перемещение объектов

    +

    Перемещение объектов

    Для изменения местоположения автофигуры/изображения/диаграммы/таблицы/текстового поля используйте значок Стрелка, который появляется после наведения курсора мыши на объект. Перетащите объект на нужное место, не отпуская кнопку мыши. Чтобы перемещать объект с шагом в один пиксель, удерживайте клавишу Ctrl и используйте стрелки на клавиатуре. Чтобы перемещать объект строго по горизонтали/вертикали и предотвратить его смещение в перпендикулярном направлении, при перетаскивании удерживайте клавишу Shift.

    Чтобы задать точное положение изображения, щелкните правой кнопкой мыши по изображению на слайде и выберите пункт меню Дополнительные параметры изображения. Укажите нужные значения в разделе Положение окна Дополнительные параметры и нажмите кнопку OK.

    -

    Поворот объектов

    +

    Поворот объектов

    Чтобы повернуть автофигуру/изображение/текстовое поле, наведите курсор мыши на маркер поворота Маркер поворота и перетащите его по часовой стрелке или против часовой стрелки. Чтобы ограничить угол поворота шагом в 15 градусов, при поворачивании удерживайте клавишу Shift.

    diff --git a/apps/presentationeditor/main/resources/help/ru/images/3dchart.png b/apps/presentationeditor/main/resources/help/ru/images/3dchart.png new file mode 100644 index 000000000..5b364e0e4 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/3dchart.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/charteditor.png b/apps/presentationeditor/main/resources/help/ru/images/charteditor.png index 5066528e5..73e44c08a 100644 Binary files a/apps/presentationeditor/main/resources/help/ru/images/charteditor.png and b/apps/presentationeditor/main/resources/help/ru/images/charteditor.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/chartsettings.png b/apps/presentationeditor/main/resources/help/ru/images/chartsettings.png index 533ed4b29..04380a003 100644 Binary files a/apps/presentationeditor/main/resources/help/ru/images/chartsettings.png and b/apps/presentationeditor/main/resources/help/ru/images/chartsettings.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/charttab.png b/apps/presentationeditor/main/resources/help/ru/images/charttab.png index a831f810b..6e9575d00 100644 Binary files a/apps/presentationeditor/main/resources/help/ru/images/charttab.png and b/apps/presentationeditor/main/resources/help/ru/images/charttab.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/columnwidthmarker.png b/apps/presentationeditor/main/resources/help/ru/images/columnwidthmarker.png new file mode 100644 index 000000000..830b37510 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/columnwidthmarker.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/deleteequation.png b/apps/presentationeditor/main/resources/help/ru/images/deleteequation.png new file mode 100644 index 000000000..85d374e93 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/deleteequation.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/equationplaceholder.png b/apps/presentationeditor/main/resources/help/ru/images/equationplaceholder.png new file mode 100644 index 000000000..0fdc9a0b4 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/equationplaceholder.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/feedback.png b/apps/presentationeditor/main/resources/help/ru/images/feedback.png new file mode 100644 index 000000000..461cb98c0 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/feedback.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/formatastext.png b/apps/presentationeditor/main/resources/help/ru/images/formatastext.png new file mode 100644 index 000000000..bbb6e1884 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/formatastext.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/insertedequation.png b/apps/presentationeditor/main/resources/help/ru/images/insertedequation.png new file mode 100644 index 000000000..bea14781e Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/insertedequation.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/insertequationicon.png b/apps/presentationeditor/main/resources/help/ru/images/insertequationicon.png new file mode 100644 index 000000000..666dd6a53 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/insertequationicon.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/nestedfraction.png b/apps/presentationeditor/main/resources/help/ru/images/nestedfraction.png new file mode 100644 index 000000000..f731dec78 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/nestedfraction.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/newslot.png b/apps/presentationeditor/main/resources/help/ru/images/newslot.png new file mode 100644 index 000000000..5dcaf8e8b Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/newslot.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/right_textart.png b/apps/presentationeditor/main/resources/help/ru/images/right_textart.png index 73bd8e04d..08abc727d 100644 Binary files a/apps/presentationeditor/main/resources/help/ru/images/right_textart.png and b/apps/presentationeditor/main/resources/help/ru/images/right_textart.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/rowheightmarker.png b/apps/presentationeditor/main/resources/help/ru/images/rowheightmarker.png new file mode 100644 index 000000000..6002ebf4b Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/rowheightmarker.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/search_replace_window.png b/apps/presentationeditor/main/resources/help/ru/images/search_replace_window.png new file mode 100644 index 000000000..94b46c3a4 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/search_replace_window.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/selectedequation.png b/apps/presentationeditor/main/resources/help/ru/images/selectedequation.png new file mode 100644 index 000000000..2b5d0c0d2 Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/selectedequation.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/shapesettingstab.png b/apps/presentationeditor/main/resources/help/ru/images/shapesettingstab.png index a71ecb5fa..7deb13236 100644 Binary files a/apps/presentationeditor/main/resources/help/ru/images/shapesettingstab.png and b/apps/presentationeditor/main/resources/help/ru/images/shapesettingstab.png differ diff --git a/apps/presentationeditor/main/resources/help/ru/images/table.png b/apps/presentationeditor/main/resources/help/ru/images/table.png new file mode 100644 index 000000000..c65d9d32b Binary files /dev/null and b/apps/presentationeditor/main/resources/help/ru/images/table.png differ