diff --git a/apps/documenteditor/main/resources/help/en/Contents.json b/apps/documenteditor/main/resources/help/en/Contents.json index 071d6eb35..45f80b50a 100644 --- a/apps/documenteditor/main/resources/help/en/Contents.json +++ b/apps/documenteditor/main/resources/help/en/Contents.json @@ -3,8 +3,9 @@ {"src": "ProgramInterface/FileTab.htm", "name": "File tab"}, {"src": "ProgramInterface/HomeTab.htm", "name": "Home Tab"}, {"src": "ProgramInterface/InsertTab.htm", "name": "Insert tab"}, - {"src": "ProgramInterface/LayoutTab.htm", "name": "Layout tab"}, - {"src": "ProgramInterface/ReviewTab.htm", "name": "Review tab"}, + {"src": "ProgramInterface/LayoutTab.htm", "name": "Layout tab" }, + {"src": "ProgramInterface/ReferencesTab.htm", "name": "References tab"}, + {"src": "ProgramInterface/ReviewTab.htm", "name": "Collaboration tab"}, {"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"}, {"src": "UsageInstructions/ChangeColorScheme.htm", "name": "Change color scheme", "headername": "Basic operations"}, {"src": "UsageInstructions/CopyPasteUndoRedo.htm", "name": "Copy/paste text passages, undo/redo your actions"}, @@ -34,6 +35,8 @@ {"src": "UsageInstructions/InsertAutoshapes.htm", "name": "Insert autoshapes"}, {"src": "UsageInstructions/InsertCharts.htm", "name": "Insert charts" }, {"src": "UsageInstructions/InsertTextObjects.htm", "name": "Insert text objects" }, + {"src": "UsageInstructions/InsertContentControls.htm", "name": "Insert content controls" }, + {"src": "UsageInstructions/CreateTableOfContents.htm", "name": "Create table of contents" }, {"src": "UsageInstructions/AlignArrangeObjects.htm", "name": "Align and arrange objects on a page" }, {"src": "UsageInstructions/ChangeWrappingStyle.htm", "name": "Change wrapping style" }, {"src": "UsageInstructions/UseMailMerge.htm", "name": "Use mail merge", "headername": "Mail Merge"}, diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm index d5e003e32..5efa4d43d 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm @@ -24,10 +24,11 @@

Co-editing

-

Document 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.

+

Document 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. It's also possible to choose the necessary mode using the Co-editing Mode icon Co-editing Mode icon at the Collaboration tab of the top toolbar:

+

Co-editing Mode menu

When a document is being edited by several users simultaneously in the Strict mode, the edited text passages are marked with dashed lines of different colors. 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 document is specified on the right side of the editor header - Number of users icon. If you want to see who exactly are editing the file now, you can click this icon or open the Chat panel with the full list of the users.

-

When no users are viewing or editing the file, the icon in the editor header 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 permissions to edit, read or review the document, or deny 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.

+

When no users are viewing or editing the file, the icon in the editor header 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 permissions to edit, read or review the document, or deny 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. It's also possible to set access rights using the Sharing icon Sharing icon at the Collaboration tab of the top toolbar.

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.

You can specify what changes you want to be highlighted during co-editing if you click the File tab at the top toolbar, select the Advanced Settings... option and choose between none, all and last realtime collaboration changes. Selecting View all changes, all the changes made during the current session will be highlighted. Selecting View last changes, only the changes made since you last time clicked the Save icon icon will be highlighted. Selecting View None changes, changes made during the current session will not be highlighted.

Chat

@@ -35,19 +36,21 @@

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. click the Chat icon icon at the left sidebar, or
    + switch to the Collaboration tab of the top toolbar and click the Chat icon Chat button, +
  4. enter your text into the corresponding field below,
  5. press the Send button.

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.

+

To close the panel with chat messages, click the Chat icon icon at the left sidebar or the Chat icon Chat button at the top toolbar once again.

Comments

To leave a comment,

  1. select a text passage where you think there is an error or problem,
  2. - switch to the Insert or Review tab of the top toolbar and click the Comment icon Comment button, or
    + switch to the Insert or Collaboration tab of the top toolbar and click the Comment icon Comment button, or
    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 text passage and select the Add Сomment option from the contextual menu,
  3. diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm index c6162da52..7e46ee77f 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm @@ -21,15 +21,15 @@

    To see changes suggested by a reviewer, enable the Track Changes option in one of the following ways:

    Note: it is not necessary for the reviewer to enable the Track Changes option. It is enabled by default and cannot be disabled when the document is shared with review only access rights.

    Choose the changes display mode

    Click the Display Mode button Display Mode button at the top toolbar and select one of the available modes from the list:

    Accept or reject changes

    Use the To Previous Change button Previous and the To Next Change button Next buttons at the top toolbar to navigate among the changes.

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/SpellChecking.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/SpellChecking.htm index cc9266342..5ad6c6295 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/SpellChecking.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/SpellChecking.htm @@ -15,12 +15,11 @@

    Spell-checking

    Document Editor allows you to check the spelling of your text in a certain language and correct mistakes while editing.

    -

    First of all, choose a language for your document. Switch to the Review tab of the top toolbar and click the Set Document Language icon Language icon. In the window that appears, select the necessary language and click OK. The selected language will be applied to the whole document.

    +

    First of all, choose a language for your document. Click the Set Document Language icon Set Document Language icon at the status bar. In the window that appears, select the necessary language and click OK. The selected language will be applied to the whole document.

    Set Document Language window

    To choose a different language for any piece of text within the document, select the necessary text passage with the mouse and use the Spell-checking - Text Language selector menu at the status bar.

    To enable the spell checking option, you can:

    @@ -34,7 +33,6 @@

    Spell-checking

    To disable the spell checking option, you can:

    diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm index 57924c6b1..1e2e32785 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm @@ -21,8 +21,8 @@
  4. insert page breaks, section breaks and column breaks,
  5. insert headers and footers and page numbers,
  6. insert tables, pictures, charts, shapes,
  7. -
  8. insert hyperlinks, footnotes, comments,
  9. -
  10. insert text boxes and Text Art objects, equations, drop caps.
  11. +
  12. insert hyperlinks, comments,
  13. +
  14. insert text boxes and Text Art objects, equations, drop caps, content controls.
  15. diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm index 17d4d837b..5bef60a2e 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm @@ -14,9 +14,10 @@

    Plugins tab

    -

    The Plugins tab allows to access advanced editing features using available third-party components.

    +

    The Plugins tab allows to access advanced editing features using available third-party components. Here you can also use macros to simplify routine operations.

    Plugins tab

    -

    Currently, the following plugins are available:

    +

    The Macros button allows to open the window where you can create your own macros and run them. To learn more about macros you can refer to our API Documentation.

    +

    Currently, the following plugins are available by default:

    +

    The Wordpress and EasyBib plugins can be used if you connect the corresponding services in your portal settings. You can use the following instructions for the server version or for the SaaS version.

    To learn more about plugins please refer to our API Documentation. All the currently existing open source plugin examples are available on GitHub.

    diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm index 17c2cf97a..ddaa66107 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm @@ -21,12 +21,12 @@
  16. Editor header displays the logo, menu tabs, document name as well as two icons on the right that allow to set access rights and return to the Documents list.

    Icons in the editor header

  17. -
  18. Top toolbar displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: File, Home, Insert, Layout, Review, Plugins. +
  19. Top toolbar displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: File, Home, Insert, Layout, References, Collaboration, Plugins.

    The Print, Save, Copy, Paste, Undo and Redo options are always available at the left part of the Top toolbar regardless of the selected tab.

    Icons on the top toolbar

  20. Status bar at the bottom of the editor window contains the page number indicator, displays some notifications (such as "All changes saved" etc.), allows to set text language, enable spell checking, turn on the track changes mode, adjust zoom.
  21. -
  22. Left sidebar contains icons that allow to use the Search and Replace tool, open the Comments and Chat panel, contact our support team and view the information about the program.
  23. +
  24. Left sidebar contains icons that allow to use the Search and Replace tool, open the Comments, Chat and Navigation panel, contact our support team and view the information about the program.
  25. Right sidebar allows to adjust additional parameters of different objects. When you select a particular object in the text, the corresponding icon is activated at the right sidebar. Click this icon to expand the right sidebar.
  26. Horizontal and vertical Rulers allow to align text and other elements in a document, set up margins, tab stops, and paragraph indents.
  27. Working area allows to view document content, enter and edit data.
  28. diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/ReferencesTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/ReferencesTab.htm new file mode 100644 index 000000000..bd622df09 --- /dev/null +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/ReferencesTab.htm @@ -0,0 +1,27 @@ + + + + References tab + + + + + + + +
    +
    + +
    +

    References tab

    +

    The References tab allows to manage different types of references: add and refresh a table of contents, create and edit footnotes, insert hyperlinks.

    +

    References tab

    +

    Using this tab, you can:

    + +
    + + \ No newline at end of file diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm index 49bc7a61b..0fd056100 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm @@ -1,9 +1,9 @@  - Review tab + Collaboration tab - + @@ -13,16 +13,19 @@
    -

    Review tab

    -

    The Review tab allows to proof the document: make sure that the spelling of the text is correct, manage comments, track changes made by a reviewer.

    -

    Review tab

    +

    Collaboration tab

    +

    The Collaboration tab allows to organize collaborative work on the document: share the file, select a co-editing mode, manage comments, track changes made by a reviewer, view all versions and revisions.

    +

    Collaboration tab

    Using this tab, you can:

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm index 3cfce804e..81ceae6fa 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm @@ -17,7 +17,7 @@

    To add a hyperlink,

    1. place the cursor to a position where a hyperlink will be added,
    2. -
    3. switch to the Insert tab of the top toolbar,
    4. +
    5. switch to the Insert or References tab of the top toolbar,
    6. click the Hyperlink icon Hyperlink icon at the top toolbar,
    7. after that the Hyperlink Settings window will appear where you can specify the hyperlink parameters:
        @@ -31,7 +31,7 @@

    To add a hyperlink, you can also click with the right mouse button at a position where a hyperlink will be added and select the Hyperlink option in the menu that opens the window displayed above.

    Note: it's also possible to select a caracter, word, word combination, text passage with the mouse or using the keyboard and - click the Hyperlink icon Hyperlink icon at the Insert tab of the top toolbar or right-click the selection and choose the Hyperlink option in the menu. + click the Hyperlink icon Hyperlink icon at the Insert or References tab of the top toolbar or right-click the selection and choose the Hyperlink option in the menu. After that the window displayed above will open with the Display field filled with the text fragment you selected.

    By hovering the cursor over the added hyperlink, the ScreenTip will appear containing the text you specified. You can follow the link by pressing the CTRL key and clicking the link in your document.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm index bab471d0f..88c53f3bf 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm @@ -36,6 +36,12 @@
  29. Paste - allows to paste the copied text keeping its original formatting.
  30. Keep text only - allows to paste the text without its original formatting.
  31. +

    If you paste the copied table into an existing table, the following options are available:

    +

    Undo/redo your actions

    To perform the undo/redo operations, use the corresponding icons available at any tab of the top toolbar or keyboard shortcuts:

    -

    Some of these options you can also find in the right-click menu. The menu options are:

    + +

    Some of these options you can also find in the right-click menu. The menu options are:

    +

    Shape Settings tab When the image is selected, the Shape settings Shape settings icon icon is also available on the right. You can click this icon to open the Shape settings tab at the right sidebar and adjust the shape Stroke type, size and color as well as change the shape type selecting another shape from the Change Autoshape menu. The shape of the image will change correspondingly.


    To change its advanced settings, click the image with the right mouse button and select the Image Advanced Settings option from the right-click menu or just click the Show advanced settings link at the right sidebar. The image properties window will open:

    Image - Advanced Settings: Size

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTables.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTables.htm index d2bf83e91..2fc7f6070 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTables.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTables.htm @@ -30,8 +30,12 @@ -
  32. once the table is added you can change its properties and position.
  33. +
  34. once the table is added you can change its properties, size and position.
+

To resize a table, hover the mouse cursor over the Square icon handle in its lower right corner and drag it until the table reaches the necessary size.

+

Resize table

+

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 Mouse Cursor when changing column width 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 Mouse Cursor when changing row height and drag it up or down.

+

To move a table, hover the mouse cursor over the Move table icon handle in its upper left corner and drag it to the necessary place in the document.


Adjust table settings

Some of the table properties as well as its structure can be altered using the right-click menu. The menu options are:

@@ -42,10 +46,10 @@
  • Delete is used to delete a row, column or table.
  • Merge Cells is available if two or more cells are selected and is used to merge them.
  • Split Cell... is used to open a window where you can select the needed number of columns and rows the cell will be split in.
  • -
  • Cell Vertical Alignment is used to align the text top, center or bottom in the selected cell.
  • +
  • Distribute rows is used to adjust the selected cells so that they have the same height without changing the overall table height.
  • +
  • Distribute columns is used to adjust the selected cells so that they have the same width without changing the overall table width.
  • +
  • Cell Vertical Alignment is used to align the text top, center or bottom in the selected cell.
  • Text Direction - is used to change the text orientation in a cell. You can place the text horizontally, vertically from top to bottom (Rotate at 90°), or vertically from bottom to top (Rotate at 270°).
  • -
  • Wrapping Style - Inline is used to select the inline style (when the text is broken by the table) as well as the alignment: left, center, right.
  • -
  • Wrapping Style - Flow is used to select the flow style when the text is wrapped around the table.
  • Table Advanced Settings is used to open the 'Table - Advanced Settings' window.
  • Hyperlink is used to insert a hyperlink.
  • Paragraph Advanced Settings is used to open the 'Paragraph - Advanced Settings' window.
  • @@ -70,8 +74,8 @@
  • Select from Template is used to choose a table template from the available ones.

  • Borders Style is used to select the border size, color, style as well as background color.

  • -
  • Wrapping Style is used to select between two text wrapping styles - inline and flow.

  • Rows & Columns is used to perform some operations with the table: select, delete, insert rows and columns, merge cells, split a cell.

  • +
  • Cell Size is used to adjust the width and height of the currently selected cell. In this section, you can also Distribute rows so that all the selected cells have equal height or Distribute columns so that all the selected cells have equal width.

  • Repeat as header row at the top of each page is used to insert the same header row at the top of each page in long tables.

  • Show advanced settings is used to open the 'Table - Advanced Settings' window.

  • diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/SetTabStops.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/SetTabStops.htm index 47ab6c097..36e26b105 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/SetTabStops.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/SetTabStops.htm @@ -35,9 +35,10 @@ diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm index 25b079bcc..ac32465b8 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm @@ -27,7 +27,7 @@

    You can also change currently selected access rights by pressing the Change access rights button in the Persons who have rights section.

    Version History

    Note: this option is not available for free accounts as well as for users with the Read Only permissions.

    -

    To view all the changes made to this document, select the Version History option at the left sidebar. You'll see the list of this document versions (major changes) and revisions (minor changes) with the indication of each version/revision author and creation date and time. For document versions, the version number is also specified (e.g. ver. 2). To know exactly which changes have been made in each separate version/revision, you can view the one you need by clicking it at the left sidebar. The changes made by the version/revision author are marked with the color which is displayed next to the author name on the left sidebar. You can use the Restore link below the selected version/revision to restore it.

    +

    To view all the changes made to this document, select the Version History option at the left sidebar. It's also possible to open the history of versions using the Version History icon Version History icon at the Collaboration tab of the top toolbar. You'll see the list of this document versions (major changes) and revisions (minor changes) with the indication of each version/revision author and creation date and time. For document versions, the version number is also specified (e.g. ver. 2). To know exactly which changes have been made in each separate version/revision, you can view the one you need by clicking it at the left sidebar. The changes made by the version/revision author are marked with the color which is displayed next to the author name on the left sidebar. You can use the Restore link below the selected version/revision to restore it.

    Version History

    To return to the document current version, use the Close History option on the top of the version list.

    diff --git a/apps/documenteditor/main/resources/help/en/images/access_rights.png b/apps/documenteditor/main/resources/help/en/images/access_rights.png index 0163e35aa..b826bbf9a 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/access_rights.png and b/apps/documenteditor/main/resources/help/en/images/access_rights.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/addedcontentcontrol.png b/apps/documenteditor/main/resources/help/en/images/addedcontentcontrol.png index 74c9b1bc9..afca8aeff 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/addedcontentcontrol.png and b/apps/documenteditor/main/resources/help/en/images/addedcontentcontrol.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/ccsettingswindow.png b/apps/documenteditor/main/resources/help/en/images/ccsettingswindow.png new file mode 100644 index 000000000..9c9864223 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/ccsettingswindow.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/changecolumnwidth.png b/apps/documenteditor/main/resources/help/en/images/changecolumnwidth.png new file mode 100644 index 000000000..cd047a114 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/changecolumnwidth.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/changerowheight.png b/apps/documenteditor/main/resources/help/en/images/changerowheight.png new file mode 100644 index 000000000..06f2fbe13 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/changerowheight.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/chat_toptoolbar.png b/apps/documenteditor/main/resources/help/en/images/chat_toptoolbar.png new file mode 100644 index 000000000..7997035ec Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/chat_toptoolbar.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/coeditingmode.png b/apps/documenteditor/main/resources/help/en/images/coeditingmode.png new file mode 100644 index 000000000..b07797731 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/coeditingmode.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/coeditingmodemenu.png b/apps/documenteditor/main/resources/help/en/images/coeditingmodemenu.png new file mode 100644 index 000000000..836b23126 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/coeditingmodemenu.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/document_language.png b/apps/documenteditor/main/resources/help/en/images/document_language.png index 59a3122ce..018da9664 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/document_language.png and b/apps/documenteditor/main/resources/help/en/images/document_language.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/floatingcontentcontrol.png b/apps/documenteditor/main/resources/help/en/images/floatingcontentcontrol.png deleted file mode 100644 index c374bb2ec..000000000 Binary files a/apps/documenteditor/main/resources/help/en/images/floatingcontentcontrol.png and /dev/null differ diff --git a/apps/documenteditor/main/resources/help/en/images/insertccicon.png b/apps/documenteditor/main/resources/help/en/images/insertccicon.png new file mode 100644 index 000000000..b9bc7eb32 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/insertccicon.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/editorwindow.png b/apps/documenteditor/main/resources/help/en/images/interface/editorwindow.png index d08db806c..a2f095039 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/interface/editorwindow.png and b/apps/documenteditor/main/resources/help/en/images/interface/editorwindow.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/filetab.png b/apps/documenteditor/main/resources/help/en/images/interface/filetab.png index 8feef0c97..2cec335e6 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/interface/filetab.png and b/apps/documenteditor/main/resources/help/en/images/interface/filetab.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/hometab.png b/apps/documenteditor/main/resources/help/en/images/interface/hometab.png index 842e9c9f6..dc217e29c 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/interface/hometab.png and b/apps/documenteditor/main/resources/help/en/images/interface/hometab.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/inserttab.png b/apps/documenteditor/main/resources/help/en/images/interface/inserttab.png index 158535306..d6a4a7944 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/interface/inserttab.png and b/apps/documenteditor/main/resources/help/en/images/interface/inserttab.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/layouttab.png b/apps/documenteditor/main/resources/help/en/images/interface/layouttab.png index 2c61f50c2..500e535aa 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/interface/layouttab.png and b/apps/documenteditor/main/resources/help/en/images/interface/layouttab.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/pluginstab.png b/apps/documenteditor/main/resources/help/en/images/interface/pluginstab.png index 1408fbe4e..e27658838 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/interface/pluginstab.png and b/apps/documenteditor/main/resources/help/en/images/interface/pluginstab.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/referencestab.png b/apps/documenteditor/main/resources/help/en/images/interface/referencestab.png new file mode 100644 index 000000000..771f60be0 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/interface/referencestab.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/reviewtab.png b/apps/documenteditor/main/resources/help/en/images/interface/reviewtab.png index 414de0134..a9465e032 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/interface/reviewtab.png and b/apps/documenteditor/main/resources/help/en/images/interface/reviewtab.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/interface/rightpart.png b/apps/documenteditor/main/resources/help/en/images/interface/rightpart.png index c4ac00764..8fe26f80a 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/interface/rightpart.png and b/apps/documenteditor/main/resources/help/en/images/interface/rightpart.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/movecontentcontrol.png b/apps/documenteditor/main/resources/help/en/images/movecontentcontrol.png index 731fc56f6..b0a9a35a6 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/movecontentcontrol.png and b/apps/documenteditor/main/resources/help/en/images/movecontentcontrol.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/movetable_handle.png b/apps/documenteditor/main/resources/help/en/images/movetable_handle.png new file mode 100644 index 000000000..2f39bf6fd Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/movetable_handle.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/navigationicon.png b/apps/documenteditor/main/resources/help/en/images/navigationicon.png new file mode 100644 index 000000000..08811dbe1 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/navigationicon.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/navigationpanel.png b/apps/documenteditor/main/resources/help/en/images/navigationpanel.png new file mode 100644 index 000000000..ffd6e3c53 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/navigationpanel.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/paradvsettings_tab.png b/apps/documenteditor/main/resources/help/en/images/paradvsettings_tab.png index 07915ddad..7571edc5b 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/paradvsettings_tab.png and b/apps/documenteditor/main/resources/help/en/images/paradvsettings_tab.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/resizetable.png b/apps/documenteditor/main/resources/help/en/images/resizetable.png new file mode 100644 index 000000000..38ab24f15 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/resizetable.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/resizetable_handle.png b/apps/documenteditor/main/resources/help/en/images/resizetable_handle.png new file mode 100644 index 000000000..a80830580 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/resizetable_handle.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/richtextcontentcontrol.png b/apps/documenteditor/main/resources/help/en/images/richtextcontentcontrol.png new file mode 100644 index 000000000..7ccfb7f8b Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/richtextcontentcontrol.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/right_image.png b/apps/documenteditor/main/resources/help/en/images/right_image.png index ee15ec0d1..cba8034e7 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/right_image.png and b/apps/documenteditor/main/resources/help/en/images/right_image.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/right_image_shape.png b/apps/documenteditor/main/resources/help/en/images/right_image_shape.png new file mode 100644 index 000000000..cea3650fe Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/right_image_shape.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/right_table.png b/apps/documenteditor/main/resources/help/en/images/right_table.png index b84461b27..b298dae75 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/right_table.png and b/apps/documenteditor/main/resources/help/en/images/right_table.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/sharingicon.png b/apps/documenteditor/main/resources/help/en/images/sharingicon.png new file mode 100644 index 000000000..8df7f4da7 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/sharingicon.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/toccontentcontrol.png b/apps/documenteditor/main/resources/help/en/images/toccontentcontrol.png new file mode 100644 index 000000000..ec4c94f01 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/toccontentcontrol.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/toccustomize.png b/apps/documenteditor/main/resources/help/en/images/toccustomize.png new file mode 100644 index 000000000..76df6ec50 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/toccustomize.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocicon.png b/apps/documenteditor/main/resources/help/en/images/tocicon.png new file mode 100644 index 000000000..47f0e6507 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocicon.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tociconmenu.png b/apps/documenteditor/main/resources/help/en/images/tociconmenu.png new file mode 100644 index 000000000..979e618d1 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tociconmenu.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocmove.png b/apps/documenteditor/main/resources/help/en/images/tocmove.png new file mode 100644 index 000000000..e91cef069 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocmove.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocrefreshcc.png b/apps/documenteditor/main/resources/help/en/images/tocrefreshcc.png new file mode 100644 index 000000000..196e7c907 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocrefreshcc.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocrefreshcontextual.png b/apps/documenteditor/main/resources/help/en/images/tocrefreshcontextual.png new file mode 100644 index 000000000..594c980c5 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocrefreshcontextual.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocrefreshicon.png b/apps/documenteditor/main/resources/help/en/images/tocrefreshicon.png new file mode 100644 index 000000000..b1870937d Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocrefreshicon.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocrefreshiconcc.png b/apps/documenteditor/main/resources/help/en/images/tocrefreshiconcc.png new file mode 100644 index 000000000..0ca09eb97 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocrefreshiconcc.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocsettingscc.png b/apps/documenteditor/main/resources/help/en/images/tocsettingscc.png new file mode 100644 index 000000000..72a7f1a7f Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocsettingscc.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocsettingswindow.png b/apps/documenteditor/main/resources/help/en/images/tocsettingswindow.png new file mode 100644 index 000000000..aa1da939f Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocsettingswindow.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/tocsettingswindow2.png b/apps/documenteditor/main/resources/help/en/images/tocsettingswindow2.png new file mode 100644 index 000000000..88b812e82 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/tocsettingswindow2.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/usersnumber.png b/apps/documenteditor/main/resources/help/en/images/usersnumber.png index f5319b8ce..81647ecfb 100644 Binary files a/apps/documenteditor/main/resources/help/en/images/usersnumber.png and b/apps/documenteditor/main/resources/help/en/images/usersnumber.png differ diff --git a/apps/documenteditor/main/resources/help/en/images/versionhistoryicon.png b/apps/documenteditor/main/resources/help/en/images/versionhistoryicon.png new file mode 100644 index 000000000..2cfe8b4e7 Binary files /dev/null and b/apps/documenteditor/main/resources/help/en/images/versionhistoryicon.png differ diff --git a/apps/documenteditor/main/resources/help/en/search/indexes.js b/apps/documenteditor/main/resources/help/en/search/indexes.js index a5221f683..6af5d7b2b 100644 --- a/apps/documenteditor/main/resources/help/en/search/indexes.js +++ b/apps/documenteditor/main/resources/help/en/search/indexes.js @@ -13,7 +13,7 @@ var indexes = { "id": "HelpfulHints/CollaborativeEditing.htm", "title": "Collaborative Document Editing", - "body": "Document Editor offers you the possibility to work at a document collaboratively with other users. This feature includes: simultaneous multi-user access to the edited document visual indication of passages that are being edited by other users synchronization of changes with one button click chat to share ideas concerning particular document parts comments containing the description of a task or problem that should be solved Co-editing Document 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 icon to save your own changes and accept the changes made by others. The mode can be selected in the Advanced Settings. When a document is being edited by several users simultaneously in the Strict mode, the edited text passages are marked with dashed lines of different colors. 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 document is specified on the right side of the editor header - . If you want to see who exactly are editing the file now, you can click this icon or open the Chat panel with the full list of the users. When no users are viewing or editing the file, the icon in the editor header will look like allowing you to manage the users who have access to the file right from the document: invite new users giving them permissions to edit, read or review the document, or deny 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 . As soon as one of the users saves his/her changes by clicking the 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 icon in the left upper corner of the top toolbar. The updates will be highlighted for you to check what exactly has been changed. You can specify what changes you want to be highlighted during co-editing if you click the File tab at the top toolbar, select the Advanced Settings... option and choose between none, all and last realtime collaboration changes. Selecting View all changes, all the changes made during the current session will be highlighted. Selecting View last changes, only the changes made since you last time clicked the icon will be highlighted. Selecting View None changes, changes made during the current session will not be highlighted. 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, click the icon at the left sidebar, enter your text into the corresponding field below, press the Send button. 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 - . To close the panel with chat messages, click the icon once again. Comments To leave a comment, select a text passage where you think there is an error or problem, switch to the Insert or Review tab of the top toolbar and click the Comment button, or use the icon at the left sidebar to open the Comments panel and click the Add Comment to Document link, or right-click the selected text passage and select the Add Сomment option from the contextual menu, enter the needed text, click the Add Comment/Add button. The comment will be seen on the panel on the left. 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. The text passage you commented will be highlighted in the document. To view the comment, just click within the passage. If you need to disable this feature, click the File tab at the top toolbar, select the Advanced Settings... option and uncheck the Turn on display of the comments box. In this case the commented passages will be highlighted only if you click the icon. You can manage the comments you added in the following way: edit them by clicking the icon, delete them by clicking the icon, close the discussion by clicking the icon if the task or problem you stated in your comment was solved, after that the discussion you opened with your comment gets the resolved status. To open it again, click the icon. If you want to hide resolved comments, click the File tab at the top toolbar, select the Advanced Settings... option, uncheck the Turn on display of the resolved comments box and click Apply. In this case the resolved comments will be highlighted only if you click the icon. If you are using the Strict co-editing mode, new comments added by other users will become visible only after you click the icon in the left upper corner of the top toolbar. To close the panel with comments, click the icon at the left sidebar once again." + "body": "Document Editor offers you the possibility to work at a document collaboratively with other users. This feature includes: simultaneous multi-user access to the edited document visual indication of passages that are being edited by other users synchronization of changes with one button click chat to share ideas concerning particular document parts comments containing the description of a task or problem that should be solved Co-editing Document 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 icon to save your own changes and accept the changes made by others. The mode can be selected in the Advanced Settings. It's also possible to choose the necessary mode using the Co-editing Mode icon at the Collaboration tab of the top toolbar: When a document is being edited by several users simultaneously in the Strict mode, the edited text passages are marked with dashed lines of different colors. 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 document is specified on the right side of the editor header - . If you want to see who exactly are editing the file now, you can click this icon or open the Chat panel with the full list of the users. When no users are viewing or editing the file, the icon in the editor header will look like allowing you to manage the users who have access to the file right from the document: invite new users giving them permissions to edit, read or review the document, or deny 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 . It's also possible to set access rights using the Sharing icon at the Collaboration tab of the top toolbar. As soon as one of the users saves his/her changes by clicking the 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 icon in the left upper corner of the top toolbar. The updates will be highlighted for you to check what exactly has been changed. You can specify what changes you want to be highlighted during co-editing if you click the File tab at the top toolbar, select the Advanced Settings... option and choose between none, all and last realtime collaboration changes. Selecting View all changes, all the changes made during the current session will be highlighted. Selecting View last changes, only the changes made since you last time clicked the icon will be highlighted. Selecting View None changes, changes made during the current session will not be highlighted. 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, click the icon at the left sidebar, or switch to the Collaboration tab of the top toolbar and click the Chat button, enter your text into the corresponding field below, press the Send button. 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 - . To close the panel with chat messages, click the icon at the left sidebar or the Chat button at the top toolbar once again. Comments To leave a comment, select a text passage where you think there is an error or problem, switch to the Insert or Collaboration tab of the top toolbar and click the Comment button, or use the icon at the left sidebar to open the Comments panel and click the Add Comment to Document link, or right-click the selected text passage and select the Add Сomment option from the contextual menu, enter the needed text, click the Add Comment/Add button. The comment will be seen on the panel on the left. 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. The text passage you commented will be highlighted in the document. To view the comment, just click within the passage. If you need to disable this feature, click the File tab at the top toolbar, select the Advanced Settings... option and uncheck the Turn on display of the comments box. In this case the commented passages will be highlighted only if you click the icon. You can manage the comments you added in the following way: edit them by clicking the icon, delete them by clicking the icon, close the discussion by clicking the icon if the task or problem you stated in your comment was solved, after that the discussion you opened with your comment gets the resolved status. To open it again, click the icon. If you want to hide resolved comments, click the File tab at the top toolbar, select the Advanced Settings... option, uncheck the Turn on display of the resolved comments box and click Apply. In this case the resolved comments will be highlighted only if you click the icon. If you are using the Strict co-editing mode, new comments added by other users will become visible only after you click the icon in the left upper corner of the top toolbar. To close the panel with comments, click the icon at the left sidebar once again." }, { "id": "HelpfulHints/KeyboardShortcuts.htm", @@ -28,7 +28,7 @@ var indexes = { "id": "HelpfulHints/Review.htm", "title": "Document Review", - "body": "When somebody shares a file with you that has review permissions, you need to use the document Review feature. If you are the reviewer, then you can use the Review option to review the document, change the sentences, phrases and other page elements, correct spelling, and do other things to the document without actually editing it. All your changes will be recorded and shown to the person who sent the document to you. If you are the person who sends the file for the review, you will need to display all the changes which were made to it, view and either accept or reject them. Enable the Track Changes feature To see changes suggested by a reviewer, enable the Track Changes option in one of the following ways: click the button in the right lower corner at the status bar, or switch to the Review tab at the top toolbar and press the Track Changes button. Note: it is not necessary for the reviewer to enable the Track Changes option. It is enabled by default and cannot be disabled when the document is shared with review only access rights. Choose the changes display mode Click the Display Mode button at the top toolbar and select one of the available modes from the list: All changes (Editing) - this option is selected by default. It allows both to view suggested changes and edit the document. All changes accepted (Preview) - this mode is used to display all the changes as if they were accepted. This option does not actually accept all changes, it only allows you to see how the document will look like after you accept all the changes. In this mode, you cannot edit the document. All changes rejected (Preview) - this mode is used to display all the changes as if they were rejected. This option does not actually reject all changes, it only allows you to view the document without changes. In this mode, you cannot edit the document. Accept or reject changes Use the Previous and the Next buttons at the top toolbar to navigate among the changes. To accept the currently selected change you can: click the Accept button at the top toolbar, or click the downward arrow below the Accept button and select the Accept Current Change option (in this case, the change will be accepted and you will proceed to the next change), or click the Accept button of the change notification. To quickly accept all the changes, click the downward arrow below the Accept button and select the Accept All Changes option. To reject the current change you can: click the Reject button at the top toolbar, or click the downward arrow below the Reject button and select the Reject Current Change option (in this case, the change will be rejected and you will move on to the next available change), or click the Reject button of the change notification. To quickly reject all the changes, click the downward arrow below the Reject button and select the Reject All Changes option. Note: if you review the document the Accept and Reject options are not available for you. You can delete your changes using the icon within the change balloon." + "body": "When somebody shares a file with you that has review permissions, you need to use the document Review feature. If you are the reviewer, then you can use the Review option to review the document, change the sentences, phrases and other page elements, correct spelling, and do other things to the document without actually editing it. All your changes will be recorded and shown to the person who sent the document to you. If you are the person who sends the file for the review, you will need to display all the changes which were made to it, view and either accept or reject them. Enable the Track Changes feature To see changes suggested by a reviewer, enable the Track Changes option in one of the following ways: click the button in the right lower corner at the status bar, or switch to the Collaboration tab at the top toolbar and press the Track Changes button. Note: it is not necessary for the reviewer to enable the Track Changes option. It is enabled by default and cannot be disabled when the document is shared with review only access rights. Choose the changes display mode Click the Display Mode button at the top toolbar and select one of the available modes from the list: Markup - this option is selected by default. It allows both to view suggested changes and edit the document. Final - this mode is used to display all the changes as if they were accepted. This option does not actually accept all changes, it only allows you to see how the document will look like after you accept all the changes. In this mode, you cannot edit the document. Original - this mode is used to display all the changes as if they were rejected. This option does not actually reject all changes, it only allows you to view the document without changes. In this mode, you cannot edit the document. Accept or reject changes Use the Previous and the Next buttons at the top toolbar to navigate among the changes. To accept the currently selected change you can: click the Accept button at the top toolbar, or click the downward arrow below the Accept button and select the Accept Current Change option (in this case, the change will be accepted and you will proceed to the next change), or click the Accept button of the change notification. To quickly accept all the changes, click the downward arrow below the Accept button and select the Accept All Changes option. To reject the current change you can: click the Reject button at the top toolbar, or click the downward arrow below the Reject button and select the Reject Current Change option (in this case, the change will be rejected and you will move on to the next available change), or click the Reject button of the change notification. To quickly reject all the changes, click the downward arrow below the Reject button and select the Reject All Changes option. Note: if you review the document the Accept and Reject options are not available for you. You can delete your changes using the icon within the change balloon." }, { "id": "HelpfulHints/Search.htm", @@ -38,7 +38,7 @@ var indexes = { "id": "HelpfulHints/SpellChecking.htm", "title": "Spell-checking", - "body": "Document Editor allows you to check the spelling of your text in a certain language and correct mistakes while editing. First of all, choose a language for your document. Switch to the Review tab of the top toolbar and click the Language icon. In the window that appears, select the necessary language and click OK. The selected language will be applied to the whole document. To choose a different language for any piece of text within the document, select the necessary text passage with the mouse and use the menu at the status bar. To enable the spell checking option, you can: click the Spell Checking icon at the Review tab of the top toolbar, or click the Spell checking icon at the status bar, or open the File tab of the top toolbar, select the Advanced Settings... option, check the Turn on spell checking option box and click the Apply button. Incorrectly spelled words will be underlined by a red line. Right click on the necessary word to activate the menu and: choose one of the suggested similar words spelled correctly to replace the misspelled word with the suggested one. If too many variants are found, the More variants... option appears in the menu; use the Ignore option to skip just that word and remove underlining or Ignore All to skip all the identical words repeated in the text; select a different language for this word. To disable the spell checking option, you can: click the Spell Checking icon at the Review tab of the top toolbar, or click the Spell checking icon at the status bar, or open the File tab of the top toolbar, select the Advanced Settings... option, uncheck the Turn on spell checking option box and click the Apply button." + "body": "Document Editor allows you to check the spelling of your text in a certain language and correct mistakes while editing. First of all, choose a language for your document. Click the Set Document Language icon at the status bar. In the window that appears, select the necessary language and click OK. The selected language will be applied to the whole document. To choose a different language for any piece of text within the document, select the necessary text passage with the mouse and use the menu at the status bar. To enable the spell checking option, you can: click the Spell checking icon at the status bar, or open the File tab of the top toolbar, select the Advanced Settings... option, check the Turn on spell checking option box and click the Apply button. Incorrectly spelled words will be underlined by a red line. Right click on the necessary word to activate the menu and: choose one of the suggested similar words spelled correctly to replace the misspelled word with the suggested one. If too many variants are found, the More variants... option appears in the menu; use the Ignore option to skip just that word and remove underlining or Ignore All to skip all the identical words repeated in the text; select a different language for this word. To disable the spell checking option, you can: click the Spell checking icon at the status bar, or open the File tab of the top toolbar, select the Advanced Settings... option, uncheck the Turn on spell checking option box and click the Apply button." }, { "id": "HelpfulHints/SupportedFormats.htm", @@ -58,7 +58,7 @@ var indexes = { "id": "ProgramInterface/InsertTab.htm", "title": "Insert tab", - "body": "The Insert tab allows to add some page formatting elements, as well as visual objects and comments. Using this tab, you can: insert page breaks, section breaks and column breaks, insert headers and footers and page numbers, insert tables, pictures, charts, shapes, insert hyperlinks, footnotes, comments, insert text boxes and Text Art objects, equations, drop caps." + "body": "The Insert tab allows to add some page formatting elements, as well as visual objects and comments. Using this tab, you can: insert page breaks, section breaks and column breaks, insert headers and footers and page numbers, insert tables, pictures, charts, shapes, insert hyperlinks, comments, insert text boxes and Text Art objects, equations, drop caps, content controls." }, { "id": "ProgramInterface/LayoutTab.htm", @@ -68,17 +68,22 @@ var indexes = { "id": "ProgramInterface/PluginsTab.htm", "title": "Plugins tab", - "body": "The Plugins tab allows to access advanced editing features using available third-party components. Currently, the following plugins are available: ClipArt allows to add images from the clipart collection into your document, OCR allows to recognize text included into a picture and insert it into the document text, PhotoEditor allows to edit images: crop, resize them, apply effects etc., Speech allows to convert the selected text into speech, Symbol Table allows to insert special symbols into your text, Translator allows to translate the selected text into other languages, YouTube allows to embed YouTube videos into your document. To learn more about plugins please refer to our API Documentation. All the currently existing open source plugin examples are available on GitHub." + "body": "The Plugins tab allows to access advanced editing features using available third-party components. Here you can also use macros to simplify routine operations. The Macros button allows to open the window where you can create your own macros and run them. To learn more about macros you can refer to our API Documentation. Currently, the following plugins are available by default: ClipArt allows to add images from the clipart collection into your document, OCR allows to recognize text included into a picture and insert it into the document text, PhotoEditor allows to edit images: crop, resize them, apply effects etc., Speech allows to convert the selected text into speech, Symbol Table allows to insert special symbols into your text, Translator allows to translate the selected text into other languages, YouTube allows to embed YouTube videos into your document. The Wordpress and EasyBib plugins can be used if you connect the corresponding services in your portal settings. You can use the following instructions for the server version or for the SaaS version. To learn more about plugins please refer to our API Documentation. All the currently existing open source plugin examples are available on GitHub." }, { "id": "ProgramInterface/ProgramInterface.htm", "title": "Introducing the Document Editor user interface", - "body": "Document Editor uses a tabbed interface where editing commands are grouped into tabs by functionality. The editor interface consists of the following main elements: Editor header displays the logo, menu tabs, document name as well as two icons on the right that allow to set access rights and return to the Documents list. Top toolbar displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: File, Home, Insert, Layout, Review, Plugins. The Print, Save, Copy, Paste, Undo and Redo options are always available at the left part of the Top toolbar regardless of the selected tab. Status bar at the bottom of the editor window contains the page number indicator, displays some notifications (such as \"All changes saved\" etc.), allows to set text language, enable spell checking, turn on the track changes mode, adjust zoom. Left sidebar contains icons that allow to use the Search and Replace tool, open the Comments and Chat panel, contact our support team and view the information about the program. Right sidebar allows to adjust additional parameters of different objects. When you select a particular object in the text, the corresponding icon is activated at the right sidebar. Click this icon to expand the right sidebar. Horizontal and vertical Rulers allow to align text and other elements in a document, set up margins, tab stops, and paragraph indents. Working area allows to view document content, enter and edit data. Scroll bar on the right allows to scroll up and down multi-page documents. For your convenience you can hide some components and display them again when it is necessary. To learn more on how to adjust view settings please refer to this page." + "body": "Document Editor uses a tabbed interface where editing commands are grouped into tabs by functionality. The editor interface consists of the following main elements: Editor header displays the logo, menu tabs, document name as well as two icons on the right that allow to set access rights and return to the Documents list. Top toolbar displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: File, Home, Insert, Layout, References, Collaboration, Plugins. The Print, Save, Copy, Paste, Undo and Redo options are always available at the left part of the Top toolbar regardless of the selected tab. Status bar at the bottom of the editor window contains the page number indicator, displays some notifications (such as \"All changes saved\" etc.), allows to set text language, enable spell checking, turn on the track changes mode, adjust zoom. Left sidebar contains icons that allow to use the Search and Replace tool, open the Comments, Chat and Navigation panel, contact our support team and view the information about the program. Right sidebar allows to adjust additional parameters of different objects. When you select a particular object in the text, the corresponding icon is activated at the right sidebar. Click this icon to expand the right sidebar. Horizontal and vertical Rulers allow to align text and other elements in a document, set up margins, tab stops, and paragraph indents. Working area allows to view document content, enter and edit data. Scroll bar on the right allows to scroll up and down multi-page documents. For your convenience you can hide some components and display them again when it is necessary. To learn more on how to adjust view settings please refer to this page." + }, + { + "id": "ProgramInterface/ReferencesTab.htm", + "title": "References tab", + "body": "The References tab allows to manage different types of references: add and refresh a table of contents, create and edit footnotes, insert hyperlinks. Using this tab, you can: create and automatically update a table of contents, insert footnotes, insert hyperlinks." }, { "id": "ProgramInterface/ReviewTab.htm", - "title": "Review tab", - "body": "The Review tab allows to proof the document: make sure that the spelling of the text is correct, manage comments, track changes made by a reviewer. Using this tab, you can: switch document language and enable spell checking, add comments to the document, enable the Track Changes feature, choose the changes display mode, manage the suggested changes." + "title": "Collaboration tab", + "body": "The Collaboration tab allows to organize collaborative work on the document: share the file, select a co-editing mode, manage comments, track changes made by a reviewer, view all versions and revisions. Using this tab, you can: specify sharing settings, switch between the Strict and Fast co-editing modes, add comments to the document, enable the Track Changes feature, choose the changes display mode, manage the suggested changes, open the Chat panel, track version history." }, { "id": "UsageInstructions/AddBorders.htm", @@ -88,7 +93,7 @@ var indexes = { "id": "UsageInstructions/AddHyperlinks.htm", "title": "Add hyperlinks", - "body": "To add a hyperlink, place the cursor to a position where a hyperlink will be added, switch to the Insert tab of the top toolbar, click the Hyperlink icon at the top toolbar, after that the Hyperlink Settings window will appear where you can specify the hyperlink parameters: Link to - enter a URL in the format http://www.example.com. Display - enter a text that will get clickable and lead to the web address specified in the upper field. ScreenTip text - enter a text that will become visible in a small pop-up window that provides a brief note or label pertaining to the hyperlink being pointed to. Click the OK button. To add a hyperlink, you can also click with the right mouse button at a position where a hyperlink will be added and select the Hyperlink option in the menu that opens the window displayed above. Note: it's also possible to select a caracter, word, word combination, text passage with the mouse or using the keyboard and click the Hyperlink icon at the Insert tab of the top toolbar or right-click the selection and choose the Hyperlink option in the menu. After that the window displayed above will open with the Display field filled with the text fragment you selected. By hovering the cursor over the added hyperlink, the ScreenTip will appear containing the text you specified. You can follow the link by pressing the CTRL key and clicking the link in your document. To edit or delete the added hyperlink, click it with the right mouse button, select the Hyperlink option and then the action you want to perform - Edit Hyperlink or Remove Hyperlink." + "body": "To add a hyperlink, place the cursor to a position where a hyperlink will be added, switch to the Insert or References tab of the top toolbar, click the Hyperlink icon at the top toolbar, after that the Hyperlink Settings window will appear where you can specify the hyperlink parameters: Link to - enter a URL in the format http://www.example.com. Display - enter a text that will get clickable and lead to the web address specified in the upper field. ScreenTip text - enter a text that will become visible in a small pop-up window that provides a brief note or label pertaining to the hyperlink being pointed to. Click the OK button. To add a hyperlink, you can also click with the right mouse button at a position where a hyperlink will be added and select the Hyperlink option in the menu that opens the window displayed above. Note: it's also possible to select a caracter, word, word combination, text passage with the mouse or using the keyboard and click the Hyperlink icon at the Insert or References tab of the top toolbar or right-click the selection and choose the Hyperlink option in the menu. After that the window displayed above will open with the Display field filled with the text fragment you selected. By hovering the cursor over the added hyperlink, the ScreenTip will appear containing the text you specified. You can follow the link by pressing the CTRL key and clicking the link in your document. To edit or delete the added hyperlink, click it with the right mouse button, select the Hyperlink option and then the action you want to perform - Edit Hyperlink or Remove Hyperlink." }, { "id": "UsageInstructions/AlignArrangeObjects.htm", @@ -123,13 +128,18 @@ var indexes = { "id": "UsageInstructions/CopyPasteUndoRedo.htm", "title": "Copy/paste text passages, undo/redo your actions", - "body": "Use basic clipboard operations To cut, copy and paste text passages and inserted objects (autoshapes, images, charts) within the current document use the corresponding options from the right-click menu or icons available at any tab of the top toolbar: Cut – select a text fragment or an object and use the Cut option from the right-click menu to delete the selection and send it to the computer clipboard memory. The cut data can be later inserted to another place in the same document. Copy – select a text fragment or an object and use the Copy option from the right-click menu, or the Copy icon at the top toolbar to copy the selection to the computer clipboard memory. The copied data can be later inserted to another place in the same document. Paste – find the place in your document where you need to paste the previously copied text fragment/object and use the Paste option from the right-click menu, or the Paste icon at the top toolbar. The text/object will be inserted at the current cursor position. The data can be previously copied from the same document. To copy or paste data from/into another document or some other program use the following key combinations: Ctrl+X key combination for cutting; Ctrl+C key combination for copying; Ctrl+V key combination for pasting. Note: instead of cutting and pasting text within the same document you can just select the necessary text passage and drag and drop it to the necessary position. Use the Paste Special feature Once the copied text is pasted, the Paste Special button appears next to the inserted text passage. Click this button to select the necessary paste option. When pasting the paragraph text or some text within autoshapes, the following options are available: Paste - allows to paste the copied text keeping its original formatting. Keep text only - allows to paste the text without its original formatting. Undo/redo your actions To perform the undo/redo operations, use the corresponding icons available at any tab of the top toolbar or keyboard shortcuts: Undo – use the Undo icon at the top toolbar or the Ctrl+Z key combination to undo the last operation you performed. Redo – use the Redo icon at the top toolbar or the Ctrl+Y key combination to redo the last undone operation." + "body": "Use basic clipboard operations To cut, copy and paste text passages and inserted objects (autoshapes, images, charts) within the current document use the corresponding options from the right-click menu or icons available at any tab of the top toolbar: Cut – select a text fragment or an object and use the Cut option from the right-click menu to delete the selection and send it to the computer clipboard memory. The cut data can be later inserted to another place in the same document. Copy – select a text fragment or an object and use the Copy option from the right-click menu, or the Copy icon at the top toolbar to copy the selection to the computer clipboard memory. The copied data can be later inserted to another place in the same document. Paste – find the place in your document where you need to paste the previously copied text fragment/object and use the Paste option from the right-click menu, or the Paste icon at the top toolbar. The text/object will be inserted at the current cursor position. The data can be previously copied from the same document. To copy or paste data from/into another document or some other program use the following key combinations: Ctrl+X key combination for cutting; Ctrl+C key combination for copying; Ctrl+V key combination for pasting. Note: instead of cutting and pasting text within the same document you can just select the necessary text passage and drag and drop it to the necessary position. Use the Paste Special feature Once the copied text is pasted, the Paste Special button appears next to the inserted text passage. Click this button to select the necessary paste option. When pasting the paragraph text or some text within autoshapes, the following options are available: Paste - allows to paste the copied text keeping its original formatting. Keep text only - allows to paste the text without its original formatting. If you paste the copied table into an existing table, the following options are available: Overwrite cells - allows to replace the existing table contents with the pasted data. This option is selected by default. Nest table - allows to paste the copied table as a nested table into the selected cell of the existing table. Keep text only - allows to paste the table contents as text values separated by the tab character. Undo/redo your actions To perform the undo/redo operations, use the corresponding icons available at any tab of the top toolbar or keyboard shortcuts: Undo – use the Undo icon at the top toolbar or the Ctrl+Z key combination to undo the last operation you performed. Redo – use the Redo icon at the top toolbar or the Ctrl+Y key combination to redo the last undone operation." }, { "id": "UsageInstructions/CreateLists.htm", "title": "Create lists", "body": "To create a list in your document, place the cursor to the position where a list will be started (this can be a new line or the already entered text), switch to the Home tab of the top toolbar, select the list type you would like to start: Unordered list with markers is created using the Bullets icon situated at the top toolbar Ordered list with digits or letters is created using the Numbering icon situated at the top toolbar Note: click the downward arrow next to the Bullets or Numbering icon to select how the list is going to look like. now each time you press the Enter key at the end of the line a new ordered or unordered list item will appear. To stop that, press the Backspace key and continue with the common text paragraph. You can also change the text indentation in the lists and their nesting using the Outline , Decrease indent , and Increase indent icons at the Home tab of the top toolbar. Note: the additional indentation and spacing parameters can be changed at the right sidebar and in the advanced settings window. To learn more about it, read the Change paragraph indents and Set paragraph line spacing section." }, + { + "id": "UsageInstructions/CreateTableOfContents.htm", + "title": "Create a Table of Contents", + "body": "A table of contents contains a list of all chapters (sections etc.) in a document and displays the numbers of the pages where each chapter is started. This allows to easily navigate through a multi-page document quickly switching to the necessary part of the text. The table of contents is generated automatically on the base of the document headings formatted using built-in styles. This makes it easy to update the created table of contents without the necessity to edit headings and change page numbers manually if the document text has been changed. Define the heading structure Format headings First of all, format headings in you document using one of the predefined styles. To do that, Select the text you want to include into the table of contents. Open the style menu on the right side of the Home tab at the top toolbar. Click the style you want to apply. By default, you can use the Heading 1 - Heading 9 styles. Note: if you want to use other styles (e.g. Title, Subtitle etc.) to format headings that will be included into the table of contents, you will need to adjust the table of contents settings first (see the corresponding section below). To learn more about available formatting styles, you can refer to this page. Manage headings Once the headings are formatted, you can click the Navigation icon at the left sidebar to open the panel that displays the list of all headings with corresponding nesting levels. This panel allows to easily navigate between headings in the document text as well as manage the heading structure. Right-click on a heading in the list and use one of the available options from the menu: Promote - to move the currently selected heading up to the higher level in the hierarchical structure, e.g. change it from Heading 2 to Heading 1. Demote - to move the currently selected heading down to the lower level in the hierarchical structure, e.g. change it from Heading 1 to Heading 2. New heading before - to add a new empty heading of the same level before the currently selected one. New heading after - to add a new empty heading of the same level after the currently selected one. New subheading - to add a new empty subheading (i.e. a heading with lower level) after the currently selected heading. When the heading or subheading is added, click on the added empty heading in the list and type in your own text. This can be done both in the document text and on the Navigation panel itself. Select content - to select the text below the current heading in the document (including the text related to all subheadings of this heading). Expand all - to expand all levels of headings at the Navigation panel. Collapse all - to collapse all levels of headings, excepting level 1, at the Navigation panel. Expand to level - to expand the heading structure to the selected level. E.g. if you select level 3, then levels 1, 2 and 3 will be expanded, while level 4 and all lower levels will be collapsed. To manually expand or collapse separate heading levels, use the arrows to the left of the headings. To close the Navigation panel, click the Navigation icon at the left sidebar once again. Insert a Table of Contents into the document To insert a table of contents into your document: Position the insertion point where you want to add the table of contents. Switch to the References tab of the top toolbar. Click the Table of Contents icon at the top toolbar, or click the arrow next to this icon and select the necessary layout option from the menu. You can select the table of contents that displays headings, page numbers and leaders, or headings only. Note: the table of content appearance can be adjusted later via the table of contents settings. The table of contents will be added at the current cursor position. To change the position of the table of contents, you can select the table of contents field (content control) and simply drag it to the desired place. To do that, click the button in the upper left corner of the table of contents field and drag it without releasing the mouse button to another position in the document text. To navigate between headings, press the Ctrl key and click the necessary heading within the table of contents field. You will go to the corresponding page. Adjust the created Table of Contents Refresh the Table of Contents After the table of contents is created, you may continue editing your text by adding new chapters, changing their order, removing some paragraphs, or expanding the text related to a heading so that the page numbers that correspond to the preceding or subsequent section may change. In this case, use the Refresh option to automatically apply all changes to the table of contents. Click the arrow next to the Refresh icon at the References tab of the top toolbar and select the necessary option from the menu: Refresh entire table - to add the headings that you added to the document, remove the ones you deleted from the document, update the edited (renamed) headings as well as update page numbers. Refresh page numbers only - to update page numbers without applying changes to the headings. Alternatively, you can select the table of contents in the document text and click the Refresh icon at the top of the table of contents field to display the above mentioned options. It's also possible to right-click anywhere within the table of contents and use the corresponding options from the contextual menu. Adjust the Table of Contents settings To open the table of contents settings, you can proceed in the following ways: Click the arrow next to the Table of Contents icon at the top toolbar and select the Settings option from the menu. Select the table of contents in the document text, click the arrow next to the table of contents field title and select the Settings option from the menu. Right-click anywhere within the table of contents and use the Table of contents settings option from the contextual menu. A new window will open where you can adjust the following settings: Show page numbers - this option allows to choose if you want to display page numbers or not. Right align page numbers - this option allows to choose if you want to align page numbers by the right side of the page or not. Leader - this option allows to choose the leader type you want to use. A leader is a line of characters (dots or hyphens) that fills the space between a heading and a corresponding page number. It's also possible to select the None option if you do not want to use leaders. Format Table of Contents as links - this option is checked by default. If you uncheck it, you will not be able to switch to the necessary chapter by pressing Ctrl and clicking the corresponding heading. Build table of contents from - this section allows to specify the necessary number of outline levels as well as the default styles that will be used to create the table of contents. Check the necessary radio button: Outline levels - when this option is selected, you will be able to adjust the number of hierarchical levels used in the table of contents. Click the arrows in the Levels field to decrease or increase the number of levels (the values from 1 to 9 are available). E.g., if you select the value of 3, headings that have levels 4 - 9 will not be included into the table of contents. Selected styles - when this option is selected, you can specify additional styles that can be used to build the table of contents and assign a corresponding outline level to each of them. Specify the desired level value in the field to the right of the style. Once you save the settings, you will be able to use this style when creating the table of contents. Styles - this options allows to select the desired appearance of the table of contents. Select the necessary style from the drop-down list. The preview field above displays how the table of contents should look like. The following four default styles are available: Simple, Standard, Modern, Classic. The Current option is used if you customize the table of contents style. Click the OK button within the settings window to apply the changes. Customize the Table of Contents style After you apply one of the default table of contents styles within the Table of Contents settings window, you can additionally modify this style so that the text within the table of contents field looks like you need. Select the text within the table of contents field, e.g. pressing the button in the upper left corner of the table of contents content control. Format table of contents items changing their font type, size, color or applying the font decoration styles. Consequently update styles for items of each level. To update the style, right-click the formatted item, select the Formatting as Style option from the contextual menu and click the Update toc N style option (toc 2 style corresponds to items that have level 2, toc 3 style corresponds to items with level 3 and so on). Refresh the table of contents. Remove the Table of Contents To remove the table of contents from the document: click the arrow next to the Table of Contents icon at the top toolbar and use the Remove table of contents option, or click the arrow next to the table of contents content control title and use the Remove table of contents option." + }, { "id": "UsageInstructions/DecorationStyles.htm", "title": "Apply font decoration styles", @@ -155,6 +165,11 @@ var indexes = "title": "Insert charts", "body": "Insert a chart To insert a chart into your document, put the cursor at the place where you want to add a chart, switch to the Insert tab of the top toolbar, click the Chart icon at the top toolbar, select the needed chart type from the available ones - Column, Line, Pie, Bar, Area, XY (Scatter), or Stock, Note: for Column, Line, Pie, or Bar charts, a 3D format is also available. after that the Chart Editor window will appear where you can enter the necessary data into the cells using the following controls: and for copying and pasting the copied data and for undoing and redoing actions for inserting a function and for decreasing and increasing decimal places for changing the number format, i.e. the way the numbers you enter appear in cells change the chart settings clicking the Edit Chart button situated in the Chart Editor window. The Chart - Advanced Settings window will open. The Type & Data tab allows you to change the chart type as well as the data you wish to use to create a chart. Select a chart Type you wish to apply: Column, Line, Pie, Bar, Area, XY (Scatter), or 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. The Layout tab allows you to change the layout of chart elements. Specify the Chart Title position in regard to your chart selecting the necessary option from the drop-down list: None to not display a chart title, Overlay to overlay and center a title on the plot area, No Overlay to display the title above the plot area. Specify the Legend position in regard to your chart selecting the necessary option from the drop-down list: None to not display a legend, Bottom to display the legend and align it to the bottom of the plot area, Top to display the legend and align it to the top of the plot area, Right to display the legend and align it to the right of the plot area, Left to display the legend and align it to the left of the plot area, Left Overlay to overlay and center the legend to the left on the plot area, Right Overlay to overlay and center the legend to the right on the plot area. 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. 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/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/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: Specify if you wish to display the Horizontal Axis Title or not selecting the necessary option from the drop-down list: None to not display a horizontal axis title, No Overlay to display the title below the horizontal axis. Specify the Vertical Axis Title orientation selecting the necessary option from the drop-down list: None to not display a vertical axis title, Rotated to display the title from bottom to top to the left of the vertical axis, Horizontal to display the title horizontally to the left of the vertical axis. The Gridlines section allows to specify which of the Horizontal/Vertical Gridlines you wish to display selecting the necessary option from the drop-down list: Major, Minor, or Major and Minor. You can hide the gridlines at all using the None option. Note: the Axis Settings and Gridlines sections will be disabled for Pie charts since charts of this type have no axes and gridlines. 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 XY (Scatter) charts, both axes are value axes. The Axis Options section allows to set the following parameters: Minimum Value - is used to specify a lowest value displayed at the vertical axis start. The Auto option is selected by default, in this case the minimum value is calculated automatically depending on the selected data range. You can select the Fixed option from the drop-down list and specify a different value in the entry field on the right. Maximum Value - is used to specify a highest value displayed at the vertical axis end. The Auto option is selected by default, in this case the maximum value is calculated automatically depending on the selected data range. You can select the Fixed option from the drop-down list and specify a different value in the entry field on the right. Axis Crosses - is used to specify a point on the vertical axis where the horizontal axis should cross it. The Auto option is selected by default, in this case the axes intersection point value is calculated automatically depending on the selected data range. You can select the Value option from the drop-down list and specify a different value in the entry field on the right, or set the axes intersection point at the Minimum/Maximum Value on the vertical axis. Display Units - is used to determine a representation of the numeric values along the vertical axis. This option can be useful if you're working with great numbers and wish the values on the axis to be displayed in more compact and readable way (e.g. you can represent 50 000 as 50 by using the Thousands display units). Select desired units from the drop-down list: Hundreds, Thousands, 10 000, 100 000, Millions, 10 000 000, 100 000 000, Billions, Trillions, or choose the None option to return to the default units. Values in reverse order - is used to display values in an opposite direction. When the box is unchecked, the lowest value is at the bottom and the highest value is at the top of the axis. When the box is checked, the values are ordered from top to bottom. The Tick Options section allows to adjust the appearance of tick marks on the vertical scale. Major tick marks are the larger scale divisions which can have labels displaying numeric values. Minor tick marks are the scale subdivisions which are placed between the major tick marks and have no labels. Tick marks also define where gridlines can be displayed, if the corresponding option is set at the Layout tab. The Major/Minor Type drop-down lists contain the following placement options: None to not display major/minor tick marks, Cross to display major/minor tick marks on both sides of the axis, In to display major/minor tick marks inside the axis, Out to display major/minor tick marks outside the axis. The Label Options section allows to adjust the appearance of major tick mark labels which display values. To specify a Label Position in regard to the vertical axis, select the necessary option from the drop-down list: None to not display tick mark labels, Low to display tick mark labels to the left of the plot area, High to display tick mark labels to the right of the plot area, Next to axis to display tick mark labels next to the axis. 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: Axis Crosses - is used to specify a point on the horizontal axis where the vertical axis should cross it. The Auto option is selected by default, in this case the axes intersection point value is calculated automatically depending on the selected data range. You can select the Value option from the drop-down list and specify a different value in the entry field on the right, or set the axes intersection point at the Minimum/Maximum Value (that corresponds to the first and last category) on the horizontal axis. Axis Position - is used to specify where the axis text labels should be placed: On Tick Marks or Between Tick Marks. Values in reverse order - is used to display categories in an opposite direction. When the box is unchecked, categories are displayed from left to right. When the box is checked, the categories are ordered from right to left. The Tick Options section allows to adjust the appearance of tick marks on the horizontal scale. Major tick marks are the larger divisions which can have labels displaying category values. Minor tick marks are the smaller divisions which are placed between the major tick marks and have no labels. Tick marks also define where gridlines can be displayed, if the corresponding option is set at the Layout tab. You can adjust the following tick mark parameters: Major/Minor Type - is used to specify the following placement options: None to not display major/minor tick marks, Cross to display major/minor tick marks on both sides of the axis, In to display major/minor tick marks inside the axis, Out to display major/minor tick marks outside the axis. Interval between Marks - is used to specify how many categories should be displayed between two adjacent tick marks. The Label Options section allows to adjust the appearance of labels which display categories. Label Position - is used to specify where the labels should be placed in regard to the horizontal axis. Select the necessary option from the drop-down list: None to not display category labels, Low to display category labels at the bottom of the plot area, High to display category labels at the top of the plot area, Next to axis to display category labels next to the axis. Axis Label Distance - is used to specify how closely the labels should be placed to the axis. You can specify the necessary value in the entry field. The more the value you set, the more the distance between the axis and labels is. Interval between Labels - is used to specify how often the labels should be displayed. The Auto option is selected by default, in this case labels are displayed for every category. You can select the Manual option from the drop-down list and specify the necessary value in the entry field on the right. For example, enter 2 to display labels for every other category etc. The Alternative Text tab allows to specify a Title and Description which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the chart. Move and resize charts Once the chart is added, you can change its size and position. To change the chart size, drag small squares situated on its edges. To maintain the original proportions of the selected chart while resizing, hold down the Shift key and drag one of the corner icons. To alter the chart position, use the icon that appears after hovering your mouse cursor over the chart. Drag the chart to the necessary position without releasing the mouse button. When you move the chart, guide lines are displayed to help you position the object on the page precisely (if a wrapping style other than inline is selected). 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 at the Home tab of the top toolbar to change the font type, size, color or its decoration style. 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. Adjust chart settings Some of the chart settings can be altered using the Chart settings tab of the right sidebar. To activate it click the chart and choose the Chart settings icon on the right. Here you can change the following properties: Size is used to view the current chart Width and Height. Wrapping Style is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind (for more information see the advanced settings description below). Change Chart Type is used to change the selected chart type and/or style. To select the necessary chart Style, use the second drop-down menu in the Change Chart Type section. Edit Data is used to open the 'Chart Editor' window. Note: to quickly open the 'Chart Editor' window you can also double-click the chart in the document. Some of these options you can also find in the right-click menu. The menu options are: Cut, Copy, Paste - standard options which are used to cut or copy a selected text/object and paste a previously cut/copied text passage or object to the current cursor position. Arrange is used to bring the selected chart to foreground, send to background, move forward or backward as well as group or ungroup charts to perform operations with several of them at once. To learn more on how to arrange objects you can refer to this page. Align is used to align the chart left, center, right, top, middle, bottom. To learn more on how to align objects you can refer to this page. Wrapping Style is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind. The Edit Wrap Boundary option is unavailable for charts. Edit Data is used to open the 'Chart Editor' window. Chart Advanced Settings is used to open the 'Chart - Advanced Settings' window. When the chart is selected, the Shape settings 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, Stroke and Wrapping Style. Note that you cannot change the shape type. To change the chart advanced settings, click the needed chart with the right mouse button and select Chart Advanced Settings from the right-click menu or just click the Show advanced settings link at the right sidebar. The chart properties window will open: The Size tab contains the following parameters: Width and Height - use these options to change the chart width and/or height. If the Constant Proportions button is clicked (in this case it looks like this ), the width and height will be changed together preserving the original chart aspect ratio. The Text Wrapping tab contains the following parameters: Wrapping Style - use this option to change the way the chart is positioned relative to the text: it will either be a part of the text (in case you select the inline style) or bypassed by it from all sides (if you select one of the other styles). Inline - the chart is considered to be a part of the text, like a character, so when the text moves, the chart moves as well. In this case the positioning options are inaccessible. If one of the following styles is selected, the chart can be moved independently of the text and positioned on the page exactly: Square - the text wraps the rectangular box that bounds the chart. Tight - the text wraps the actual chart edges. Through - the text wraps around the chart edges and fills in the open white space within the chart. Top and bottom - the text is only above and below the chart. In front - the chart overlaps the text. Behind - the text overlaps the chart. If you select the square, tight, through, or top and bottom style you will be able to set up some additional parameters - distance from text at all sides (top, bottom, left, right). The Position tab is available only if you select a wrapping style other than inline. This tab contains the following parameters that vary depending on the selected wrapping style: The Horizontal section allows you to select one of the following three chart positioning types: Alignment (left, center, right) relative to character, column, left margin, margin, page or right margin, Absolute Position measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) to the right of character, column, left margin, margin, page or right margin, Relative position measured in percent relative to the left margin, margin, page or right margin. The Vertical section allows you to select one of the following three chart positioning types: Alignment (top, center, bottom) relative to line, margin, bottom margin, paragraph, page or top margin, Absolute Position measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) below line, margin, bottom margin, paragraph, page or top margin, Relative position measured in percent relative to the margin, bottom margin, page or top margin. Move object with text controls whether the chart moves as the text to which it is anchored moves. Allow overlap controls whether two charts overlap or not if you drag them near each other on the page. The Alternative Text tab allows to specify a Title and Description which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the chart." }, + { + "id": "UsageInstructions/InsertContentControls.htm", + "title": "Insert content controls", + "body": "Using content controls you can create a form with input fields that can be filled in by other users, or protect some parts of the document from being edited or deleted. Content controls are objects containing text that can be formatted. Plain text content controls cannot contain more than one paragraph, while rich text content controls can contain several paragraphs, lists, and objects (images, shapes, tables etc.). Adding content controls To create a new plain text content control, position the insertion point within a line of the text where you want the control to be added, or select a text passage you want to become the control contents. switch to the Insert tab of the top toolbar. click the arrow next to the Content Controls icon. choose the Insert plain text content control option from the menu. The control will be inserted at the insertion point within a line of the existing text. Plain text content controls do not allow adding line breaks and cannot contain other objects such as images, tables etc. To create a new rich text content control, position the insertion point at the end of a paragraph after which you want the control to be added, or select one or more of the existing paragraphs you want to become the control contents. switch to the Insert tab of the top toolbar. click the arrow next to the Content Controls icon. choose the Insert rich text content control option from the menu. The control will be inserted in a new paragraph. Rich text content controls allow adding line breaks, i.e. can contain multiple paragraphs as well as some objects, such as images, tables, other content controls etc. Note: The content control border is visible when the control is selected only. The borders do not appear on a printed version. Moving content controls Controls can be moved to another place in the document: click the button to the left of the control border to select the control and drag it without releasing the mouse button to another position in the document text. You can also copy and paste content controls: select the necessary control and use the Ctrl+C/Ctrl+V key combinations. Editing content controls Replace the default text within the control (\"Your text here\") with your own one: select the default text, and type in a new text or copy a text passage from anywhere and paste it into the content control. Text within the content control of any type (both plain text and rich text content controls) can be formatted using the icons on the top toolbar: you can adjust the font type, size, color, apply decoration styles and formatting presets. It's also possible to use the Paragraph - Advanced settings window accessible from the contextual menu or from the right sidebar to change the text properties. Text within rich text content controls can be formatted like a regular text of the document, i.e. you can set line spacing, change paragraph indents, adjust tab stops. Changing content control settings To open the content control settings, you can proceed in the following ways: Select the necessary content control, click the arrow next to the Content Controls icon at the top toolbar and select the Control Settings option from the menu. Right-click anywhere within the content control and use the Content control settings option from the contextual menu. A new window will open where you can adjust the following settings: Specify the content control Title or Tag in the corresponding fields. Protect the content control from being deleted or edited using the option from the Locking section: Content control cannot be deleted - check this box to protect the content control from being deleted. Contents cannot be edited - check this box to protect the contents of the content control from being edited. Click the OK button within the settings window to apply the changes. Removing content controls To remove a control and leave all its contents, click the content control to select it, then proceed in one of the following ways: Click the arrow next to the Content Controls icon at the top toolbar and select the Remove content control option from the menu. Right-click the content control and use the Remove content control option from the contextual menu. To remove a control and all its contents, select the necessary control and press the Delete key on the keyboard." + }, { "id": "UsageInstructions/InsertDropCap.htm", "title": "Insert a drop cap", @@ -168,7 +183,7 @@ var indexes = { "id": "UsageInstructions/InsertFootnotes.htm", "title": "Insert footnotes", - "body": "You can add footnotes to provide explanations or comments for certain sentences or terms used in your text, make references to the sources etc. To insert a footnote into your document, position the insertion point at the end of the text passage that you want to add a footnote to, switch to the Insert tab of the top toolbar, click the Footnote icon at the top toolbar, or click the arrow next to the Footnote icon and select the Insert Footnote option from the menu, The footnote mark (i.e. the superscript character that indicates a footnote) appears in the document text and the insertion point moves to the bottom of the current page. type in the footnote text. Repeat the above mentioned operations to add subsequent footnotes for other text passages in the document. The footnotes are numbered automatically. If you hover the mouse pointer over the footnote mark in the document text, a small pop-up window with the footnote text appears. To easily navigate between the added footnotes within the document text, click the arrow next to the Footnote icon at the Insert tab of the top toolbar, in the Go to Footnotes section, use the arrow to go to the previous footnote or the arrow to go to the next footnote. To edit the footnotes settings, click the arrow next to the Footnote icon at the Insert tab of the top toolbar, select the Notes Settings option from the menu, change the current parameters in the Notes Settings window that opens: Set the Location of footnotes on the page selecting one of the available options: Bottom of page - to position footnotes at the bottom of the page (this option is selected by default). Below text - to position footnotes closer to the text. This option can be useful in cases when the page contains a short text. Adjust the footnotes Format: Number Format - select the necessary number format from the available ones: 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Start at - use the arrows to set the number or letter you want to start numbering with. Numbering - select a way to number your footnotes: Continuous - to number footnotes sequentially throughout the document, Restart each section - to start footnote numbering with the number 1 (or some other specified character) at the beginning of each section, Restart each page - to start footnote numbering with the number 1 (or some other specified character) at the beginning of each page. Custom Mark - set a special character or a word you want to use as the footnote mark (e.g. * or Note1). Enter the necessary character/word into the text entry field and click the Insert button at the bottom of the Notes Settings window. Use the Apply changes to drop-down list to select if you want to apply the specified notes settings to the Whole document or the Current section only. Note: to use different footnotes formatting in separate parts of the document, you need to add section breaks first. When ready, click the Apply button. To remove a single footnote, position the insertion point directly before the footnote mark in the document text and press Delete. Other footnotes will be renumbered automatically. To delete all the footnotes in the document, click the arrow next to the Footnote icon at the Insert tab of the top toolbar, select the Delete All Footnotes option from the menu." + "body": "You can add footnotes to provide explanations or comments for certain sentences or terms used in your text, make references to the sources etc. To insert a footnote into your document, position the insertion point at the end of the text passage that you want to add a footnote to, switch to the References tab of the top toolbar, click the Footnote icon at the top toolbar, or click the arrow next to the Footnote icon and select the Insert Footnote option from the menu, The footnote mark (i.e. the superscript character that indicates a footnote) appears in the document text and the insertion point moves to the bottom of the current page. type in the footnote text. Repeat the above mentioned operations to add subsequent footnotes for other text passages in the document. The footnotes are numbered automatically. If you hover the mouse pointer over the footnote mark in the document text, a small pop-up window with the footnote text appears. To easily navigate between the added footnotes within the document text, click the arrow next to the Footnote icon at the References tab of the top toolbar, in the Go to Footnotes section, use the arrow to go to the previous footnote or the arrow to go to the next footnote. To edit the footnotes settings, click the arrow next to the Footnote icon at the References tab of the top toolbar, select the Notes Settings option from the menu, change the current parameters in the Notes Settings window that opens: Set the Location of footnotes on the page selecting one of the available options: Bottom of page - to position footnotes at the bottom of the page (this option is selected by default). Below text - to position footnotes closer to the text. This option can be useful in cases when the page contains a short text. Adjust the footnotes Format: Number Format - select the necessary number format from the available ones: 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Start at - use the arrows to set the number or letter you want to start numbering with. Numbering - select a way to number your footnotes: Continuous - to number footnotes sequentially throughout the document, Restart each section - to start footnote numbering with the number 1 (or some other specified character) at the beginning of each section, Restart each page - to start footnote numbering with the number 1 (or some other specified character) at the beginning of each page. Custom Mark - set a special character or a word you want to use as the footnote mark (e.g. * or Note1). Enter the necessary character/word into the text entry field and click the Insert button at the bottom of the Notes Settings window. Use the Apply changes to drop-down list to select if you want to apply the specified notes settings to the Whole document or the Current section only. Note: to use different footnotes formatting in separate parts of the document, you need to add section breaks first. When ready, click the Apply button. To remove a single footnote, position the insertion point directly before the footnote mark in the document text and press Delete. Other footnotes will be renumbered automatically. To delete all the footnotes in the document, click the arrow next to the Footnote icon at the References tab of the top toolbar, select the Delete All Footnotes option from the menu." }, { "id": "UsageInstructions/InsertHeadersFooters.htm", @@ -178,7 +193,7 @@ var indexes = { "id": "UsageInstructions/InsertImages.htm", "title": "Insert images", - "body": "In Document Editor, you can insert images in the most popular formats into your document. The following image formats are supported: BMP, GIF, JPEG, JPG, PNG. Insert an image To insert an image into the document text, place the cursor where you want the image to be put, switch to the Insert tab of the top toolbar, click the Picture icon at the top toolbar, select one of the following options to load the image: the Picture from File option will open the standard Windows dialog window for file selection. Browse your computer hard disk drive for the necessary file and click the Open button the Picture from URL option will open the window where you can enter the necessary image web address and click the OK button once the image is added you can change its size, properties, and position. Move and resize images To change the image size, drag small squares situated on its edges. To maintain the original proportions of the selected image while resizing, hold down the Shift key and drag one of the corner icons. To alter the image position, use the icon that appears after hovering your mouse cursor over the image. Drag the image to the necessary position without releasing the mouse button. When you move the image, guide lines are displayed to help you position the object on the page precisely (if a wrapping style other than inline is selected). To rotate the image, hover the mouse cursor over the rotation handle and drag it clockwise or counterclockwise. To constrain the rotation angle to 15 degree increments, hold down the Shift key while rotating. Adjust image settings Some of the image settings can be altered using the Image settings tab of the right sidebar. To activate it click the image and choose the Image settings icon on the right. Here you can change the following properties: Size is used to view the current image Width and Height. If necessary, you can restore the default image size clicking the Default Size button. The Fit to Margin button allows to resize the image, so that it occupies all the space between the left and right page margin. Wrapping Style is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind (for more information see the advanced settings description below). Replace Image is used to replace the current image loading another one from file or URL. Some of these options you can also find in the right-click menu. The menu options are: Cut, Copy, Paste - standard options which are used to cut or copy a selected text/object and paste a previously cut/copied text passage or object to the current cursor position. Arrange is used to bring the selected image to foreground, send to background, move forward or backward as well as group or ungroup images to perform operations with several of them at once. To learn more on how to arrange objects you can refer to this page. Align is used to align the image left, center, right, top, middle, bottom. To learn more on how to align objects you can refer to this page. Wrapping Style is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind - or edit the wrap boundary. The Edit Wrap Boundary option is available only if you select a wrapping style other than Inline. Drag wrap points to customize the boundary. To create a new wrap point, click anywhere on the red line and drag it to the necessary position. Default Size is used to change the current image size to the default one. Image Advanced Settings is used to open the 'Image - Advanced Settings' window. To change its advanced settings, click the image with the right mouse button and select the Image Advanced Settings option from the right-click menu or just click the Show advanced settings link at the right sidebar. The image properties window will open: The Size tab contains the following parameters: Width and Height - use these options to change the image width and/or height. If the Constant proportions button is clicked (in this case it looks like this ), the width and height will be changed together preserving the original image aspect ratio. To restore the default size of the added image, click the Default Size button. The Text Wrapping tab contains the following parameters: Wrapping Style - use this option to change the way the image is positioned relative to the text: it will either be a part of the text (in case you select the inline style) or bypassed by it from all sides (if you select one of the other styles). Inline - the image is considered to be a part of the text, like a character, so when the text moves, the image moves as well. In this case the positioning options are inaccessible. If one of the following styles is selected, the image can be moved independently of the text and positioned on the page exactly: Square - the text wraps the rectangular box that bounds the image. Tight - the text wraps the actual image edges. Through - the text wraps around the image edges and fills in the open white space within the image. So that the effect can appear, use the Edit Wrap Boundary option from the right-click menu. Top and bottom - the text is only above and below the image. In front - the image overlaps the text. Behind - the text overlaps the image. If you select the square, tight, through, or top and bottom style, you will be able to set up some additional parameters - distance from text at all sides (top, bottom, left, right). The Position tab is available only if you select a wrapping style other than inline. This tab contains the following parameters that vary depending on the selected wrapping style: The Horizontal section allows you to select one of the following three image positioning types: Alignment (left, center, right) relative to character, column, left margin, margin, page or right margin, Absolute Position measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) to the right of character, column, left margin, margin, page or right margin, Relative position measured in percent relative to the left margin, margin, page or right margin. The Vertical section allows you to select one of the following three image positioning types: Alignment (top, center, bottom) relative to line, margin, bottom margin, paragraph, page or top margin, Absolute Position measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) below line, margin, bottom margin, paragraph, page or top margin, Relative position measured in percent relative to the margin, bottom margin, page or top margin. Move object with text controls whether the image moves as the text to which it is anchored moves. Allow overlap controls whether two images overlap or not if you drag them near each other on the page. The Alternative Text tab allows to specify a Title and Description which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image." + "body": "In Document Editor, you can insert images in the most popular formats into your document. The following image formats are supported: BMP, GIF, JPEG, JPG, PNG. Insert an image To insert an image into the document text, place the cursor where you want the image to be put, switch to the Insert tab of the top toolbar, click the Picture icon at the top toolbar, select one of the following options to load the image: the Picture from File option will open the standard Windows dialog window for file selection. Browse your computer hard disk drive for the necessary file and click the Open button the Picture from URL option will open the window where you can enter the necessary image web address and click the OK button once the image is added you can change its size, properties, and position. Move and resize images To change the image size, drag small squares situated on its edges. To maintain the original proportions of the selected image while resizing, hold down the Shift key and drag one of the corner icons. To alter the image position, use the icon that appears after hovering your mouse cursor over the image. Drag the image to the necessary position without releasing the mouse button. When you move the image, guide lines are displayed to help you position the object on the page precisely (if a wrapping style other than inline is selected). To rotate the image, hover the mouse cursor over the rotation handle and drag it clockwise or counterclockwise. To constrain the rotation angle to 15 degree increments, hold down the Shift key while rotating. Adjust image settings Some of the image settings can be altered using the Image settings tab of the right sidebar. To activate it click the image and choose the Image settings icon on the right. Here you can change the following properties: Size is used to view the current image Width and Height. If necessary, you can restore the default image size clicking the Default Size button. The Fit to Margin button allows to resize the image, so that it occupies all the space between the left and right page margin. Wrapping Style is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind (for more information see the advanced settings description below). Replace Image is used to replace the current image loading another one from file or URL. Some of these options you can also find in the right-click menu. The menu options are: Cut, Copy, Paste - standard options which are used to cut or copy a selected text/object and paste a previously cut/copied text passage or object to the current cursor position. Arrange is used to bring the selected image to foreground, send to background, move forward or backward as well as group or ungroup images to perform operations with several of them at once. To learn more on how to arrange objects you can refer to this page. Align is used to align the image left, center, right, top, middle, bottom. To learn more on how to align objects you can refer to this page. Wrapping Style is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind - or edit the wrap boundary. The Edit Wrap Boundary option is available only if you select a wrapping style other than Inline. Drag wrap points to customize the boundary. To create a new wrap point, click anywhere on the red line and drag it to the necessary position. Default Size is used to change the current image size to the default one. Image Advanced Settings is used to open the 'Image - Advanced Settings' window. When the image is selected, the Shape settings icon is also available on the right. You can click this icon to open the Shape settings tab at the right sidebar and adjust the shape Stroke type, size and color as well as change the shape type selecting another shape from the Change Autoshape menu. The shape of the image will change correspondingly. To change its advanced settings, click the image with the right mouse button and select the Image Advanced Settings option from the right-click menu or just click the Show advanced settings link at the right sidebar. The image properties window will open: The Size tab contains the following parameters: Width and Height - use these options to change the image width and/or height. If the Constant proportions button is clicked (in this case it looks like this ), the width and height will be changed together preserving the original image aspect ratio. To restore the default size of the added image, click the Default Size button. The Text Wrapping tab contains the following parameters: Wrapping Style - use this option to change the way the image is positioned relative to the text: it will either be a part of the text (in case you select the inline style) or bypassed by it from all sides (if you select one of the other styles). Inline - the image is considered to be a part of the text, like a character, so when the text moves, the image moves as well. In this case the positioning options are inaccessible. If one of the following styles is selected, the image can be moved independently of the text and positioned on the page exactly: Square - the text wraps the rectangular box that bounds the image. Tight - the text wraps the actual image edges. Through - the text wraps around the image edges and fills in the open white space within the image. So that the effect can appear, use the Edit Wrap Boundary option from the right-click menu. Top and bottom - the text is only above and below the image. In front - the image overlaps the text. Behind - the text overlaps the image. If you select the square, tight, through, or top and bottom style, you will be able to set up some additional parameters - distance from text at all sides (top, bottom, left, right). The Position tab is available only if you select a wrapping style other than inline. This tab contains the following parameters that vary depending on the selected wrapping style: The Horizontal section allows you to select one of the following three image positioning types: Alignment (left, center, right) relative to character, column, left margin, margin, page or right margin, Absolute Position measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) to the right of character, column, left margin, margin, page or right margin, Relative position measured in percent relative to the left margin, margin, page or right margin. The Vertical section allows you to select one of the following three image positioning types: Alignment (top, center, bottom) relative to line, margin, bottom margin, paragraph, page or top margin, Absolute Position measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) below line, margin, bottom margin, paragraph, page or top margin, Relative position measured in percent relative to the margin, bottom margin, page or top margin. Move object with text controls whether the image moves as the text to which it is anchored moves. Allow overlap controls whether two images overlap or not if you drag them near each other on the page. The Alternative Text tab allows to specify a Title and Description which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image." }, { "id": "UsageInstructions/InsertPageNumbers.htm", @@ -188,7 +203,7 @@ var indexes = { "id": "UsageInstructions/InsertTables.htm", "title": "Insert tables", - "body": "Insert a table To insert a table into the document text, place the cursor where you want the table to be put, switch to the Insert tab of the top toolbar, click the Table icon at the top toolbar, select the option to create a table: either a table with predefined number of cells (10 by 8 cells maximum) If you want to quickly add a table, just select the number of rows (8 maximum) and columns (10 maximum). or a custom table In case you need more than 10 by 8 cell table, select the Insert Custom Table option that will open the window where you can enter the necessary number of rows and columns respectively, then click the OK button. once the table is added you can change its properties and position. Adjust table settings Some of the table properties as well as its structure can be altered using the right-click menu. The menu options are: Cut, Copy, Paste - standard options which are used to cut or copy a selected text/object and paste a previously cut/copied text passage or object to the current cursor position. Select is used to select a row, column, cell, or table. Insert is used to insert a row above or row below the row where the cursor is placed as well as to insert a column at the left or right side from the column where the cursor is placed. Delete is used to delete a row, column or table. Merge Cells is available if two or more cells are selected and is used to merge them. Split Cell... is used to open a window where you can select the needed number of columns and rows the cell will be split in. Cell Vertical Alignment is used to align the text top, center or bottom in the selected cell. Text Direction - is used to change the text orientation in a cell. You can place the text horizontally, vertically from top to bottom (Rotate at 90°), or vertically from bottom to top (Rotate at 270°). Wrapping Style - Inline is used to select the inline style (when the text is broken by the table) as well as the alignment: left, center, right. Wrapping Style - Flow is used to select the flow style when the text is wrapped around the table. Table Advanced Settings is used to open the 'Table - Advanced Settings' window. Hyperlink is used to insert a hyperlink. Paragraph Advanced Settings is used to open the 'Paragraph - Advanced Settings' window. You can also change the table properties at the right sidebar: Rows and Columns are used to select the table parts that you want to be highlighted. For rows: Header - to highlight the first row Total - to highlight the last row Banded - to highlight every other row For columns: First - to highlight the first column Last - to highlight the last column Banded - to highlight every other column Select from Template is used to choose a table template from the available ones. Borders Style is used to select the border size, color, style as well as background color. Wrapping Style is used to select between two text wrapping styles - inline and flow. Rows & Columns is used to perform some operations with the table: select, delete, insert rows and columns, merge cells, split a cell. Repeat as header row at the top of each page is used to insert the same header row at the top of each page in long tables. Show advanced settings is used to open the 'Table - Advanced Settings' window. To change the advanced table properties, click the table with the right mouse button and select the Table Advanced Settings option from the right-click menu or use the Show advanced settings link at the right sidebar. The table properties window will open: The Table tab allows to change properties of the entire table. The Table Size section contains the following parameters: Width - by default, the table width is automatically adjusted to fit the page width, i.e. the table occupies all the space between the left and right page margin. You can check this box and specify the necessary table width manually. Measure in - allows to specify if you want to set the table width in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) or in Percent of the overall page width. Note: you can also adjust the table size manually changing the row height and column width. Move the mouse cursor over a row/column border until it turns into the bidirectional arrow and drag the border. You can also use the markers on the horizontal ruler to change the column width and the markers on the vertical ruler to change the row height. Automatically resize to fit contents - enables automatic change of each column width in accordance with the text within its cells. The Default Cell Margins section allows to change the space between the text within the cells and the cell border used by default. The Options section allows to change the following parameter: Spacing between cells - the cell spacing which will be filled with the Table Background color. The Cell tab allows to change properties of individual cells. First you need to select the cell you want to apply the changes to or select the entire table to change properties of all its cells. The Cell Size section contains the following parameters: Preferred width - allows to set a preferred cell width. This is the size that a cell strives to fit to, but in some cases it may not be possible to fit to this exact value. For example, if the text within a cell exceeds the specified width, it will be broken into the next line so that the preferred cell width remains unchanged, but if you insert a new column, the preferred width will be reduced. Measure in - allows to specify if you want to set the cell width in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) or in Percent of the overall table width. Note: you can also adjust the cell width manually. To make a single cell in a column wider or narrower than the overall column width, select the necessary cell and move the mouse cursor over its right border until it turns into the bidirectional arrow, then drag the border. To change the width of all the cells in a column, use the markers on the horizontal ruler to change the column width. The Cell Margins section allows to adjust the space between the text within the cells and the cell border. By default, standard values are used (the default values can also be altered at the Table tab), but you can uncheck the Use default margins box and enter the necessary values manually. The Cell Options section allows to change the following parameter: The Wrap text option is enabled by default. It allows to wrap text within a cell that exceeds its width onto the next line expanding the row height and keeping the column width unchanged. The Borders & Background tab contains the following parameters: Border parameters (size, color and presence or absence) - set the border size, select its color and choose the way it will be displayed in the cells. Note: in case you select not to show table borders clicking the button or deselecting all the borders manually on the diagram, they will be indicated by a dotted line in the document. To make them disappear at all, click the Nonprinting characters icon at the Home tab of the top toolbar and select the Hidden Table Borders option. Cell Background - the color for the background within the cells (available only if one or more cells are selected or the Allow spacing between cells option is selected at the Table tab). Table Background - the color for the table background or the space background between the cells in case the Allow spacing between cells option is selected at the Table tab. The Table Position tab is available only if the Flow option at the Text Wrapping tab is selected and contains the following parameters: Horizontal parameters include the table alignment (left, center, right) relative to margin, page or text as well as the table position to the right of margin, page or text. Vertical parameters include the table alignment (top, center, bottom) relative to margin, page or text as well as the table position below margin, page or text. The Options section allows to change the following parameters: Move object with text controls whether the table moves as the text into which it is inserted moves. Allow overlap controls whether two tables are merged into one large table or overlap if you drag them near each other on the page. The Text Wrapping tab contains the following parameters: Text wrapping style - Inline or Flow. Use the necessary option to change the way the table is positioned relative to the text: it will either be a part of the text (in case you select the inline style) or bypassed by it from all sides (if you select the flow style). After you select the wrapping style, the additional wrapping parameters can be set both for inline and flow wrapping style: For the inline style, you can specify the table alignment and indent from left. For the flow style, you can specify the distance from text and table position at the Table Position tab. The Alternative Text tab allows to specify a Title and Description which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the table." + "body": "Insert a table To insert a table into the document text, place the cursor where you want the table to be put, switch to the Insert tab of the top toolbar, click the Table icon at the top toolbar, select the option to create a table: either a table with predefined number of cells (10 by 8 cells maximum) If you want to quickly add a table, just select the number of rows (8 maximum) and columns (10 maximum). or a custom table In case you need more than 10 by 8 cell table, select the Insert Custom Table option that will open the window where you can enter the necessary number of rows and columns respectively, then click the OK button. once the table is added you can change its properties, size and position. To resize a table, hover the mouse cursor over the handle in its lower right corner and drag it until the table reaches the necessary size. 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 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 and drag it up or down. To move a table, hover the mouse cursor over the handle in its upper left corner and drag it to the necessary place in the document. Adjust table settings Some of the table properties as well as its structure can be altered using the right-click menu. The menu options are: Cut, Copy, Paste - standard options which are used to cut or copy a selected text/object and paste a previously cut/copied text passage or object to the current cursor position. Select is used to select a row, column, cell, or table. Insert is used to insert a row above or row below the row where the cursor is placed as well as to insert a column at the left or right side from the column where the cursor is placed. Delete is used to delete a row, column or table. Merge Cells is available if two or more cells are selected and is used to merge them. Split Cell... is used to open a window where you can select the needed number of columns and rows the cell will be split in. Distribute rows is used to adjust the selected cells so that they have the same height without changing the overall table height. Distribute columns is used to adjust the selected cells so that they have the same width without changing the overall table width. Cell Vertical Alignment is used to align the text top, center or bottom in the selected cell. Text Direction - is used to change the text orientation in a cell. You can place the text horizontally, vertically from top to bottom (Rotate at 90°), or vertically from bottom to top (Rotate at 270°). Table Advanced Settings is used to open the 'Table - Advanced Settings' window. Hyperlink is used to insert a hyperlink. Paragraph Advanced Settings is used to open the 'Paragraph - Advanced Settings' window. You can also change the table properties at the right sidebar: Rows and Columns are used to select the table parts that you want to be highlighted. For rows: Header - to highlight the first row Total - to highlight the last row Banded - to highlight every other row For columns: First - to highlight the first column Last - to highlight the last column Banded - to highlight every other column Select from Template is used to choose a table template from the available ones. Borders Style is used to select the border size, color, style as well as background color. Rows & Columns is used to perform some operations with the table: select, delete, insert rows and columns, merge cells, split a cell. Cell Size is used to adjust the width and height of the currently selected cell. In this section, you can also Distribute rows so that all the selected cells have equal height or Distribute columns so that all the selected cells have equal width. Repeat as header row at the top of each page is used to insert the same header row at the top of each page in long tables. Show advanced settings is used to open the 'Table - Advanced Settings' window. To change the advanced table properties, click the table with the right mouse button and select the Table Advanced Settings option from the right-click menu or use the Show advanced settings link at the right sidebar. The table properties window will open: The Table tab allows to change properties of the entire table. The Table Size section contains the following parameters: Width - by default, the table width is automatically adjusted to fit the page width, i.e. the table occupies all the space between the left and right page margin. You can check this box and specify the necessary table width manually. Measure in - allows to specify if you want to set the table width in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) or in Percent of the overall page width. Note: you can also adjust the table size manually changing the row height and column width. Move the mouse cursor over a row/column border until it turns into the bidirectional arrow and drag the border. You can also use the markers on the horizontal ruler to change the column width and the markers on the vertical ruler to change the row height. Automatically resize to fit contents - enables automatic change of each column width in accordance with the text within its cells. The Default Cell Margins section allows to change the space between the text within the cells and the cell border used by default. The Options section allows to change the following parameter: Spacing between cells - the cell spacing which will be filled with the Table Background color. The Cell tab allows to change properties of individual cells. First you need to select the cell you want to apply the changes to or select the entire table to change properties of all its cells. The Cell Size section contains the following parameters: Preferred width - allows to set a preferred cell width. This is the size that a cell strives to fit to, but in some cases it may not be possible to fit to this exact value. For example, if the text within a cell exceeds the specified width, it will be broken into the next line so that the preferred cell width remains unchanged, but if you insert a new column, the preferred width will be reduced. Measure in - allows to specify if you want to set the cell width in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab) or in Percent of the overall table width. Note: you can also adjust the cell width manually. To make a single cell in a column wider or narrower than the overall column width, select the necessary cell and move the mouse cursor over its right border until it turns into the bidirectional arrow, then drag the border. To change the width of all the cells in a column, use the markers on the horizontal ruler to change the column width. The Cell Margins section allows to adjust the space between the text within the cells and the cell border. By default, standard values are used (the default values can also be altered at the Table tab), but you can uncheck the Use default margins box and enter the necessary values manually. The Cell Options section allows to change the following parameter: The Wrap text option is enabled by default. It allows to wrap text within a cell that exceeds its width onto the next line expanding the row height and keeping the column width unchanged. The Borders & Background tab contains the following parameters: Border parameters (size, color and presence or absence) - set the border size, select its color and choose the way it will be displayed in the cells. Note: in case you select not to show table borders clicking the button or deselecting all the borders manually on the diagram, they will be indicated by a dotted line in the document. To make them disappear at all, click the Nonprinting characters icon at the Home tab of the top toolbar and select the Hidden Table Borders option. Cell Background - the color for the background within the cells (available only if one or more cells are selected or the Allow spacing between cells option is selected at the Table tab). Table Background - the color for the table background or the space background between the cells in case the Allow spacing between cells option is selected at the Table tab. The Table Position tab is available only if the Flow option at the Text Wrapping tab is selected and contains the following parameters: Horizontal parameters include the table alignment (left, center, right) relative to margin, page or text as well as the table position to the right of margin, page or text. Vertical parameters include the table alignment (top, center, bottom) relative to margin, page or text as well as the table position below margin, page or text. The Options section allows to change the following parameters: Move object with text controls whether the table moves as the text into which it is inserted moves. Allow overlap controls whether two tables are merged into one large table or overlap if you drag them near each other on the page. The Text Wrapping tab contains the following parameters: Text wrapping style - Inline or Flow. Use the necessary option to change the way the table is positioned relative to the text: it will either be a part of the text (in case you select the inline style) or bypassed by it from all sides (if you select the flow style). After you select the wrapping style, the additional wrapping parameters can be set both for inline and flow wrapping style: For the inline style, you can specify the table alignment and indent from left. For the flow style, you can specify the distance from text and table position at the Table Position tab. The Alternative Text tab allows to specify a Title and Description which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the table." }, { "id": "UsageInstructions/InsertTextObjects.htm", @@ -238,7 +253,7 @@ var indexes = { "id": "UsageInstructions/SetTabStops.htm", "title": "Set tab stops", - "body": "In Document Editor, you can change tab stops i.e. the position the cursor advances to when you press the Tab key on the keyboard. To set tab stops you can use the horizontal ruler: Select the necessary tab stop type clicking the button in the upper left corner of the working area. The following three tab types are available: Left - lines up your text by the left side at the tab stop position; the text moves to the right from the tab stop as you type. Such a tab stop will be indicated on the horizontal ruler by the marker. Center - centers the text at the tab stop position. Such a tab stop will be indicated on the horizontal ruler by the marker. Right - lines up your text by the right side at the tab stop position; the text moves to the left from the tab stop as you type. Such a tab stop will be indicated on the horizontal ruler by the marker. Click on the bottom edge of the ruler where you want to place the tab stop. Drag it along the ruler to change its position. To remove the added tab stop drag it out of the ruler. You can also use the paragraph properties window to adjust tab stops. Click the right mouse button, select the Paragraph Advanced Settings option in the menu or use the Show advanced settings link at the right sidebar, and switch to the Tab tab in the opened Paragraph - Advanced Settings window. You can set the following parameters: Tab Position - is used to set custom tab stops. Enter the necessary value in this box, adjust it more precisely using the arrow buttons and press the Specify button. Your custom tab position will be added to the list in the field below. If you've previously added some tab stops using the ruler, all these tab positions will also be displayed in the list. Default Tab is set at 1.25 cm. You can decrease or increase this value using the arrow buttons or enter the necessary one in the box. Alignment - is used to set the necessary alignment type for each of the tab positions in the list above. Select the necessary tab position in the list, choose the Left, Center or Right radio button and press the Specify button. To delete tab stops from the list select a tab stop and press the Remove or Remove All button." + "body": "In Document Editor, you can change tab stops i.e. the position the cursor advances to when you press the Tab key on the keyboard. To set tab stops you can use the horizontal ruler: Select the necessary tab stop type clicking the button in the upper left corner of the working area. The following three tab types are available: Left - lines up your text by the left side at the tab stop position; the text moves to the right from the tab stop as you type. Such a tab stop will be indicated on the horizontal ruler by the marker. Center - centers the text at the tab stop position. Such a tab stop will be indicated on the horizontal ruler by the marker. Right - lines up your text by the right side at the tab stop position; the text moves to the left from the tab stop as you type. Such a tab stop will be indicated on the horizontal ruler by the marker. Click on the bottom edge of the ruler where you want to place the tab stop. Drag it along the ruler to change its position. To remove the added tab stop drag it out of the ruler. You can also use the paragraph properties window to adjust tab stops. Click the right mouse button, select the Paragraph Advanced Settings option in the menu or use the Show advanced settings link at the right sidebar, and switch to the Tab tab in the opened Paragraph - Advanced Settings window. You can set the following parameters: Tab Position - is used to set custom tab stops. Enter the necessary value in this box, adjust it more precisely using the arrow buttons and press the Specify button. Your custom tab position will be added to the list in the field below. If you've previously added some tab stops using the ruler, all these tab positions will also be displayed in the list. Default Tab is set at 1.25 cm. You can decrease or increase this value using the arrow buttons or enter the necessary one in the box. Alignment - is used to set the necessary alignment type for each of the tab positions in the list above. Select the necessary tab position in the list, choose the Left, Center or Right option from the drop-down list and press the Specify button. Leader - allows to choose a character used to create a leader for each of the tab positions. A leader is a line of characters (dots or hyphens) that fills the space between tabs. Select the necessary tab position in the list, choose the leader type from the drop-down list and press the Specify button. To delete tab stops from the list select a tab stop and press the Remove or Remove All button." }, { "id": "UsageInstructions/UseMailMerge.htm", @@ -248,6 +263,6 @@ var indexes = { "id": "UsageInstructions/ViewDocInfo.htm", "title": "View document information", - "body": "To access the detailed information about the currently edited document, click the File tab of the top toolbar and select the Document Info... option. General Information The document information includes document title, author, location, creation date, and statistics: the number of pages, paragraphs, words, symbols, symbols with spaces. Note: Online Editors allow you to change the document title directly from the editor interface. To do that, click the File tab of the top toolbar and select the Rename... option, then enter the necessary File name in a new window that opens and click OK. Permission Information Note: this option is not available for users with the Read Only permissions. To find out, who have rights to view or edit the document, select the Access Rights... option at the left sidebar. You can also change currently selected access rights by pressing the Change access rights button in the Persons who have rights section. Version History Note: this option is not available for free accounts as well as for users with the Read Only permissions. To view all the changes made to this document, select the Version History option at the left sidebar. You'll see the list of this document versions (major changes) and revisions (minor changes) with the indication of each version/revision author and creation date and time. For document versions, the version number is also specified (e.g. ver. 2). To know exactly which changes have been made in each separate version/revision, you can view the one you need by clicking it at the left sidebar. The changes made by the version/revision author are marked with the color which is displayed next to the author name on the left sidebar. You can use the Restore link below the selected version/revision to restore it. To return to the document current version, use the Close History option on the top of the version list. To close the File panel and return to document editing, select the Close Menu option." + "body": "To access the detailed information about the currently edited document, click the File tab of the top toolbar and select the Document Info... option. General Information The document information includes document title, author, location, creation date, and statistics: the number of pages, paragraphs, words, symbols, symbols with spaces. Note: Online Editors allow you to change the document title directly from the editor interface. To do that, click the File tab of the top toolbar and select the Rename... option, then enter the necessary File name in a new window that opens and click OK. Permission Information Note: this option is not available for users with the Read Only permissions. To find out, who have rights to view or edit the document, select the Access Rights... option at the left sidebar. You can also change currently selected access rights by pressing the Change access rights button in the Persons who have rights section. Version History Note: this option is not available for free accounts as well as for users with the Read Only permissions. To view all the changes made to this document, select the Version History option at the left sidebar. It's also possible to open the history of versions using the Version History icon at the Collaboration tab of the top toolbar. You'll see the list of this document versions (major changes) and revisions (minor changes) with the indication of each version/revision author and creation date and time. For document versions, the version number is also specified (e.g. ver. 2). To know exactly which changes have been made in each separate version/revision, you can view the one you need by clicking it at the left sidebar. The changes made by the version/revision author are marked with the color which is displayed next to the author name on the left sidebar. You can use the Restore link below the selected version/revision to restore it. To return to the document current version, use the Close History option on the top of the version list. To close the File panel and return to document editing, select the Close Menu option." } ] \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/formula-lang/es.json b/apps/spreadsheeteditor/main/resources/formula-lang/es.json new file mode 100644 index 000000000..83b90d3f8 --- /dev/null +++ b/apps/spreadsheeteditor/main/resources/formula-lang/es.json @@ -0,0 +1 @@ +{"DATE":"DATE","DATEDIF":"SIFECHA","DATEVALUE":"DATEVALUE","DAY":"DIA","DAYS":"DIAS","DAYS360":"DAYS360","EDATE":"EDATE","EOMONTH":"EOMONTH","HOUR":"HOUR","ISOWEEKNUM":"ISOWEEKNUM","MINUTE":"MINUTE","MONTH":"MONTH","NETWORKDAYS":"NETWORKDAYS","NETWORKDAYS.INTL":"DIAS.LAB","NOW":"NOW","SECOND":"SECOND","TIME":"HORA","TIMEVALUE":"TIMEVALUE","TODAY":"HOY","WEEKDAY":"WEEKDAY","WEEKNUM":"NUM.DE.SEMANA","WORKDAY":"TRABAJODIA","WORKDAY.INTL":"DIA.LAB.INTL","YEAR":"AÑO","YEARFRAC":"FRAC.AÑO","BESSELI":"BESSELI","BESSELJ":"BESSELJ","BESSELK":"BESSELK","BESSELY":"BESSELY","BIN2DEC":"BIN2DEC","BIN2HEX":"BIN2HEX","BIN2OCT":"BIN2OCT","BITAND":"BIT.Y","BITLSHIFT":"BITLSHIFT","BITOR":"BIT.O","BITRSHIFT":"BITRSHIFT","BITXOR":"BITXOR","COMPLEX":"COMPLEJO","CONVERT":"CONVERTIR","DEC2BIN":"DEC2BIN","DEC2HEX":"DEC2HEX","DEC2OCT":"DEC2OCT","DELTA":"DELTA","ERF":"ERF","ERF.PRECISE":"FUN.ERROR.COMPL","ERFC":"ERFC","ERFC.PRECISE":"FUN.ERROR.COMPL","GESTEP":"GESTEP","HEX2BIN":"HEX2BIN","HEX2DEC":"HEX2DEC","HEX2OCT":"HEX2OCT","IMABS":"IMABS","IMAGINARY":"IMAGINARY","IMARGUMENT":"IM.ANGULO","IMCONJUGATE":"IM.CONJUGADA","IMCOS":"IM.COS","IMCOSH":"IM.COSH","IMCOT":"IMCOT","IMCSC":"IM.CSC","IMCSCH":"IMCSCH","IMDIV":"IM.DIV","IMEXP":"IM.EXP","IMLN":"IM.LN","IMLOG10":"IMLOG10","IMLOG2":"IMLOG2","IMPOWER":"IM.POT","IMPRODUCT":"IM.PRODUCT","IMREAL":"IM.REAL","IMSEC":"IM.SEC","IMSECH":"IM.SECH","IMSIN":"IM.SENO","IMSINH":"IM.SENOH","IMSQRT":"IM.RAIZ2","IMSUB":"IM.SUSTR","IMSUM":"IM.SUM","IMTAN":"IM.TAN","OCT2BIN":"OCT2BIN","OCT2DEC":"OCT2DEC","OCT2HEX":"OCT2HEX","DAVERAGE":"BDPROMEDIO","DCOUNT":"DCOUNT","DCOUNTA":"DCOUNTA","DGET":"DGET","DMAX":"DMAX","DMIN":"DMIN","DPRODUCT":"BDPRODUCTO","DSTDEV":"DSTDEV","DSTDEVP":"DSTDEVP","DSUM":"DSUM","DVAR":"DVAR","DVARP":"DVARP","CHAR":"CARACTER","CLEAN":"LIMPIAR","CODE":"CODIGO","CONCATENATE":"CONCATENAR","CONCAT":"CONCAT","DOLLAR":"DOLLAR","EXACT":"EXACT","FIND":"ENCONTRAR","FINDB":"ENCONTRARB","FIXED":"DECIMAL","LEFT":"IZQUIERDA","LEFTB":"IZQUIERDAB","LEN":"LARGO","LENB":"LARGOB","LOWER":"LOWER","MID":"EXTRAE","MIDB":"EXTRAEB","NUMBERVALUE":"VALOR.NUMERO","PROPER":"PROPER","REPLACE":"REEMPLAZAR","REPLACEB":"REEMPLAZARB","REPT":"REPETIR","RIGHT":"DERECHA","RIGHTB":"DERECHAB","SEARCH":"HALLAR","SEARCHB":"HALLARB","SUBSTITUTE":"REEMPLAZAR","T":"Т","T.TEST":"PRUEBA.T","TEXT":"TEXTO","TEXTJOIN":"UNIRCADENAS","TRIM":"ESPACIOS","TRIMMEAN":"MEDIA.ACOTADA","TTEST":"PRUEBA.T","UNICHAR":"UNICHAR","UNICODE":"UNICODE","UPPER":"MAYUSC","VALUE":"VALUE","AVEDEV":"DESVPROM","AVERAGE":"PROMEDIO","AVERAGEA":"PROMEDIOA","AVERAGEIF":"PROMEDIOSI","AVERAGEIFS":"PROMEDIO.SI.CONJUNTO","BETADIST":"DISTRBETA","BETA.DIST":"DISTR.BETA","BETA.INV":"BETAINV","BINOMDIST":"DISTRBINOM","BINOM.DIST":"DISTR.BINOM","BINOM.DIST.RANGE":"DISTR.BINOM.SERIE","BINOM.INV":"INV.BINOM","CHIDIST":"CHIDIST","CHIINV":"CHIINV","CHITEST":"PRUEBA.CHI","CHISQ.DIST":"CHISQ.DIST","CHISQ.DIST.RT":"DISTR.CHICUAD.CD","CHISQ.INV":"INV.CHICUAD","CHISQ.INV.RT":"INV.CHICUAD.CD","CHISQ.TEST":"PRUEBA.CHICUAD","CONFIDENCE":"INTERVALO.CONFIANZA","CONFIDENCE.NORM":"INTERVALO.CONFIANZA.NORM","CONFIDENCE.T":"INTERVALO.CONFIANZA.T","CORREL":"CORREL","COUNT":"CALCULAR","COUNTA":"CALCULARA","COUNTBLANK":"CONTAR.BLANCO","COUNTIF":"CONTAR.SI","COUNTIFS":"CONTAR.SI.CONJUNTO","COVAR":"COVAR","COVARIANCE.P":"COVARIANCE.P","COVARIANCE.S":"COVARIANCE.S","CRITBINOM":"BINOM.CRIT","DEVSQ":"DEVSQ","EXPON.DIST":"DISTR.EXP.N","EXPONDIST":"DISTR.EXP","FDIST":"DISTR.F","FINV":"FINV","FTEST":"PRUEBA.F","F.DIST":"DISTR.F","F.DIST.RT":"FDIST.RT","F.INV":"INV.F","F.INV.RT":"DISTR.F.RT","F.TEST":"PRUEBA.F.N","FISHER":"FISHER","FISHERINV":"FISHERINV","FORECAST":"PRONOSTICO","FORECAST.ETS":"PRONOSTICO.ETS","FORECAST.ETS.CONFINT":"PRONOSTICO.ETS.CONFINT","FORECAST.ETS.SEASONALITY":"PRONOSTICO.ETS.ESTACIONALIDAD","FORECAST.ETS.STAT":"PRONOSTICO.ETS.STAT","FORECAST.LINEAR":"PRONOSTICO.LINEAL","FREQUENCY":"FREQUENCIA","GAMMA":"GAMMA","GAMMADIST":"DISTR.GAMMA","GAMMA.DIST":"DISTR.GAMMA","GAMMAINV":"GAMMAINV","GAMMA.INV":"GAMMA.INV","GAMMALN":"GAMMALN","GAMMALN.PRECISE":"GAMMA.LN.EXACTO","GAUSS":"GAUSS","GEOMEAN":"MEDIA.GEOM","HARMEAN":"MEDIA.ARMO","HYPGEOM.DIST":"DISTR.HIPERGEOM.N","HYPGEOMDIST":"DISTR.HIPERGEOM","INTERCEPT":"INTERSECCION.EJE","KURT":"CURTOSIS","LARGE":"GRANDE","LOGINV":"DISTR.LOG.INV","LOGNORM.DIST":"DISTR.LOGNORM","LOGNORM.INV":"INV.LOGNORM","LOGNORMDIST":"LOGNORMDIST","MAX":"MAX","MAXA":"MAXA","MAXIFS":"MAXIFS","MEDIAN":"MEDIA","MIN":"MIN","MINA":"MINA","MINIFS":"MINIFS","MODE":"MODA","MODE.MULT":"MODA.VARIOS","MODE.SNGL":"MODO.SOLO","NEGBINOM.DIST":"NEGBINOM.DIST","NEGBINOMDIST":"NEGBINOMDIST","NORM.DIST":"DISTR.NORM","NORM.INV":"INV.NORM","NORM.S.DIST":"DISTR.NORM.ESTAND","NORM.S.INV":"INV.NORM.ESTAND","NORMDIST":"NORMDIST","NORMINV":"DISTR.NORM.INV","NORMSDIST":"DISTR.NORM.ESTAND","NORMSINV":"NORMSINV","PEARSON":"PEARSON","PERCENTILE":"PERCENTIL","PERCENTILE.EXC":"PERCENTIL.EXC","PERCENTILE.INC":"PERCENTIL.INC","PERCENTRANK":"RANGO.PERCENTIL","PERCENTRANK.EXC":"RANGO.PERCENTIL.EXC","PERCENTRANK.INC":"RANGO.PERCENTIL.INC","PERMUT":"PERMUTACIONES","PERMUTATIONA":"PERMUTACIONES.A","PHI":"PI","POISSON":"POISSON","POISSON.DIST":"POISSON.DIST","PROB":"PROBABILIDAD","QUARTILE":"CUARTIL","QUARTILE.INC":"CUARTIL.INC","QUARTILE.EXC":"CUARTIL.EXC","RANK.AVG":"JERARQUIA.MEDIA","RANK.EQ":"JERARQUIA.EQV","RANK":"JERARQUIA","RSQ":"COEFICIENTE.R2","SKEW":"COEFICIENTE.ASIMETRIA","SKEW.P":"COEFICIENTE.ASIMETRIA.P","SLOPE":"PENDIENTE","SMALL":"PEQUEÑO","STANDARDIZE":"NORMALIZACION","STDEV":"STDEV","STDEV.P":"STDEV.P","STDEV.S":"STDEV.S","STDEVA":"DESVESTA","STDEVP":"STDEVP","STDEVPA":"DESVESTA","STEYX":"ERROR.TIPICO.XY","TDIST":"DISTR.T","TINV":"DISTRTINV","T.DIST":"DISTR.T.INV","T.DIST.2T":"T.DIST.2T","T.DIST.RT":"DISTR.T.INV","T.INV":"DISTR.INV","T.INV.2T":"T.INV.2T","VAR":"VAR","VAR.P":"VAR.P","VAR.S":"VAR.S","VARA":"VARA","VARP":"VARP","VARPA":"VARPA","WEIBULL":"WEIBULL","WEIBULL.DIST":"DIST.WEIBULL","Z.TEST":"PRUEBA.Z","ZTEST":"PRUEBAZ","ACCRINT":"INT.ACUM","ACCRINTM":"ACCRINTM","AMORDEGRC":"AMORDEGRC","AMORLINC":"AMORTIZ.LIN","COUPDAYBS":"CUPON.DIAS.L1","COUPDAYS":"CUPON.DIAS","COUPDAYSNC":"CUPON.DIAS.L2","COUPNCD":"CUPON.FECHA.L2","COUPNUM":"CUPON.NUM","COUPPCD":"CUPON.FECHA.L1","CUMIPMT":"PAGO.INT.ENTRE","CUMPRINC":"PAGO.PRINC.ENTRE","DB":"DB","DDB":"DDB","DISC":"TASA.DESC","DOLLARDE":"MONEDA.DEC","DOLLARFR":"MONEDA.FRAC","DURATION":"DURACION","EFFECT":"INT.EFECTIVO","FV":"VF","FVSCHEDULE":"VF.PLAN","INTRATE":"TASA.INT","IPMT":"PAGOINT","IRR":"TIR","ISPMT":"INT.PAGO.DIR","MDURATION":"DURACION.MODIF","MIRR":"TIRM","NOMINAL":"TASA.NOMINAL","NPER":"NPER","NPV":"VAN","ODDFPRICE":"PRECIO.PER.IRREGULAR","ODDFYIELD":"RENDTO.PER.IRREGULAR.1","ODDLPRICE":"PRECIO.PER.IRREGULAR.2","ODDLYIELD":"ODDLYIELD","PDURATION":"P.DURACION","PMT":"PAGO","PPMT":"PAGOPRIN","PRICE":"PRECIO","PRICEDISC":"PRECIO.DESCUENTO","PRICEMAT":"PRECIO.VENCIMIENTO","PV":"VA","RATE":"TASA","RECEIVED":"CANTIDAD.RECIBIDA","RRI":"RRI","SLN":"SLN","SYD":"SYD","TBILLEQ":"LETRA.DE.TEST.EQV.A.BONO","TBILLPRICE":"LETRA.DE.TES.PRECIO","TBILLYIELD":"LETRA.DE.TES.RENDTO","VDB":"DVS","XIRR":"TIR.NO.PER","XNPV":"XNPV","YIELD":"RENDTO","YIELDDISC":"RENDTO.DESC","YIELDMAT":"RENDTO.VENCTO","ABS":"ABS","ACOS":"ACOS","ACOSH":"ACOSH","ACOT":"ACOT","ACOTH":"ACOTH","AGGREGATE":"AGREGAR","ARABIC":"NUMERO.ARABE","ASIN":"ASENO","ASINH":"ASENOH","ATAN":"ATAN","ATAN2":"ATAN2","ATANH":"ATANH","BASE":"BASE","CEILING":"CEILING","CEILING.MATH":"MULTIPLO.SUPERIOR.MAT","CEILING.PRECISE":"MULTIPLO.SUPERIOR.EXACTO","COMBIN":"COMBINAT","COMBINA":"COMBINA","COS":"COS","COSH":"COSH","COT":"COT","COTH":"COTH","CSC":"CSC","CSCH":"CSCH","DECIMAL":"DECIMAL","DEGREES":"GRADOS","ECMA.CEILING":"MULTIPLO.SUPERIOR.ECMA","EVEN":"EVEN","EXP":"EXP","FACT":"FACT","FACTDOUBLE":"FACT.DOBLE","FLOOR":"MULTIPLO.INFERIOR","FLOOR.PRECISE":"MULTIPLO.INFERIOR.EXACTO","FLOOR.MATH":"MULTIPLO.INFERIOR.MAT","GCD":"MCD","INT":"ENTERO","ISO.CEILING":"MULTIPLO.SUPERIOR.ISO","LCM":"MCM","LN":"LN","LOG":"LOG","LOG10":"LOG10","MDETERM":"MDETERM","MINVERSE":"MINVERSA","MMULT":"MMULT","MOD":"RESIDUO","MROUND":"REDOND.MULT","MULTINOMIAL":"MULTINOMIAL","ODD":"REDONDEA.IMPAR","PI":"PI","POWER":"POTENCIA","PRODUCT":"PRODUCTO","QUOTIENT":"COCIENTE","RADIANS":"RADIANES","RAND":"ALEATORIO","RANDBETWEEN":"ALEATORIO.ENTRE","ROMAN":"NUMERO.ROMANO","ROUND":"REDONDEAR","ROUNDDOWN":"REDONDEAR.MENOS","ROUNDUP":"REDONDEAR.MAS","SEC":"SEC","SECH":"SECH","SERIESSUM":"SUMA.SERIES","SIGN":"SIGNO","SIN":"SENO","SINH":"SENOH","SQRT":"RCUAD","SQRTPI":"RAIZ2PI","SUBTOTAL":"SUBTOTAL","SUM":"SUMA","SUMIF":"SUMAR.SI","SUMIFS":"SUMAR.SI.CONJUNTO","SUMPRODUCT":"SUMAPRODUCTO","SUMSQ":"SUMA.CUADRADOS","SUMX2MY2":"SUMX2MY2","SUMX2PY2":"SUMX2PY2","SUMXMY2":"SUMXMY2","TAN":"TAN","TANH":"TANH","TRUNC":"TRUNCAR","ADDRESS":"DIRECCION","CHOOSE":"ELEGIR","COLUMN":"COLUMNA","COLUMNS":"COLUMNAS","FORMULATEXT":"FORMULATEXTO","HLOOKUP":"BUSCARH","INDEX":"INDICE","INDIRECT":"INDIRECTO","LOOKUP":"BUSCAR","MATCH":"COINCIDIR","OFFSET":"DESREF","ROW":"FILA","ROWS":"FILAS","TRANSPOSE":"TRANSPONER","VLOOKUP":"BUSCARV","ERROR.TYPE":"TIPO.DE.ERROR","ISBLANK":"ESBLANCO","ISERR":"ESERR","ISERROR":"ESERROR","ISEVEN":"ES.PAR","ISFORMULA":"ESFORMULA","ISLOGICAL":"ESLOGICO","ISNA":"ESNOD","ISNONTEXT":"ESNOTEXTO","ISNUMBER":"ESNUMERO","ISODD":"ES.IMPAR","ISREF":"ESREF","ISTEXT":"ESTEXTO","N":"N","NA":"NA","SHEET":"HOJA","SHEETS":"HOJAS","TYPE":"TIPO","AND":"Y","FALSE":"FALSO","IF":"SI","IFS":"SI.CONJUNTO","IFERROR":"SI.ERROR","IFNA":"SI.ND","NOT":"NO","OR":"O","SWITCH":"CAMBIAR","TRUE":"VERDADERO","XOR":"XO","LocalFormulaOperands":{"StructureTables":{"h":"Encabezados","d":"Datos","a":"Todo","tr":"Esta file","t":"Totales"},"CONST_TRUE_FALSE":{"t":"VERDADERO","f":"FALSO"},"CONST_ERROR":{"nil":"#NULL!","div":"#DIV/0!","value":"#VALUE!","ref":"#REF!","name":"#NAME\\?","num":"#NUM!","na":"#N/A","getdata":"#GETTING_DATA","uf":"#UNSUPPORTED_FUNCTION!"}}} \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/formula-lang/es_desc.json b/apps/spreadsheeteditor/main/resources/formula-lang/es_desc.json new file mode 100644 index 000000000..bc3081828 --- /dev/null +++ b/apps/spreadsheeteditor/main/resources/formula-lang/es_desc.json @@ -0,0 +1 @@ +{"DATE":{"a":"( año, mes, día )","d":"Función de fecha y hora es utilizada para añadir fechas en el formato por defecto MM/dd/aaaa"},"DATEDIF":{"a":"( fecha-inicio , fecha-final , unidad )","d":"Función de fecha y hora es utilizada para devolver la diferencia entre dos valores de fecha (fecha de inicio y fecha de fin), según el intervalo (unidad) especificado"},"DATEVALUE":{"a":"( fecha-hora-cadena )","d":"Función de fecha y hora es utilizada para devolver un número de serie de la fecha especificada"},"DAY":{"a":"( fecha-valor )","d":"Función de fecha y hora devuelve el día (un número del 1 al 31) de la fecha dada en el formato numérico (MM/dd/aaaa por defecto)"},"DAYS":{"a":"( fecha-inicio , fecha-final )","d":"Función de fecha y hora es utilizada para devolver el número de días entre dos fechas"},"DAYS360":{"a":"( fecha-inicio , fecha-final [ , método-marcador ] )","d":"Función de fecha y hora es utilizada para devolver el número de días entre dos fechas (fecha de inicio y fecha final) basada en un año de 360 días utilizando uno de los métodos de cálculo (EE.UU. o Europeo)."},"EDATE":{"a":"( fecha-inicio , mes-compensado )","d":"Función de fecha y hora es utilizada para devolver el número de serie de la fecha en la que viene el número indicado de meses (mes-compensado) antes o después de la fecha especificada (fecha de inicio)"},"EOMONTH":{"a":"( fecha-inicio , mes-compensado )","d":"Función de fecha y hora es utilizada para devolver el número de serie del último día del mes en que viene el número indicado de meses antes o después de la fecha de inicio especificada."},"HOUR":{"a":"( valor-tiempo )","d":"Función de fecha y hora que devuelve la hora (un número de 0 a 23) del valor de tiempo"},"ISOWEEKNUM":{"a":"( fecha )","d":"Función de fecha y hora utilizada para devolver el número de la semana ISO del año para una fecha determinada"},"MINUTE":{"a":"( valor-tiempo )","d":"Función de fecha y hora que devuelve el minuto (un número del 0 al 59) del valor de la hora"},"MONTH":{"a":"(fecha-valor)","d":"Función de fecha y hora que devuelve el mes (un número del 1 al 12) de la fecha dada en el formato numérico (MM/dd/aaaa por defecto)"},"NETWORKDAYS":{"a":"(fecha-inicio, fecha-final [,vacaciones])","d":"Función de fecha y hora utilizada para devolver el número de días laborables entre dos fechas (fecha de inicio y fecha final), excluyendo los fines de semana y las fechas consideradas como días festivos."},"NETWORKDAYS.INTL":{"a":"(fecha_inicio, fecha_final, [, fin de semana], [, vacaciones])","d":"Función de fecha y hora utilizada para devolver el número de días laborables completos entre dos fechas utilizando parámetros para indicar qué y cuántos días son días de fin de semana"},"NOW":{"a":"()","d":"Función de fecha y hora utilizada para devolver el número de serie de la fecha y hora actuales; si el formato de celda era General antes de que se introdujera la función, la aplicación cambia el formato de celda para que coincida con el formato de fecha y hora de sus ajustes regionales."},"SECOND":{"a":"( valor-tiempo )","d":"Función de fecha y hora que devuelve el segundo (un número de 0 a 59) del valor de tiempo"},"TIME":{"a":"(hora, minuto, segundo)","d":"Función de fecha y hora usada para agregar una hora en particular en el formato seleccionado (hh:mm tt por defecto)"},"TIMEVALUE":{"a":"(fecha-hora-cadena)","d":"Función de fecha y hora utilizada para devolver el número de serie de una hora"},"TODAY":{"a":"()","d":"Función de fecha y hora utilizada para añadir el día actual en el siguiente formato MM/dd/aa. Esta función no requiere ningún argumento."},"WEEKDAY":{"a":"(valor-de-serie [,díadesemana-empezar-marcador])","d":"Función de fecha y hora utilizada para determinar qué día de la semana es la fecha especificada"},"WEEKNUM":{"a":"(valor-de-serie [,díadesemana-empezar-marcador])","d":"Función de fecha y hora utilizada para devolver el número de la semana en la que la fecha especificada se encuentra dentro del año"},"WORKDAY":{"a":"(fecha-inicio, fecha-compensada [,vacaciones])","d":"Función de fecha y hora utilizada para devolver la fecha que viene con el número de días indicado (día compensado) antes o después de la fecha de inicio especificada, excluyendo los fines de semana y las fechas consideradas festivas."},"WORKDAY.INTL":{"a":"(Fecha_inicio, días, [, fin de semana], [, vacaciones])","d":"Función de fecha y hora utilizada para devolver el número de serie de la fecha antes o después de un número especificado de días laborables con parámetros personalizados de fin de semana; los parámetros de fin de semana indican qué y cuántos días son días de fin de semana"},"YEAR":{"a":"(fecha-valor)","d":"Función de fecha y hora que devuelve el año (un número de 1900 a 9999) de la fecha dada en el formato numérico (MM/dd/aaaa por defecto)"},"YEARFRAC":{"a":"(Fecha-inicio, fecha-fin [,base])","d":"Función de fecha y hora utilizada para devolver la fracción de un año representada por el número de días completos desde la fecha de inicio hasta la fecha final calculada sobre la base especificada."},"BESSELI":{"a":"( X , N )","d":"Función de ingeniería utilizada para devolver la función de Bessel modificada, que es equivalente a la función de Bessel evaluada para argumentos puramente imaginarios."},"BESSELJ":{"a":"( X , N )","d":"Función de ingeniería utilizada para devolver la función de Bessel"},"BESSELK":{"a":"( X , N )","d":"Función de ingeniería utilizada para devolver Función de Bessel modificada, que es equivalente a las funciones de Bessel evaluadas para argumentos puramente imaginarios."},"BESSELY":{"a":"( X , N )","d":"Función de ingeniería utilizada para devolver la función de Bessel, que también se denomina función de Weber o la función de Neumann."},"BIN2DEC":{"a":"( número )","d":"Función de ingeniería utilizada para convertir un número binario en un número decimal"},"BIN2HEX":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número binario en un número hexadecimal"},"BIN2OCT":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número binario en un número octal"},"BITAND":{"a":"(número1, número2)","d":"Función de ingeniería utilizada para devolver un modo de bits 'AND' de dos números"},"BITLSHIFT":{"a":"(número, cantidad_desplazada)","d":"Función de ingeniería utilizada para devolver un número desplazado a la izquierda por el número especificado de bits"},"BITOR":{"a":"(número1, número2)","d":"Función de ingeniería utilizada para devolver un número de bits 'OR' de dos números"},"BITRSHIFT":{"a":"(número, cantidad_desplazada)","d":"Función de ingeniería utilizada para devolver un número desplazado hacia la derecha por el número especificado de bits"},"BITXOR":{"a":"(número1, número2)","d":"Función de ingeniería utilizada para devolver un número de bits 'XOR' de dos números"},"COMPLEX":{"a":"(número-real, número-imaginario [, sufijo])","d":"Función de ingeniería utilizada para convertir una parte real y una parte imaginaria en el número complejo expresado en forma de a + bi o a + bj."},"CONVERT":{"a":"( número , de-unidad , a-unidad )","d":"Función de ingeniería utilizada para convertir un número de un sistema de medida a otro; por ejemplo, CONVERTIR puede convertir una tabla de distancias en millas a una tabla de distancias en kilómetros"},"DEC2BIN":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número decimal en un número binario"},"DEC2HEX":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número decimal en un número hexadecimal"},"DEC2OCT":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número decimal en un número octal"},"DELTA":{"a":"(número-1 [, número-2])","d":"Función de ingeniería utilizada para comprobar si dos números son iguales. Función devuelve 1 si los números son iguales y 0 si no lo son."},"ERF":{"a":"(límite-inferior [, límite-superior])","d":"Función de ingeniería utilizada para calcular la función de error integrada entre los límites inferior y superior especificados"},"ERF.PRECISE":{"a":"( x )","d":"Función de ingeniería utilizada para devolver Función de error"},"ERFC":{"a":"( límite-inferior )","d":"Función de ingeniería utilizada para calcular la función de error complementario integrada entre el límite inferior especificado y el infinito"},"ERFC.PRECISE":{"a":"( x )","d":"Función de ingeniería utilizada para devolver Función ERF complementaria integrada entre x e infinito"},"GESTEP":{"a":"(número [, paso])","d":"Función de ingeniería utilizada para comprobar si un número es mayor que un valor umbral. Función devuelve 1 si el número es mayor o igual que el valor umbral y 0 en caso contrario."},"HEX2BIN":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número hexadecimal en un número binario"},"HEX2DEC":{"a":"( número )","d":"Función de ingeniería utilizada para convertir un número hexadecimal en un número decimal"},"HEX2OCT":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número hexadecimal en un número octal"},"IMABS":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el valor absoluto de un número complejo"},"IMAGINARY":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver la parte imaginaria del número complejo especificado"},"IMARGUMENT":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el argumento Theta, un ángulo expresado en radianes"},"IMCONJUGATE":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el complejo conjugado de un número complejo"},"IMCOS":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el coseno de un número complejo"},"IMCOSH":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el coseno hiperbólico de un número complejo"},"IMCOT":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver la cotangente de un número complejo"},"IMCSC":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el cosecante de un número complejo"},"IMCSCH":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el cosecante hiperbólico de un número complejo"},"IMDIV":{"a":"(número-complejo-1, número-complejo-2)","d":"Función de ingeniería utilizada para devolver el cociente de dos números complejos expresados en forma de a + bi o a + bj."},"IMEXP":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver la constante e elevada a la potencia especificada por un número complejo. La constante e es igual a 2,71828182845904."},"IMLN":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el logaritmo natural de un número complejo"},"IMLOG10":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el logaritmo de un número complejo a una base de 10"},"IMLOG2":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el logaritmo de un número complejo a una base de 2"},"IMPOWER":{"a":"(número-complejo, potencia)","d":"Función de ingeniería utilizada para devolver el resultado de un número complejo elevado a la potencia deseada."},"IMPRODUCT":{"a":"(lista-argumento)","d":"Función de ingeniería utilizada para devolver el producto de los números complejos especificados"},"IMREAL":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver la parte real del número complejo especificado"},"IMSEC":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver la secante de un número complejo"},"IMSECH":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el secante hiperbólico de un número complejo"},"IMSIN":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el seno de un número complejo"},"IMSINH":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver el seno hiperbólico de un número complejo"},"IMSQRT":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para devolver la raíz cuadrada de un número complejo"},"IMSUB":{"a":"(número-complejo-1, número-complejo-2)","d":"Función de ingeniería utilizada para devolver la diferencia de dos números complejos expresados en forma de a + bi o a + bj"},"IMSUM":{"a":"(lista-argumento)","d":"Función de ingeniería utilizada para devolver la suma de los números complejos especificados"},"IMTAN":{"a":"(número-complejo)","d":"Función de ingeniería utilizada para retornar a la tangente de un número complejo"},"OCT2BIN":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número octal en un número binario"},"OCT2DEC":{"a":"( número )","d":"Función de ingeniería utilizada para convertir un número octal a un número decimal"},"OCT2HEX":{"a":"(número [, núm-hex-dígitos])","d":"Función de ingeniería utilizada para convertir un número octal en un número hexadecimal"},"DAVERAGE":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para promediar los valores de un campo (columna) de registros de una lista o base de datos que coinciden con las condiciones especificadas."},"DCOUNT":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para contar las celdas que contienen números en un campo (columna) de registros en una lista o base de datos que coinciden con las condiciones especificadas."},"DCOUNTA":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para contar las celdas no en blanco en un campo (columna) de registros de una lista o base de datos que coinciden con las condiciones especificadas."},"DGET":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para extraer un valor individual de una columna de una lista o base de datos que coincida con las condiciones especificadas."},"DMAX":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para devolver el mayor número en un campo (columna) de registros de una lista o base de datos que coincidan con las condiciones que especifique."},"DMIN":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para devolver el número más pequeño de un campo (columna) de registros de una lista o base de datos que coincida con las condiciones especificadas."},"DPRODUCT":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para multiplicar los valores en un campo (columna) de registros en una lista o base de datos que coinciden con las condiciones que especifique."},"DSTDEV":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para estimar la desviación estándar de una población basada en una muestra utilizando los números de un campo (columna) de registros de una lista o base de datos que coinciden con las condiciones especificadas."},"DSTDEVP":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para calcular la desviación estándar de una población basada en toda la población utilizando los números de un campo (columna) de registros de una lista o base de datos que coinciden con las condiciones especificadas."},"DSUM":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para añadir los números en un campo (columna) de registros en una lista o base de datos que coinciden con las condiciones especificadas."},"DVAR":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para estimar la varianza de una población basada en una muestra utilizando los números en un campo (columna) de registros en una lista o base de datos que coinciden con las condiciones especificadas."},"DVARP":{"a":"(base de datos, campo, criterio)","d":"Función de base de datos utilizada para calcular la varianza de una población basada en toda la población utilizando los números de un campo (columna) de registros de una lista o base de datos que coinciden con las condiciones especificadas."},"CHAR":{"a":"( número )","d":"Función de texto y datos utilizada para devolver el carácter ASCII especificado por un número."},"CLEAN":{"a":"( cadena )","d":"Función de texto y datos utilizada para eliminar todos los caracteres no imprimibles de la cadena seleccionada"},"CODE":{"a":"( cadena )","d":"Función de texto y datos utilizada para devolver el valor ASCII del carácter especificado o del primer carácter de una celda"},"CONCATENATE":{"a":"(texto1, texto2, ...)","d":"Función de texto y datos utilizada para combinar los datos de dos o más celdas en una sola."},"CONCAT":{"a":"(texto1, texto2, ...)","d":"Función de texto y datos utilizada para combinar los datos de dos o más celdas en una sola. Esta función reemplaza a la función CONCATENAR"},"DOLLAR":{"a":"(número [, núm-decimal])","d":"Función de texto y datos usada para convertir un número a texto, usando un formato de moneda $#.##"},"EXACT":{"a":"(texto1, texto2)","d":"Función de texto y datos utilizada para comparar datos en dos celdas. La función devuelve VERDADERO si los datos son los mismos, y FALSO si no lo son."},"FIND":{"a":"(cadena-1, cadena-2 [,posición-inicio])","d":"Función de texto y datos utilizada para encontrar la subcadena especificada (cadena-1) dentro de una cadena (cadena-2) y está destinada a idiomas que utilizan el juego de caracteres de un bit (SBCS)"},"FINDB":{"a":"(cadena-1, cadena-2 [,posición-inicio])","d":"Función de texto y datos utilizada para encontrar la subcadena especificada (cadena-1) dentro de una cadena (cadena-2) y está destinada a los idiomas del conjunto de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."},"FIXED":{"a":"(número [,[núm-decimal] [,suprimir-comas-marcador])","d":"Función de texto y datos utilizada para devolver la representación de texto de un número redondeado a un número específico de decimales"},"LEFT":{"a":"(cadena [, número-caracteres])","d":"Función de texto y datos utilizada para extraer la subcadena de la cadena especificada a partir del carácter izquierdo y está destinada a idiomas que utilizan el juego de caracteres de bit único (SBCS)."},"LEFTB":{"a":"(cadena [, número-caracteres])","d":"Función de texto y datos utilizada para extraer la subcadena de la cadena especificada a partir del carácter izquierdo y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."},"LEN":{"a":"( cadena )","d":"Función de texto y datos utilizada para analizar la cadena especificada y devolver el número de caracteres que contiene, y está destinada a idiomas que utilizan el juego de caracteres de bit único (SBCS)."},"LENB":{"a":"( cadena )","d":"Función de texto y datos utilizada para analizar la cadena especificada y devolver el número de caracteres que contiene y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."},"LOWER":{"a":"(texto)","d":"Función de texto y datos utilizada para convertir letras mayúsculas a minúsculas en la celda seleccionada."},"MID":{"a":"(cadena, posición-empiece, número-caracteres)","d":"Función de texto y datos utilizada para extraer los caracteres de la cadena especificada a partir de cualquier posición y está destinada a idiomas que utilizan el juego de caracteres de bit único (SBCS)."},"MIDB":{"a":"(cadena, posición-empiece, número-caracteres)","d":"Función de texto y datos utilizada para extraer los caracteres de la cadena especificada a partir de cualquier posición y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."},"NUMBERVALUE":{"a":"(texto, [, [separador-decimal] [, [separador-grupal]])","d":"Función de texto y datos utilizada para convertir texto a un número, de forma independiente del lugar"},"PROPER":{"a":"( cadena )","d":"Función de texto y datos utilizada para convertir el primer carácter de cada palabra en mayúsculas y el resto de caracteres en minúsculas."},"REPLACE":{"a":"(cadena-1, pos-inicio, número-caracteres, cadena-2)","d":"Función de texto y datos utilizada para sustituir un conjunto de caracteres, según el número de caracteres y la posición inicial que especifique, por un nuevo conjunto de caracteres y está destinada a idiomas que utilizan el conjunto de caracteres de un solo bit (SBCS)."},"REPLACEB":{"a":"(cadena-1, pos-inicio, número-caracteres, cadena-2)","d":"Función de texto y datos utilizada para reemplazar un conjunto de caracteres, basado en el número de caracteres y la posición inicial que especifique, por un nuevo conjunto de caracteres y está destinada a idiomas que utilizan el conjunto de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."},"REPT":{"a":"(texto, número_de_veces)","d":"Función de texto y datos utilizada para repetir los datos en la celda seleccionada tantas veces como se desee"},"RIGHT":{"a":"(cadena [, número-caracteres])","d":"Función de texto y datos utilizada para extraer una subcadena de una cadena a partir del carácter situado más a la derecha, basada en el número de caracteres especificado y está destinada a idiomas que utilizan el juego de caracteres de bit único (SBCS)."},"RIGHTB":{"a":"(cadena [, número-caracteres])","d":"Función de texto y datos utilizada para extraer una subcadena de una cadena a partir del carácter más a la derecha, basada en el número especificado de caracteres y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."},"SEARCH":{"a":"(cadena-1, cadena-2 [,posición-inicio])","d":"Función de texto y datos utilizada para devolver la ubicación de la subcadena especificada en una cadena y está destinada a idiomas que utilizan el juego de caracteres de un bit (SBCS)"},"SEARCHB":{"a":"(cadena-1, cadena-2 [,posición-inicio])","d":"Función de texto y datos utilizada para devolver la ubicación de la subcadena especificada en una cadena y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."},"SUBSTITUTE":{"a":"(cadena, cadena-antigua, cadena-nueva [, ocurrencia])","d":"Función de texto y datos utilizada para reemplazar un conjunto de caracteres por uno nuevo"},"T":{"a":"( valor )","d":"Función de texto y datos utilizada para verificar si el valor en la celda (o utilizado como argumento) es texto o no. Si no es texto, la función devolverá el resultado en blanco. Si el valor/argumento es texto, la función devuelve el mismo valor de texto."},"TEXT":{"a":"(valor, formato)","d":"Función de texto y datos utilizada para convertir un valor en un texto en el formato especificado."},"TEXTJOIN":{"a":"(delimitador, ignorar_vacío, texto1 [, texto2], …)","d":"Función de texto y datos utilizada para combinar el texto de múltiples rangos y/o cadenas, e incluye un delimitador que se especifica entre cada valor de texto que se combinará; si el delimitador es una cadena de texto vacía, esta función concatenará efectivamente los rangos."},"TRIM":{"a":"( cadena )","d":"Función de texto y datos utilizada para eliminar los espacios inicial y final de una cadena de texto"},"UNICHAR":{"a":"( número )","d":"Función de texto y datos utilizada para devolver el carácter Unicode al que se hace referencia mediante el valor numérico dado."},"UNICODE":{"a":"( texto )","d":"Función de texto y datos utilizada para devolver el número (punto de código) correspondiente al primer carácter del texto"},"UPPER":{"a":"(texto)","d":"Función de texto y datos utilizada para convertir letras minúsculas a mayúsculas en la celda seleccionada"},"VALUE":{"a":"( cadena )","d":"Función de texto y datos utilizada para convertir un valor de texto que representa un número en un número. Si el texto convertido no es un número, la función devolverá un error #VALUE!."},"AVEDEV":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y devolver el promedio de las desviaciones absolutas de los números de su media."},"AVERAGE":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y encontrar el valor medio"},"AVERAGEA":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos incluyendo texto y valores lógicos y encontrar el valor promedio. La función PROMEDIOA procesa texto y FALSO como 0 y VERDADERO como 1."},"AVERAGEIF":{"a":"(rango-de-celda, selección-de-criterio [,rango-promedio])","d":"Función estadística usada para analizar el rango de datos y encontrar el valor promedio de todos los números en un rango de celdas, basado en el criterio especificado."},"AVERAGEIFS":{"a":"(rango-promedio, rango-criterio-1, criterio-1 [rango-criterio-2, criterio-2], ... )","d":"Función estadística usada para analizar el rango de datos y encontrar el valor promedio de todos los números en un rango de celdas, basado en múltiples criterios"},"BETADIST":{"a":" (x, alfa, beta, [,[A] [,[B]]) ","d":"Función estadística utilizada para devolver la función de densidad de probabilidad beta acumulativa"},"BETA.DIST":{"a":" (x, alfa, beta,acumulativo [,[A] [,[B]]) ","d":"Función estadística utilizada para devolver la distribución beta"},"BETA.INV":{"a":" (probabilidad, alfa, beta, [,[A] [,[B]]) ","d":"Función estadística utilizada para devolver el inverso de la función de densidad de probabilidad acumulativa beta"},"BINOMDIST":{"a":"(número-éxitos, número-intentos, éxito-probabilidad, acumulativo-bandera)","d":"Función estadística utilizada para devolver el término individual probabilidad de distribución binomial"},"BINOM.DIST":{"a":"(número-s, pruebas, probabilidad-es, acumulativo)","d":"Función estadística utilizada para devolver el término individual probabilidad de distribución binomial"},"BINOM.DIST.RANGE":{"a":"(pruebas, probabilidad-es, número-s [, número-s2])","d":"Función estadística usada para retornar la probabilidad del resultado de un ensayo usando una distribución binomial"},"BINOM.INV":{"a":"(pruebas, probabilidad-es, alfa)","d":"Función estadística utilizada para devolver el valor más pequeño para el que la distribución binomial acumulada es mayor o igual que un valor criterio."},"CHIDIST":{"a":"(x, grado-libertad)","d":"Función estadística utilizada para devolver la probabilidad de cola derecha de la distribución chi-cuadrado"},"CHIINV":{"a":"(probabilidad, grado-libertad)","d":"Función estadística usada para retornar el inverso de la probabilidad de cola derecha de la distribución chi-cuadrado"},"CHITEST":{"a":"(rango-real, rango-esperado)","d":"Función estadística utilizada para devolver la prueba de independencia, valor de la distribución del chi-cuadrado (χ) para la estadística y los grados de libertad apropiados."},"CHISQ.DIST":{"a":"(x, grado-libertad, acumulativo)","d":"Función estadística utilizada para devolver la distribución chi-cuadrado"},"CHISQ.DIST.RT":{"a":"(x, grado-libertad)","d":"Función estadística utilizada para devolver la probabilidad de cola derecha de la distribución chi-cuadrado"},"CHISQ.INV":{"a":"(probabilidad, grado-libertad)","d":"Función estadística usada para retornar el inverso de la probabilidad de cola izquierda de la distribución chi-cuadrado"},"CHISQ.INV.RT":{"a":"(probabilidad, grado-libertad)","d":"Función estadística usada para retornar el inverso de la probabilidad de cola derecha de la distribución chi-cuadrado"},"CHISQ.TEST":{"a":"(rango-real, rango-esperado)","d":"Función estadística utilizada para devolver la prueba de independencia, valor de la distribución del chi-cuadrado (χ) para la estadística y los grados de libertad apropiados."},"CONFIDENCE":{"a":"(alfa, desviación-estándar, tamaño)","d":"Función estadística utilizada para devolver el intervalo de confianza"},"CONFIDENCE.NORM":{"a":"(alfa, desviación-estándar, tamaño)","d":"Función estadística utilizada para devolver el intervalo de confianza para una media de población, utilizando una distribución normal"},"CONFIDENCE.T":{"a":"(alfa, desviación-estándar, tamaño)","d":"Función estadística utilizada para devolver el intervalo de confianza para la media de una población, utilizando la distribución t de Student"},"CORREL":{"a":"(conjunto-1 , conjunto-2)","d":"Función estadística utilizada para analizar el rango de datos y devolver el coeficiente de correlación de dos rangos de celdas"},"COUNT":{"a":"(lista-argumento)","d":"Función estadística utilizada para contar el número de celdas seleccionadas que contienen números que ignoran las celdas vacías o las que contienen texto."},"COUNTA":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de celdas y contar el número de celdas que no están vacías"},"COUNTBLANK":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de celdas y devolver el número de celdas vacías"},"COUNTIF":{"a":"(Rango-celda, criterios-de-selección)","d":"Función estadística utilizada para contar el número de celdas seleccionadas según el criterio especificado"},"COUNTIFS":{"a":"(rango-de-criterio-1, criterio-1,[rango-de-criterio-2, criterio-2], ... )","d":"Función estadística utilizada para contar el número de celdas seleccionadas en función de los múltiples criterios"},"COVAR":{"a":"(conjunto-1 , conjunto-2)","d":"Función estadística utilizada para obtener la covarianza de dos rangos de datos"},"COVARIANCE.P":{"a":"(conjunto-1 , conjunto-2)","d":"Función estadística utilizada para obtener la covarianza de la población, el promedio de los productos de las desviaciones de cada par de puntos de datos en dos conjuntos de datos; utilice la covarianza para determinar la relación entre dos conjuntos de datos."},"COVARIANCE.S":{"a":"(conjunto-1 , conjunto-2)","d":"Función estadística utilizada para obtener la covarianza de la muestra, el promedio de los productos de las desviaciones para cada par de puntos de datos en dos conjuntos de datos"},"CRITBINOM":{"a":"(número-de-pruebas, probabilidad-de-éxito, alfa)","d":"Función estadística utilizada para devolver el valor más pequeño para el cual la distribución binomial acumulada es mayor o igual que el valor alfa especificado."},"DEVSQ":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y sumar los cuadrados de las desviaciones de los números de su media."},"EXPONDIST":{"a":"(x, lambda, marcador-acumulativo)","d":"Función estadística utilizada para devolver la distribución exponencial"},"EXPON.DIST":{"a":"(x, lambda, acumulativo)","d":"Función estadística utilizada para devolver la distribución exponencial"},"FDIST":{"a":"(x, grado-libertad1, grado-libertad2)","d":"Función estadística utilizada para obtener la distribución de probabilidad F (cola derecha) (grado de diversidad) de dos conjuntos de datos. Puede usar esta función para determinar si los dos conjuntos de datos tienen distintos grados de diversidad."},"FINV":{"a":"(probabilidad, grado-libertad1, grado-libertad2)","d":"Función estadística utilizada para devolver el inverso de la distribución de probabilidad de F (de cola derecha); la distribución de F se puede utilizar en una prueba de F que compara el grado de variabilidad en dos conjuntos de datos"},"FTEST":{"a":"( conjunto1, conjunto2 )","d":"Función estadística utilizada para devolver el resultado de una prueba F Una prueba F devuelve la probabilidad doble de que las varianzas de los argumentos conjunto1 y conjunto2 no presenten diferencias significativas; use esta función para determinar si las varianzas de dos muestras son diferentes"},"F.DIST":{"a":"(x, grado-libertad1, grado-libertad2, acumulativo)","d":"Función estadística utilizada para devolver la distribución de probabilidad F. Puede usar esta función para determinar si los dos conjuntos de datos tienen distintos grados de diversidad."},"F.DIST.RT":{"a":"(x, grado-libertad1, grado-libertad2)","d":"Función estadística utilizada para obtener la distribución de probabilidad F (cola derecha) (grado de diversidad) de dos conjuntos de datos. Puede usar esta función para determinar si los dos conjuntos de datos tienen distintos grados de diversidad."},"F.INV":{"a":"(probabilidad, grado-libertad1, grado-libertad2)","d":"Función estadística utilizada para devolver el inverso de la distribución de probabilidad de F (de cola derecha); la distribución de F se puede utilizar en una prueba de F que compara el grado de variabilidad en dos conjuntos de datos"},"F.INV.RT":{"a":"(probabilidad, grado-libertad1, grado-libertad2)","d":"Función estadística utilizada para devolver el inverso de la distribución de probabilidad de F (de cola derecha); la distribución de F se puede utilizar en una prueba de F que compara el grado de variabilidad en dos conjuntos de datos"},"F.TEST":{"a":"( conjunto1, conjunto2 )","d":"Función estadística utilizada para devolver el resultado de una prueba F, la probabilidad de dos colas de que las varianzas de los argumentos conjunto1 y conjunto2 no presenten diferencias significativas; use esta función para determinar si las varianzas de dos muestras son diferentes"},"FISHER":{"a":"( número )","d":"Función estadística utilizada para devolver la transformación de Fisher de un número"},"FISHERINV":{"a":"( número )","d":"Función estadística utilizada para realizar la transformación inversa de Fisher"},"FORECAST":{"a":"(x, conjunto-1, conjunto-2)","d":"Función estadística utilizada para predecir un valor futuro basado en los valores existentes proporcionados"},"FORECAST.ETS":{"a":"( fecha_destino, valores, línea_de_tiempo, [ estacionalidad ], [ llenado_datos ], [ agregación ] )","d":"Función estadística utilizada para calcular o predecir un valor futuro en base a valores (históricos) existentes mediante la versión AAA el algoritmo de Suavizado exponencial triple (ETS)"},"FORECAST.ETS.CONFINT":{"a":"( fecha_destino, valores, línea_de_tiempo, [ nivel_confianza ], [ estacionalidad ], [ llenado_datos ], [ agregación ] )","d":"Función estadística utilizada para devolver un intervalo de confianza para el valor previsto en una fecha futura específica"},"FORECAST.ETS.SEASONALITY":{"a":"( valores, línea_de_tiempo, [ llenado_datos ], [ agregación ] )","d":"Función estadística utilizada para devolver la longitud del patrón repetitivo que Excel detecta para la serie temporal especificada"},"FORECAST.ETS.STAT":{"a":"( valores, línea_de_tiempo, tipo_estadístico, [ estacionalidad ], [ llenado_datos ], [ agregación ] )","d":"Función estadística utilizada para devolver un valor estadístico como resultado de la previsión de series temporales; el tipo estadístico indica qué estadística solicita esta función"},"FORECAST.LINEAR":{"a":"(x, ys_conocidas, xs_conocidas)","d":"Función estadística utilizada para calcular o predecir un valor futuro utilizando valores existentes; el valor predecido es un valor y para un valor x dado, los valores conocidos son valores x existentes y valores y, y el nuevo valor se predice mediante regresión lineal."},"FREQUENCY":{"a":"(conjunto-datos, conjunto-recipiente)","d":"Función estadística usada para сalcular con qué frecuencia los valores ocurren dentro del rango seleccionado de celdas y muestra el primer valor de la matriz vertical de números devueltos."},"GAMMA":{"a":"( número )","d":"Función estadística utilizada para devolver el valor de la función gamma"},"GAMMADIST":{"a":"(x, alfa, beta, acumulativo)","d":"Función estadística utilizada para devolver la distribución gamma"},"GAMMA.DIST":{"a":"(x, alfa, beta, acumulativo)","d":"Función estadística utilizada para devolver la distribución gamma"},"GAMMAINV":{"a":"(probabilidad, alfa, beta)","d":"Función estadística utilizada para devolver el inverso de la distribución acumulativa de gamma"},"GAMMA.INV":{"a":"(probabilidad, alfa, beta)","d":"Función estadística utilizada para devolver el inverso de la distribución acumulativa de gamma"},"GAMMALN":{"a":"( número )","d":"Función estadística utilizada para devolver el logaritmo natural de la función gamma"},"GAMMALN.PRECISE":{"a":"( x )","d":"Función estadística utilizada para devolver el logaritmo natural de la función gamma"},"GAUSS":{"a":"( z )","d":"Función estadística utilizada para calcular la probabilidad de que un miembro de una población normal estándar se encuentre entre la media y las desviaciones estándar z de la media"},"GEOMEAN":{"a":"(lista-argumento)","d":"Función estadística utilizada para calcular la media geométrica de la lista de argumentos"},"HARMEAN":{"a":"(lista-argumento)","d":"Función estadística utilizada para calcular la media armónica de la lista de argumentos"},"HYPGEOMDIST":{"a":"(éxitos-muestras , número-muestras , éxitos-población , número-población)","d":"Función estadística utilizada para devolver la distribución hipergeométrica, la probabilidad de un número dado de éxitos de la muestra, dado el tamaño de la muestra, los éxitos de la población y el tamaño de la población."},"INTERCEPT":{"a":"(conjunto-1 , conjunto-2)","d":"Función estadística utilizada para analizar los valores de la primera matriz y los valores de la segunda matriz para calcular el punto de intersección"},"KURT":{"a":"(lista-argumento)","d":"Función estadística usada para devolver la curtosis de la lista de argumentos"},"LARGE":{"a":"( conjunto , k )","d":"Función estadística utilizada para analizar el rango de celdas y devolver el mayor valor"},"LOGINV":{"a":"(x, media, desviación-estándar)","d":"Función estadística utilizada para devolver el inverso de la función de distribución acumulativa logarítmica del valor x dado con los parámetros especificados"},"LOGNORM.DIST":{"a":"(x , media , desviación-estándar , acumulativo)","d":"Función estadística utilizada para devolver la distribución logarítmica normal de x, donde ln(x) se distribuye normalmente con los parámetros Media y Desviación estándar"},"LOGNORM.INV":{"a":"(x, media, desviación-estándar)","d":"Función estadística utilizada para devolver el inverso de la función de distribución acumulativa logarítmica normal de x, donde ln(x) se distribuye normalmente con los parámetros Media y Desviación estándar"},"LOGNORMDIST":{"a":"(x, media, desviación-estándar)","d":"Función estadística utilizada para analizar datos transformados logarítmicamente y devolver la función de distribución acumulativa logarítmica del valor x dado con los parámetros especificados."},"MAX":{"a":"(número1, número2,...)","d":"Función estadística utilizada para analizar el rango de datos y encontrar el número más grande"},"MAXA":{"a":"(número1, número2,...)","d":"Función estadística utilizada para analizar el rango de datos y encontrar el valor más grande"},"MAXIFS":{"a":"(rango_max, criterio_rango1, criterio1 [, criterio_rango2, criterio2], ...)","d":"Función estadística utilizada para devolver el valor máximo entre celdas especificadas por un conjunto dado de condiciones o criterios"},"MEDIAN":{"a":"(lista-argumento)","d":"Función estadística utilizada para calcular la mediana de la lista de argumentos"},"MIN":{"a":"(número1, número2,...)","d":"Función estadística utilizada para analizar el rango de datos y encontrar el número más pequeño"},"MINA":{"a":"(número1, número2,...)","d":"Función estadística utilizada para analizar el rango de datos y encontrar el valor más pequeño"},"MINIFS":{"a":"(rango_min, criterio_rango1, criterio1 [, criterio_rango2, criterio2], ...)","d":"Función estadística utilizada para devolver el valor mínimo entre celdas especificadas por un conjunto dado de condiciones o criterios."},"MODE":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y devolver el valor que ocurre con más frecuencia"},"MODE.MULT":{"a":"(número1, [,número2]... )","d":"Función estadística utilizada para obtener una matriz vertical de los valores más frecuentes o repetitivos de una matriz o rango de datos."},"MODE.SNGL":{"a":"(número1, [,número2]... )","d":"Función estadística utilizada para devolver el valor más frecuente o repetitivo de una matriz o rango de datos."},"NEGBINOM.DIST":{"a":"((número-f, número-s, probabilidad-s, acumulativo)","d":"Función estadística usada para retornar la distribución binomial negativa, la probabilidad de que habrá fallas de Número-f antes del éxito de Número, con Probabilidad-s de probabilidad de éxito"},"NEGBINOMDIST":{"a":"(número-fracasos, número-éxitos, probabilidad-éxito)","d":"Función estadística utilizada para devolver la distribución binomial negativa"},"NORM.DIST":{"a":"(x, media, desviación-estándar, acumulativo)","d":"Función estadística utilizada para devolver la distribución normal para la media especificada y la desviación estándar"},"NORMDIST":{"a":"(x , media , desviación-estándar , marcador-acumulativo)","d":"Función estadística utilizada para devolver la distribución normal para la media especificada y la desviación estándar"},"NORM.INV":{"a":"(probabilidad, media, desviación-estándar)","d":"Función estadística utilizada para devolver el inverso de la distribución normal acumulativa para la media especificada y la desviación estándar"},"NORMINV":{"a":"(x, media, desviación-estándar)","d":"Función estadística utilizada para devolver el inverso de la distribución normal acumulativa para la media especificada y la desviación estándar"},"NORM.S.DIST":{"a":"(z, acumulativo)","d":"Función estadística utilizada para devolver la distribución normal estándar (tiene una media de cero y una desviación estándar de uno)."},"NORMSDIST":{"a":"( número )","d":"Función estadística utilizada para devolver la función de distribución acumulativa normal estándar."},"NORM.S.INV":{"a":"( probabilidad )","d":"Función estadística utilizada para devolver la inversa de la distribución normal acumulativa estándar; la distribución tiene una media de cero y una desviación estándar de uno"},"NORMSINV":{"a":"( probabilidad )","d":"Función estadística utilizada para devolver lo contrario de la distribución acumulativa normal estándar"},"PEARSON":{"a":"(conjunto-1 , conjunto-2)","d":"Función estadística utilizada para devolver el coeficiente de correlación de momento del producto Pearson"},"PERCENTILE":{"a":"( conjunto , k )","d":"Función estadística utilizada para analizar el rango de datos y devolver el percentil n"},"PERCENTILE.EXC":{"a":"( conjunto , k )","d":"Función estadística utilizada para devolver el percentil k de los valores en un rango, donde k está en el rango 0..1, exclusivo"},"PERCENTILE.INC":{"a":"( conjunto , k )","d":"Función estadística utilizada para devolver el percentil k de los valores en un rango, donde k está en el rango 0..1, exclusivo"},"PERCENTRANK":{"a":"( conjunto , k )","d":"Función estadística utilizada para devolver el rango de un valor en conjunto de valores como un porcentaje del conjunto."},"PERCENTRANK.EXC":{"a":"(conjunto, x[, significado])","d":"Función estadística utilizada para devolver el rango de un valor en un conjunto de datos como porcentaje (0..1, exclusivo) del conjunto de datos."},"PERCENTRANK.INC":{"a":"(conjunto, x[, significado])","d":"Función estadística utilizada para devolver el rango de un valor en un conjunto de datos como porcentaje (0..1, inclusive) del conjunto de datos."},"PERMUT":{"a":"(número, número-escogido)","d":"Función estadística utilizada para devolver el rango de un valor en un conjunto de datos como porcentaje (0..1, inclusive) del conjunto de datos."},"PERMUTATIONA":{"a":"(número, número-escogido)","d":"Función estadística utilizada para devolver el número de permutaciones para un número dado de objetos (con repeticiones) que se pueden seleccionar del total de objetos"},"PHI":{"a":"( x )","d":"Función estadística utilizada para devolver el valor de la función de densidad para una distribución normal estándar"},"POISSON":{"a":"(x, media, marcador-acumulativo)","d":"Función estadística utilizada para devolver la distribución de Poisson"},"POISSON.DIST":{"a":"(x, media, acumulativo)","d":"Función estadística utilizada para devolver la distribución de Poisson; una aplicación común de la distribución de Poisson es predecir el número de eventos en un tiempo específico, como el número de coches que llegan a una plaza de peaje en 1 minuto."},"PROB":{"a":"(x-rango, rango-probabilidad, límite-inferior[, límite-superior])","d":"Función estadística utilizada para obtener la probabilidad de que los valores de un rango se encuentren entre los límites inferior y superior"},"QUARTILE":{"a":"(conjunto , categoría-resultado)","d":"Función estadística utilizada para analizar el rango de datos y devolver el cuartil"},"QUARTILE.INC":{"a":"( conjunto , cuartil )","d":"Función estadística utilizada para devolver el cuartil de un conjunto de datos, basado en valores de percentiles desde 0..1, inclusive"},"QUARTILE.EXC":{"a":"( conjunto , cuartil )","d":"Función estadística utilizada para devolver el cuartil del conjunto de datos, basado en valores de percentiles desde 0..1, exclusivo"},"RANK":{"a":"(número, ref [, orden])","d":"Función estadística utilizada para devolver el rango de un número en una lista de números; el rango de un número es su tamaño en relación con otros valores de una lista, por lo que si tuviera que ordenar la lista, el rango del número sería su posición."},"RANK.AVG":{"a":"(número, ref [, orden])","d":"Función estadística utilizada para devolver el rango de un número en una lista de números: su tamaño en relación con otros valores de la lista; si más de un valor tiene el mismo rango, se devuelve el rango medio."},"RANK.EQ":{"a":"(número, ref [, orden])","d":"Función estadística utilizada para devolver el rango de un número en una lista de números: su tamaño es relativo a otros valores de la lista; si más de un valor tiene el mismo rango, se devuelve el rango superior de ese conjunto de valores."},"RSQ":{"a":"(conjunto-1 , conjunto-2)","d":"Función estadística utilizada para devolver el cuadrado del coeficiente de correlación de momento del producto Pearson"},"SKEW":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y devolver la asimetría de una distribución de la lista de argumentos"},"SKEW.P":{"a":"(númeror-1 [, número2],...)","d":"Función estadística utilizada para devolver la asimetría de una distribución basada en una población: una caracterización del grado de asimetría de una distribución alrededor de su media."},"SLOPE":{"a":"(conjunto-1 , conjunto-2)","d":"Función estadística utilizada para devolver la pendiente de la línea de regresión lineal a través de datos en dos matrices"},"SMALL":{"a":"( conjunto , k )","d":"Función estadística utilizada para analizar el rango de datos y encontrar el valor más pequeño"},"STANDARDIZE":{"a":"(x, media, desviación-estándar)","d":"Función estadística utilizada para devolver un valor normalizado de una distribución caracterizada por los parámetros especificados"},"STDEV":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y devolver la desviación estándar de una población basada en un conjunto de números"},"STDEV.P":{"a":"(número1 [, número2],... )","d":"Función estadística utilizada para calcular la desviación estándar basada en toda la población dada como argumento (ignora los valores lógicos y el texto)"},"STDEV.S":{"a":"(número1 [, número2],... )","d":"Función estadística utilizada para estimar la desviación estándar basada en una muestra (ignora los valores lógicos y el texto de la muestra)"},"STDEVA":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y devolver la desviación estándar de una población basada en un conjunto de números, texto y valores lógicos (VERDADERO o FALSO). La función STDEVA trata el texto y FALSO como un valor de 0 y VERDADERO como un valor de 1"},"STDEVP":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y devolver la desviación estándar de toda una población"},"STDEVPA":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el rango de datos y devolver la desviación estándar de toda una población"},"STEYX":{"a":"(conocido-ys, conocido-xs)","d":"Función estadística utilizada para devolver el error estándar del valor y predicho para cada x en la línea de regresión"},"TDIST":{"a":"(x, grado-libertad, colas)","d":"Función estadística utilizada para devolver los puntos porcentuales (probabilidad) de la distribución t de Student donde un valor numérico (x) es un valor calculado de t para el que deben calcularse los puntos porcentuales. La distribución-t se usa en la evaluación de la hipótesis de conjuntos de datos de muestras pequeñas. Use esta función en lugar de una tabla de valores críticos para la distribución-t."},"TINV":{"a":"( probabilidad , grado_libertad )","d":"Función estadística utilizada para devolver el inverso de dos colas de la distribución t de Student"},"T.DIST":{"a":"(x, grado-libertad, acumulativo)","d":"Función estadística utilizada para devolver la distribución t de cola izquierda de Student. La distribución-t se usa en la evaluación de la hipótesis de conjuntos de datos de muestras pequeñas. Use esta función en lugar de una tabla de valores críticos para la distribución-t."},"T.DIST.2T":{"a":"(x, grado-libertad)","d":"Función estadística utilizada para devolver la distribución t se Student de dos colas. La distribución t de Student se utiliza en la prueba de hipótesis de pequeños conjuntos de datos de muestra. Use esta función en lugar de una tabla de valores críticos para la distribución-t."},"T.DIST.RT":{"a":"(x, grado-libertad)","d":"Función estadística utilizada para devolver la distribución t de Student de cola derecha. La distribución-t se usa en la evaluación de la hipótesis de conjuntos de datos de muestras pequeñas. Use esta función en lugar de una tabla de valores críticos para la distribución-t."},"T.INV":{"a":"(probabilidad, grado-libertad)","d":"Función estadística utilizada para devolver el inverso de cola izquierda de la distribución t de Student"},"T.INV.2T":{"a":"(probabilidad, grado-libertad)","d":"Función estadística utilizada para devolver el inverso de dos colas de la distribución t de Student"},"T.TEST":{"a":"(conjunto1, conjunto2, colas, tipo)","d":"Función estadística utilizada para obtener la probabilidad asociada con el t-Test de Student; utilice PRUEBA.T para determinar si es probable que dos muestras provengan de las mismas dos poblaciones subyacentes que tienen la misma media."},"TRIMMEAN":{"a":"(conjunto1, conjunto2, colas, tipo)","d":"Función estadística utilizada para obtener la media del interior de un conjunto de datos; TRIMMEAN calcula la media tomada excluyendo un porcentaje de puntos de datos de las colas superior e inferior de un conjunto de datos."},"TTEST":{"a":"(conjunto1, conjunto2, colas, tipo)","d":"Función estadística utilizada para obtener la probabilidad asociada con el t-Test de Student; utilice PRUEBA.T para determinar si es probable que dos muestras provengan de las mismas dos poblaciones subyacentes que tienen la misma media."},"VAR":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el conjunto de valores y calcular la desviación del muestreo"},"VAR.P":{"a":"(número1 [, número2],... )","d":"Función estadística utilizada para calcular la desviación basada en toda la población (ignora los valores lógicos y el texto de la población)"},"VAR.S":{"a":"(número1 [, número2],... )","d":"Función estadística utilizada para estimar la varianza basada en un muestreo (ignora los valores lógicos y el texto en el muestreo)"},"VARA":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el conjunto de valores y calcular la desviación del muestreo"},"VARP":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el conjunto de valores y calcular la varianza de toda una población"},"VARPA":{"a":"(lista-argumento)","d":"Función estadística utilizada para analizar el conjunto de valores y devolver la varianza de toda una población"},"WEIBULL":{"a":"(x, alfa, beta, acumulativo)","d":"Función estadística utilizada para devolver la distribución Weibull; utilice esta distribución en el análisis de fiabilidad, como el cálculo del tiempo medio de fallo de un dispositivo."},"WEIBULL.DIST":{"a":"(x, alfa, beta, acumulativo)","d":"Función estadística utilizada para devolver la distribución Weibull; utilice esta distribución en el análisis de fiabilidad, como el cálculo del tiempo medio de fallo de un dispositivo."},"Z.TEST":{"a":"(conjunto, x[, sigma])","d":"Función estadística utilizada para obtener el valor P de una cola de un ensayo en z; para la media de una población hipotética dada, x, PRUEBA.Z obtiene la probabilidad de que la media de la muestra sea mayor que la media de las observaciones en el conjunto de datos (array), es decir, la media de la muestra observada."},"ZTEST":{"a":"(conjunto, x[, sigma])","d":"Función estadística utilizada para retornar el valor de probabilidad de una cola de una prueba z; para una población hipotética dada, μ, ZPRUEBA retorna la probabilidad de que la media de la muestra sea mayor que el promedio de las observaciones en el conjunto de datos (array) - es decir, la media de la muestra observada."},"ACCRINT":{"a":"(emisión, primer-interés, acuerdo, tasa, [nominal], frecuencia[, [base]])","d":"Función financiera utilizada para calcular el interés acumulado para un valor que paga intereses periódicos"},"ACCRINTM":{"a":"(emisión, acuerdo, tasa, [[nominal] [, [base]]])","d":"Función financiera utilizada para calcular los intereses devengados de un valor que paga intereses al vencimiento"},"AMORDEGRC":{"a":"(costo, fecha-de-compra, primer-periodo, residuo, periodo, tasa[, [base]])","d":"Función financiera utilizada para calcular la depreciación de un activo fijo para cada período contable utilizando un método de depreciación decreciente"},"AMORLINC":{"a":"(costo, fecha-de-compra, primer-periodo, residuo, periodo, tasa[, [base]])","d":"Función financiera utilizada para calcular la amortización de un activo fijo para cada período contable utilizando un método de amortización lineal."},"COUPDAYBS":{"a":"(liquidación, vencimiento, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el número de días desde el inicio del período de cupón hasta la fecha de liquidación"},"COUPDAYS":{"a":"(liquidación, vencimiento, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el número de días en el período de cupón que contiene la fecha de liquidación"},"COUPDAYSNC":{"a":"(liquidación, vencimiento, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el número de días desde la fecha de la liquidación hasta el siguiente pago de cupón"},"COUPNCD":{"a":"(liquidación, vencimiento, frecuencia[, [base]])","d":"Función financiera utilizada para calcular la siguiente fecha de cupón después de la fecha de liquidación"},"COUPNUM":{"a":"(liquidación, vencimiento, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el número de cupones entre la fecha de liquidación y la fecha de vencimiento"},"COUPPCD":{"a":"(liquidación, vencimiento, frecuencia[, [base]])","d":"Función financiera utilizada para calcular la fecha de cupón anterior anterior a la fecha de liquidación"},"CUMIPMT":{"a":"( tasa , nper , pv , período-inicio , período-finalización , tipo)","d":"Función financiera utilizada para calcular el interés acumulado pagado por una inversión entre dos períodos basado en un tipo de interés específico y un plan de pagos constante."},"CUMPRINC":{"a":"( tasa , nper , pv , período-inicio , período-finalización , tipo)","d":"Función financiera utilizada para calcular el capital acumulado pagado en una inversión entre dos períodos basada en un tipo de interés específico y un plan de pago constante."},"DB":{"a":"(costo, residuo, vida, periodo[, [mes]])","d":"Función financiera utilizada para calcular la amortización de un activo fijo para un período contable específico utilizando el método de saldo fijo decreciente."},"DDB":{"a":"(costo, residuo, vida, periodo[, factor])","d":"Función financiera utilizada para calcular la amortización de un activo fijo para un período contable específico utilizando el método de saldo doblemente decreciente"},"DISC":{"a":"(liquidación, vencimiento, pr, reembolso[, [base]])","d":"Función financiera utilizada para calcular el tipo de descuento para un valor"},"DOLLARDE":{"a":"(fraccional-dollar, fracción)","d":"Función financiera utilizada para convertir un precio en dólares representado como una fracción a un precio en dólares representado como un número decimal."},"DOLLARFR":{"a":"(decimal-dollar, fracción)","d":"Función financiera utilizada para convertir un precio en dólares representado como un número decimal en un precio en dólares representado como una fracción."},"DURATION":{"a":"(liquidación, vencimiento, cupón, yld, frecuencia[, [base]])","d":"Función financiera utilizada para calcular la duración Macaulay de un valor con un valor nominal supuesto de $100."},"EFFECT":{"a":"(tasa-nominal, npery)","d":"Función financiera utilizada para calcular la tasa de interés efectiva anual para un título basado en una tasa de interés nominal anual específica y el número de períodos de capitalización por año"},"FV":{"a":"(tasa, nper, pmt [, [pv] [,[tipo]]])","d":"Función financiera utilizada para calcular el valor futuro de una inversión basada en un tipo de interés específico y un plan de pagos constante."},"FVSCHEDULE":{"a":"(principal, programa)","d":"Función financiera utilizada para calcular el valor futuro de una inversión basada en una serie de tipos de interés variables."},"INTRATE":{"a":"(liquidación, vencimiento, pr, reembolso[, [base]])","d":"Función financiera utilizada para calcular el tipo de interés de un valor totalmente invertido que paga intereses sólo al vencimiento."},"IPMT":{"a":"(tasa, per, nper, pv [, [fv] [,[tipo]]])","d":"Función financiera utilizada para calcular la bonificación de intereses de una participación basada en un tipo de interés específico y un plan de pagos constante."},"IRR":{"a":"(valores [,[suposición]])","d":"Función financiera utilizada para calcular la tasa interna de rendimiento para una serie de flujos de caja periódicos"},"ISPMT":{"a":"(tasa, per, nper, vp)","d":"Función financiera utilizada para calcular la bonificación de intereses para un período determinado de una inversión basada en un plan de pagos constante."},"MDURATION":{"a":"(liquidación, vencimiento, cupón, yld, frecuencia[, [base]])","d":"Función financiera utilizada para calcular la duración Macaulay modificada de un valor con un valor nominal supuesto de $100"},"MIRR":{"a":"(valores, tasa-financiera, tasa-reinvertir)","d":"Función financiera utilizada para calcular la tasa interna de rendimiento modificada para una serie de flujos de efectivo periódicos"},"NOMINAL":{"a":"(tasa-efecto, npery)","d":"Función financiera utilizada para calcular el tipo de interés nominal anual de un título basado en un tipo de interés efectivo anual especificado y el número de períodos de capitalización por año"},"NPER":{"a":"(tasa, pmt, pv [, [fv] [,[tipo]]])","d":"Función financiera utilizada para calcular el número de períodos de una inversión en función de un tipo de interés específico y un plan de pagos constante."},"NPV":{"a":"(tasa, lista-argumento)","d":"Función financiera utilizada para calcular el valor actual neto de una participación basada en una tasa de descuento especificada"},"ODDFPRICE":{"a":"(liquidación, vencimiento, emisión, primer-cupón, tasa, yld, reembolso, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el precio por valor nominal de $100 para un valor que paga intereses periódicos pero tiene un primer período impar (es más corto o más largo que otros períodos)."},"ODDFYIELD":{"a":"(liquidación, vencimiento, emisión, primer-cupón, tasa, pr, reembolso, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el rendimiento de un valor que paga intereses periódicos pero tiene un primer período impar (es más corto o más largo que otros períodos)."},"ODDLPRICE":{"a":"(liquidación, vencimiento, último-interés, tasa, yld, reembolso, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el precio por valor nominal de $100 para un valor que paga intereses periódicos pero tiene un último período impar (es más corto o más largo que otros períodos)."},"ODDLYIELD":{"a":"(liquidación, vencimiento, último-interés, tasa, pr, reembolso, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el rendimiento de un valor que paga intereses periódicos pero que tiene un último período impar (es más corto o más largo que otros períodos)."},"PDURATION":{"a":"(tasa, pv, fv)","d":"Función financiera utilizada para devolver la cantidad de períodos necesarios para que una inversión alcance un valor especificado"},"PMT":{"a":"(tasa, nper, pv [, [fv] [,[tipo]]])","d":"Función financiera utilizada para calcular el importe de pago de un préstamo basado en un tipo de interés específico y un plan de pagos constante."},"PPMT":{"a":"(tasa, per, nper, pv [, [fv] [,[tipo]]])","d":"Función financiera utilizada para calcular el pago principal de una inversión basado en un tipo de interés específico y un plan de pagos constante."},"PRICE":{"a":"( liquidación, vencimiento, tasa, yld, reembolso, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el precio por cada valor nominal de $100 de un valor que paga intereses periódicos"},"PRICEDISC":{"a":"( liquidación, vencimiento, descuento, reembolso[, [base]])","d":"Función financiera utilizada para calcular el precio por cada valor nominal de $100 para un valor descontado"},"PRICEMAT":{"a":"(liquidación, vencimiento, emisión, tasa, yld[, [base]])","d":"Función financiera utilizada para calcular el precio por cada $100 de valor nominal de un valor que paga intereses al vencimiento"},"PV":{"a":"(tasa, nper, pmt [, [fv] [,[tipo]]])","d":"Función financiera utilizada para calcular el valor actual de una inversión basada en un tipo de interés específico y un plan de pagos constante."},"RATE":{"a":"( nper , pmt , pv [ , [ [ fv ] [ , [ [ tipo] [ , [ suposición ] ] ] ] ] ] )","d":"Función financiera utilizada para calcular el tipo de interés de una inversión basada en un plan de pagos constantes."},"RECEIVED":{"a":"(liquidación, vencimiento, inversión, descuento[, [base]])","d":"Función financiera utilizada para calcular el importe recibido al vencimiento por un valor totalmente invertido"},"RRI":{"a":"(nper, pv, fv)","d":"Función financiera utilizada para devolver una tasa de interés equivalente para el crecimiento de una inversión."},"SLN":{"a":"(costo, residuo, vida)","d":"Función financiera utilizada para calcular la amortización de un activo fijo para un período contable utilizando el método de amortización lineal"},"SYD":{"a":"(costo, residuo, vida, per)","d":"Función financiera utilizada para calcular la amortización de un activo fijo para un período contable específico utilizando el método de la suma de los dígitos de los años."},"TBILLEQ":{"a":"(liquidación, vencimiento, descuento)","d":"Función financiera utilizada para calcular el rendimiento equivalente en bonos de una letra del Tesoro"},"TBILLPRICE":{"a":"(liquidación, vencimiento, descuento)","d":"Función financiera utilizada para calcular el precio por cada $100 de valor nominal de una letra del Tesoro"},"TBILLYIELD":{"a":"(liquidación, vencimiento, pr)","d":"Función financiera utilizada para calcular el rendimiento de una letra del Tesoro"},"VDB":{"a":"(costo, residuo, vida, periodo-inicio, periodo-final[, [[factor][, [marcador-no-cambiante]]]]])","d":"Función financiera utilizada para calcular la amortización de un activo fijo para un período contable específico o parcial utilizando el método de saldo decreciente variable"},"XIRR":{"a":"(valores, fechas [,[suposición]])","d":"Función financiera utilizada para calcular la tasa interna de rentabilidad de una serie de flujos de efectivo irregulares"},"XNPV":{"a":"(tasa, valores, fechas)","d":"Función financiera utilizada para calcular el valor actual neto de una inversión sobre la base de un tipo de interés específico y un calendario de pagos irregulares"},"YIELD":{"a":"(liquidación, vencimiento, tasa, pr, reembolso, frecuencia[, [base]])","d":"Función financiera utilizada para calcular el rendimiento de un valor que paga intereses periódicos"},"YIELDDISC":{"a":"(liquidación, vencimiento, pr, reembolso[, [base]])","d":"Función financiera utilizada para calcular el rendimiento anual de un valor descontado"},"YIELDMAT":{"a":"(liquidación, vencimiento, emisión, tasa, pr [, [base]])","d":"Función financiera utilizada para calcular el rendimiento anual de un valor que paga intereses al vencimiento"},"ABS":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el valor absoluto de un número"},"ACOS":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el arcocoseno de un número"},"ACOSH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el coseno hiperbólico inverso de un número"},"ACOT":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el valor principal de la arccotangente, o cotangente inversa, de un número"},"ACOTH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la cotangente hiperbólica inversa de un número"},"AGGREGATE":{"a":"(función_núm, opciones, ref1 [, ref2], ...)","d":"Función de matemáticas y trigonometría utilizada para devolver un agregado en una lista o base de datos; la función puede aplicar diferentes funciones de agregados a una lista o base de datos con la opción de ignorar filas ocultas y valores de error."},"ARABIC":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para convertir un número romano en un número arábigo"},"ASIN":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el arcoseno de un número"},"ASINH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el seno hiperbólico inverso de un número"},"ATAN":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la arctangente de un número"},"ATAN2":{"a":"( x, y )","d":"Función de matemáticas y trigonometría utilizada para devolver la arctangente de las coordenadas x e y"},"ATANH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la tangente hiperbólica inversa de un número"},"BASE":{"a":"( número , base [ , largo-mínimo ] )","d":"Convierte un número en una representación de texto con la base dada"},"CEILING":{"a":"( x, significado)","d":"Función de matemáticas y trigonometría utilizada para redondear el número hasta el múltiplo de significación más cercano"},"CEILING.MATH":{"a":"(x [, [significado] [, [modo]])","d":"Función de matemáticas y trigonometría utilizada para redondear un número hasta el entero más cercano o hasta el múltiplo de significación más cercano."},"CEILING.PRECISE":{"a":"( x [, significado])","d":"Función de matemáticas y trigonometría utilizada para devolver un número que se redondea hacia arriba al entero más cercano o al múltiplo de significación más cercano."},"COMBIN":{"a":"(número, número-escogido)","d":"Función de matemáticas y trigonometría utilizada para devolver el número de combinaciones para un número específico de elementos"},"COMBINA":{"a":"(número, número-escogido)","d":"Función de matemáticas y trigonometría utilizada para devolver el número de combinaciones (con repeticiones) para un número dado de elementos"},"COS":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el coseno de un ángulo"},"COSH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el coseno hiperbólico de un número"},"COT":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la cotangente de un ángulo especificado en radianes"},"COTH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la cotangente hiperbólica de un ángulo hiperbólico"},"CSC":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el cosecante de un ángulo"},"CSCH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el cosecante hiperbólico de un ángulo"},"DECIMAL":{"a":"(texto, base)","d":"Convierte una representación de texto de un número en una base dada en un número decimal."},"DEGREES":{"a":"( ángulo )","d":"Función de matemáticas y trigonometría utilizada para convertir radianes en grados"},"ECMA.CEILING":{"a":"( x, significado)","d":"Función de matemáticas y trigonometría utilizada para redondear el número hasta el múltiplo de significación más cercano"},"EVEN":{"a":"( x )","d":"Función matemática y de trigonometría utilizada para redondear el número hasta el entero par más cercano"},"EXP":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la constante e elevada a la potencia deseada. La constante e es igual a 2,71828182845904."},"FACT":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el factorial de un número"},"FACTDOUBLE":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el doble factorial de un número"},"FLOOR":{"a":"( x, significado)","d":"Función de matemáticas y trigonometría utilizada para redondear el número hacia abajo hasta el múltiplo de significación más cercano"},"FLOOR.PRECISE":{"a":"( x, significado)","d":"Función de matemáticas y trigonometría utilizada para devolver un número que se redondea hacia abajo al entero más cercano o al múltiplo de significación más cercano."},"FLOOR.MATH":{"a":"( x, significado)","d":"Función de matemáticas y trigonometría utilizada para redondear un número hacia abajo al entero más cercano o al múltiplo de significación más cercano."},"GCD":{"a":"(lista-argumento)","d":"Función de matemáticas y trigonometría utilizada para devolver el mayor divisor común de dos o más números"},"INT":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para analizar y devolver la parte entera del número especificado"},"ISO.CEILING":{"a":"( número [, significado])","d":"Función de matemáticas y trigonometría utilizada para devolver un número que se redondea hacia arriba al entero más cercano o al múltiplo de significación más cercano, independientemente del signo del número. Sin embargo, si el número o el significado es cero, se devuelve cero."},"LCM":{"a":"(lista-argumento)","d":"Función de matemáticas y trigonometría utilizada para devolver el múltiplo común más bajo de uno o más números"},"LN":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el logaritmo natural de un número"},"LOG":{"a":"( x [, base])","d":"Función de matemáticas y trigonometría utilizada para devolver el logaritmo de un número a una base especificada"},"LOG10":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el logaritmo de un número a una base de 10"},"MDETERM":{"a":"( conjunto )","d":"Función de matemáticas y trigonometría utilizada para devolver el determinante matricial de un conjunto"},"MINVERSE":{"a":"( conjunto )","d":"Función de matemáticas y trigonometría utilizada para devolver la matriz inversa para una matriz dada y mostrar el primer valor de la matriz de números devuelta."},"MMULT":{"a":"(Conjunto1, conjunto2)","d":"Función de matemáticas y trigonometría utilizada para devolver el producto de la matriz de dos matrices y mostrar el primer valor de la matriz de números devuelta"},"MOD":{"a":"( x, y )","d":"Función de matemáticas y trigonometría utilizada para devolver el resto después de la división de un número por el divisor especificado"},"MROUND":{"a":"( x, múltiple)","d":"Función de matemáticas y trigonometría utilizada para redondear el número al múltiplo deseado"},"MULTINOMIAL":{"a":"(lista-argumento)","d":"Función de matemáticas y trigonometría utilizada para devolver la relación entre el factorial de una suma de números y el producto de los factoriales."},"ODD":{"a":"( x )","d":"Función de matemáticas y trigonometría usada para redondear el número al número entero impar más cercano"},"PI":{"a":"()","d":"Funciones de matemática y trigonometría La función devuelve el constante matemático pi, que vale 3.14159265358979. No requiere ningún argumento."},"POWER":{"a":"( x, y )","d":"Función de matemáticas y trigonometría utilizada para devolver el resultado de un número elevado a la potencia deseada"},"PRODUCT":{"a":"(lista-argumento)","d":"Función de matemáticas y trigonometría utilizada para multiplicar todos los números en el rango seleccionado de celdas y devolver el producto"},"QUOTIENT":{"a":"(dividendo, divisor)","d":"Función de matemáticas y trigonometría utilizada para devolver la parte entera de una división"},"RADIANS":{"a":"( ángulo )","d":"Función de matemáticas y trigonometría utilizada para convertir grados en radianes"},"RAND":{"a":"()","d":"Función de matemáticas y trigonometría utilizada para devolver un número aleatorio mayor o igual que 0 y menor que 1. No requiere ningún argumento."},"RANDBETWEEN":{"a":"(límite-inferior, límite-superior)","d":"Función de matemáticas y trigonometría utilizada para devolver un número aleatorio mayor o igual que el del límite inferior y menor o igual que el del límite superior"},"ROMAN":{"a":"(número, forma)","d":"Función de matemáticas y trigonometría utilizada para convertir un número en un número romano"},"ROUND":{"a":"(x , número-dígitos)","d":"Función matemática y de trigonometría utilizada para redondear el número al número deseado de dígitos"},"ROUNDDOWN":{"a":"(x , número-dígitos)","d":"Función de matemáticas y trigonometría utilizada para redondear el número hacia abajo hasta el número deseado de dígitos"},"ROUNDUP":{"a":"(x , número-dígitos)","d":"Función matemática y de trigonometría utilizada para redondear el número hasta el número deseado de dígitos"},"SEC":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la secante de un ángulo"},"SECH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la secante hiperbólica de un ángulo"},"SERIESSUM":{"a":"(valor-entrada, potencia-inicial, paso, coeficientes)","d":"Función de matemáticas y trigonometría utilizada para devolver la suma de una serie de potencias"},"SIGN":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el signo de un número. Si el número es positivo la función devolverá 1. Si el número es negativo la función devolverá -1. Si el número vale 0, la función devolverá 0."},"SIN":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el seno de un ángulo"},"SINH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver el seno hiperbólico de un número"},"SQRT":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la raíz cuadrada de un número"},"SQRTPI":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la raíz cuadrada de la constante pi (3.1415926565358979) multiplicada por el número especificado"},"SUBTOTAL":{"a":"(número-función, lista-argumento)","d":"Función de matemáticas y trigonometría utilizada para devolver un subtotal en una lista o base de datos"},"SUM":{"a":"(lista-argumento)","d":"Función de matemáticas y trigonometría usada para sumar todos los números en el rango seleccionado de celdas y devolver el resultado"},"SUMIF":{"a":"(rango-celda, criterio-selección [, rango-suma])","d":"Función de matemáticas y trigonometría utilizada para sumar todos los números en el rango seleccionado de celdas basado en el criterio especificado y devolver el resultado"},"SUMIFS":{"a":"(suma-rango, criterio-rango1, criterio1, [criterio-rango2, criterio2], ... )","d":"Función de matemáticas y trigonometría usada para sumar todos los números en el rango seleccionado de celdas basado en múltiples criterios y devolver el resultado"},"SUMPRODUCT":{"a":"(lista-argumento)","d":"Función de matemáticas y trigonometría utilizada para multiplicar los valores en los rangos seleccionados de celdas o matrices y devolver la suma de los productos"},"SUMSQ":{"a":"(lista-argumento)","d":"Función de matemáticas y trigonometría utilizada para sumar los cuadrados de los números y devolver el resultado"},"SUMX2MY2":{"a":"(conjunto-1 , conjunto-2)","d":"Función de matemáticas y trigonometría utilizada para sumar la diferencia de cuadrados entre dos matrices"},"SUMX2PY2":{"a":"(conjunto-1 , conjunto-2)","d":"Función de matemáticas y trigonometría usada para sumar los cuadrados de números en los conjuntos seleccionados y devolver la suma de los resultados."},"SUMXMY2":{"a":"(conjunto-1 , conjunto-2)","d":"Función de matemáticas y trigonometría utilizada para devolver la suma de los cuadrados de las diferencias entre los ítems correspondientes en los conjuntos"},"TAN":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la tangente de un ángulo"},"TANH":{"a":"( x )","d":"Función de matemáticas y trigonometría utilizada para devolver la tangente hiperbólica de un número"},"TRUNC":{"a":"(x [,número-dígitos])","d":"Función de matemáticas y trigonometría utilizada para devolver un número truncado a un número específico de dígitos"},"ADDRESS":{"a":"(fila-número, col-número[ , [ref-tipo] [, [A1-ref-tipo-indicador] [, nombre de la hoja]]])","d":"Función de búsqueda y referencia usada para devolver una representación de texto de una dirección de celda"},"CHOOSE":{"a":"(índice, lista-argumento)","d":"Función de búsqueda y referencia utilizada para devolver un valor de una lista de valores basados en un índice específico (posición)"},"COLUMN":{"a":"( [ referencia ] )","d":"Función de búsqueda y referencia utilizada para devolver el número de columna de una celda"},"COLUMNS":{"a":"( conjunto )","d":"Función de búsqueda y referencia usada para devolver el número de columnas en una referencia de celda"},"FORMULATEXT":{"a":"( referencia )","d":"Función de búsqueda y referencia utilizada para devolver una fórmula como una cadena"},"HLOOKUP":{"a":"(buscar-valor, conjunto-tabla, núm-índice-fila[, [rango-buscar-marcador]])","d":"Función de búsqueda y referencia usada para realizar la búsqueda horizontal de un valor en la fila superior de una tabla o de un conjunto y devolver el valor en la misma columna basado en un número de índice de fila especificado."},"INDEX":{"a":"(conjunto, [número-fila][, [número-columna]])","d":"Función de búsqueda y referencia utilizada para devolver un valor dentro de un rango de celdas en la base de un número de línea y columna especificado. La función INDICE tiene dos formas."},"INDIRECT":{"a":"(texto-ref [, A1-estilo-ref-marcador])","d":"Función de búsqueda y referencia usada para devolver la referencia a una celda basada en su representación de cadena"},"LOOKUP":{"a":"(valor-buscar, vector-buscar, resultado-vector)","d":"Función de búsqueda y referencia utilizada para devolver un valor de un rango seleccionado (línea o columna que contiene los datos en orden ascendente)"},"MATCH":{"a":"(valor-buscar, conjunto-buscar[ , [tipo-coincidir]])","d":"Función de búsqueda y referencia utilizada para devolver una posición relativa de un artículo específico en un rango de celdas"},"OFFSET":{"a":"(referencia, filas, columnas[, [altura] [, [ancho]]])","d":"Función de búsqueda y referencia utilizada para devolver una referencia a una celda desplazada de la celda especificada (o de la celda superior izquierda en el rango de celdas) a un cierto número de filas y columnas."},"ROW":{"a":"( [ referencia ] )","d":"Función de búsqueda y referencia usada para devolver el número de fila de una referencia de celda"},"ROWS":{"a":"( conjunto )","d":"Función de búsqueda y referencia usada para devolver el número de filas en una celda de referencia"},"TRANSPOSE":{"a":"( conjunto )","d":"Función de búsqueda y referencia utilizada para devolver el primer elemento de un conjunto"},"VLOOKUP":{"a":"(valor-buscar, tabla-conjunto, col-índice-núm[, [rango-buscar-marcador]])","d":"Función de búsqueda y referencia utilizada para realizar la búsqueda vertical de un valor en la columna de la izquierda de una tabla o conjunto y devolver el valor en la misma fila basado en un número de índice de columna especificado."},"ERROR.TYPE":{"a":"(valor)","d":"Función de información utilizada para devolver la representación numérica de uno de los errores existentes"},"ISBLANK":{"a":"(valor)","d":"Función de información utilizada para comprobar si la celda está vacía o no. Si la celda no contiene ningún valor, la función devolverá VERDADERO, en otro caso la función devolverá FALSO."},"ISERR":{"a":"(valor)","d":"Función de información utilizada para comprobar un valor de error. Si la celda contiene un valor de error (excepto #N/A),la función devolverá VERDADERO, en otro caso la función devolverá FALSO."},"ISERROR":{"a":"(valor)","d":"Función de información utilizada para comprobar un valor de error. Si la celda contiene uno de los valores de error: #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME? or #NULL, la función devolverá VERDADERO, en otro caso la función devolverá FALSO"},"ISEVEN":{"a":"(número)","d":"Función de información utilizada para comprobar un valor par. Si la celda contiene un valor par, la función devolverá VERDADERO. Si el valor es impar, la función devolverá FALSO."},"ISFORMULA":{"a":"( valor )","d":"Función de información utilizada para verificar si hay una referencia a una celda que contiene una fórmula y devuelve VERDADERO o FALSO"},"ISLOGICAL":{"a":"(valor)","d":"Función de información utilizada para verificar un valor lógico (VERDADERO o FALSO). Si la celda contiene un valor lógico, la función devolverá VERDADERO, si no la función devolverá FALSO."},"ISNA":{"a":"(valor)","d":"Función de información utilizada para comprobar la existencia de un error #N/A. Si la celda contiene un valor de error #N/A , la función devolverá VERDADERO, en otro caso la función devolverá FALSO."},"ISNONTEXT":{"a":"(valor)","d":"Función de información utilizada para verificar un valor que no es un texto. Si la celda no contiene un valor de texto, la función devolverá VERDADERO, si no la función devolverá FALSO."},"ISNUMBER":{"a":"(valor)","d":"Función de información utilizada para comprobar un valor numérico. Si la celda contiene un valor numérico, la función devolverá VERDADERO, si no la función devolverá FALSO."},"ISODD":{"a":"(número)","d":"Función de información utilizada para comprobar un valor impar. Si la celda contiene un valor impar, la función devolverá VERDADERO. Si el valor es par, la función devolverá FALSO."},"ISREF":{"a":"(valor)","d":"Función de información utilizada para verificar si el valor es una referencia de celda válida"},"ISTEXT":{"a":"(valor)","d":"Función de información utilizada para verificar un valor de texto. Si la celda contiene un valor de texto, la función devolverá VERDADERO, si no la función devolverá FALSO."},"N":{"a":"(valor)","d":"Función de información utilizada para convertir un valor en un número"},"NA":{"a":"()","d":"Función de información utilizada para devolver el valor de error #N/A. Esta función no requiere ningún argumento."},"SHEET":{"a":"( valor )","d":"Función de información utilizada para devolver el número de hoja de la hoja de referencia"},"SHEETS":{"a":"( referencia )","d":"Función de información utilizada para devolver el número de hojas de una referencia"},"TYPE":{"a":"( valor )","d":"Función de información utilizada para determinar el tipo de valor resultante o visualizado"},"AND":{"a":"(lógico1, lógico2, ... )","d":"Función lógica utilizada para verificar si el valor lógico introducido es VERDADERO o FALSO. La función devolverá VERDADERO si todos los argumentos son VERDADEROS."},"FALSE":{"a":"()","d":"Funciones lógicas La función devolverá FALSO y no requiere ningún argumento."},"IF":{"a":"(prueba_lógica, valor_si_verdadero, valor_si_falso)","d":"Se usa para comprobar la expresión lógica y devolver un valor si es VERDADERO, u otro valor si es FALSO."},"IFS":{"a":"( prueba_lógica1, valor_si_verdadero1, [ prueba_lógica2 , valor_si_verdadero2 ] , … )","d":"Función lógica utilizada para comprobar si se cumplen una o varias condiciones y devuelve un valor que corresponde a la primera condición VERDADERO"},"IFERROR":{"a":" (valor, valor_si_error,)","d":"Función lógica utilizada para comprobar si hay un error en la fórmula del primer argumento. La función devuelve el resultado de la fórmula si no hay ningún error, o el valor_si_error si hay uno"},"IFNA":{"a":"(Valor, valor_si_error)","d":"Función lógica utilizada para comprobar si hay un error en la fórmula del primer argumento. La función devolverá el valor que ha especificado si la fórmula devuelve el valor de error #N/A, si no, devuelve el resultado de la fórmula."},"NOT":{"a":"( lógica )","d":"Función lógica utilizada para verificar si el valor lógico introducido es VERDADERO o FALSO. La función devolverá VERDADERO si el argumento es FALSO y FALSO si argumento es VERDADERO."},"OR":{"a":"(lógico1, lógico2, ...)","d":"Función lógica utilizada para verificar si el valor lógico introducido es VERDADERO o FALSO. La función devolverá FALSO si todos los argumentos son FALSO."},"SWITCH":{"a":"(expresión, valor1, resultado1[, [por-defecto o valor2] [, [resultado2]], ...[por-defecto o valor3, resultado3]])","d":"Función lógica utilizada para evaluar un valor (llamado expresión) contra una lista de valores, y devuelve el resultado correspondiente al primer valor coincidente; si no hay coincidencia, se puede devolver un valor predeterminado opcional."},"TRUE":{"a":"()","d":"Función lógica utilizada para devolver VERDADERO y no requiere ningún argumento"},"XOR":{"a":"(lógico1 [ , lógico2 ] , ... )","d":"Función lógica utilizada para devolver un lógico exclusivo O de todos los argumentos"}} \ No newline at end of file