From 228001613181a33f27cc56ec298b09f3ba3a2bfd Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 28 Feb 2018 11:43:42 +0300 Subject: [PATCH 01/39] [SSE] Fix translations --- apps/spreadsheeteditor/main/locale/en.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index c9c755871..fca1c37aa 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -915,7 +915,6 @@ "SSE.Views.ChartSettings.textWidth": "Width", "SSE.Views.ChartSettings.textWinLossSpark": "Win/Loss", "SSE.Views.ChartSettingsDlg.cancelButtonText": "Cancel", - "SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERROR! The maximum number of points in series per chart is 4096.", "SSE.Views.ChartSettingsDlg.errorMaxRows": "ERROR! The maximum number of data series per chart is 255", "SSE.Views.ChartSettingsDlg.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order:
opening price, max price, min price, closing price.", "SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERROR! The maximum number of points in series per chart is 4096.", From 7b4c5211d4afa294e1fc9f99dd2fb4bd647f6630 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 28 Feb 2018 13:47:39 +0300 Subject: [PATCH 02/39] [SSE] Fix context menu in the header of chart --- .../spreadsheeteditor/main/app/controller/DocumentHolder.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js index c3f720159..8a74994c5 100644 --- a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js @@ -1385,9 +1385,6 @@ define([ this.clearEquationMenu(4); if (showMenu) this.showPopupMenu(documentHolder.textInShapeMenu, {}, event); - documentHolder.textInShapeMenu.items[3].setVisible( documentHolder.menuHyperlinkShape.isVisible() || - documentHolder.menuAddHyperlinkShape.isVisible() || - documentHolder.menuParagraphVAlign.isVisible() || isEquation); } else if (!this.permissions.isEditMailMerge && !this.permissions.isEditDiagram || (seltype !== Asc.c_oAscSelectionType.RangeImage && seltype !== Asc.c_oAscSelectionType.RangeShape && seltype !== Asc.c_oAscSelectionType.RangeChart && seltype !== Asc.c_oAscSelectionType.RangeChartText && seltype !== Asc.c_oAscSelectionType.RangeShapeText)) { if (!showMenu && !documentHolder.ssMenu.isVisible()) return; @@ -1502,8 +1499,7 @@ define([ documentHolder.menuParagraphVAlign.setVisible(false); // убрать после того, как заголовок можно будет растягивать по вертикали!! documentHolder.menuParagraphDirection.setVisible(false); // убрать после того, как заголовок можно будет растягивать по вертикали!! documentHolder.pmiTextAdvanced.setVisible(false); - documentHolder.textInShapeMenu.items[3].setVisible(false); - documentHolder.textInShapeMenu.items[8].setVisible(false); + documentHolder.textInShapeMenu.items[9].setVisible(false); documentHolder.pmiTextCopy.setDisabled(false); if (showMenu) this.showPopupMenu(documentHolder.textInShapeMenu, {}, event); } From 46fdf9eed57dd7939b3614f6f83fbdb7b4ab783a Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 28 Feb 2018 14:40:28 +0300 Subject: [PATCH 03/39] [DE] Fix preview for table of contents. --- .../main/app/view/TableOfContentsSettings.js | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/apps/documenteditor/main/app/view/TableOfContentsSettings.js b/apps/documenteditor/main/app/view/TableOfContentsSettings.js index 6ee1a5678..a647c7f55 100644 --- a/apps/documenteditor/main/app/view/TableOfContentsSettings.js +++ b/apps/documenteditor/main/app/view/TableOfContentsSettings.js @@ -67,7 +67,7 @@ define([ '
', '', '', - '
', + '
', '
', '
', '', @@ -112,7 +112,7 @@ define([ '
', '', '', - '', + '', '
', '', '', @@ -278,7 +278,7 @@ define([ step: 1, width: 85, defaultUnit : "", - value: 3, + value: this.endLevel, maxValue: 9, minValue: 1, allowDecimal: false, @@ -442,6 +442,14 @@ define([ this.spnLevels.setValue(new_end>0 ? new_end : '', true); this.spnLevels.setDisabled(disable_outlines || new_start>1 ); + } else { + for (var i=this.startLevel; i<=this.endLevel; i++) { + var rec = _.findWhere(styles, {headerLevel: i}); + if (rec) { + rec.checked = true; + rec.value = i; + } + } } this.stylesLevels.reset(styles); if (this.spnLevels.isDisabled()) { @@ -588,7 +596,7 @@ define([ properties.put_OutlineRange(-1, -1); else properties.put_OutlineRange(1, 9); - // this.api.SetDrawImagePlaceContents('tableofcontents-img', properties); + me.api.SetDrawImagePlaceContents('tableofcontents-img', properties); } }); From 06da18bf2df20a5c3b805db9bb1fd88bfc277087 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 1 Mar 2018 15:16:38 +0300 Subject: [PATCH 04/39] Update copyright to 2018 --- apps/common/Analytics.js | 2 +- apps/common/Gateway.js | 2 +- apps/common/IrregularStack.js | 2 +- apps/common/embed/lib/controller/modals.js | 2 +- apps/common/embed/lib/util/utils.js | 2 +- apps/common/embed/lib/view/modals.js | 2 +- apps/common/locale.js | 2 +- apps/common/main/lib/collection/ChatMessages.js | 4 ++-- apps/common/main/lib/collection/Comments.js | 4 ++-- apps/common/main/lib/collection/Fonts.js | 4 ++-- apps/common/main/lib/collection/HistoryVersions.js | 2 +- apps/common/main/lib/collection/Plugins.js | 2 +- apps/common/main/lib/collection/ReviewChanges.js | 4 ++-- apps/common/main/lib/collection/TextArt.js | 4 ++-- apps/common/main/lib/collection/Users.js | 4 ++-- apps/common/main/lib/component/BaseView.js | 4 ++-- apps/common/main/lib/component/Button.js | 4 ++-- apps/common/main/lib/component/CheckBox.js | 4 ++-- apps/common/main/lib/component/ColorButton.js | 2 +- apps/common/main/lib/component/ColorPalette.js | 4 ++-- apps/common/main/lib/component/ColorPaletteExt.js | 4 ++-- apps/common/main/lib/component/ComboBorderSize.js | 4 ++-- apps/common/main/lib/component/ComboBox.js | 4 ++-- apps/common/main/lib/component/ComboBoxFonts.js | 4 ++-- apps/common/main/lib/component/ComboDataView.js | 4 ++-- apps/common/main/lib/component/DataView.js | 4 ++-- apps/common/main/lib/component/DimensionPicker.js | 4 ++-- apps/common/main/lib/component/HSBColorPicker.js | 2 +- apps/common/main/lib/component/InputField.js | 4 ++-- apps/common/main/lib/component/Layout.js | 4 ++-- apps/common/main/lib/component/ListView.js | 4 ++-- apps/common/main/lib/component/LoadMask.js | 4 ++-- apps/common/main/lib/component/MaskedField.js | 2 +- apps/common/main/lib/component/Menu.js | 4 ++-- apps/common/main/lib/component/MenuItem.js | 4 ++-- apps/common/main/lib/component/MetricSpinner.js | 4 ++-- apps/common/main/lib/component/Mixtbar.js | 4 ++-- apps/common/main/lib/component/MultiSliderGradient.js | 4 ++-- apps/common/main/lib/component/RadioBox.js | 4 ++-- apps/common/main/lib/component/Scroller.js | 4 ++-- apps/common/main/lib/component/Slider.js | 4 ++-- apps/common/main/lib/component/Switcher.js | 2 +- apps/common/main/lib/component/SynchronizeTip.js | 2 +- apps/common/main/lib/component/Tab.js | 4 ++-- apps/common/main/lib/component/TabBar.js | 4 ++-- apps/common/main/lib/component/TableStyler.js | 4 ++-- apps/common/main/lib/component/ThemeColorPalette.js | 4 ++-- apps/common/main/lib/component/ToggleManager.js | 4 ++-- apps/common/main/lib/component/Tooltip.js | 4 ++-- apps/common/main/lib/component/TreeView.js | 2 +- apps/common/main/lib/component/Window.js | 4 ++-- apps/common/main/lib/controller/Chat.js | 4 ++-- apps/common/main/lib/controller/Comments.js | 4 ++-- apps/common/main/lib/controller/ExternalDiagramEditor.js | 4 ++-- apps/common/main/lib/controller/ExternalMergeEditor.js | 4 ++-- apps/common/main/lib/controller/Fonts.js | 4 ++-- apps/common/main/lib/controller/History.js | 2 +- apps/common/main/lib/controller/Plugins.js | 2 +- apps/common/main/lib/controller/Protection.js | 4 ++-- apps/common/main/lib/controller/ReviewChanges.js | 4 ++-- apps/common/main/lib/core/NotificationCenter.js | 4 ++-- apps/common/main/lib/extend/Bootstrap.js | 4 ++-- apps/common/main/lib/model/ChatMessage.js | 4 ++-- apps/common/main/lib/model/Comment.js | 4 ++-- apps/common/main/lib/model/Font.js | 4 ++-- apps/common/main/lib/model/HistoryVersion.js | 2 +- apps/common/main/lib/model/Plugin.js | 2 +- apps/common/main/lib/model/ReviewChange.js | 4 ++-- apps/common/main/lib/model/User.js | 4 ++-- apps/common/main/lib/util/LanguageInfo.js | 4 ++-- apps/common/main/lib/util/LocalStorage.js | 4 ++-- apps/common/main/lib/util/Shortcuts.js | 4 ++-- apps/common/main/lib/util/Tip.js | 2 +- apps/common/main/lib/util/define.js | 2 +- apps/common/main/lib/util/utils.js | 2 +- apps/common/main/lib/view/About.js | 4 ++-- apps/common/main/lib/view/AdvancedSettingsWindow.js | 4 ++-- apps/common/main/lib/view/Chat.js | 4 ++-- apps/common/main/lib/view/Comments.js | 4 ++-- apps/common/main/lib/view/CopyWarningDialog.js | 4 ++-- apps/common/main/lib/view/DocumentAccessDialog.js | 4 ++-- apps/common/main/lib/view/ExtendedColorDialog.js | 2 +- apps/common/main/lib/view/ExternalDiagramEditor.js | 4 ++-- apps/common/main/lib/view/ExternalMergeEditor.js | 4 ++-- apps/common/main/lib/view/Header.js | 4 ++-- apps/common/main/lib/view/History.js | 2 +- apps/common/main/lib/view/ImageFromUrlDialog.js | 4 ++-- apps/common/main/lib/view/InsertTableDialog.js | 4 ++-- apps/common/main/lib/view/LanguageDialog.js | 4 ++-- apps/common/main/lib/view/OpenDialog.js | 4 ++-- apps/common/main/lib/view/PasswordDialog.js | 4 ++-- apps/common/main/lib/view/Plugins.js | 2 +- apps/common/main/lib/view/Protection.js | 4 ++-- apps/common/main/lib/view/RenameDialog.js | 4 ++-- apps/common/main/lib/view/ReviewChanges.js | 4 ++-- apps/common/main/lib/view/SearchDialog.js | 4 ++-- apps/common/main/lib/view/SignDialog.js | 4 ++-- apps/common/main/lib/view/SignSettingsDialog.js | 4 ++-- apps/common/main/resources/less/layout.less | 2 +- apps/common/main/resources/less/separator.less | 2 +- apps/common/main/resources/less/window.less | 2 +- apps/common/mobile/lib/component/ThemeColorPalette.js | 4 ++-- apps/common/mobile/utils/SharedSettings.js | 4 ++-- apps/common/mobile/utils/extendes.js | 4 ++-- apps/common/mobile/utils/utils.js | 4 ++-- apps/documenteditor/embed/js/ApplicationController.js | 2 +- apps/documenteditor/embed/js/ApplicationView.js | 2 +- apps/documenteditor/embed/js/application.js | 2 +- apps/documenteditor/main/app.js | 2 +- apps/documenteditor/main/app/collection/EquationGroups.js | 4 ++-- apps/documenteditor/main/app/collection/Navigation.js | 2 +- apps/documenteditor/main/app/collection/ShapeGroups.js | 4 ++-- apps/documenteditor/main/app/controller/DocumentHolder.js | 4 ++-- apps/documenteditor/main/app/controller/LeftMenu.js | 4 ++-- apps/documenteditor/main/app/controller/Links.js | 4 ++-- apps/documenteditor/main/app/controller/Main.js | 4 ++-- apps/documenteditor/main/app/controller/Navigation.js | 2 +- apps/documenteditor/main/app/controller/PageLayout.js | 2 +- apps/documenteditor/main/app/controller/RightMenu.js | 4 ++-- apps/documenteditor/main/app/controller/Statusbar.js | 4 ++-- apps/documenteditor/main/app/controller/Toolbar.js | 4 ++-- apps/documenteditor/main/app/controller/Viewport.js | 4 ++-- apps/documenteditor/main/app/model/EquationGroup.js | 4 ++-- apps/documenteditor/main/app/model/Pages.js | 2 +- apps/documenteditor/main/app/model/ShapeGroup.js | 4 ++-- apps/documenteditor/main/app/view/ChartSettings.js | 4 ++-- apps/documenteditor/main/app/view/ControlSettingsDialog.js | 4 ++-- apps/documenteditor/main/app/view/CustomColumnsDialog.js | 4 ++-- apps/documenteditor/main/app/view/DocumentHolder.js | 4 ++-- apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js | 4 ++-- apps/documenteditor/main/app/view/FileMenu.js | 4 ++-- apps/documenteditor/main/app/view/FileMenuPanels.js | 4 ++-- apps/documenteditor/main/app/view/FootnoteTip.js | 2 +- apps/documenteditor/main/app/view/HeaderFooterSettings.js | 4 ++-- apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js | 4 ++-- apps/documenteditor/main/app/view/ImageSettings.js | 4 ++-- apps/documenteditor/main/app/view/ImageSettingsAdvanced.js | 4 ++-- apps/documenteditor/main/app/view/LeftMenu.js | 4 ++-- apps/documenteditor/main/app/view/Links.js | 4 ++-- apps/documenteditor/main/app/view/MailMergeEmailDlg.js | 2 +- apps/documenteditor/main/app/view/MailMergeRecepients.js | 2 +- apps/documenteditor/main/app/view/MailMergeSaveDlg.js | 2 +- apps/documenteditor/main/app/view/MailMergeSettings.js | 2 +- apps/documenteditor/main/app/view/Navigation.js | 2 +- apps/documenteditor/main/app/view/NoteSettingsDialog.js | 4 ++-- apps/documenteditor/main/app/view/PageMarginsDialog.js | 4 ++-- apps/documenteditor/main/app/view/PageSizeDialog.js | 4 ++-- apps/documenteditor/main/app/view/ParagraphSettings.js | 4 ++-- .../documenteditor/main/app/view/ParagraphSettingsAdvanced.js | 4 ++-- apps/documenteditor/main/app/view/RightMenu.js | 4 ++-- apps/documenteditor/main/app/view/ShapeSettings.js | 4 ++-- apps/documenteditor/main/app/view/SignatureSettings.js | 4 ++-- apps/documenteditor/main/app/view/Statusbar.js | 4 ++-- apps/documenteditor/main/app/view/StyleTitleDialog.js | 2 +- apps/documenteditor/main/app/view/TableOfContentsSettings.js | 4 ++-- apps/documenteditor/main/app/view/TableSettings.js | 4 ++-- apps/documenteditor/main/app/view/TableSettingsAdvanced.js | 4 ++-- apps/documenteditor/main/app/view/TextArtSettings.js | 4 ++-- apps/documenteditor/main/app/view/Toolbar.js | 4 ++-- apps/documenteditor/main/app/view/Viewport.js | 2 +- apps/documenteditor/main/app_dev.js | 2 +- apps/documenteditor/main/resources/help/de/callback.js | 2 +- apps/documenteditor/main/resources/help/en/callback.js | 2 +- apps/documenteditor/main/resources/help/es/callback.js | 2 +- apps/documenteditor/main/resources/help/fr/callback.js | 2 +- apps/documenteditor/main/resources/help/it/callback.js | 2 +- apps/documenteditor/main/resources/help/ru/callback.js | 2 +- apps/documenteditor/mobile/app-dev.js | 4 ++-- apps/documenteditor/mobile/app.js | 4 ++-- apps/documenteditor/mobile/app/controller/DocumentHolder.js | 4 ++-- apps/documenteditor/mobile/app/controller/Editor.js | 4 ++-- apps/documenteditor/mobile/app/controller/Main.js | 4 ++-- apps/documenteditor/mobile/app/controller/Search.js | 4 ++-- apps/documenteditor/mobile/app/controller/Settings.js | 4 ++-- apps/documenteditor/mobile/app/controller/Toolbar.js | 4 ++-- apps/documenteditor/mobile/app/controller/add/AddContainer.js | 4 ++-- apps/documenteditor/mobile/app/controller/add/AddImage.js | 4 ++-- apps/documenteditor/mobile/app/controller/add/AddOther.js | 4 ++-- apps/documenteditor/mobile/app/controller/add/AddShape.js | 4 ++-- apps/documenteditor/mobile/app/controller/add/AddTable.js | 4 ++-- apps/documenteditor/mobile/app/controller/edit/EditChart.js | 4 ++-- .../mobile/app/controller/edit/EditContainer.js | 4 ++-- .../mobile/app/controller/edit/EditHyperlink.js | 4 ++-- apps/documenteditor/mobile/app/controller/edit/EditImage.js | 4 ++-- .../mobile/app/controller/edit/EditParagraph.js | 4 ++-- apps/documenteditor/mobile/app/controller/edit/EditShape.js | 4 ++-- apps/documenteditor/mobile/app/controller/edit/EditTable.js | 4 ++-- apps/documenteditor/mobile/app/controller/edit/EditText.js | 4 ++-- apps/documenteditor/mobile/app/view/DocumentHolder.js | 4 ++-- apps/documenteditor/mobile/app/view/Editor.js | 4 ++-- apps/documenteditor/mobile/app/view/Search.js | 4 ++-- apps/documenteditor/mobile/app/view/Settings.js | 4 ++-- apps/documenteditor/mobile/app/view/Toolbar.js | 4 ++-- apps/documenteditor/mobile/app/view/add/AddImage.js | 4 ++-- apps/documenteditor/mobile/app/view/add/AddOther.js | 4 ++-- apps/documenteditor/mobile/app/view/add/AddShape.js | 4 ++-- apps/documenteditor/mobile/app/view/add/AddTable.js | 4 ++-- apps/documenteditor/mobile/app/view/edit/EditChart.js | 4 ++-- apps/documenteditor/mobile/app/view/edit/EditHyperlink.js | 4 ++-- apps/documenteditor/mobile/app/view/edit/EditImage.js | 4 ++-- apps/documenteditor/mobile/app/view/edit/EditParagraph.js | 4 ++-- apps/documenteditor/mobile/app/view/edit/EditShape.js | 4 ++-- apps/documenteditor/mobile/app/view/edit/EditTable.js | 4 ++-- apps/documenteditor/mobile/app/view/edit/EditText.js | 4 ++-- .../mobile/test/tests/de-mobile-edit-tablet-ios.js | 4 ++-- apps/documenteditor/mobile/test/utils.js | 4 ++-- apps/presentationeditor/embed/js/ApplicationController.js | 2 +- apps/presentationeditor/embed/js/ApplicationView.js | 2 +- apps/presentationeditor/embed/js/application.js | 2 +- apps/presentationeditor/main/app.js | 4 ++-- apps/presentationeditor/main/app.reporter.js | 4 ++-- apps/presentationeditor/main/app/collection/EquationGroups.js | 4 ++-- apps/presentationeditor/main/app/collection/ShapeGroups.js | 4 ++-- apps/presentationeditor/main/app/collection/SlideLayouts.js | 4 ++-- apps/presentationeditor/main/app/collection/SlideThemes.js | 4 ++-- apps/presentationeditor/main/app/controller/DocumentHolder.js | 4 ++-- apps/presentationeditor/main/app/controller/LeftMenu.js | 4 ++-- apps/presentationeditor/main/app/controller/Main.js | 4 ++-- apps/presentationeditor/main/app/controller/RightMenu.js | 4 ++-- apps/presentationeditor/main/app/controller/Statusbar.js | 4 ++-- apps/presentationeditor/main/app/controller/Toolbar.js | 4 ++-- apps/presentationeditor/main/app/controller/Viewport.js | 4 ++-- apps/presentationeditor/main/app/model/EquationGroup.js | 4 ++-- apps/presentationeditor/main/app/model/Pages.js | 2 +- apps/presentationeditor/main/app/model/ShapeGroup.js | 4 ++-- apps/presentationeditor/main/app/model/SlideLayout.js | 4 ++-- apps/presentationeditor/main/app/view/ChartSettings.js | 4 ++-- .../presentationeditor/main/app/view/ChartSettingsAdvanced.js | 4 ++-- apps/presentationeditor/main/app/view/DocumentHolder.js | 2 +- apps/presentationeditor/main/app/view/DocumentPreview.js | 4 ++-- apps/presentationeditor/main/app/view/FileMenu.js | 4 ++-- apps/presentationeditor/main/app/view/FileMenuPanels.js | 4 ++-- .../main/app/view/HyperlinkSettingsDialog.js | 4 ++-- apps/presentationeditor/main/app/view/ImageSettings.js | 4 ++-- .../presentationeditor/main/app/view/ImageSettingsAdvanced.js | 4 ++-- apps/presentationeditor/main/app/view/LeftMenu.js | 4 ++-- apps/presentationeditor/main/app/view/ParagraphSettings.js | 4 ++-- .../main/app/view/ParagraphSettingsAdvanced.js | 4 ++-- apps/presentationeditor/main/app/view/RightMenu.js | 4 ++-- apps/presentationeditor/main/app/view/ShapeSettings.js | 4 ++-- .../presentationeditor/main/app/view/ShapeSettingsAdvanced.js | 4 ++-- apps/presentationeditor/main/app/view/SignatureSettings.js | 4 ++-- apps/presentationeditor/main/app/view/SlideSettings.js | 4 ++-- apps/presentationeditor/main/app/view/SlideSizeSettings.js | 4 ++-- apps/presentationeditor/main/app/view/SlideshowSettings.js | 4 ++-- apps/presentationeditor/main/app/view/Statusbar.js | 4 ++-- apps/presentationeditor/main/app/view/TableSettings.js | 4 ++-- .../presentationeditor/main/app/view/TableSettingsAdvanced.js | 4 ++-- apps/presentationeditor/main/app/view/TextArtSettings.js | 4 ++-- apps/presentationeditor/main/app/view/Toolbar.js | 4 ++-- apps/presentationeditor/main/app/view/Viewport.js | 4 ++-- apps/presentationeditor/main/app_dev.js | 4 ++-- apps/presentationeditor/main/app_dev.reporter.js | 4 ++-- apps/presentationeditor/main/resources/help/de/callback.js | 2 +- apps/presentationeditor/main/resources/help/en/callback.js | 2 +- apps/presentationeditor/main/resources/help/es/callback.js | 2 +- apps/presentationeditor/main/resources/help/fr/callback.js | 2 +- apps/presentationeditor/main/resources/help/it/callback.js | 2 +- apps/presentationeditor/main/resources/help/ru/callback.js | 2 +- apps/presentationeditor/mobile/app-dev.js | 4 ++-- apps/presentationeditor/mobile/app.js | 4 ++-- .../mobile/app/controller/DocumentHolder.js | 4 ++-- .../mobile/app/controller/DocumentPreview.js | 4 ++-- apps/presentationeditor/mobile/app/controller/Editor.js | 4 ++-- apps/presentationeditor/mobile/app/controller/Main.js | 4 ++-- apps/presentationeditor/mobile/app/controller/Search.js | 4 ++-- apps/presentationeditor/mobile/app/controller/Settings.js | 4 ++-- apps/presentationeditor/mobile/app/controller/Toolbar.js | 4 ++-- .../mobile/app/controller/add/AddContainer.js | 4 ++-- apps/presentationeditor/mobile/app/controller/add/AddImage.js | 4 ++-- apps/presentationeditor/mobile/app/controller/add/AddLink.js | 4 ++-- apps/presentationeditor/mobile/app/controller/add/AddShape.js | 4 ++-- apps/presentationeditor/mobile/app/controller/add/AddSlide.js | 4 ++-- apps/presentationeditor/mobile/app/controller/add/AddTable.js | 4 ++-- .../mobile/app/controller/edit/EditChart.js | 4 ++-- .../mobile/app/controller/edit/EditContainer.js | 4 ++-- .../mobile/app/controller/edit/EditImage.js | 4 ++-- .../presentationeditor/mobile/app/controller/edit/EditLink.js | 4 ++-- .../mobile/app/controller/edit/EditShape.js | 4 ++-- .../mobile/app/controller/edit/EditSlide.js | 4 ++-- .../mobile/app/controller/edit/EditTable.js | 4 ++-- .../presentationeditor/mobile/app/controller/edit/EditText.js | 4 ++-- apps/presentationeditor/mobile/app/view/DocumentHolder.js | 4 ++-- apps/presentationeditor/mobile/app/view/DocumentPreview.js | 4 ++-- apps/presentationeditor/mobile/app/view/Editor.js | 4 ++-- apps/presentationeditor/mobile/app/view/Search.js | 4 ++-- apps/presentationeditor/mobile/app/view/Settings.js | 4 ++-- apps/presentationeditor/mobile/app/view/Toolbar.js | 4 ++-- apps/presentationeditor/mobile/app/view/add/AddImage.js | 4 ++-- apps/presentationeditor/mobile/app/view/add/AddLink.js | 4 ++-- apps/presentationeditor/mobile/app/view/add/AddShape.js | 4 ++-- apps/presentationeditor/mobile/app/view/add/AddSlide.js | 4 ++-- apps/presentationeditor/mobile/app/view/add/AddTable.js | 4 ++-- apps/presentationeditor/mobile/app/view/edit/EditChart.js | 4 ++-- apps/presentationeditor/mobile/app/view/edit/EditImage.js | 4 ++-- apps/presentationeditor/mobile/app/view/edit/EditLink.js | 4 ++-- apps/presentationeditor/mobile/app/view/edit/EditShape.js | 4 ++-- apps/presentationeditor/mobile/app/view/edit/EditSlide.js | 4 ++-- apps/presentationeditor/mobile/app/view/edit/EditTable.js | 4 ++-- apps/presentationeditor/mobile/app/view/edit/EditText.js | 4 ++-- apps/spreadsheeteditor/embed/js/ApplicationController.js | 2 +- apps/spreadsheeteditor/embed/js/ApplicationView.js | 2 +- apps/spreadsheeteditor/embed/js/application.js | 2 +- apps/spreadsheeteditor/main/app.js | 4 ++-- apps/spreadsheeteditor/main/app/collection/EquationGroups.js | 4 ++-- apps/spreadsheeteditor/main/app/collection/FormulaGroups.js | 4 ++-- apps/spreadsheeteditor/main/app/collection/ShapeGroups.js | 4 ++-- apps/spreadsheeteditor/main/app/collection/TableTemplates.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/CellEditor.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/DocumentHolder.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/FormulaDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/LeftMenu.js | 2 +- apps/spreadsheeteditor/main/app/controller/Main.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/PivotTable.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/Print.js | 2 +- apps/spreadsheeteditor/main/app/controller/RightMenu.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/Statusbar.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/Toolbar.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/Viewport.js | 4 ++-- apps/spreadsheeteditor/main/app/model/EquationGroup.js | 4 ++-- apps/spreadsheeteditor/main/app/model/Formula.js | 4 ++-- apps/spreadsheeteditor/main/app/model/ShapeGroup.js | 4 ++-- apps/spreadsheeteditor/main/app/model/TableTemplate.js | 4 ++-- apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/CellEditor.js | 4 ++-- apps/spreadsheeteditor/main/app/view/CellRangeDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/ChartSettings.js | 4 ++-- apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js | 4 ++-- apps/spreadsheeteditor/main/app/view/DocumentHolder.js | 4 ++-- apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/FileMenu.js | 2 +- apps/spreadsheeteditor/main/app/view/FileMenuPanels.js | 2 +- apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/FormulaDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/FormulaLang.js | 2 +- .../main/app/view/HyperlinkSettingsDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/ImageSettings.js | 4 ++-- apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js | 4 ++-- apps/spreadsheeteditor/main/app/view/LeftMenu.js | 2 +- apps/spreadsheeteditor/main/app/view/NameManagerDlg.js | 4 ++-- apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js | 4 ++-- apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js | 4 ++-- apps/spreadsheeteditor/main/app/view/ParagraphSettings.js | 4 ++-- .../main/app/view/ParagraphSettingsAdvanced.js | 4 ++-- apps/spreadsheeteditor/main/app/view/PivotSettings.js | 4 ++-- apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js | 4 ++-- apps/spreadsheeteditor/main/app/view/PivotTable.js | 4 ++-- apps/spreadsheeteditor/main/app/view/PrintSettings.js | 4 ++-- apps/spreadsheeteditor/main/app/view/RightMenu.js | 4 ++-- apps/spreadsheeteditor/main/app/view/SetValueDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/ShapeSettings.js | 4 ++-- apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js | 4 ++-- apps/spreadsheeteditor/main/app/view/SignatureSettings.js | 4 ++-- apps/spreadsheeteditor/main/app/view/Statusbar.js | 4 ++-- apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/TableSettings.js | 4 ++-- apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js | 4 ++-- apps/spreadsheeteditor/main/app/view/TextArtSettings.js | 4 ++-- apps/spreadsheeteditor/main/app/view/Toolbar.js | 4 ++-- .../main/app/view/ValueFieldSettingsDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/Viewport.js | 4 ++-- apps/spreadsheeteditor/main/app_dev.js | 4 ++-- apps/spreadsheeteditor/main/resources/help/de/callback.js | 2 +- apps/spreadsheeteditor/main/resources/help/es/callback.js | 2 +- apps/spreadsheeteditor/main/resources/help/fr/callback.js | 2 +- apps/spreadsheeteditor/main/resources/help/it/callback.js | 2 +- apps/spreadsheeteditor/mobile/app-dev.js | 4 ++-- apps/spreadsheeteditor/mobile/app.js | 4 ++-- apps/spreadsheeteditor/mobile/app/collection/sheets.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/CellEditor.js | 4 ++-- .../spreadsheeteditor/mobile/app/controller/DocumentHolder.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/Editor.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/Main.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/Search.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/Settings.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/Statusbar.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/Toolbar.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/add/AddChart.js | 4 ++-- .../mobile/app/controller/add/AddContainer.js | 4 ++-- .../mobile/app/controller/add/AddFunction.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/add/AddShape.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js | 4 ++-- .../spreadsheeteditor/mobile/app/controller/edit/EditChart.js | 4 ++-- .../mobile/app/controller/edit/EditContainer.js | 4 ++-- .../mobile/app/controller/edit/EditHyperlink.js | 4 ++-- .../spreadsheeteditor/mobile/app/controller/edit/EditImage.js | 4 ++-- .../spreadsheeteditor/mobile/app/controller/edit/EditShape.js | 4 ++-- apps/spreadsheeteditor/mobile/app/controller/edit/EditText.js | 4 ++-- apps/spreadsheeteditor/mobile/app/model/sheet.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/CellEditor.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/DocumentHolder.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/Editor.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/Search.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/Settings.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/Statusbar.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/Toolbar.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/add/AddChart.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/add/AddLink.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/add/AddOther.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/add/AddShape.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/edit/EditChart.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/edit/EditHyperlink.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/edit/EditImage.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/edit/EditShape.js | 4 ++-- apps/spreadsheeteditor/mobile/app/view/edit/EditText.js | 4 ++-- test/common.js | 2 +- test/common/main/lib/component/Button.js | 2 +- test/common/main/lib/util/utils.js | 2 +- 412 files changed, 746 insertions(+), 746 deletions(-) diff --git a/apps/common/Analytics.js b/apps/common/Analytics.js index eb3c02a9c..37a59ab6d 100644 --- a/apps/common/Analytics.js +++ b/apps/common/Analytics.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/Gateway.js b/apps/common/Gateway.js index 5e06dbdd8..7d173d612 100644 --- a/apps/common/Gateway.js +++ b/apps/common/Gateway.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/IrregularStack.js b/apps/common/IrregularStack.js index a9f59a98c..7a9aa5170 100644 --- a/apps/common/IrregularStack.js +++ b/apps/common/IrregularStack.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/embed/lib/controller/modals.js b/apps/common/embed/lib/controller/modals.js index 28fb74d1b..bdf8ac2d1 100644 --- a/apps/common/embed/lib/controller/modals.js +++ b/apps/common/embed/lib/controller/modals.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/embed/lib/util/utils.js b/apps/common/embed/lib/util/utils.js index ef670b092..5a4b5db1f 100644 --- a/apps/common/embed/lib/util/utils.js +++ b/apps/common/embed/lib/util/utils.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/embed/lib/view/modals.js b/apps/common/embed/lib/view/modals.js index 7f41cc5b5..32b1be5d3 100644 --- a/apps/common/embed/lib/view/modals.js +++ b/apps/common/embed/lib/view/modals.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/locale.js b/apps/common/locale.js index 9d401fffc..b84aa0c37 100644 --- a/apps/common/locale.js +++ b/apps/common/locale.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/collection/ChatMessages.js b/apps/common/main/lib/collection/ChatMessages.js index d407bed90..afedde6fb 100644 --- a/apps/common/main/lib/collection/ChatMessages.js +++ b/apps/common/main/lib/collection/ChatMessages.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Collection * * Created by Maxim Kadushkin on 01 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/collection/Comments.js b/apps/common/main/lib/collection/Comments.js index cbb0f3ac4..1c9fdb4b1 100644 --- a/apps/common/main/lib/collection/Comments.js +++ b/apps/common/main/lib/collection/Comments.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Comments.js * * Created by Alexey Musinov on 17.01.14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/collection/Fonts.js b/apps/common/main/lib/collection/Fonts.js index 62d71c993..de2ddfe9c 100644 --- a/apps/common/main/lib/collection/Fonts.js +++ b/apps/common/main/lib/collection/Fonts.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Fonts.js * * Created by Alexander Yuzhin on 2/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/collection/HistoryVersions.js b/apps/common/main/lib/collection/HistoryVersions.js index 9a8fd4f53..00c929c7f 100644 --- a/apps/common/main/lib/collection/HistoryVersions.js +++ b/apps/common/main/lib/collection/HistoryVersions.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/collection/Plugins.js b/apps/common/main/lib/collection/Plugins.js index 498f7c2ee..16f491e64 100644 --- a/apps/common/main/lib/collection/Plugins.js +++ b/apps/common/main/lib/collection/Plugins.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/collection/ReviewChanges.js b/apps/common/main/lib/collection/ReviewChanges.js index 2ac0c7d04..9f23da3bd 100644 --- a/apps/common/main/lib/collection/ReviewChanges.js +++ b/apps/common/main/lib/collection/ReviewChanges.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ReviewChanges.js * * Created by Julia.Radzhabova on 05.08.15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/collection/TextArt.js b/apps/common/main/lib/collection/TextArt.js index ec2ebfa7a..16d19784e 100644 --- a/apps/common/main/lib/collection/TextArt.js +++ b/apps/common/main/lib/collection/TextArt.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -32,7 +32,7 @@ */ /** * Created by Julia.Radzhabova on 09.07.15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. */ if (Common === undefined) diff --git a/apps/common/main/lib/collection/Users.js b/apps/common/main/lib/collection/Users.js index e9f472a50..02dc62235 100644 --- a/apps/common/main/lib/collection/Users.js +++ b/apps/common/main/lib/collection/Users.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Collection * * Created by Maxim Kadushkin on 27 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/BaseView.js b/apps/common/main/lib/component/BaseView.js index ae093ef5e..853631472 100644 --- a/apps/common/main/lib/component/BaseView.js +++ b/apps/common/main/lib/component/BaseView.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * BaseView.js * * Created by Alexander Yuzhin on 1/17/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/Button.js b/apps/common/main/lib/component/Button.js index e55b50942..c766a8d7e 100644 --- a/apps/common/main/lib/component/Button.js +++ b/apps/common/main/lib/component/Button.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Button.js * * Created by Alexander Yuzhin on 1/20/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/CheckBox.js b/apps/common/main/lib/component/CheckBox.js index 428224d03..2e3849ac0 100644 --- a/apps/common/main/lib/component/CheckBox.js +++ b/apps/common/main/lib/component/CheckBox.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * CheckBox.js * * Created by Julia Radzhabova on 1/24/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/ColorButton.js b/apps/common/main/lib/component/ColorButton.js index 4572aa358..d9d16c840 100644 --- a/apps/common/main/lib/component/ColorButton.js +++ b/apps/common/main/lib/component/ColorButton.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/component/ColorPalette.js b/apps/common/main/lib/component/ColorPalette.js index b39b9f2b9..1c513290a 100644 --- a/apps/common/main/lib/component/ColorPalette.js +++ b/apps/common/main/lib/component/ColorPalette.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ColorPalette.js * * Created by Alexander Yuzhin on 2/20/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/ColorPaletteExt.js b/apps/common/main/lib/component/ColorPaletteExt.js index 697d621b3..d8ad4bbaf 100644 --- a/apps/common/main/lib/component/ColorPaletteExt.js +++ b/apps/common/main/lib/component/ColorPaletteExt.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ColorPaletteExt.js * * Created by Julia Radzhabova on 07/21/15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/ComboBorderSize.js b/apps/common/main/lib/component/ComboBorderSize.js index 4576f7622..e106b2f4e 100644 --- a/apps/common/main/lib/component/ComboBorderSize.js +++ b/apps/common/main/lib/component/ComboBorderSize.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ComboBorderSize.js * * Created by Julia Radzhabova on 2/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/ComboBox.js b/apps/common/main/lib/component/ComboBox.js index ad69d208f..a55fd3aa9 100644 --- a/apps/common/main/lib/component/ComboBox.js +++ b/apps/common/main/lib/component/ComboBox.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ComboBox.js * * Created by Alexander Yuzhin on 1/22/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/ComboBoxFonts.js b/apps/common/main/lib/component/ComboBoxFonts.js index 8e9bec06b..4d3e6b531 100644 --- a/apps/common/main/lib/component/ComboBoxFonts.js +++ b/apps/common/main/lib/component/ComboBoxFonts.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ComboBoxFonts.js * * Created by Alexander Yuzhin on 2/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/ComboDataView.js b/apps/common/main/lib/component/ComboDataView.js index fc4436af0..33903aadf 100644 --- a/apps/common/main/lib/component/ComboDataView.js +++ b/apps/common/main/lib/component/ComboDataView.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ComboDataView.js * * Created by Alexander Yuzhin on 2/13/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/DataView.js b/apps/common/main/lib/component/DataView.js index beb4fa81e..bb4706c07 100644 --- a/apps/common/main/lib/component/DataView.js +++ b/apps/common/main/lib/component/DataView.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * A mechanism for displaying data using custom layout templates and formatting. * * Created by Alexander Yuzhin on 1/24/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/DimensionPicker.js b/apps/common/main/lib/component/DimensionPicker.js index 7601c82dd..b81c95b54 100644 --- a/apps/common/main/lib/component/DimensionPicker.js +++ b/apps/common/main/lib/component/DimensionPicker.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * DimensionPicker.js * * Created by Alexander Yuzhin on 1/29/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/HSBColorPicker.js b/apps/common/main/lib/component/HSBColorPicker.js index f6b6e27d4..c64eb4983 100644 --- a/apps/common/main/lib/component/HSBColorPicker.js +++ b/apps/common/main/lib/component/HSBColorPicker.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/component/InputField.js b/apps/common/main/lib/component/InputField.js index faf1c662a..5bfea7578 100644 --- a/apps/common/main/lib/component/InputField.js +++ b/apps/common/main/lib/component/InputField.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * InputField.js * * Created by Alexander Yuzhin on 4/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/Layout.js b/apps/common/main/lib/component/Layout.js index 9b07c7c5c..6e5c08a4b 100644 --- a/apps/common/main/lib/component/Layout.js +++ b/apps/common/main/lib/component/Layout.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Layout.js * * Created by Maxim Kadushkin on 10 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * * * Configuration diff --git a/apps/common/main/lib/component/ListView.js b/apps/common/main/lib/component/ListView.js index 226fe349e..1476af029 100644 --- a/apps/common/main/lib/component/ListView.js +++ b/apps/common/main/lib/component/ListView.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ListView.js * * Created by Julia Radzhabova on 2/27/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/LoadMask.js b/apps/common/main/lib/component/LoadMask.js index 0d839df17..704606354 100644 --- a/apps/common/main/lib/component/LoadMask.js +++ b/apps/common/main/lib/component/LoadMask.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Displays loading mask over selected element(s) or component. Accepts both single and multiple selectors. * * Created by Alexander Yuzhin on 2/7/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/MaskedField.js b/apps/common/main/lib/component/MaskedField.js index 894e80327..640687c14 100644 --- a/apps/common/main/lib/component/MaskedField.js +++ b/apps/common/main/lib/component/MaskedField.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/component/Menu.js b/apps/common/main/lib/component/Menu.js index f529a4ac8..fa03b2612 100644 --- a/apps/common/main/lib/component/Menu.js +++ b/apps/common/main/lib/component/Menu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * A menu object. This is the container to which you may add {@link Common.UI.MenuItem menu items}. * * Created by Alexander Yuzhin on 1/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/MenuItem.js b/apps/common/main/lib/component/MenuItem.js index 9142fef94..ffd4c1d69 100644 --- a/apps/common/main/lib/component/MenuItem.js +++ b/apps/common/main/lib/component/MenuItem.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -37,7 +37,7 @@ * sub-menus, icons, etc. * * Created by Alexander Yuzhin on 1/27/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/MetricSpinner.js b/apps/common/main/lib/component/MetricSpinner.js index 28d286d71..916cd1b1f 100644 --- a/apps/common/main/lib/component/MetricSpinner.js +++ b/apps/common/main/lib/component/MetricSpinner.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * MetricSpinner.js * * Created by Julia Radzhabova on 1/21/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/Mixtbar.js b/apps/common/main/lib/component/Mixtbar.js index 0edc4d482..f9c921d8c 100644 --- a/apps/common/main/lib/component/Mixtbar.js +++ b/apps/common/main/lib/component/Mixtbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -37,7 +37,7 @@ * * * Created by Maxim.Kadushkin on 4/11/2017. - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/MultiSliderGradient.js b/apps/common/main/lib/component/MultiSliderGradient.js index 86290981b..77a1812cd 100644 --- a/apps/common/main/lib/component/MultiSliderGradient.js +++ b/apps/common/main/lib/component/MultiSliderGradient.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * MultiSliderGradient.js * * Created by Julia Radzhabova on 2/19/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/RadioBox.js b/apps/common/main/lib/component/RadioBox.js index 839c76f3a..9d8e435ee 100644 --- a/apps/common/main/lib/component/RadioBox.js +++ b/apps/common/main/lib/component/RadioBox.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * RadioBox.js * * Created by Julia Radzhabova on 2/26/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ /** diff --git a/apps/common/main/lib/component/Scroller.js b/apps/common/main/lib/component/Scroller.js index 4143db7aa..550e45aeb 100644 --- a/apps/common/main/lib/component/Scroller.js +++ b/apps/common/main/lib/component/Scroller.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Scroller.js * * Created by Alexander Yuzhin on 3/14/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/Slider.js b/apps/common/main/lib/component/Slider.js index 67a86d2d2..371c119cb 100644 --- a/apps/common/main/lib/component/Slider.js +++ b/apps/common/main/lib/component/Slider.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Slider.js * * Created by Julia Radzhabova on 2/18/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/Switcher.js b/apps/common/main/lib/component/Switcher.js index 40d2a85b8..db2c2ad2b 100644 --- a/apps/common/main/lib/component/Switcher.js +++ b/apps/common/main/lib/component/Switcher.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/component/SynchronizeTip.js b/apps/common/main/lib/component/SynchronizeTip.js index cb1aa968c..8cbbd51de 100644 --- a/apps/common/main/lib/component/SynchronizeTip.js +++ b/apps/common/main/lib/component/SynchronizeTip.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/component/Tab.js b/apps/common/main/lib/component/Tab.js index 72018f776..15ac4a025 100644 --- a/apps/common/main/lib/component/Tab.js +++ b/apps/common/main/lib/component/Tab.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Tab.js * * Created by Maxim Kadushkin on 01 April 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/TabBar.js b/apps/common/main/lib/component/TabBar.js index 81db94966..c52f7f446 100644 --- a/apps/common/main/lib/component/TabBar.js +++ b/apps/common/main/lib/component/TabBar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TabBar.js * * Created by Maxim Kadushkin on 28 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/TableStyler.js b/apps/common/main/lib/component/TableStyler.js index 40c383d4f..7a354e0bd 100644 --- a/apps/common/main/lib/component/TableStyler.js +++ b/apps/common/main/lib/component/TableStyler.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableStyler.js * * Created by Alexander Yuzhin on 2/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/ThemeColorPalette.js b/apps/common/main/lib/component/ThemeColorPalette.js index bfdeae7d2..73c761b19 100644 --- a/apps/common/main/lib/component/ThemeColorPalette.js +++ b/apps/common/main/lib/component/ThemeColorPalette.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ThemeColorPalette.js * * Created by Julia Radzhabova on 1/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/ToggleManager.js b/apps/common/main/lib/component/ToggleManager.js index c8ea8ef55..dab80c690 100644 --- a/apps/common/main/lib/component/ToggleManager.js +++ b/apps/common/main/lib/component/ToggleManager.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ToggleManager.js * * Created by Alexander Yuzhin on 1/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/component/Tooltip.js b/apps/common/main/lib/component/Tooltip.js index 84b271a49..230cde22b 100644 --- a/apps/common/main/lib/component/Tooltip.js +++ b/apps/common/main/lib/component/Tooltip.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Tooltip.js * * Created by Maxim Kadushkin on 14 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ /* diff --git a/apps/common/main/lib/component/TreeView.js b/apps/common/main/lib/component/TreeView.js index eb382a14b..1705858a9 100644 --- a/apps/common/main/lib/component/TreeView.js +++ b/apps/common/main/lib/component/TreeView.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index e4387beaa..ae250a195 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Window.js * * Created by Maxim Kadushkin on 24 January 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/controller/Chat.js b/apps/common/main/lib/controller/Chat.js index 25697ac19..e673adc0f 100644 --- a/apps/common/main/lib/controller/Chat.js +++ b/apps/common/main/lib/controller/Chat.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Controller * * Created by Maxim Kadushkin on 27 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/controller/Comments.js b/apps/common/main/lib/controller/Comments.js index 00fc195a1..55cda0f45 100644 --- a/apps/common/main/lib/controller/Comments.js +++ b/apps/common/main/lib/controller/Comments.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Comments.js * * Created by Alexey Musinov on 16.01.14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/controller/ExternalDiagramEditor.js b/apps/common/main/lib/controller/ExternalDiagramEditor.js index ad90550a1..11ecae80d 100644 --- a/apps/common/main/lib/controller/ExternalDiagramEditor.js +++ b/apps/common/main/lib/controller/ExternalDiagramEditor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ExternalDiagramEditor.js * * Created by Julia Radzhabova on 4/08/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/controller/ExternalMergeEditor.js b/apps/common/main/lib/controller/ExternalMergeEditor.js index 7dc992ce7..6e3cfdfc5 100644 --- a/apps/common/main/lib/controller/ExternalMergeEditor.js +++ b/apps/common/main/lib/controller/ExternalMergeEditor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ExternalDiagramEditor.js * * Created by Julia Radzhabova on 4/08/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/controller/Fonts.js b/apps/common/main/lib/controller/Fonts.js index cd6ca5f49..364478fcb 100644 --- a/apps/common/main/lib/controller/Fonts.js +++ b/apps/common/main/lib/controller/Fonts.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Fonts.js * * Created by Alexander Yuzhin on 2/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/controller/History.js b/apps/common/main/lib/controller/History.js index 6be2b1405..998bbdecd 100644 --- a/apps/common/main/lib/controller/History.js +++ b/apps/common/main/lib/controller/History.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/controller/Plugins.js b/apps/common/main/lib/controller/Plugins.js index 911d90fb3..7db8fb145 100644 --- a/apps/common/main/lib/controller/Plugins.js +++ b/apps/common/main/lib/controller/Plugins.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/controller/Protection.js b/apps/common/main/lib/controller/Protection.js index 99e8ac821..1282aa044 100644 --- a/apps/common/main/lib/controller/Protection.js +++ b/apps/common/main/lib/controller/Protection.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Protection.js * * Created by Julia Radzhabova on 14.11.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/controller/ReviewChanges.js b/apps/common/main/lib/controller/ReviewChanges.js index 2d634f94d..d409f05b7 100644 --- a/apps/common/main/lib/controller/ReviewChanges.js +++ b/apps/common/main/lib/controller/ReviewChanges.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ReviewChanges.js * * Created by Julia.Radzhabova on 05.08.15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/core/NotificationCenter.js b/apps/common/main/lib/core/NotificationCenter.js index 1dbabbf2d..20d733284 100644 --- a/apps/common/main/lib/core/NotificationCenter.js +++ b/apps/common/main/lib/core/NotificationCenter.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -37,7 +37,7 @@ * of an application through event-driven architecture. * * Created by Alexander Yuzhin on 1/21/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/extend/Bootstrap.js b/apps/common/main/lib/extend/Bootstrap.js index ab55b71f9..b1fe87d73 100755 --- a/apps/common/main/lib/extend/Bootstrap.js +++ b/apps/common/main/lib/extend/Bootstrap.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Bootstrap.js * * Created by Alexander Yuzhin on 5/27/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/model/ChatMessage.js b/apps/common/main/lib/model/ChatMessage.js index 49febb9e2..941947f12 100644 --- a/apps/common/main/lib/model/ChatMessage.js +++ b/apps/common/main/lib/model/ChatMessage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Model * * Created by Maxim Kadushkin on 01 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/model/Comment.js b/apps/common/main/lib/model/Comment.js index 2d3c7ae94..83479b771 100644 --- a/apps/common/main/lib/model/Comment.js +++ b/apps/common/main/lib/model/Comment.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Comments.js * * Created by Alexey Musinov on 16.01.14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/model/Font.js b/apps/common/main/lib/model/Font.js index 201d15208..818829ffc 100644 --- a/apps/common/main/lib/model/Font.js +++ b/apps/common/main/lib/model/Font.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Font.js * * Created by Alexander Yuzhin on 2/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/model/HistoryVersion.js b/apps/common/main/lib/model/HistoryVersion.js index 4908e09b7..f6ef20c46 100644 --- a/apps/common/main/lib/model/HistoryVersion.js +++ b/apps/common/main/lib/model/HistoryVersion.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/model/Plugin.js b/apps/common/main/lib/model/Plugin.js index 2b1b73602..6456647d1 100644 --- a/apps/common/main/lib/model/Plugin.js +++ b/apps/common/main/lib/model/Plugin.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/model/ReviewChange.js b/apps/common/main/lib/model/ReviewChange.js index 8bd302fcc..280cce495 100644 --- a/apps/common/main/lib/model/ReviewChange.js +++ b/apps/common/main/lib/model/ReviewChange.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ReviewChange.js * * Created by Julia.Radzhabova on 05.08.15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/model/User.js b/apps/common/main/lib/model/User.js index b308ca136..9e861c9ee 100644 --- a/apps/common/main/lib/model/User.js +++ b/apps/common/main/lib/model/User.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Model * * Created by Maxim Kadushkin on 27 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/util/LanguageInfo.js b/apps/common/main/lib/util/LanguageInfo.js index ba3db2877..6c2917964 100644 --- a/apps/common/main/lib/util/LanguageInfo.js +++ b/apps/common/main/lib/util/LanguageInfo.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * LanguageInfo.js * * Created by Maxim Kadushkin on 31 January 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/util/LocalStorage.js b/apps/common/main/lib/util/LocalStorage.js index 1b0a86888..fba918a1b 100644 --- a/apps/common/main/lib/util/LocalStorage.js +++ b/apps/common/main/lib/util/LocalStorage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * LocalStorage.js * * Created by Maxim Kadushkin on 31 July 2015 - * Copyright (c) 2015 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/util/Shortcuts.js b/apps/common/main/lib/util/Shortcuts.js index a50c5b23b..97c1aedfd 100644 --- a/apps/common/main/lib/util/Shortcuts.js +++ b/apps/common/main/lib/util/Shortcuts.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Shortcuts.js * * Created by Maxim Kadushkin on 05 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ /* diff --git a/apps/common/main/lib/util/Tip.js b/apps/common/main/lib/util/Tip.js index f4ce19e4a..f04507b9a 100644 --- a/apps/common/main/lib/util/Tip.js +++ b/apps/common/main/lib/util/Tip.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/util/define.js b/apps/common/main/lib/util/define.js index 46c67580f..562df9121 100644 --- a/apps/common/main/lib/util/define.js +++ b/apps/common/main/lib/util/define.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/util/utils.js b/apps/common/main/lib/util/utils.js index 10fb090a7..190e8c80c 100644 --- a/apps/common/main/lib/util/utils.js +++ b/apps/common/main/lib/util/utils.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/view/About.js b/apps/common/main/lib/view/About.js index a9f0dce04..d40c8610f 100644 --- a/apps/common/main/lib/view/About.js +++ b/apps/common/main/lib/view/About.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * About.js * * Created by Julia Radzhabova on 3/06/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/AdvancedSettingsWindow.js b/apps/common/main/lib/view/AdvancedSettingsWindow.js index c3afaf523..14fe6c10b 100644 --- a/apps/common/main/lib/view/AdvancedSettingsWindow.js +++ b/apps/common/main/lib/view/AdvancedSettingsWindow.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * AdvancedSettingsWindow.js * * Created by Julia Radzhabova on 2/21/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/Chat.js b/apps/common/main/lib/view/Chat.js index d84448032..daf0484d5 100644 --- a/apps/common/main/lib/view/Chat.js +++ b/apps/common/main/lib/view/Chat.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * View * * Created by Maxim Kadushkin on 27 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/Comments.js b/apps/common/main/lib/view/Comments.js index 2a7c9200a..5bdba4e5d 100644 --- a/apps/common/main/lib/view/Comments.js +++ b/apps/common/main/lib/view/Comments.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * View * * Created by Alexey Musinov on 16.01.14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/CopyWarningDialog.js b/apps/common/main/lib/view/CopyWarningDialog.js index 7d8fff28c..427949e05 100644 --- a/apps/common/main/lib/view/CopyWarningDialog.js +++ b/apps/common/main/lib/view/CopyWarningDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * CopyWarningDialog.js * * Created by Alexander Yuzhin on 4/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/DocumentAccessDialog.js b/apps/common/main/lib/view/DocumentAccessDialog.js index 30fc76d9c..a9e9e0e56 100644 --- a/apps/common/main/lib/view/DocumentAccessDialog.js +++ b/apps/common/main/lib/view/DocumentAccessDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * DocumentAccessDialog.js * * Created by Julia Radzhabova on 3/14/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/ExtendedColorDialog.js b/apps/common/main/lib/view/ExtendedColorDialog.js index f7374d10f..ff6e6e86d 100644 --- a/apps/common/main/lib/view/ExtendedColorDialog.js +++ b/apps/common/main/lib/view/ExtendedColorDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/view/ExternalDiagramEditor.js b/apps/common/main/lib/view/ExternalDiagramEditor.js index 511fe6585..9d5e0641d 100644 --- a/apps/common/main/lib/view/ExternalDiagramEditor.js +++ b/apps/common/main/lib/view/ExternalDiagramEditor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ExternalDiagramEditor.js * * Created by Julia Radzhabova on 4/08/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/ExternalMergeEditor.js b/apps/common/main/lib/view/ExternalMergeEditor.js index 61570e5f3..f4917af17 100644 --- a/apps/common/main/lib/view/ExternalMergeEditor.js +++ b/apps/common/main/lib/view/ExternalMergeEditor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ExternalDiagramEditor.js * * Created by Julia Radzhabova on 4/08/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/Header.js b/apps/common/main/lib/view/Header.js index 4c5ab7cb5..48ac04a2e 100644 --- a/apps/common/main/lib/view/Header.js +++ b/apps/common/main/lib/view/Header.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Header.js * * Created by Alexander Yuzhin on 2/14/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/History.js b/apps/common/main/lib/view/History.js index 09970162f..e915c66ae 100644 --- a/apps/common/main/lib/view/History.js +++ b/apps/common/main/lib/view/History.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/view/ImageFromUrlDialog.js b/apps/common/main/lib/view/ImageFromUrlDialog.js index 992257873..5f92912fc 100644 --- a/apps/common/main/lib/view/ImageFromUrlDialog.js +++ b/apps/common/main/lib/view/ImageFromUrlDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ImageFromUrlDialog.js * * Created by Alexander Yuzhin on 2/18/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/InsertTableDialog.js b/apps/common/main/lib/view/InsertTableDialog.js index 0189aa7fc..c895a3bb0 100644 --- a/apps/common/main/lib/view/InsertTableDialog.js +++ b/apps/common/main/lib/view/InsertTableDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * InsertTableDialog.js * * Created by Alexander Yuzhin on 2/17/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/LanguageDialog.js b/apps/common/main/lib/view/LanguageDialog.js index 5b88b4fb5..26f87e7c3 100644 --- a/apps/common/main/lib/view/LanguageDialog.js +++ b/apps/common/main/lib/view/LanguageDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * LanguageDialog.js * * Created by Julia Radzhabova on 04/25/2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/OpenDialog.js b/apps/common/main/lib/view/OpenDialog.js index 1fcb92d10..9a7b0899b 100644 --- a/apps/common/main/lib/view/OpenDialog.js +++ b/apps/common/main/lib/view/OpenDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Select Codepage for open CSV/TXT format file. * * Created by Alexey.Musinov on 29/04/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/PasswordDialog.js b/apps/common/main/lib/view/PasswordDialog.js index 320d75293..02ab68cf1 100644 --- a/apps/common/main/lib/view/PasswordDialog.js +++ b/apps/common/main/lib/view/PasswordDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Select Codepage for open CSV/TXT format file. * * Created by Alexey.Musinov on 29/04/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/Plugins.js b/apps/common/main/lib/view/Plugins.js index 1b870e814..6a98e3200 100644 --- a/apps/common/main/lib/view/Plugins.js +++ b/apps/common/main/lib/view/Plugins.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/common/main/lib/view/Protection.js b/apps/common/main/lib/view/Protection.js index b66853b11..2154cad27 100644 --- a/apps/common/main/lib/view/Protection.js +++ b/apps/common/main/lib/view/Protection.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Protection.js * * Created by Julia Radzhabova on 14.11.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/RenameDialog.js b/apps/common/main/lib/view/RenameDialog.js index 95207e9bf..241b8c589 100644 --- a/apps/common/main/lib/view/RenameDialog.js +++ b/apps/common/main/lib/view/RenameDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * RenameDialog.js * * Created by Julia Radzhabova on 9/23/16 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/ReviewChanges.js b/apps/common/main/lib/view/ReviewChanges.js index 1efa2905d..9f86d7636 100644 --- a/apps/common/main/lib/view/ReviewChanges.js +++ b/apps/common/main/lib/view/ReviewChanges.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * View * * Created by Julia.Radzhabova on 05.08.15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/SearchDialog.js b/apps/common/main/lib/view/SearchDialog.js index f518a9a88..e266784d0 100644 --- a/apps/common/main/lib/view/SearchDialog.js +++ b/apps/common/main/lib/view/SearchDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SearchDialog.js * * Created by Maxim Kadushkin on 03 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/SignDialog.js b/apps/common/main/lib/view/SignDialog.js index 2ce0863ac..4fdcf3f9b 100644 --- a/apps/common/main/lib/view/SignDialog.js +++ b/apps/common/main/lib/view/SignDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SignDialog.js * * Created by Julia Radzhabova on 5/19/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/lib/view/SignSettingsDialog.js b/apps/common/main/lib/view/SignSettingsDialog.js index e85b8c3e0..db62ea0fa 100644 --- a/apps/common/main/lib/view/SignSettingsDialog.js +++ b/apps/common/main/lib/view/SignSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SignSettingsDialog.js * * Created by Julia Radzhabova on 5/19/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/resources/less/layout.less b/apps/common/main/resources/less/layout.less index 4f446d5df..be1731a55 100644 --- a/apps/common/main/resources/less/layout.less +++ b/apps/common/main/resources/less/layout.less @@ -2,7 +2,7 @@ * layout.less * * Created by Maxim Kadushkin on 10 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/resources/less/separator.less b/apps/common/main/resources/less/separator.less index 09e3ee4c0..b163e8a96 100644 --- a/apps/common/main/resources/less/separator.less +++ b/apps/common/main/resources/less/separator.less @@ -2,7 +2,7 @@ * description of styles for the '.separator' element * * Created by Maxim Kadushkin 1/22/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/main/resources/less/window.less b/apps/common/main/resources/less/window.less index 74f9c4000..8e3302440 100644 --- a/apps/common/main/resources/less/window.less +++ b/apps/common/main/resources/less/window.less @@ -4,7 +4,7 @@ * Describes styles for base class 'Window' * * Created by Maxim Kadushkin on 24 January 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/mobile/lib/component/ThemeColorPalette.js b/apps/common/mobile/lib/component/ThemeColorPalette.js index 56d08a7ee..cf8c9028c 100644 --- a/apps/common/mobile/lib/component/ThemeColorPalette.js +++ b/apps/common/mobile/lib/component/ThemeColorPalette.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2016 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * ThemeColorPalette.js * * Created by Alexander Yuzhin on 10/27/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/mobile/utils/SharedSettings.js b/apps/common/mobile/utils/SharedSettings.js index ba2846bc7..9b644d2c7 100644 --- a/apps/common/mobile/utils/SharedSettings.js +++ b/apps/common/mobile/utils/SharedSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2016 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * SharedSettings.js * * Created by Alexander Yuzhin on 10/7/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/mobile/utils/extendes.js b/apps/common/mobile/utils/extendes.js index 97e612bce..b71e0bbf3 100644 --- a/apps/common/mobile/utils/extendes.js +++ b/apps/common/mobile/utils/extendes.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2016 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * extendes.js * * Created by Alexander Yuzhin on 10/14/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/common/mobile/utils/utils.js b/apps/common/mobile/utils/utils.js index 0cf7cd5b4..f5e6954c3 100644 --- a/apps/common/mobile/utils/utils.js +++ b/apps/common/mobile/utils/utils.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2016 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * utils.js * * Created by Maxim.Kadushkin on 1/30/2017 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/embed/js/ApplicationController.js b/apps/documenteditor/embed/js/ApplicationController.js index 22b0216a8..5edad4d1c 100644 --- a/apps/documenteditor/embed/js/ApplicationController.js +++ b/apps/documenteditor/embed/js/ApplicationController.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/embed/js/ApplicationView.js b/apps/documenteditor/embed/js/ApplicationView.js index 84177b54c..046de676d 100644 --- a/apps/documenteditor/embed/js/ApplicationView.js +++ b/apps/documenteditor/embed/js/ApplicationView.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/embed/js/application.js b/apps/documenteditor/embed/js/application.js index c30abfdb0..2b0105028 100644 --- a/apps/documenteditor/embed/js/application.js +++ b/apps/documenteditor/embed/js/application.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app.js b/apps/documenteditor/main/app.js index 1c13c3c9b..f5e4e8fbc 100644 --- a/apps/documenteditor/main/app.js +++ b/apps/documenteditor/main/app.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/collection/EquationGroups.js b/apps/documenteditor/main/app/collection/EquationGroups.js index 70e7e9bd8..e820dfa0d 100644 --- a/apps/documenteditor/main/app/collection/EquationGroups.js +++ b/apps/documenteditor/main/app/collection/EquationGroups.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * EquationGroups.js * * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/collection/Navigation.js b/apps/documenteditor/main/app/collection/Navigation.js index 639dc554a..ab89bd852 100644 --- a/apps/documenteditor/main/app/collection/Navigation.js +++ b/apps/documenteditor/main/app/collection/Navigation.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/collection/ShapeGroups.js b/apps/documenteditor/main/app/collection/ShapeGroups.js index fa4bf57b9..f453d8f93 100644 --- a/apps/documenteditor/main/app/collection/ShapeGroups.js +++ b/apps/documenteditor/main/app/collection/ShapeGroups.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeGroups.js * * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/controller/DocumentHolder.js b/apps/documenteditor/main/app/controller/DocumentHolder.js index 6b51a723a..a7283fbc9 100644 --- a/apps/documenteditor/main/app/controller/DocumentHolder.js +++ b/apps/documenteditor/main/app/controller/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * DocumentHolder controller * * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/controller/LeftMenu.js b/apps/documenteditor/main/app/controller/LeftMenu.js index 20e15cdd7..e7a349a7b 100644 --- a/apps/documenteditor/main/app/controller/LeftMenu.js +++ b/apps/documenteditor/main/app/controller/LeftMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Controller * * Created by Maxim Kadushkin on 19 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/controller/Links.js b/apps/documenteditor/main/app/controller/Links.js index 272074446..17455432f 100644 --- a/apps/documenteditor/main/app/controller/Links.js +++ b/apps/documenteditor/main/app/controller/Links.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Links.js * * Created by Julia Radzhabova on 22.12.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index be67aad58..224187730 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Main controller * * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/controller/Navigation.js b/apps/documenteditor/main/app/controller/Navigation.js index efc2a6ab3..59f2fc44e 100644 --- a/apps/documenteditor/main/app/controller/Navigation.js +++ b/apps/documenteditor/main/app/controller/Navigation.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/controller/PageLayout.js b/apps/documenteditor/main/app/controller/PageLayout.js index a30c76c43..9f22e7f49 100644 --- a/apps/documenteditor/main/app/controller/PageLayout.js +++ b/apps/documenteditor/main/app/controller/PageLayout.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/controller/RightMenu.js b/apps/documenteditor/main/app/controller/RightMenu.js index 196e1a9e0..3069b0d93 100644 --- a/apps/documenteditor/main/app/controller/RightMenu.js +++ b/apps/documenteditor/main/app/controller/RightMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * RightMenu.js * * Created by Julia Radzhabova on 1/17/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/controller/Statusbar.js b/apps/documenteditor/main/app/controller/Statusbar.js index 89975850e..d195a7620 100644 --- a/apps/documenteditor/main/app/controller/Statusbar.js +++ b/apps/documenteditor/main/app/controller/Statusbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Statusbar controller * * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/controller/Toolbar.js b/apps/documenteditor/main/app/controller/Toolbar.js index df514da94..6040ceac2 100644 --- a/apps/documenteditor/main/app/controller/Toolbar.js +++ b/apps/documenteditor/main/app/controller/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Toolbar Controller * * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/controller/Viewport.js b/apps/documenteditor/main/app/controller/Viewport.js index fe6907548..22f988845 100644 --- a/apps/documenteditor/main/app/controller/Viewport.js +++ b/apps/documenteditor/main/app/controller/Viewport.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -37,7 +37,7 @@ * It will listen for view and collection events and manage all data-related operations * * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/model/EquationGroup.js b/apps/documenteditor/main/app/model/EquationGroup.js index 2fd9b8790..be3bfe222 100644 --- a/apps/documenteditor/main/app/model/EquationGroup.js +++ b/apps/documenteditor/main/app/model/EquationGroup.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * EquationGroup.js * * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/model/Pages.js b/apps/documenteditor/main/app/model/Pages.js index dc336e96f..d55205e0d 100644 --- a/apps/documenteditor/main/app/model/Pages.js +++ b/apps/documenteditor/main/app/model/Pages.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/model/ShapeGroup.js b/apps/documenteditor/main/app/model/ShapeGroup.js index 36e6d395f..0804326a3 100644 --- a/apps/documenteditor/main/app/model/ShapeGroup.js +++ b/apps/documenteditor/main/app/model/ShapeGroup.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeGroup.js * * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/ChartSettings.js b/apps/documenteditor/main/app/view/ChartSettings.js index 10a41f313..d3e281b30 100644 --- a/apps/documenteditor/main/app/view/ChartSettings.js +++ b/apps/documenteditor/main/app/view/ChartSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ChartSettings.js * * Created by Julia Radzhabova on 2/07/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/ControlSettingsDialog.js b/apps/documenteditor/main/app/view/ControlSettingsDialog.js index e68d5c971..b0eba142a 100644 --- a/apps/documenteditor/main/app/view/ControlSettingsDialog.js +++ b/apps/documenteditor/main/app/view/ControlSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * ControlSettingsDialog.js.js * * Created by Julia Radzhabova on 12.12.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/CustomColumnsDialog.js b/apps/documenteditor/main/app/view/CustomColumnsDialog.js index 5a9778663..0babb9b00 100644 --- a/apps/documenteditor/main/app/view/CustomColumnsDialog.js +++ b/apps/documenteditor/main/app/view/CustomColumnsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * CustomColumnsDialog.js * * Created by Julia Radzhabova on 6/23/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/DocumentHolder.js b/apps/documenteditor/main/app/view/DocumentHolder.js index 0049fce41..2769235f6 100644 --- a/apps/documenteditor/main/app/view/DocumentHolder.js +++ b/apps/documenteditor/main/app/view/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * DocumentHolder view * * Created by Alexander Yuzhin on 1/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js b/apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js index 7932bc0da..9c98b7e61 100644 --- a/apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * DropcapSettingsAdvanced.js * * Created by Alexander Yuzhin on 2/24/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/FileMenu.js b/apps/documenteditor/main/app/view/FileMenu.js index 88d0518cd..d6e490985 100644 --- a/apps/documenteditor/main/app/view/FileMenu.js +++ b/apps/documenteditor/main/app/view/FileMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Describes menu 'File' for the left tool menu * * Created by Maxim Kadushkin on 14 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 3c010c018..ea2750c1f 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Contains views for menu 'File' * * Created by Maxim Kadushkin on 20 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/FootnoteTip.js b/apps/documenteditor/main/app/view/FootnoteTip.js index dbabc5633..06d20293e 100644 --- a/apps/documenteditor/main/app/view/FootnoteTip.js +++ b/apps/documenteditor/main/app/view/FootnoteTip.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html). diff --git a/apps/documenteditor/main/app/view/HeaderFooterSettings.js b/apps/documenteditor/main/app/view/HeaderFooterSettings.js index c482bb516..509d46063 100644 --- a/apps/documenteditor/main/app/view/HeaderFooterSettings.js +++ b/apps/documenteditor/main/app/view/HeaderFooterSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * HeaderFooterSettings.js * * Created by Julia Radzhabova on 02/03/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js b/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js index bd2efee0b..92d307f07 100644 --- a/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * HyperlinkSettingsDialog.js * * Created by Alexander Yuzhin on 2/20/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/ImageSettings.js b/apps/documenteditor/main/app/view/ImageSettings.js index fe6551062..4036e285b 100644 --- a/apps/documenteditor/main/app/view/ImageSettings.js +++ b/apps/documenteditor/main/app/view/ImageSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ImageSettings.js * * Created by Julia Radzhabova on 2/05/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js b/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js index 080d8b8ea..434248ee7 100644 --- a/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ImageSettingsAdvanced.js * * Created by Julia Radzhabova on 3/03/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/LeftMenu.js b/apps/documenteditor/main/app/view/LeftMenu.js index 470a9a8b0..060d53571 100644 --- a/apps/documenteditor/main/app/view/LeftMenu.js +++ b/apps/documenteditor/main/app/view/LeftMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * LeftMenu.js * * Created by Maxim Kadushkin on 13 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/Links.js b/apps/documenteditor/main/app/view/Links.js index a40710f1f..54d2c176d 100644 --- a/apps/documenteditor/main/app/view/Links.js +++ b/apps/documenteditor/main/app/view/Links.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Links.js * * Created by Julia Radzhabova on 22.12.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/MailMergeEmailDlg.js b/apps/documenteditor/main/app/view/MailMergeEmailDlg.js index 201c65e02..3bd47bb67 100644 --- a/apps/documenteditor/main/app/view/MailMergeEmailDlg.js +++ b/apps/documenteditor/main/app/view/MailMergeEmailDlg.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/view/MailMergeRecepients.js b/apps/documenteditor/main/app/view/MailMergeRecepients.js index 9135a9886..350976ffa 100644 --- a/apps/documenteditor/main/app/view/MailMergeRecepients.js +++ b/apps/documenteditor/main/app/view/MailMergeRecepients.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/view/MailMergeSaveDlg.js b/apps/documenteditor/main/app/view/MailMergeSaveDlg.js index 3a76f35e6..142814c9f 100644 --- a/apps/documenteditor/main/app/view/MailMergeSaveDlg.js +++ b/apps/documenteditor/main/app/view/MailMergeSaveDlg.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/view/MailMergeSettings.js b/apps/documenteditor/main/app/view/MailMergeSettings.js index 34d1fd755..3146960b6 100644 --- a/apps/documenteditor/main/app/view/MailMergeSettings.js +++ b/apps/documenteditor/main/app/view/MailMergeSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/view/Navigation.js b/apps/documenteditor/main/app/view/Navigation.js index a6a14f123..2c86ee136 100644 --- a/apps/documenteditor/main/app/view/Navigation.js +++ b/apps/documenteditor/main/app/view/Navigation.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/view/NoteSettingsDialog.js b/apps/documenteditor/main/app/view/NoteSettingsDialog.js index 10e7f6f6a..abba61e9f 100644 --- a/apps/documenteditor/main/app/view/NoteSettingsDialog.js +++ b/apps/documenteditor/main/app/view/NoteSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * NoteSettingsDialog.js.js * * Created by Julia Radzhabova on 18.12.2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/PageMarginsDialog.js b/apps/documenteditor/main/app/view/PageMarginsDialog.js index 17707582e..891381e50 100644 --- a/apps/documenteditor/main/app/view/PageMarginsDialog.js +++ b/apps/documenteditor/main/app/view/PageMarginsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * PageMarginsDialog.js * * Created by Julia Radzhabova on 2/12/16 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/PageSizeDialog.js b/apps/documenteditor/main/app/view/PageSizeDialog.js index c3f5ac6da..62800d41c 100644 --- a/apps/documenteditor/main/app/view/PageSizeDialog.js +++ b/apps/documenteditor/main/app/view/PageSizeDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * PageSizeDialog.js * * Created by Julia Radzhabova on 2/16/16 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/ParagraphSettings.js b/apps/documenteditor/main/app/view/ParagraphSettings.js index b6ad0e8d5..8678f5172 100644 --- a/apps/documenteditor/main/app/view/ParagraphSettings.js +++ b/apps/documenteditor/main/app/view/ParagraphSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ParagraphSettings.js * * Created by Julia Radzhabova on 1/23/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js b/apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js index dd0a1857b..33748bfbb 100644 --- a/apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ParagraphSettingsAdvanced.js * * Created by Julia Radzhabova on 2/21/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/RightMenu.js b/apps/documenteditor/main/app/view/RightMenu.js index 453cd508e..7406d57c0 100644 --- a/apps/documenteditor/main/app/view/RightMenu.js +++ b/apps/documenteditor/main/app/view/RightMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * RightMenu.js * * Created by Julia Radzhabova on 1/17/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/ShapeSettings.js b/apps/documenteditor/main/app/view/ShapeSettings.js index 03dc30873..600d1b249 100644 --- a/apps/documenteditor/main/app/view/ShapeSettings.js +++ b/apps/documenteditor/main/app/view/ShapeSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeSettings.js * * Created by Julia Radzhabova on 2/12/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/SignatureSettings.js b/apps/documenteditor/main/app/view/SignatureSettings.js index 73f3229b7..03d7f1f61 100644 --- a/apps/documenteditor/main/app/view/SignatureSettings.js +++ b/apps/documenteditor/main/app/view/SignatureSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SignatureSettings.js * * Created by Julia Radzhabova on 5/24/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/Statusbar.js b/apps/documenteditor/main/app/view/Statusbar.js index 05b758bb8..454cf3b99 100644 --- a/apps/documenteditor/main/app/view/Statusbar.js +++ b/apps/documenteditor/main/app/view/Statusbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * StatusBar View * * Created by Maxim Kadushkin - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/StyleTitleDialog.js b/apps/documenteditor/main/app/view/StyleTitleDialog.js index 8fd238dd1..1779b986b 100644 --- a/apps/documenteditor/main/app/view/StyleTitleDialog.js +++ b/apps/documenteditor/main/app/view/StyleTitleDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app/view/TableOfContentsSettings.js b/apps/documenteditor/main/app/view/TableOfContentsSettings.js index a647c7f55..dff87b86a 100644 --- a/apps/documenteditor/main/app/view/TableOfContentsSettings.js +++ b/apps/documenteditor/main/app/view/TableOfContentsSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * TableOfContentsSettings.js.js * * Created by Julia Radzhabova on 26.12.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/TableSettings.js b/apps/documenteditor/main/app/view/TableSettings.js index 001ac34f0..cde71c953 100644 --- a/apps/documenteditor/main/app/view/TableSettings.js +++ b/apps/documenteditor/main/app/view/TableSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableSettings.js * * Created by Julia Radzhabova on 2/07/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/TableSettingsAdvanced.js b/apps/documenteditor/main/app/view/TableSettingsAdvanced.js index e9f203177..bafd32703 100644 --- a/apps/documenteditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/TableSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableSettingsAdvanced.js * * Created by Julia Radzhabova on 2/27/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/TextArtSettings.js b/apps/documenteditor/main/app/view/TextArtSettings.js index 859f8c90b..3e0e7cfde 100644 --- a/apps/documenteditor/main/app/view/TextArtSettings.js +++ b/apps/documenteditor/main/app/view/TextArtSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TextArtSettings.js * * Created by Julia Radzhabova on 7/10/15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index 4af179fbc..95370d5d2 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Toolbar view * * Created by Maxim.Kadushkin on 2/13/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/main/app/view/Viewport.js b/apps/documenteditor/main/app/view/Viewport.js index b4547c48a..6e925057f 100644 --- a/apps/documenteditor/main/app/view/Viewport.js +++ b/apps/documenteditor/main/app/view/Viewport.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/app_dev.js b/apps/documenteditor/main/app_dev.js index 9450b3f55..abe286bfc 100644 --- a/apps/documenteditor/main/app_dev.js +++ b/apps/documenteditor/main/app_dev.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/resources/help/de/callback.js b/apps/documenteditor/main/resources/help/de/callback.js index cf314ceea..b8087d149 100644 --- a/apps/documenteditor/main/resources/help/de/callback.js +++ b/apps/documenteditor/main/resources/help/de/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/resources/help/en/callback.js b/apps/documenteditor/main/resources/help/en/callback.js index cf314ceea..b8087d149 100644 --- a/apps/documenteditor/main/resources/help/en/callback.js +++ b/apps/documenteditor/main/resources/help/en/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/resources/help/es/callback.js b/apps/documenteditor/main/resources/help/es/callback.js index cf314ceea..b8087d149 100644 --- a/apps/documenteditor/main/resources/help/es/callback.js +++ b/apps/documenteditor/main/resources/help/es/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/resources/help/fr/callback.js b/apps/documenteditor/main/resources/help/fr/callback.js index cf314ceea..b8087d149 100644 --- a/apps/documenteditor/main/resources/help/fr/callback.js +++ b/apps/documenteditor/main/resources/help/fr/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/resources/help/it/callback.js b/apps/documenteditor/main/resources/help/it/callback.js index cf314ceea..b8087d149 100644 --- a/apps/documenteditor/main/resources/help/it/callback.js +++ b/apps/documenteditor/main/resources/help/it/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/main/resources/help/ru/callback.js b/apps/documenteditor/main/resources/help/ru/callback.js index cf314ceea..b8087d149 100644 --- a/apps/documenteditor/main/resources/help/ru/callback.js +++ b/apps/documenteditor/main/resources/help/ru/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/documenteditor/mobile/app-dev.js b/apps/documenteditor/mobile/app-dev.js index 43d1f574d..9a03f3b8c 100644 --- a/apps/documenteditor/mobile/app-dev.js +++ b/apps/documenteditor/mobile/app-dev.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * app.js * * Created by Alexander Yuzhin on 9/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app.js b/apps/documenteditor/mobile/app.js index 6f942ae20..2c9007e0c 100644 --- a/apps/documenteditor/mobile/app.js +++ b/apps/documenteditor/mobile/app.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * app.js * * Created by Alexander Yuzhin on 9/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/DocumentHolder.js b/apps/documenteditor/mobile/app/controller/DocumentHolder.js index 99df18990..429e52262 100644 --- a/apps/documenteditor/mobile/app/controller/DocumentHolder.js +++ b/apps/documenteditor/mobile/app/controller/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/8/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/Editor.js b/apps/documenteditor/mobile/app/controller/Editor.js index 1f1c08e41..81c5fe4cc 100644 --- a/apps/documenteditor/mobile/app/controller/Editor.js +++ b/apps/documenteditor/mobile/app/controller/Editor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 9/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/Main.js b/apps/documenteditor/mobile/app/controller/Main.js index 056e34bad..b4a2af395 100644 --- a/apps/documenteditor/mobile/app/controller/Main.js +++ b/apps/documenteditor/mobile/app/controller/Main.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 9/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/Search.js b/apps/documenteditor/mobile/app/controller/Search.js index 69a4fb885..98918c7e5 100644 --- a/apps/documenteditor/mobile/app/controller/Search.js +++ b/apps/documenteditor/mobile/app/controller/Search.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/15/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/Settings.js b/apps/documenteditor/mobile/app/controller/Settings.js index d9074465a..17e6cc0dc 100644 --- a/apps/documenteditor/mobile/app/controller/Settings.js +++ b/apps/documenteditor/mobile/app/controller/Settings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/7/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/Toolbar.js b/apps/documenteditor/mobile/app/controller/Toolbar.js index 3c124346a..442b14330 100644 --- a/apps/documenteditor/mobile/app/controller/Toolbar.js +++ b/apps/documenteditor/mobile/app/controller/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 9/23/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/add/AddContainer.js b/apps/documenteditor/mobile/app/controller/add/AddContainer.js index 954532daa..8a4e0ad0a 100644 --- a/apps/documenteditor/mobile/app/controller/add/AddContainer.js +++ b/apps/documenteditor/mobile/app/controller/add/AddContainer.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/14/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/add/AddImage.js b/apps/documenteditor/mobile/app/controller/add/AddImage.js index e717f7d20..93d8ebcae 100644 --- a/apps/documenteditor/mobile/app/controller/add/AddImage.js +++ b/apps/documenteditor/mobile/app/controller/add/AddImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/18/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/add/AddOther.js b/apps/documenteditor/mobile/app/controller/add/AddOther.js index 20322cef5..75120e581 100644 --- a/apps/documenteditor/mobile/app/controller/add/AddOther.js +++ b/apps/documenteditor/mobile/app/controller/add/AddOther.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/17/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/add/AddShape.js b/apps/documenteditor/mobile/app/controller/add/AddShape.js index fe165413b..98cf39d54 100644 --- a/apps/documenteditor/mobile/app/controller/add/AddShape.js +++ b/apps/documenteditor/mobile/app/controller/add/AddShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/18/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/add/AddTable.js b/apps/documenteditor/mobile/app/controller/add/AddTable.js index d542e043f..c9fc7799f 100644 --- a/apps/documenteditor/mobile/app/controller/add/AddTable.js +++ b/apps/documenteditor/mobile/app/controller/add/AddTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/17/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/edit/EditChart.js b/apps/documenteditor/mobile/app/controller/edit/EditChart.js index 1922df86b..07d1bc962 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditChart.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditChart.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/7/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/edit/EditContainer.js b/apps/documenteditor/mobile/app/controller/edit/EditContainer.js index 7777bb4b6..ca0f8d0d4 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditContainer.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditContainer.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 9/27/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ define([ diff --git a/apps/documenteditor/mobile/app/controller/edit/EditHyperlink.js b/apps/documenteditor/mobile/app/controller/edit/EditHyperlink.js index 0f98b730f..7f1b7d552 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditHyperlink.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditHyperlink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/7/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/edit/EditImage.js b/apps/documenteditor/mobile/app/controller/edit/EditImage.js index bd133b4c3..31fe4f6f6 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditImage.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/3/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/edit/EditParagraph.js b/apps/documenteditor/mobile/app/controller/edit/EditParagraph.js index a4baffc1d..b65a8aa76 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditParagraph.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditParagraph.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/14/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/edit/EditShape.js b/apps/documenteditor/mobile/app/controller/edit/EditShape.js index 5456338f9..91736f1f5 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditShape.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/edit/EditTable.js b/apps/documenteditor/mobile/app/controller/edit/EditTable.js index 30ee0fcb1..887740c9d 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditTable.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/20/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/controller/edit/EditText.js b/apps/documenteditor/mobile/app/controller/edit/EditText.js index 779934b59..68d8be317 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditText.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditText.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/4/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/DocumentHolder.js b/apps/documenteditor/mobile/app/view/DocumentHolder.js index c9b3625f4..fc73b3c1e 100644 --- a/apps/documenteditor/mobile/app/view/DocumentHolder.js +++ b/apps/documenteditor/mobile/app/view/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/8/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/Editor.js b/apps/documenteditor/mobile/app/view/Editor.js index ae55a9aef..2e79b4242 100644 --- a/apps/documenteditor/mobile/app/view/Editor.js +++ b/apps/documenteditor/mobile/app/view/Editor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 9/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/Search.js b/apps/documenteditor/mobile/app/view/Search.js index 5cc6ade1e..64ff90e86 100644 --- a/apps/documenteditor/mobile/app/view/Search.js +++ b/apps/documenteditor/mobile/app/view/Search.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/15/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/Settings.js b/apps/documenteditor/mobile/app/view/Settings.js index 7e3d041d3..e5a619d5a 100644 --- a/apps/documenteditor/mobile/app/view/Settings.js +++ b/apps/documenteditor/mobile/app/view/Settings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/7/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/Toolbar.js b/apps/documenteditor/mobile/app/view/Toolbar.js index 0af0270a3..2612f4e89 100644 --- a/apps/documenteditor/mobile/app/view/Toolbar.js +++ b/apps/documenteditor/mobile/app/view/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 9/23/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/add/AddImage.js b/apps/documenteditor/mobile/app/view/add/AddImage.js index 9ef133281..ee310fa99 100644 --- a/apps/documenteditor/mobile/app/view/add/AddImage.js +++ b/apps/documenteditor/mobile/app/view/add/AddImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/18/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/add/AddOther.js b/apps/documenteditor/mobile/app/view/add/AddOther.js index b588540da..32e5318ac 100644 --- a/apps/documenteditor/mobile/app/view/add/AddOther.js +++ b/apps/documenteditor/mobile/app/view/add/AddOther.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/17/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/add/AddShape.js b/apps/documenteditor/mobile/app/view/add/AddShape.js index e89084102..5512a42d8 100644 --- a/apps/documenteditor/mobile/app/view/add/AddShape.js +++ b/apps/documenteditor/mobile/app/view/add/AddShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/18/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/add/AddTable.js b/apps/documenteditor/mobile/app/view/add/AddTable.js index 74777b499..aa675fb34 100644 --- a/apps/documenteditor/mobile/app/view/add/AddTable.js +++ b/apps/documenteditor/mobile/app/view/add/AddTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/17/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/edit/EditChart.js b/apps/documenteditor/mobile/app/view/edit/EditChart.js index 0eba29262..d2719baf5 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditChart.js +++ b/apps/documenteditor/mobile/app/view/edit/EditChart.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/7/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/edit/EditHyperlink.js b/apps/documenteditor/mobile/app/view/edit/EditHyperlink.js index e428316d7..5cefdd7b0 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditHyperlink.js +++ b/apps/documenteditor/mobile/app/view/edit/EditHyperlink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/7/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/edit/EditImage.js b/apps/documenteditor/mobile/app/view/edit/EditImage.js index d1fa6849f..2680a168c 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditImage.js +++ b/apps/documenteditor/mobile/app/view/edit/EditImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/3/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/edit/EditParagraph.js b/apps/documenteditor/mobile/app/view/edit/EditParagraph.js index 32017f583..3ec86baea 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditParagraph.js +++ b/apps/documenteditor/mobile/app/view/edit/EditParagraph.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/14/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/edit/EditShape.js b/apps/documenteditor/mobile/app/view/edit/EditShape.js index 8232c75e3..fd12d7970 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditShape.js +++ b/apps/documenteditor/mobile/app/view/edit/EditShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/edit/EditTable.js b/apps/documenteditor/mobile/app/view/edit/EditTable.js index 172c53ec3..36fe35cd3 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditTable.js +++ b/apps/documenteditor/mobile/app/view/edit/EditTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/20/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/app/view/edit/EditText.js b/apps/documenteditor/mobile/app/view/edit/EditText.js index 3940470d4..f560218ae 100644 --- a/apps/documenteditor/mobile/app/view/edit/EditText.js +++ b/apps/documenteditor/mobile/app/view/edit/EditText.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 10/4/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/test/tests/de-mobile-edit-tablet-ios.js b/apps/documenteditor/mobile/test/tests/de-mobile-edit-tablet-ios.js index e79654844..055ae1995 100644 --- a/apps/documenteditor/mobile/test/tests/de-mobile-edit-tablet-ios.js +++ b/apps/documenteditor/mobile/test/tests/de-mobile-edit-tablet-ios.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * de-mobile-edit-tablet-ios.js * * Created by Alexander Yuzhin on 1/10/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/documenteditor/mobile/test/utils.js b/apps/documenteditor/mobile/test/utils.js index d40fec75c..078af7897 100644 --- a/apps/documenteditor/mobile/test/utils.js +++ b/apps/documenteditor/mobile/test/utils.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * utils.js * * Created by Alexander Yuzhin on 1/11/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/embed/js/ApplicationController.js b/apps/presentationeditor/embed/js/ApplicationController.js index d598967e4..d4445a8f2 100644 --- a/apps/presentationeditor/embed/js/ApplicationController.js +++ b/apps/presentationeditor/embed/js/ApplicationController.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/embed/js/ApplicationView.js b/apps/presentationeditor/embed/js/ApplicationView.js index 058c7bde5..f8dcfdbeb 100644 --- a/apps/presentationeditor/embed/js/ApplicationView.js +++ b/apps/presentationeditor/embed/js/ApplicationView.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/embed/js/application.js b/apps/presentationeditor/embed/js/application.js index c4e64459f..374a14e7c 100644 --- a/apps/presentationeditor/embed/js/application.js +++ b/apps/presentationeditor/embed/js/application.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/main/app.js b/apps/presentationeditor/main/app.js index 88c9a9a38..3a12e40f5 100644 --- a/apps/presentationeditor/main/app.js +++ b/apps/presentationeditor/main/app.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * app.js * * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app.reporter.js b/apps/presentationeditor/main/app.reporter.js index 383955224..c8ca6aa80 100644 --- a/apps/presentationeditor/main/app.reporter.js +++ b/apps/presentationeditor/main/app.reporter.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * app.js * * Created by Maxim.Kadushkin on 17 July 2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/collection/EquationGroups.js b/apps/presentationeditor/main/app/collection/EquationGroups.js index 3768c7043..0a858fbe4 100644 --- a/apps/presentationeditor/main/app/collection/EquationGroups.js +++ b/apps/presentationeditor/main/app/collection/EquationGroups.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * EquationGroups.js * * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/collection/ShapeGroups.js b/apps/presentationeditor/main/app/collection/ShapeGroups.js index ec87e8cc7..8a503e808 100644 --- a/apps/presentationeditor/main/app/collection/ShapeGroups.js +++ b/apps/presentationeditor/main/app/collection/ShapeGroups.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeGroups.js * * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/collection/SlideLayouts.js b/apps/presentationeditor/main/app/collection/SlideLayouts.js index 391376db9..ea82dbfcf 100644 --- a/apps/presentationeditor/main/app/collection/SlideLayouts.js +++ b/apps/presentationeditor/main/app/collection/SlideLayouts.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SlideLayouts.js * * Created by Alexander Yuzhin on 4/18/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/collection/SlideThemes.js b/apps/presentationeditor/main/app/collection/SlideThemes.js index 4515c2722..793b68ade 100644 --- a/apps/presentationeditor/main/app/collection/SlideThemes.js +++ b/apps/presentationeditor/main/app/collection/SlideThemes.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SlideThemes.js * * Created by Julia Radzhabova on 8/07/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/controller/DocumentHolder.js b/apps/presentationeditor/main/app/controller/DocumentHolder.js index 211ae1ecc..8a60e91d8 100644 --- a/apps/presentationeditor/main/app/controller/DocumentHolder.js +++ b/apps/presentationeditor/main/app/controller/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * DocumentHolder controller * * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/controller/LeftMenu.js b/apps/presentationeditor/main/app/controller/LeftMenu.js index fb96c0f19..a8e8368a8 100644 --- a/apps/presentationeditor/main/app/controller/LeftMenu.js +++ b/apps/presentationeditor/main/app/controller/LeftMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Controller * * Created by Maxim Kadushkin on 10 April 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js index fb734334e..767673ad1 100644 --- a/apps/presentationeditor/main/app/controller/Main.js +++ b/apps/presentationeditor/main/app/controller/Main.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Main controller * * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/controller/RightMenu.js b/apps/presentationeditor/main/app/controller/RightMenu.js index 6aedd397a..ee427b30f 100644 --- a/apps/presentationeditor/main/app/controller/RightMenu.js +++ b/apps/presentationeditor/main/app/controller/RightMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * RightMenu.js * * Created by Julia Radzhabova on 4/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/controller/Statusbar.js b/apps/presentationeditor/main/app/controller/Statusbar.js index 0ac99b94b..00b0364c8 100644 --- a/apps/presentationeditor/main/app/controller/Statusbar.js +++ b/apps/presentationeditor/main/app/controller/Statusbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Statusbar controller * * Created by Maxim Kadushkin on 8 April 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/controller/Toolbar.js b/apps/presentationeditor/main/app/controller/Toolbar.js index 3b76c7730..a9da393e8 100644 --- a/apps/presentationeditor/main/app/controller/Toolbar.js +++ b/apps/presentationeditor/main/app/controller/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Toolbar controller * * Created by Alexander Yuzhin on 4/16/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/controller/Viewport.js b/apps/presentationeditor/main/app/controller/Viewport.js index 9d90c4485..4966139a4 100644 --- a/apps/presentationeditor/main/app/controller/Viewport.js +++ b/apps/presentationeditor/main/app/controller/Viewport.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Controller for the viewport * * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/model/EquationGroup.js b/apps/presentationeditor/main/app/model/EquationGroup.js index b4c5493f5..cb98b5a4f 100644 --- a/apps/presentationeditor/main/app/model/EquationGroup.js +++ b/apps/presentationeditor/main/app/model/EquationGroup.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * EquationGroup.js * * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/model/Pages.js b/apps/presentationeditor/main/app/model/Pages.js index 2d692c8d5..66fcb0100 100644 --- a/apps/presentationeditor/main/app/model/Pages.js +++ b/apps/presentationeditor/main/app/model/Pages.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/main/app/model/ShapeGroup.js b/apps/presentationeditor/main/app/model/ShapeGroup.js index 37667c136..8ee0e99ef 100644 --- a/apps/presentationeditor/main/app/model/ShapeGroup.js +++ b/apps/presentationeditor/main/app/model/ShapeGroup.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeGroup.js * * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/model/SlideLayout.js b/apps/presentationeditor/main/app/model/SlideLayout.js index c7637ec57..e87d46884 100644 --- a/apps/presentationeditor/main/app/model/SlideLayout.js +++ b/apps/presentationeditor/main/app/model/SlideLayout.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SlideLayout.js * * Created by Alexander Yuzhin on 4/18/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/ChartSettings.js b/apps/presentationeditor/main/app/view/ChartSettings.js index 354956e0b..42c0a580d 100644 --- a/apps/presentationeditor/main/app/view/ChartSettings.js +++ b/apps/presentationeditor/main/app/view/ChartSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ChartSettings.js * * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js index 9d62b8d73..7ef6aa9e4 100644 --- a/apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ChartSettingsAdvanced.js * * Created by Julia Radzhabova on 1/18/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/DocumentHolder.js b/apps/presentationeditor/main/app/view/DocumentHolder.js index 00c4f95ba..5cee260e1 100644 --- a/apps/presentationeditor/main/app/view/DocumentHolder.js +++ b/apps/presentationeditor/main/app/view/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/main/app/view/DocumentPreview.js b/apps/presentationeditor/main/app/view/DocumentPreview.js index a2d60240a..a3bfa4b3d 100644 --- a/apps/presentationeditor/main/app/view/DocumentPreview.js +++ b/apps/presentationeditor/main/app/view/DocumentPreview.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * DocumentPreview.js * * Created by Julia Radzhabova on 4/18/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/FileMenu.js b/apps/presentationeditor/main/app/view/FileMenu.js index 91ca8a383..f1eff56e8 100644 --- a/apps/presentationeditor/main/app/view/FileMenu.js +++ b/apps/presentationeditor/main/app/view/FileMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Describes menu 'File' for the left tool menu * * Created by Maxim Kadushkin on 14 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index c578cbe04..a9472caf9 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Contains views for menu 'File' * * Created by Maxim Kadushkin on 20 February 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js b/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js index 4d79ef530..31cbe3712 100644 --- a/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * HyperlinkSettingsDialog.js * * Created by Julia Radzhabova on 4/19/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/ImageSettings.js b/apps/presentationeditor/main/app/view/ImageSettings.js index 2919e53b7..f132d85c5 100644 --- a/apps/presentationeditor/main/app/view/ImageSettings.js +++ b/apps/presentationeditor/main/app/view/ImageSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ImageSettings.js * * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js index c818cb90f..1fd3b5887 100644 --- a/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ImageSettingsAdvanced.js * * Created by Julia Radzhabova on 4/16/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/LeftMenu.js b/apps/presentationeditor/main/app/view/LeftMenu.js index d72f0912a..42f19ec06 100644 --- a/apps/presentationeditor/main/app/view/LeftMenu.js +++ b/apps/presentationeditor/main/app/view/LeftMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * LeftMenu.js * * Created by Maxim Kadushkin on 10 April 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/ParagraphSettings.js b/apps/presentationeditor/main/app/view/ParagraphSettings.js index 78ca4306d..09ee3a182 100644 --- a/apps/presentationeditor/main/app/view/ParagraphSettings.js +++ b/apps/presentationeditor/main/app/view/ParagraphSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ParagraphSettings.js * * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js index b849cc88d..932bb2931 100644 --- a/apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ParagraphSettingsAdvanced.js * * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/RightMenu.js b/apps/presentationeditor/main/app/view/RightMenu.js index 0551372cf..d9ce5013f 100644 --- a/apps/presentationeditor/main/app/view/RightMenu.js +++ b/apps/presentationeditor/main/app/view/RightMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * RightMenu.js * * Created by Julia Radzhabova on 4/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/ShapeSettings.js b/apps/presentationeditor/main/app/view/ShapeSettings.js index 3a20fbd5f..8ce08cf99 100644 --- a/apps/presentationeditor/main/app/view/ShapeSettings.js +++ b/apps/presentationeditor/main/app/view/ShapeSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeSettings.js * * Created by Julia Radzhabova on 4/14/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js index b1144788e..abe18a36c 100644 --- a/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeSettingsAdvanced.js * * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/SignatureSettings.js b/apps/presentationeditor/main/app/view/SignatureSettings.js index 0d9deec6a..4b7c7395d 100644 --- a/apps/presentationeditor/main/app/view/SignatureSettings.js +++ b/apps/presentationeditor/main/app/view/SignatureSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SignatureSettings.js * * Created by Julia Radzhabova on 5/24/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/SlideSettings.js b/apps/presentationeditor/main/app/view/SlideSettings.js index a72138855..7ea48c6d9 100644 --- a/apps/presentationeditor/main/app/view/SlideSettings.js +++ b/apps/presentationeditor/main/app/view/SlideSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SlideSettings.js * * Created by Julia Radzhabova on 4/14/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/SlideSizeSettings.js b/apps/presentationeditor/main/app/view/SlideSizeSettings.js index 74ad4ef1c..8e2837b2e 100644 --- a/apps/presentationeditor/main/app/view/SlideSizeSettings.js +++ b/apps/presentationeditor/main/app/view/SlideSizeSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SlideSizeSettings.js * * Created by Julia Radzhabova on 4/19/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/SlideshowSettings.js b/apps/presentationeditor/main/app/view/SlideshowSettings.js index d2827f2f4..173b8fcd6 100644 --- a/apps/presentationeditor/main/app/view/SlideshowSettings.js +++ b/apps/presentationeditor/main/app/view/SlideshowSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SlideshowSettings.js * * Created by Julia Radzhabova on 6/17/16 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/Statusbar.js b/apps/presentationeditor/main/app/view/Statusbar.js index dc6fe182a..ddad2dda6 100644 --- a/apps/presentationeditor/main/app/view/Statusbar.js +++ b/apps/presentationeditor/main/app/view/Statusbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * StatusBar View * * Created by Maxim Kadushkin on 8 April 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/TableSettings.js b/apps/presentationeditor/main/app/view/TableSettings.js index 251b624cd..bfdae2128 100644 --- a/apps/presentationeditor/main/app/view/TableSettings.js +++ b/apps/presentationeditor/main/app/view/TableSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableSettings.js * * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js b/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js index a766177dd..9273ea3be 100644 --- a/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableSettingsAdvanced.js * * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/TextArtSettings.js b/apps/presentationeditor/main/app/view/TextArtSettings.js index a568842db..c59c829fa 100644 --- a/apps/presentationeditor/main/app/view/TextArtSettings.js +++ b/apps/presentationeditor/main/app/view/TextArtSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TextArtSettings.js * * Created by Julia Radzhabova on 7/10/15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/Toolbar.js b/apps/presentationeditor/main/app/view/Toolbar.js index 0aad9bcc8..2225f8b75 100644 --- a/apps/presentationeditor/main/app/view/Toolbar.js +++ b/apps/presentationeditor/main/app/view/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Toolbar view * * Created by Alexander Yuzhin on 4/16/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app/view/Viewport.js b/apps/presentationeditor/main/app/view/Viewport.js index e1be9b2d2..c8ef97ac0 100644 --- a/apps/presentationeditor/main/app/view/Viewport.js +++ b/apps/presentationeditor/main/app/view/Viewport.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * View for viewport * * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app_dev.js b/apps/presentationeditor/main/app_dev.js index d23302912..c9322309e 100644 --- a/apps/presentationeditor/main/app_dev.js +++ b/apps/presentationeditor/main/app_dev.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * app.js * * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/app_dev.reporter.js b/apps/presentationeditor/main/app_dev.reporter.js index 95d58fdc3..75d204e7a 100644 --- a/apps/presentationeditor/main/app_dev.reporter.js +++ b/apps/presentationeditor/main/app_dev.reporter.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * app.js * * Created by Maxim.Kadushkin on 17 July 2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/main/resources/help/de/callback.js b/apps/presentationeditor/main/resources/help/de/callback.js index cf314ceea..b8087d149 100644 --- a/apps/presentationeditor/main/resources/help/de/callback.js +++ b/apps/presentationeditor/main/resources/help/de/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/main/resources/help/en/callback.js b/apps/presentationeditor/main/resources/help/en/callback.js index cf314ceea..b8087d149 100644 --- a/apps/presentationeditor/main/resources/help/en/callback.js +++ b/apps/presentationeditor/main/resources/help/en/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/main/resources/help/es/callback.js b/apps/presentationeditor/main/resources/help/es/callback.js index cf314ceea..b8087d149 100644 --- a/apps/presentationeditor/main/resources/help/es/callback.js +++ b/apps/presentationeditor/main/resources/help/es/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/main/resources/help/fr/callback.js b/apps/presentationeditor/main/resources/help/fr/callback.js index cf314ceea..b8087d149 100644 --- a/apps/presentationeditor/main/resources/help/fr/callback.js +++ b/apps/presentationeditor/main/resources/help/fr/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/main/resources/help/it/callback.js b/apps/presentationeditor/main/resources/help/it/callback.js index cf314ceea..b8087d149 100644 --- a/apps/presentationeditor/main/resources/help/it/callback.js +++ b/apps/presentationeditor/main/resources/help/it/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/main/resources/help/ru/callback.js b/apps/presentationeditor/main/resources/help/ru/callback.js index cf314ceea..b8087d149 100644 --- a/apps/presentationeditor/main/resources/help/ru/callback.js +++ b/apps/presentationeditor/main/resources/help/ru/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/presentationeditor/mobile/app-dev.js b/apps/presentationeditor/mobile/app-dev.js index 6da7e7c12..5445061a0 100644 --- a/apps/presentationeditor/mobile/app-dev.js +++ b/apps/presentationeditor/mobile/app-dev.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app.js b/apps/presentationeditor/mobile/app.js index 8cecad6f4..714b8840b 100644 --- a/apps/presentationeditor/mobile/app.js +++ b/apps/presentationeditor/mobile/app.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/DocumentHolder.js b/apps/presentationeditor/mobile/app/controller/DocumentHolder.js index 4f34bb20a..b99d25e59 100644 --- a/apps/presentationeditor/mobile/app/controller/DocumentHolder.js +++ b/apps/presentationeditor/mobile/app/controller/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/19/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/DocumentPreview.js b/apps/presentationeditor/mobile/app/controller/DocumentPreview.js index c6be912e1..d52655d40 100644 --- a/apps/presentationeditor/mobile/app/controller/DocumentPreview.js +++ b/apps/presentationeditor/mobile/app/controller/DocumentPreview.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/Editor.js b/apps/presentationeditor/mobile/app/controller/Editor.js index b666c2a84..ee8eb2d5a 100644 --- a/apps/presentationeditor/mobile/app/controller/Editor.js +++ b/apps/presentationeditor/mobile/app/controller/Editor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/Main.js b/apps/presentationeditor/mobile/app/controller/Main.js index 125e483d2..dc7164c28 100644 --- a/apps/presentationeditor/mobile/app/controller/Main.js +++ b/apps/presentationeditor/mobile/app/controller/Main.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 9/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/Search.js b/apps/presentationeditor/mobile/app/controller/Search.js index 67b4223f1..81ce45a43 100644 --- a/apps/presentationeditor/mobile/app/controller/Search.js +++ b/apps/presentationeditor/mobile/app/controller/Search.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/Settings.js b/apps/presentationeditor/mobile/app/controller/Settings.js index 03d09b096..ac10bfcd8 100644 --- a/apps/presentationeditor/mobile/app/controller/Settings.js +++ b/apps/presentationeditor/mobile/app/controller/Settings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/Toolbar.js b/apps/presentationeditor/mobile/app/controller/Toolbar.js index 38fe181cc..0da857641 100644 --- a/apps/presentationeditor/mobile/app/controller/Toolbar.js +++ b/apps/presentationeditor/mobile/app/controller/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/add/AddContainer.js b/apps/presentationeditor/mobile/app/controller/add/AddContainer.js index 872d130d9..35772918c 100644 --- a/apps/presentationeditor/mobile/app/controller/add/AddContainer.js +++ b/apps/presentationeditor/mobile/app/controller/add/AddContainer.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/add/AddImage.js b/apps/presentationeditor/mobile/app/controller/add/AddImage.js index ec98c648f..d639bc617 100644 --- a/apps/presentationeditor/mobile/app/controller/add/AddImage.js +++ b/apps/presentationeditor/mobile/app/controller/add/AddImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/30/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/add/AddLink.js b/apps/presentationeditor/mobile/app/controller/add/AddLink.js index 0fed8e2fe..e1036bf0a 100644 --- a/apps/presentationeditor/mobile/app/controller/add/AddLink.js +++ b/apps/presentationeditor/mobile/app/controller/add/AddLink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/01/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/add/AddShape.js b/apps/presentationeditor/mobile/app/controller/add/AddShape.js index 2364c4072..38f22fdbe 100644 --- a/apps/presentationeditor/mobile/app/controller/add/AddShape.js +++ b/apps/presentationeditor/mobile/app/controller/add/AddShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/28/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/add/AddSlide.js b/apps/presentationeditor/mobile/app/controller/add/AddSlide.js index 28fd10073..2b8a939d6 100644 --- a/apps/presentationeditor/mobile/app/controller/add/AddSlide.js +++ b/apps/presentationeditor/mobile/app/controller/add/AddSlide.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/06/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/add/AddTable.js b/apps/presentationeditor/mobile/app/controller/add/AddTable.js index 59791ed6a..42490257f 100644 --- a/apps/presentationeditor/mobile/app/controller/add/AddTable.js +++ b/apps/presentationeditor/mobile/app/controller/add/AddTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/30/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditChart.js b/apps/presentationeditor/mobile/app/controller/edit/EditChart.js index 2fe6d65c8..b69b5f4ed 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditChart.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditChart.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/19/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditContainer.js b/apps/presentationeditor/mobile/app/controller/edit/EditContainer.js index 7856cb163..d70ae3b8e 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditContainer.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditContainer.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 9/27/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ define([ diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditImage.js b/apps/presentationeditor/mobile/app/controller/edit/EditImage.js index fb0a696ac..0d5b740e8 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditImage.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/30/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditLink.js b/apps/presentationeditor/mobile/app/controller/edit/EditLink.js index 59696c2ab..73685cd87 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditLink.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditLink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/06/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditShape.js b/apps/presentationeditor/mobile/app/controller/edit/EditShape.js index c319eb06c..f088f8ab6 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditShape.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/25/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditSlide.js b/apps/presentationeditor/mobile/app/controller/edit/EditSlide.js index 4a297040f..ede4bcbf0 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditSlide.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditSlide.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/07/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditTable.js b/apps/presentationeditor/mobile/app/controller/edit/EditTable.js index 431eaa9ea..ebb72ade6 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditTable.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/30/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditText.js b/apps/presentationeditor/mobile/app/controller/edit/EditText.js index 2deb3eadd..48e8deb3a 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditText.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditText.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 10/4/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/DocumentHolder.js b/apps/presentationeditor/mobile/app/view/DocumentHolder.js index db0377eb8..4e5d232fb 100644 --- a/apps/presentationeditor/mobile/app/view/DocumentHolder.js +++ b/apps/presentationeditor/mobile/app/view/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/19/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/DocumentPreview.js b/apps/presentationeditor/mobile/app/view/DocumentPreview.js index 10507d581..10f68e5ec 100644 --- a/apps/presentationeditor/mobile/app/view/DocumentPreview.js +++ b/apps/presentationeditor/mobile/app/view/DocumentPreview.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/Editor.js b/apps/presentationeditor/mobile/app/view/Editor.js index 26f34025b..3084ccf0e 100644 --- a/apps/presentationeditor/mobile/app/view/Editor.js +++ b/apps/presentationeditor/mobile/app/view/Editor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/Search.js b/apps/presentationeditor/mobile/app/view/Search.js index 9b9c89cdc..73e9a3c02 100644 --- a/apps/presentationeditor/mobile/app/view/Search.js +++ b/apps/presentationeditor/mobile/app/view/Search.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/Settings.js b/apps/presentationeditor/mobile/app/view/Settings.js index 40afdc56d..42517c9cb 100644 --- a/apps/presentationeditor/mobile/app/view/Settings.js +++ b/apps/presentationeditor/mobile/app/view/Settings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/22/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/Toolbar.js b/apps/presentationeditor/mobile/app/view/Toolbar.js index bc6e3891f..1cf717fcd 100644 --- a/apps/presentationeditor/mobile/app/view/Toolbar.js +++ b/apps/presentationeditor/mobile/app/view/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 11/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/add/AddImage.js b/apps/presentationeditor/mobile/app/view/add/AddImage.js index 9b32a9d36..3a07446ed 100644 --- a/apps/presentationeditor/mobile/app/view/add/AddImage.js +++ b/apps/presentationeditor/mobile/app/view/add/AddImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/30/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/add/AddLink.js b/apps/presentationeditor/mobile/app/view/add/AddLink.js index b4cfaf0ab..04f984286 100644 --- a/apps/presentationeditor/mobile/app/view/add/AddLink.js +++ b/apps/presentationeditor/mobile/app/view/add/AddLink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/01/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/add/AddShape.js b/apps/presentationeditor/mobile/app/view/add/AddShape.js index a1627fd2a..a4a00fb05 100644 --- a/apps/presentationeditor/mobile/app/view/add/AddShape.js +++ b/apps/presentationeditor/mobile/app/view/add/AddShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/28/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/add/AddSlide.js b/apps/presentationeditor/mobile/app/view/add/AddSlide.js index b2984c9ed..fc41fc75d 100644 --- a/apps/presentationeditor/mobile/app/view/add/AddSlide.js +++ b/apps/presentationeditor/mobile/app/view/add/AddSlide.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/06/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/add/AddTable.js b/apps/presentationeditor/mobile/app/view/add/AddTable.js index fd084189e..1ebd6a146 100644 --- a/apps/presentationeditor/mobile/app/view/add/AddTable.js +++ b/apps/presentationeditor/mobile/app/view/add/AddTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/30/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/edit/EditChart.js b/apps/presentationeditor/mobile/app/view/edit/EditChart.js index 7508662d9..416b0b751 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditChart.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditChart.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/19/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/edit/EditImage.js b/apps/presentationeditor/mobile/app/view/edit/EditImage.js index b323fb772..c151a367d 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditImage.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/30/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/edit/EditLink.js b/apps/presentationeditor/mobile/app/view/edit/EditLink.js index 017179a60..3696fd708 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditLink.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditLink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/06/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/edit/EditShape.js b/apps/presentationeditor/mobile/app/view/edit/EditShape.js index 7c5ad3cc6..8301bfafe 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditShape.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/25/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/edit/EditSlide.js b/apps/presentationeditor/mobile/app/view/edit/EditSlide.js index 3acc66e2b..04b19b590 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditSlide.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditSlide.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 12/07/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/edit/EditTable.js b/apps/presentationeditor/mobile/app/view/edit/EditTable.js index d0cf8c92a..a508eb069 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditTable.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Julia Radzhabova on 11/30/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/presentationeditor/mobile/app/view/edit/EditText.js b/apps/presentationeditor/mobile/app/view/edit/EditText.js index 3891a84ee..84b0932d0 100644 --- a/apps/presentationeditor/mobile/app/view/edit/EditText.js +++ b/apps/presentationeditor/mobile/app/view/edit/EditText.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Presentation Editor * * Created by Alexander Yuzhin on 10/4/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/embed/js/ApplicationController.js b/apps/spreadsheeteditor/embed/js/ApplicationController.js index f02790f27..ea738ce75 100644 --- a/apps/spreadsheeteditor/embed/js/ApplicationController.js +++ b/apps/spreadsheeteditor/embed/js/ApplicationController.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/embed/js/ApplicationView.js b/apps/spreadsheeteditor/embed/js/ApplicationView.js index 52ffc9df1..bb799b5df 100644 --- a/apps/spreadsheeteditor/embed/js/ApplicationView.js +++ b/apps/spreadsheeteditor/embed/js/ApplicationView.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/embed/js/application.js b/apps/spreadsheeteditor/embed/js/application.js index 1a5efb932..bba314943 100644 --- a/apps/spreadsheeteditor/embed/js/application.js +++ b/apps/spreadsheeteditor/embed/js/application.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/app.js b/apps/spreadsheeteditor/main/app.js index 6a342e504..a3a88d38b 100644 --- a/apps/spreadsheeteditor/main/app.js +++ b/apps/spreadsheeteditor/main/app.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * app.js * * Created by Maxim Kadushkin on 21 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/collection/EquationGroups.js b/apps/spreadsheeteditor/main/app/collection/EquationGroups.js index 288ec6b6c..bb1d72f6c 100644 --- a/apps/spreadsheeteditor/main/app/collection/EquationGroups.js +++ b/apps/spreadsheeteditor/main/app/collection/EquationGroups.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * EquationGroups.js * * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/collection/FormulaGroups.js b/apps/spreadsheeteditor/main/app/collection/FormulaGroups.js index 0e7918745..9e13dd0eb 100644 --- a/apps/spreadsheeteditor/main/app/collection/FormulaGroups.js +++ b/apps/spreadsheeteditor/main/app/collection/FormulaGroups.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * FormulaGroups.js * * Created by Alexey.Musinov on 11/04/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/collection/ShapeGroups.js b/apps/spreadsheeteditor/main/app/collection/ShapeGroups.js index 32416ca97..0200e9179 100644 --- a/apps/spreadsheeteditor/main/app/collection/ShapeGroups.js +++ b/apps/spreadsheeteditor/main/app/collection/ShapeGroups.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeGroups.js * * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/collection/TableTemplates.js b/apps/spreadsheeteditor/main/app/collection/TableTemplates.js index 6133dfcba..17baf16e0 100644 --- a/apps/spreadsheeteditor/main/app/collection/TableTemplates.js +++ b/apps/spreadsheeteditor/main/app/collection/TableTemplates.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableTemplates.js * * Created by Alexander Yuzhin on 4/7/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/CellEditor.js b/apps/spreadsheeteditor/main/app/controller/CellEditor.js index b380d0642..ab413d942 100644 --- a/apps/spreadsheeteditor/main/app/controller/CellEditor.js +++ b/apps/spreadsheeteditor/main/app/controller/CellEditor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * CellEditor Controller * * Created by Maxim Kadushkin on 08 April 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js index 8a74994c5..88e92f623 100644 --- a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * DocumentHolder controller * * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/FormulaDialog.js b/apps/spreadsheeteditor/main/app/controller/FormulaDialog.js index 1215f5d81..12c54bdd8 100644 --- a/apps/spreadsheeteditor/main/app/controller/FormulaDialog.js +++ b/apps/spreadsheeteditor/main/app/controller/FormulaDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Formula Dialog Controller * * Created by Alexey.Musinov on 14/04/2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/LeftMenu.js b/apps/spreadsheeteditor/main/app/controller/LeftMenu.js index a551a03d4..c72fb08f9 100644 --- a/apps/spreadsheeteditor/main/app/controller/LeftMenu.js +++ b/apps/spreadsheeteditor/main/app/controller/LeftMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index 53e4fb9bd..a9bd2e5df 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Main controller * * Created by Maxim Kadushkin on 24 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/PivotTable.js b/apps/spreadsheeteditor/main/app/controller/PivotTable.js index 5f336a592..1724d8bb5 100644 --- a/apps/spreadsheeteditor/main/app/controller/PivotTable.js +++ b/apps/spreadsheeteditor/main/app/controller/PivotTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * PivotTable.js * * Created by Julia.Radzhabova on 06.27.17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Print.js b/apps/spreadsheeteditor/main/app/controller/Print.js index 714146b1f..c78b89728 100644 --- a/apps/spreadsheeteditor/main/app/controller/Print.js +++ b/apps/spreadsheeteditor/main/app/controller/Print.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/app/controller/RightMenu.js b/apps/spreadsheeteditor/main/app/controller/RightMenu.js index a6b7c0601..3c4f24e07 100644 --- a/apps/spreadsheeteditor/main/app/controller/RightMenu.js +++ b/apps/spreadsheeteditor/main/app/controller/RightMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * RightMenu.js * * Created by Julia Radzhabova on 3/27/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Statusbar.js b/apps/spreadsheeteditor/main/app/controller/Statusbar.js index 59ed8835c..9bdf71630 100644 --- a/apps/spreadsheeteditor/main/app/controller/Statusbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Statusbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Statusbar controller * * Created by Maxim Kadushkin on 27 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Toolbar.js b/apps/spreadsheeteditor/main/app/controller/Toolbar.js index d7e1267fd..c285e2535 100644 --- a/apps/spreadsheeteditor/main/app/controller/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Toolbar.js * * Created by Alexander Yuzhin on 3/31/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Viewport.js b/apps/spreadsheeteditor/main/app/controller/Viewport.js index 3d2095fc1..6ecf2250e 100644 --- a/apps/spreadsheeteditor/main/app/controller/Viewport.js +++ b/apps/spreadsheeteditor/main/app/controller/Viewport.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Controller for the viewport * * Created by Maxim Kadushkin on 24 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/model/EquationGroup.js b/apps/spreadsheeteditor/main/app/model/EquationGroup.js index 6b463661a..c3954260e 100644 --- a/apps/spreadsheeteditor/main/app/model/EquationGroup.js +++ b/apps/spreadsheeteditor/main/app/model/EquationGroup.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * EquationGroup.js * * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/model/Formula.js b/apps/spreadsheeteditor/main/app/model/Formula.js index f032674f2..d287f230a 100644 --- a/apps/spreadsheeteditor/main/app/model/Formula.js +++ b/apps/spreadsheeteditor/main/app/model/Formula.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Models for formulas. * * Created by Alexey.Musinov on 11/04/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/model/ShapeGroup.js b/apps/spreadsheeteditor/main/app/model/ShapeGroup.js index 96cb25ce9..281e2d6d5 100644 --- a/apps/spreadsheeteditor/main/app/model/ShapeGroup.js +++ b/apps/spreadsheeteditor/main/app/model/ShapeGroup.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeGroup.js * * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/model/TableTemplate.js b/apps/spreadsheeteditor/main/app/model/TableTemplate.js index 99f5e67ff..29c35e056 100644 --- a/apps/spreadsheeteditor/main/app/model/TableTemplate.js +++ b/apps/spreadsheeteditor/main/app/model/TableTemplate.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableTemplate.js * * Created by Alexander Yuzhin on 4/7/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js index e1500b78b..81f59af99 100644 --- a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Create filter for cell dialog. * * Created by Alexey.Musinov on 22/04/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/CellEditor.js b/apps/spreadsheeteditor/main/app/view/CellEditor.js index 9cb0fbd79..c3f819919 100644 --- a/apps/spreadsheeteditor/main/app/view/CellEditor.js +++ b/apps/spreadsheeteditor/main/app/view/CellEditor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * CellEdit.js * * Created by Maxim Kadushkin on 04 April 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js b/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js index b8a91cb4e..8fd7f5347 100644 --- a/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js +++ b/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * CellRangeDialog.js * * Created by Julia Radzhabova on 6/3/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettings.js b/apps/spreadsheeteditor/main/app/view/ChartSettings.js index 9d7f453cf..e6bdca933 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ChartSettings.js * * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js index 92dae25e3..41be78d56 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ChartSettingsDlg.js * * Created by Julia Radzhabova on 4/04/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/DocumentHolder.js b/apps/spreadsheeteditor/main/app/view/DocumentHolder.js index 1db222a64..f11572a1a 100644 --- a/apps/spreadsheeteditor/main/app/view/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/view/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * DocumentHolder view * * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js index 95783eedb..948fc5f57 100644 --- a/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * FieldSettingsDialog.js * * Created by Julia Radzhabova on 17.07.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/FileMenu.js b/apps/spreadsheeteditor/main/app/view/FileMenu.js index c5da026fb..d30d413e3 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenu.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 726bfbc8b..d302f4196 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js index 326dfc60c..0a74b9e3e 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * FormatSettingsDialog.js * * Created by Julia Radzhabova on 13.01.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/FormulaDialog.js b/apps/spreadsheeteditor/main/app/view/FormulaDialog.js index b16393f11..0124f6c40 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Add formula to cell dialog * * Created by Alexey.Musinov on 11/04/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/FormulaLang.js b/apps/spreadsheeteditor/main/app/view/FormulaLang.js index 189a22f30..3caef4367 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaLang.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaLang.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js index 1a65109df..4dd36c427 100644 --- a/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * HyperlinkSettingsDialog.js * * Created by Alexander Yuzhin on 4/9/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ImageSettings.js b/apps/spreadsheeteditor/main/app/view/ImageSettings.js index 80a86944a..cb61b7d20 100644 --- a/apps/spreadsheeteditor/main/app/view/ImageSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ImageSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ImageSettings.js * * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js index 2ea28f440..74f43448a 100644 --- a/apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ImageSettingsAdvanced.js * * Created by Julia Radzhabova on 1/19/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/LeftMenu.js b/apps/spreadsheeteditor/main/app/view/LeftMenu.js index 116ddb2d3..31ab2f74e 100644 --- a/apps/spreadsheeteditor/main/app/view/LeftMenu.js +++ b/apps/spreadsheeteditor/main/app/view/LeftMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/app/view/NameManagerDlg.js b/apps/spreadsheeteditor/main/app/view/NameManagerDlg.js index d861a3eff..8cbc4470a 100644 --- a/apps/spreadsheeteditor/main/app/view/NameManagerDlg.js +++ b/apps/spreadsheeteditor/main/app/view/NameManagerDlg.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * NameManagerDlg.js * * Created by Julia.Radzhabova on 01.06.15 - * Copyright (c) 2015 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js b/apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js index bce1411dc..b219f2497 100644 --- a/apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * NamedRangeEditDlg.js * * Created by Julia.Radzhabova on 27.05.15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js b/apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js index f4c510e4a..2f4230f38 100644 --- a/apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js +++ b/apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * NamedRangePasteDlg.js * * Created by Julia.Radzhabova on 05.06.15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js b/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js index 92b57078f..00ce47083 100644 --- a/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ParagraphSettings.js * * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js index 423adf91d..85edf6d44 100644 --- a/apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ParagraphSettingsAdvanced.js * * Created by Julia Radzhabova on 3/31/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/PivotSettings.js b/apps/spreadsheeteditor/main/app/view/PivotSettings.js index afb1cca3d..05f30e15e 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotSettings.js +++ b/apps/spreadsheeteditor/main/app/view/PivotSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * PivotSettings.js * * Created by Julia Radzhabova on 7/10/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js index 8bff50b9b..b5bf873a7 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * PivotSettingsAdvanced.js * * Created by Julia Radzhabova on 17.07.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/PivotTable.js b/apps/spreadsheeteditor/main/app/view/PivotTable.js index 86f389df2..293821c06 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotTable.js +++ b/apps/spreadsheeteditor/main/app/view/PivotTable.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * View * * Created by Julia.Radzhabova on 06.27.17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/PrintSettings.js b/apps/spreadsheeteditor/main/app/view/PrintSettings.js index 666db253e..ecc5f7fe3 100644 --- a/apps/spreadsheeteditor/main/app/view/PrintSettings.js +++ b/apps/spreadsheeteditor/main/app/view/PrintSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * PrintSettings.js * * Created by Julia Radzhabova on 4/03/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/RightMenu.js b/apps/spreadsheeteditor/main/app/view/RightMenu.js index 3a42a5fbe..ea23c27a8 100644 --- a/apps/spreadsheeteditor/main/app/view/RightMenu.js +++ b/apps/spreadsheeteditor/main/app/view/RightMenu.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * RightMenu.js * * Created by Julia Radzhabova on 3/27/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/SetValueDialog.js b/apps/spreadsheeteditor/main/app/view/SetValueDialog.js index be7e1fffb..9dc0ba0cd 100644 --- a/apps/spreadsheeteditor/main/app/view/SetValueDialog.js +++ b/apps/spreadsheeteditor/main/app/view/SetValueDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SetValueDialog.js * * Created by Julia Radzhabova on 4/21/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ShapeSettings.js b/apps/spreadsheeteditor/main/app/view/ShapeSettings.js index 996ae431a..ba3ec1843 100644 --- a/apps/spreadsheeteditor/main/app/view/ShapeSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ShapeSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeSettings.js * * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js index 50d4925ec..b06b78d65 100644 --- a/apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * ShapeSettingsAdvanced.js * * Created by Julia Radzhabova on 3/31/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/SignatureSettings.js b/apps/spreadsheeteditor/main/app/view/SignatureSettings.js index ff63e4ee6..6ebdd6a58 100644 --- a/apps/spreadsheeteditor/main/app/view/SignatureSettings.js +++ b/apps/spreadsheeteditor/main/app/view/SignatureSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * SignatureSettings.js * * Created by Julia Radzhabova on 5/24/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/Statusbar.js b/apps/spreadsheeteditor/main/app/view/Statusbar.js index 5f62221fd..b09161acc 100644 --- a/apps/spreadsheeteditor/main/app/view/Statusbar.js +++ b/apps/spreadsheeteditor/main/app/view/Statusbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * StatusBar View * * Created by Maxim Kadushkin on 27 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js b/apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js index 023fd5bc3..e583d1944 100644 --- a/apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableOptionsDialog.js * * Created by Alexander Yuzhin on 4/9/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/TableSettings.js b/apps/spreadsheeteditor/main/app/view/TableSettings.js index 88be21d07..53ff7d100 100644 --- a/apps/spreadsheeteditor/main/app/view/TableSettings.js +++ b/apps/spreadsheeteditor/main/app/view/TableSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * TableSettings.js * * Created by Julia Radzhabova on 3/28/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js index 132555858..3fb5d6429 100644 --- a/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TableSettingsAdvanced.js * * Created by Julia Radzhabova on 1/19/17 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/TextArtSettings.js b/apps/spreadsheeteditor/main/app/view/TextArtSettings.js index b54521a30..8df9355d1 100644 --- a/apps/spreadsheeteditor/main/app/view/TextArtSettings.js +++ b/apps/spreadsheeteditor/main/app/view/TextArtSettings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * TextArtSettings.js * * Created by Julia Radzhabova on 7/10/15 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js index 235464957..e534cce24 100644 --- a/apps/spreadsheeteditor/main/app/view/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * Toolbar.js * * Created by Alexander Yuzhin on 3/31/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js index 6bf42ce39..8cd8683f2 100644 --- a/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * ValueFieldSettingsDialog.js * * Created by Julia Radzhabova on 14.07.2017 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app/view/Viewport.js b/apps/spreadsheeteditor/main/app/view/Viewport.js index 86c059741..896a7de93 100644 --- a/apps/spreadsheeteditor/main/app/view/Viewport.js +++ b/apps/spreadsheeteditor/main/app/view/Viewport.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * View for viewport * * Created by Maxim Kadushkin on 24 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/app_dev.js b/apps/spreadsheeteditor/main/app_dev.js index 6971b85b8..e3296514b 100644 --- a/apps/spreadsheeteditor/main/app_dev.js +++ b/apps/spreadsheeteditor/main/app_dev.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * app.js * * Created by Maxim Kadushkin on 21 March 2014 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/main/resources/help/de/callback.js b/apps/spreadsheeteditor/main/resources/help/de/callback.js index cf314ceea..b8087d149 100644 --- a/apps/spreadsheeteditor/main/resources/help/de/callback.js +++ b/apps/spreadsheeteditor/main/resources/help/de/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/resources/help/es/callback.js b/apps/spreadsheeteditor/main/resources/help/es/callback.js index cf314ceea..b8087d149 100644 --- a/apps/spreadsheeteditor/main/resources/help/es/callback.js +++ b/apps/spreadsheeteditor/main/resources/help/es/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/resources/help/fr/callback.js b/apps/spreadsheeteditor/main/resources/help/fr/callback.js index cf314ceea..b8087d149 100644 --- a/apps/spreadsheeteditor/main/resources/help/fr/callback.js +++ b/apps/spreadsheeteditor/main/resources/help/fr/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/main/resources/help/it/callback.js b/apps/spreadsheeteditor/main/resources/help/it/callback.js index cf314ceea..b8087d149 100644 --- a/apps/spreadsheeteditor/main/resources/help/it/callback.js +++ b/apps/spreadsheeteditor/main/resources/help/it/callback.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/apps/spreadsheeteditor/mobile/app-dev.js b/apps/spreadsheeteditor/mobile/app-dev.js index d6157b801..0cefca8b0 100644 --- a/apps/spreadsheeteditor/mobile/app-dev.js +++ b/apps/spreadsheeteditor/mobile/app-dev.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * app.js * * Created by Maxim Kadushkin on 11/14/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app.js b/apps/spreadsheeteditor/mobile/app.js index af7c056c4..2afded65c 100644 --- a/apps/spreadsheeteditor/mobile/app.js +++ b/apps/spreadsheeteditor/mobile/app.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * app.js * * Created by Maxim Kadushkin on 1/13/2017 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/collection/sheets.js b/apps/spreadsheeteditor/mobile/app/collection/sheets.js index 1d073aaf7..520879480 100644 --- a/apps/spreadsheeteditor/mobile/app/collection/sheets.js +++ b/apps/spreadsheeteditor/mobile/app/collection/sheets.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * sheets.js * * Created by Maxim.Kadushkin on 11/29/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/CellEditor.js b/apps/spreadsheeteditor/mobile/app/controller/CellEditor.js index 08fad6980..211fbbf82 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/CellEditor.js +++ b/apps/spreadsheeteditor/mobile/app/controller/CellEditor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * CellEditor Controller * * Created by Maxim Kadushkin on 11/24/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js index 0690b9cf9..033f64527 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js +++ b/apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * DocumentHolder.js * * Created by Maxim Kadushkin on 11/15/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/Editor.js b/apps/spreadsheeteditor/mobile/app/controller/Editor.js index efee1f646..864e5bd1e 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/Editor.js +++ b/apps/spreadsheeteditor/mobile/app/controller/Editor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Editor.js * * Created by Maxim Kadushkin on 11/15/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/Main.js b/apps/spreadsheeteditor/mobile/app/controller/Main.js index bdf91ee37..01c99eb2f 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/Main.js +++ b/apps/spreadsheeteditor/mobile/app/controller/Main.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Maxim Kadushkin on 11/15/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/Search.js b/apps/spreadsheeteditor/mobile/app/controller/Search.js index e7a80df26..27244c8ae 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/Search.js +++ b/apps/spreadsheeteditor/mobile/app/controller/Search.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/5/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/Settings.js b/apps/spreadsheeteditor/mobile/app/controller/Settings.js index 3932cb6ed..9249eb8b0 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/Settings.js +++ b/apps/spreadsheeteditor/mobile/app/controller/Settings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Settings.js * * Created by Maxim Kadushkin on 12/05/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/Statusbar.js b/apps/spreadsheeteditor/mobile/app/controller/Statusbar.js index 57e605ddd..5a7307c1c 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/Statusbar.js +++ b/apps/spreadsheeteditor/mobile/app/controller/Statusbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Statusbar controller * * Created by Maxim Kadushkin on 11/28/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/Toolbar.js b/apps/spreadsheeteditor/mobile/app/controller/Toolbar.js index 53479d170..9194280ee 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/Toolbar.js +++ b/apps/spreadsheeteditor/mobile/app/controller/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Maxim Kadushkin on 11/15/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddChart.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddChart.js index b4d8a38a9..15d26dced 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/add/AddChart.js +++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddChart.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddTable.js * * Created by Maxim Kadushkin on 12/13/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddContainer.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddContainer.js index 232fb2fa9..7d22ff375 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/add/AddContainer.js +++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddContainer.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/6/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddFunction.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddFunction.js index 2fa613f48..6ce6d56ea 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/add/AddFunction.js +++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddFunction.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddFunction.js * * Created by Maxim Kadushkin on 12/14/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js index eb53fefb7..fc0eed009 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js +++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddLink.js * * Created by Maxim.Kadushkin on 1/10/2017 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js index 807af0320..010029c8c 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js +++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * AddOther.js * * Created by Kadushkin Maxim on 12/07/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddShape.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddShape.js index 7c9ba5306..18f6746b3 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/add/AddShape.js +++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddShape.js * * Created by Maxim Kadushkin on 12/07/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js index 7778ecf49..b101ebd2c 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/6/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js index ffd5e4606..520991676 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/12/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditContainer.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditContainer.js index 8239b1c85..753525b24 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditContainer.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditContainer.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/6/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ define([ diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditHyperlink.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditHyperlink.js index 22cbb4132..f7ba672d2 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditHyperlink.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditHyperlink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/20/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditImage.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditImage.js index 7892bc0c6..d83f07f7d 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditImage.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Document Editor * * Created by Alexander Yuzhin on 11/3/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js index 6fba05b2c..210ed7838 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/19/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditText.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditText.js index ac6f5b8da..3ada26cd2 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditText.js +++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditText.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/model/sheet.js b/apps/spreadsheeteditor/mobile/app/model/sheet.js index e8c2f69ad..e1bc826f7 100644 --- a/apps/spreadsheeteditor/mobile/app/model/sheet.js +++ b/apps/spreadsheeteditor/mobile/app/model/sheet.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Model for sheet. * * Created by Maxim.Kadushkin on 11/29/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/CellEditor.js b/apps/spreadsheeteditor/mobile/app/view/CellEditor.js index a6180b5fe..a37db9e91 100644 --- a/apps/spreadsheeteditor/mobile/app/view/CellEditor.js +++ b/apps/spreadsheeteditor/mobile/app/view/CellEditor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * CellEdit.js * * Created by Maxim Kadushkin on 11/28/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/DocumentHolder.js b/apps/spreadsheeteditor/mobile/app/view/DocumentHolder.js index 4e9044179..a93aa601a 100644 --- a/apps/spreadsheeteditor/mobile/app/view/DocumentHolder.js +++ b/apps/spreadsheeteditor/mobile/app/view/DocumentHolder.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * DocumentHolder.js * * Created by Maxim Kadushkin on 11/8/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/Editor.js b/apps/spreadsheeteditor/mobile/app/view/Editor.js index 20a7b3fa9..5848e6401 100644 --- a/apps/spreadsheeteditor/mobile/app/view/Editor.js +++ b/apps/spreadsheeteditor/mobile/app/view/Editor.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Editor.js * * Created by Maxim Kadushkin on 11/15/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/Search.js b/apps/spreadsheeteditor/mobile/app/view/Search.js index ab62d536a..3f03ce13b 100644 --- a/apps/spreadsheeteditor/mobile/app/view/Search.js +++ b/apps/spreadsheeteditor/mobile/app/view/Search.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/5/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/Settings.js b/apps/spreadsheeteditor/mobile/app/view/Settings.js index 8a599c607..5aef88a08 100644 --- a/apps/spreadsheeteditor/mobile/app/view/Settings.js +++ b/apps/spreadsheeteditor/mobile/app/view/Settings.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * Settings.js * * Created by Maxim Kadushkin on 12/05/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/Statusbar.js b/apps/spreadsheeteditor/mobile/app/view/Statusbar.js index 2ac121216..18009dce1 100644 --- a/apps/spreadsheeteditor/mobile/app/view/Statusbar.js +++ b/apps/spreadsheeteditor/mobile/app/view/Statusbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -34,7 +34,7 @@ * StatusBar View * * Created by Maxim Kadushkin on 11/28/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/Toolbar.js b/apps/spreadsheeteditor/mobile/app/view/Toolbar.js index a6f1b8e93..dd7e21eac 100644 --- a/apps/spreadsheeteditor/mobile/app/view/Toolbar.js +++ b/apps/spreadsheeteditor/mobile/app/view/Toolbar.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Maxim Kadushkin on 11/15/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/add/AddChart.js b/apps/spreadsheeteditor/mobile/app/view/add/AddChart.js index 5410c4f8a..8856b7399 100644 --- a/apps/spreadsheeteditor/mobile/app/view/add/AddChart.js +++ b/apps/spreadsheeteditor/mobile/app/view/add/AddChart.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddChart.js * * Created by Maxim Kadushkin on 12/13/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js b/apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js index 684c4d5da..c1fecf815 100644 --- a/apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js +++ b/apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddFunction.js * * Created by Maxim Kadushkin on 12/14/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/add/AddLink.js b/apps/spreadsheeteditor/mobile/app/view/add/AddLink.js index d73083cab..1718b31cb 100644 --- a/apps/spreadsheeteditor/mobile/app/view/add/AddLink.js +++ b/apps/spreadsheeteditor/mobile/app/view/add/AddLink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddLink.js * * Created by Maxim.Kadushkin on 1/10/2017 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/add/AddOther.js b/apps/spreadsheeteditor/mobile/app/view/add/AddOther.js index 6c14be0ff..552b91d2c 100644 --- a/apps/spreadsheeteditor/mobile/app/view/add/AddOther.js +++ b/apps/spreadsheeteditor/mobile/app/view/add/AddOther.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddOther.js * * Created by Kadushkin Maxim on 12/07/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/add/AddShape.js b/apps/spreadsheeteditor/mobile/app/view/add/AddShape.js index 0b2671034..73ddf18e5 100644 --- a/apps/spreadsheeteditor/mobile/app/view/add/AddShape.js +++ b/apps/spreadsheeteditor/mobile/app/view/add/AddShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * AddShape.js * * Created by Maxim Kadushkin on 12/07/2016 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js index ba5a83ea7..9cb4ddd5f 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/6/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditChart.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditChart.js index e1ed91813..736906d6c 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditChart.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditChart.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/12/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditHyperlink.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditHyperlink.js index bc56a46d9..921ad4c2d 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditHyperlink.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditHyperlink.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/20/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditImage.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditImage.js index 6afa8dbb6..e1a7609f8 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditImage.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditImage.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/19/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditShape.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditShape.js index 9e89bcfe4..2afde9a7b 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditShape.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditShape.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -35,7 +35,7 @@ * EditShape.js * * Created by Alexander Yuzhin on 12/19/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js index 717293c11..7fde20107 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js @@ -1,6 +1,6 @@ /* * - * (c) Copyright Ascensio System Limited 2010-2017 + * (c) Copyright Ascensio System Limited 2010-2018 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) @@ -36,7 +36,7 @@ * Spreadsheet Editor * * Created by Alexander Yuzhin on 12/21/16 - * Copyright (c) 2016 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/test/common.js b/test/common.js index f2a47d4a2..7261f02bc 100644 --- a/test/common.js +++ b/test/common.js @@ -2,7 +2,7 @@ * common.js * * Created by Alexander Yuzhin on 5/7/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/test/common/main/lib/component/Button.js b/test/common/main/lib/component/Button.js index a881e6a5a..b50308ae8 100644 --- a/test/common/main/lib/component/Button.js +++ b/test/common/main/lib/component/Button.js @@ -4,7 +4,7 @@ * Unit test * * Created by Alexander Yuzhin on 6/20/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ diff --git a/test/common/main/lib/util/utils.js b/test/common/main/lib/util/utils.js index db9ddd060..d9b9b3c97 100644 --- a/test/common/main/lib/util/utils.js +++ b/test/common/main/lib/util/utils.js @@ -4,7 +4,7 @@ * Unit test * * Created by Alexander Yuzhin on 5/7/14 - * Copyright (c) 2014 Ascensio System SIA. All rights reserved. + * Copyright (c) 2018 Ascensio System SIA. All rights reserved. * */ From c74517cfaea4a84d021658a5e03dd2ddcb74c51d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 1 Mar 2018 16:58:33 +0300 Subject: [PATCH 05/39] [DE] Scroll preview for table of contents. --- .../main/app/view/TableOfContentsSettings.js | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/app/view/TableOfContentsSettings.js b/apps/documenteditor/main/app/view/TableOfContentsSettings.js index dff87b86a..2c2c8e965 100644 --- a/apps/documenteditor/main/app/view/TableOfContentsSettings.js +++ b/apps/documenteditor/main/app/view/TableOfContentsSettings.js @@ -67,8 +67,8 @@ define([ '
', '', '', - '
', - '
', + '
', + '
', '
', '', '', @@ -112,7 +112,7 @@ define([ '
', '', '', - '', + '', '
', '', '', @@ -160,6 +160,7 @@ define([ properties.put_TabLeader(this.cmbLeader.getValue()); } this.api.SetDrawImagePlaceContents('tableofcontents-img', properties); + this.scrollerY.update(); } }, this)); @@ -178,6 +179,7 @@ define([ properties.put_TabLeader(this.cmbLeader.getValue()); } this.api.SetDrawImagePlaceContents('tableofcontents-img', properties); + this.scrollerY.update(); } }, this)); @@ -200,6 +202,7 @@ define([ var properties = (this._originalProps) ? this._originalProps : new Asc.CTableOfContentsPr(); properties.put_TabLeader(record.value); this.api.SetDrawImagePlaceContents('tableofcontents-img', properties); + this.scrollerY.update(); } }, this)); @@ -213,6 +216,7 @@ define([ var properties = (this._originalProps) ? this._originalProps : new Asc.CTableOfContentsPr(); properties.put_Hyperlink(field.getValue()=='checked'); this.api.SetDrawImagePlaceContents('tableofcontents-img', properties); + this.scrollerY.update(); } }, this)); @@ -270,6 +274,7 @@ define([ var properties = (this._originalProps) ? this._originalProps : new Asc.CTableOfContentsPr(); properties.put_StylesType(record.value); this.api.SetDrawImagePlaceContents('tableofcontents-img', properties); + this.scrollerY.update(); } }, this)); @@ -294,6 +299,7 @@ define([ properties.clear_Styles(); properties.put_OutlineRange(this.startLevel, this.endLevel); this.api.SetDrawImagePlaceContents('tableofcontents-img', properties); + this.scrollerY.update(); } }, this)); @@ -322,6 +328,14 @@ define([ this.levelsContainer = $('#tableofcontents-from-levels'); this.stylesContainer = $('#tableofcontents-from-styles'); + + this.scrollerY = new Common.UI.Scroller({ + el: this.$window.find('#tableofcontents-img').parent(), + minScrollbarLength : 20 + }); + this.scrollerY.update(); + this.scrollerY.scrollTop(0); + this.afterRender(); }, @@ -335,6 +349,7 @@ define([ close: function() { this.api.SetDrawImagePlaceContents(null); + this.scrollerY.update(); Common.Views.AdvancedSettingsWindow.prototype.close.apply(this); }, @@ -473,6 +488,7 @@ define([ } this.api.SetDrawImagePlaceContents('tableofcontents-img', this._originalProps); + this.scrollerY.update(); this._noApply = false; }, @@ -597,6 +613,7 @@ define([ else properties.put_OutlineRange(1, 9); me.api.SetDrawImagePlaceContents('tableofcontents-img', properties); + this.scrollerY.update(); } }); From d04a61933efb08cfa786cafd7f1b1c4f6103e3e1 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 1 Mar 2018 17:37:15 +0300 Subject: [PATCH 06/39] Show critical error with custom message. --- apps/documenteditor/main/app/controller/Main.js | 5 ++--- apps/presentationeditor/main/app/controller/Main.js | 4 ++-- apps/spreadsheeteditor/main/app/controller/Main.js | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 224187730..b972c2ca0 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -1376,11 +1376,10 @@ define([ break; default: - config.msg = this.errorDefaultMessage.replace('%1', id); + config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id); break; } - if (level == Asc.c_oAscError.Level.Critical) { // report only critical errors @@ -1389,7 +1388,7 @@ define([ config.title = this.criticalErrorTitle; config.iconCls = 'error'; - if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp) { + if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp && typeof id !== 'string') { config.msg += '

' + this.criticalErrorExtText; config.callback = function(btn) { if (btn == 'ok') diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js index 767673ad1..40d72c595 100644 --- a/apps/presentationeditor/main/app/controller/Main.js +++ b/apps/presentationeditor/main/app/controller/Main.js @@ -1116,7 +1116,7 @@ define([ break; default: - config.msg = this.errorDefaultMessage.replace('%1', id); + config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id); break; } @@ -1129,7 +1129,7 @@ define([ config.title = this.criticalErrorTitle; config.iconCls = 'error'; - if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp) { + if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp && typeof id !== 'string') { config.msg += '

' + this.criticalErrorExtText; config.fn = function(btn) { if (btn == 'ok') { diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index a9bd2e5df..416187f54 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -1285,7 +1285,7 @@ define([ break; default: - config.msg = this.errorDefaultMessage.replace('%1', id); + config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id); break; } @@ -1296,7 +1296,7 @@ define([ config.title = this.criticalErrorTitle; config.iconCls = 'error'; - if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp) { + if (this.appOptions.canBackToFolder && !this.appOptions.isDesktopApp && typeof id !== 'string') { config.msg += '

' + this.criticalErrorExtText; config.callback = function(btn) { if (btn == 'ok') { From 1b75d2035efed36a8ea997e2b6e5fd94ca5c73cb Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 2 Mar 2018 17:48:24 +0300 Subject: [PATCH 07/39] [Common] Bug in rendering chat and header panel when user id contains special characters. --- apps/common/main/lib/model/User.js | 30 ++++++++++++++++++----------- apps/common/main/lib/view/Chat.js | 4 ++-- apps/common/main/lib/view/Header.js | 4 ++-- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/apps/common/main/lib/model/User.js b/apps/common/main/lib/model/User.js index 9e861c9ee..f224399a5 100644 --- a/apps/common/main/lib/model/User.js +++ b/apps/common/main/lib/model/User.js @@ -40,21 +40,29 @@ * */ +if (Common === undefined) + var Common = {}; + +Common.Models = Common.Models || {}; + define([ - 'backbone' -], function(Backbone){ + 'underscore', + 'backbone', + 'common/main/lib/component/BaseView' +], function(_, Backbone){ 'use strict'; - Common.Models = Common.Models || {}; - Common.Models.User = Backbone.Model.extend({ - defaults: { - id : undefined, - username : 'Guest', - color : '#fff', - colorval : null, - online : false, - view : false + defaults: function() { + return { + iid : Common.UI.getId(), // internal id for rendering + id : undefined, + username : 'Guest', + color : '#fff', + colorval : null, + online : false, + view : false + } } }); }); diff --git a/apps/common/main/lib/view/Chat.js b/apps/common/main/lib/view/Chat.js index daf0484d5..53c90cefb 100644 --- a/apps/common/main/lib/view/Chat.js +++ b/apps/common/main/lib/view/Chat.js @@ -59,7 +59,7 @@ define([ storeUsers: undefined, storeMessages: undefined, - tplUser: ['
  • "<% if (!user.get("online")) { %> class="offline"<% } %>>', + tplUser: ['
  • "<% if (!user.get("online")) { %> class="offline"<% } %>>', '
    ;" >', '', '
    ', @@ -169,7 +169,7 @@ define([ _onUsersChanged: function(m) { if (m.changed.online != undefined && this.panelUsers) { - this.panelUsers.find('#chat-user-'+ m.get('id'))[m.changed.online?'removeClass':'addClass']('offline'); + this.panelUsers.find('#' + m.get('iid'))[m.changed.online?'removeClass':'addClass']('offline'); this.panelUsers.scroller.update({minScrollbarLength : 25, alwaysVisibleY: true}); } }, diff --git a/apps/common/main/lib/view/Header.js b/apps/common/main/lib/view/Header.js index 48ac04a2e..5f2895b03 100644 --- a/apps/common/main/lib/view/Header.js +++ b/apps/common/main/lib/view/Header.js @@ -56,7 +56,7 @@ define([ var $saveStatus; var templateUserItem = - '
  • " class="<% if (!user.get("online")) { %> offline <% } if (user.get("view")) {%> viewmode <% } %>">' + + '
  • " class="<% if (!user.get("online")) { %> offline <% } if (user.get("view")) {%> viewmode <% } %>">' + '
    ;" >' + '' + '
    ' + @@ -127,7 +127,7 @@ define([ function onUsersChanged(model, collection) { if (model.changed.online != undefined && $userList) { - $userList.find('#status-chat-user-'+ model.get('id'))[model.changed.online ? 'removeClass' : 'addClass']('offline'); + $userList.find('#'+ model.get('iid'))[model.changed.online ? 'removeClass' : 'addClass']('offline'); $userList.scroller && $userList.scroller.update({minScrollbarLength : 40, alwaysVisibleY: true}); } From 33dac0e96472081ee123ba6bd2122aec98dba734 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 5 Mar 2018 10:37:30 +0300 Subject: [PATCH 08/39] [DE] Fix Bug 37078 --- apps/documenteditor/main/app/view/TableOfContentsSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/TableOfContentsSettings.js b/apps/documenteditor/main/app/view/TableOfContentsSettings.js index 2c2c8e965..22759af9e 100644 --- a/apps/documenteditor/main/app/view/TableOfContentsSettings.js +++ b/apps/documenteditor/main/app/view/TableOfContentsSettings.js @@ -613,7 +613,7 @@ define([ else properties.put_OutlineRange(1, 9); me.api.SetDrawImagePlaceContents('tableofcontents-img', properties); - this.scrollerY.update(); + me.scrollerY.update(); } }); From dc9158bc7bf39ce0f111d916cdb637f86c15668f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 5 Mar 2018 12:28:37 +0300 Subject: [PATCH 09/39] [DE] Fix Bug 37059 --- apps/common/main/lib/component/ComboDataView.js | 2 +- apps/documenteditor/main/app/controller/Toolbar.js | 12 +++++++++++- apps/documenteditor/main/app/view/Toolbar.js | 3 +++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/apps/common/main/lib/component/ComboDataView.js b/apps/common/main/lib/component/ComboDataView.js index 33903aadf..6bf42af17 100644 --- a/apps/common/main/lib/component/ComboDataView.js +++ b/apps/common/main/lib/component/ComboDataView.js @@ -401,7 +401,7 @@ define([ fillComboView: function(record, forceSelect, forceFill) { if (!_.isUndefined(record) && record instanceof Backbone.Model){ - this.needFillComboView = false; + this.needFillComboView = !this.isVisible(); var me = this, store = me.menuPicker.store, diff --git a/apps/documenteditor/main/app/controller/Toolbar.js b/apps/documenteditor/main/app/controller/Toolbar.js index 6040ceac2..471cbcccd 100644 --- a/apps/documenteditor/main/app/controller/Toolbar.js +++ b/apps/documenteditor/main/app/controller/Toolbar.js @@ -106,7 +106,8 @@ define([ this.addListeners({ 'Toolbar': { 'insert:break' : this.onClickPageBreak, - 'change:compact' : this.onClickChangeCompact + 'change:compact' : this.onClickChangeCompact, + 'home:open' : this.onHomeOpen }, 'FileMenu': { 'menu:hide': this.onFileMenu.bind(this, 'hide'), @@ -2608,6 +2609,15 @@ define([ window.styles_loaded = true; }, + onHomeOpen: function() { + var listStyles = this.toolbar.listStyles; + if (listStyles && listStyles.needFillComboView && listStyles.menuPicker.store.length > 0 && listStyles.rendered){ + var styleRec; + if (this._state.prstyle) styleRec = listStyles.menuPicker.store.findWhere({title: this._state.prstyle}); + listStyles.fillComboView((styleRec) ? styleRec : listStyles.menuPicker.store.at(0), true); + } + }, + _setMarkerColor: function(strcolor, h) { var me = this; diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index 95370d5d2..24c88d32b 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -1227,6 +1227,9 @@ define([ } Common.UI.Mixtbar.prototype.onTabClick.apply(me, arguments); + + if ( me.isTabActive('home')) + me.fireEvent('home:open'); }, rendererComponents: function (html) { From bbc6417a4d580ed225d20ad35cdbd5c5b9f4a26d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 5 Mar 2018 16:28:53 +0300 Subject: [PATCH 10/39] Fix Bug 37106 (appeared due to Bug 35896). --- apps/common/main/lib/view/Comments.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/main/lib/view/Comments.js b/apps/common/main/lib/view/Comments.js index 5bdba4e5d..164e936ed 100644 --- a/apps/common/main/lib/view/Comments.js +++ b/apps/common/main/lib/view/Comments.js @@ -292,6 +292,7 @@ define([ arr.push($(item).data('bs.tooltip').tip()); }); view.tipsArray = arr; + this.autoHeightTextBox(); }; var onCommentsViewMouseOver = function() { From d6bf38e43fb76f4fcd10e8c420013919131f441c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 5 Mar 2018 17:20:20 +0300 Subject: [PATCH 11/39] [mobile] Change application colors. --- .../mobile/resources/css/app-ios.css | 214 +++++++++--------- .../mobile/resources/css/app-material.css | 190 ++++++++-------- .../mobile/resources/less/app-ios.less | 2 +- .../mobile/resources/less/app-material.less | 2 +- .../mobile/resources/less/ios/_icons.less | 10 +- .../resources/less/material/_icons.less | 10 +- .../mobile/resources/css/app-ios.css | 210 ++++++++--------- .../mobile/resources/css/app-material.css | 204 ++++++++--------- .../mobile/resources/less/app-ios.less | 2 +- .../mobile/resources/less/app-material.less | 2 +- .../mobile/resources/less/ios/_icons.less | 6 +- .../resources/less/material/_icons.less | 6 +- .../mobile/resources/css/app-ios.css | 188 +++++++-------- .../mobile/resources/css/app-material.css | 192 ++++++++-------- .../mobile/resources/less/app-ios.less | 2 +- .../mobile/resources/less/app-material.less | 2 +- .../mobile/resources/less/ios/_icons.less | 8 +- .../resources/less/material/_icons.less | 8 +- 18 files changed, 629 insertions(+), 629 deletions(-) diff --git a/apps/documenteditor/mobile/resources/css/app-ios.css b/apps/documenteditor/mobile/resources/css/app-ios.css index 714239efd..d4fe79bfc 100644 --- a/apps/documenteditor/mobile/resources/css/app-ios.css +++ b/apps/documenteditor/mobile/resources/css/app-ios.css @@ -47,7 +47,7 @@ select { } a { text-decoration: none; - color: #4066D7; + color: #446995; } p { margin: 1em 0; @@ -1423,7 +1423,7 @@ html.pixel-ratio-3 .toolbar:before { color: #929292; } .tabbar a.active { - color: #4066D7; + color: #446995; } .tabbar a.link { line-height: 1.4; @@ -2032,21 +2032,21 @@ i.icon { i.icon.icon-back { width: 12px; height: 20px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%234066D7'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23446995'%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-forward { width: 12px; height: 20px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%234066D7'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23446995'%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-bars { width: 21px; height: 14px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%234066D7'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23446995'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2ddpx) { i.icon.icon-bars { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%234066D7'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23446995'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E"); height: 13px; } } @@ -2067,10 +2067,10 @@ i.icon.icon-prev { height: 15px; } i.icon.icon-next { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%234066D7'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23446995'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-prev { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%234066D7'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23446995'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-plus { width: 25px; @@ -3034,8 +3034,8 @@ html.android .label-switch input[type="checkbox"] + .checkbox:before { transition-duration: 0; } .button { - border: 1px solid #4066D7; - color: #4066D7; + border: 1px solid #446995; + color: #446995; text-decoration: none; text-align: center; display: block; @@ -3065,13 +3065,13 @@ input[type="button"].button { } html:not(.watch-active-state) .button:active, .button.active-state { - background: rgba(64, 102, 215, 0.15); + background: rgba(68, 105, 149, 0.15); } .button.button-round { border-radius: 27px; } .button.active { - background: #4066D7; + background: #446995; color: #fff; } .button.button-big { @@ -3081,7 +3081,7 @@ html:not(.watch-active-state) .button:active, } .button.button-fill { color: #fff; - background: #4066D7; + background: #446995; border-color: transparent; } html:not(.watch-active-state) .button.button-fill:active, @@ -3217,7 +3217,7 @@ html:not(.watch-active-state) .button.button-fill:active, height: 2px; margin-top: -1px; z-index: 1; - background: #4066D7; + background: #446995; content: ' '; } .range-slider input[type="range"]::-moz-range-track { @@ -3266,7 +3266,7 @@ html:not(.watch-active-state) .button.button-fill:active, top: 50%; } .range-slider input[type="range"]::-ms-fill-lower { - background: #4066D7; + background: #446995; } .range-slider input[type="range"]::-ms-fill-upper { background: #b7b8b7; @@ -3299,7 +3299,7 @@ label.label-checkbox input[type="radio"] { label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox { border: none; - background-color: #4066D7; + background-color: #446995; } label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after { @@ -3322,7 +3322,7 @@ label.label-radio input[type="radio"] ~ .item-inner { label.label-radio input[type="checkbox"]:checked ~ .item-inner, label.label-radio input[type="radio"]:checked ~ .item-inner { background: no-repeat center; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%234066D7'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23446995'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E"); background-position: 90% center; background-position: -webkit-calc(100% - 15px) center; background-position: calc(100% - 15px) center; @@ -3677,7 +3677,7 @@ html.ios-gt-8 .modal-title { font-size: 17px; line-height: 44px; text-align: center; - color: #4066D7; + color: #446995; display: block; position: relative; white-space: nowrap; @@ -3911,7 +3911,7 @@ html.ios-gt-8 .actions-modal-label.actions-modal-button-bold { height: 57px; line-height: 57px; font-size: 20px; - color: #4066D7; + color: #446995; white-space: normal; text-overflow: ellipsis; } @@ -4821,7 +4821,7 @@ html.with-statusbar-overlay body .panel { } .progressbar span { width: 100%; - background: #4066D7; + background: #446995; height: 100%; position: absolute; left: 0; @@ -4838,7 +4838,7 @@ html.with-statusbar-overlay body .panel { top: 0; width: 100%; height: 100%; - background: #4066D7; + background: #446995; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform-origin: left center; @@ -5982,7 +5982,7 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { height: 22px; right: -5px; bottom: -5px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } .item-content .item-after.splitter { color: #000; @@ -6002,10 +6002,10 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { text-align: right; } .item-content .item-after input.field { - color: #4066D7; + color: #446995; } .item-content .item-after input.field.placeholder-color::-webkit-input-placeholder { - color: #4066D7; + color: #446995; } .item-content .item-after input.field.right { text-align: right; @@ -6048,7 +6048,7 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { padding-right: 15px; } .list-block .item-link.list-button { - color: #4066D7; + color: #446995; } .button.active i.icon { background-color: #fff; @@ -6195,7 +6195,7 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after position: absolute; width: 100%; height: 100%; - box-shadow: 0 0 0 1px white, 0 0 0 4px #4066D7; + box-shadow: 0 0 0 1px white, 0 0 0 4px #446995; z-index: 1; border-radius: 1px; } @@ -6314,208 +6314,208 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after i.icon.icon-search { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.8%2C15c1.4-1.6%2C2.2-3.7%2C2.2-5.9c0-5-4-9-9-9C4%2C0%2C0%2C4%2C0%2C9c0%2C5%2C4%2C9%2C9%2C9c2.3%2C0%2C4.4-0.9%2C5.9-2.2l5.8%2C5.8l0.2-0.6l0.7-0.2L15.8%2C15z%20M9%2C17c-4.4%2C0-8-3.6-8-8c0-4.4%2C3.6-8%2C8-8c4.4%2C0%2C8%2C3.6%2C8%2C8C17%2C13.5%2C13.5%2C17%2C9%2C17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.8%2C15c1.4-1.6%2C2.2-3.7%2C2.2-5.9c0-5-4-9-9-9C4%2C0%2C0%2C4%2C0%2C9c0%2C5%2C4%2C9%2C9%2C9c2.3%2C0%2C4.4-0.9%2C5.9-2.2l5.8%2C5.8l0.2-0.6l0.7-0.2L15.8%2C15z%20M9%2C17c-4.4%2C0-8-3.6-8-8c0-4.4%2C3.6-8%2C8-8c4.4%2C0%2C8%2C3.6%2C8%2C8C17%2C13.5%2C13.5%2C17%2C9%2C17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-burger { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20x%3D%222%22%20y%3D%2217%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2213%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20x%3D%222%22%20y%3D%2217%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2213%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-edit { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2219.3%2C5.3%206.1%2C18.4%204.6%2C16.9%2017.8%2C3.8%2017.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2219.3%2C5.3%206.1%2C18.4%204.6%2C16.9%2017.8%2C3.8%2017.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-undo { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C16v2h-1v-2l0%2C0c0-2.9-2.1-5-5-5l0%2C0H1.9L5%2C14c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-0.4%2C0.4c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-4.2-4.2c-0.1-0.1-0.1-0.2%2C0-0.3l0.4-0.4h0.1L4.4%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l0.5%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3L1.9%2C10H16l0%2C0C19.3%2C10%2C22%2C12.7%2C22%2C16L22%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C16v2h-1v-2l0%2C0c0-2.9-2.1-5-5-5l0%2C0H1.9L5%2C14c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-0.4%2C0.4c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-4.2-4.2c-0.1-0.1-0.1-0.2%2C0-0.3l0.4-0.4h0.1L4.4%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l0.5%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3L1.9%2C10H16l0%2C0C19.3%2C10%2C22%2C12.7%2C22%2C16L22%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-redo { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C16c0-3.3%2C2.7-6%2C6-6v0h14.1l-3.3-3.3c-0.1-0.1-0.1-0.2%2C0-0.3L17.3%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l3.8%2C3.8c0%2C0%2C0.1%2C0%2C0.1%2C0l0.4%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-4.2%2C4.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-0.4-0.4c-0.1-0.1-0.1-0.2%2C0-0.3l3.1-3H6v0c-2.9%2C0-5%2C2.1-5%2C5h0v2H0L0%2C16L0%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C16c0-3.3%2C2.7-6%2C6-6v0h14.1l-3.3-3.3c-0.1-0.1-0.1-0.2%2C0-0.3L17.3%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l3.8%2C3.8c0%2C0%2C0.1%2C0%2C0.1%2C0l0.4%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-4.2%2C4.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-0.4-0.4c-0.1-0.1-0.1-0.2%2C0-0.3l3.1-3H6v0c-2.9%2C0-5%2C2.1-5%2C5h0v2H0L0%2C16L0%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-reader { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-download { width: 22px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-doc-setup { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-4%206%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20id%3D%22XMLID_2_%22%20d%3D%22M15%2C27H-1V15h6V8l0%2C0h10V27z%20M16%2C7H4.2L-2%2C13.6V28h18V7z%20M4%2C8.8V14h-4.9L4%2C8.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-4%206%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20id%3D%22XMLID_2_%22%20d%3D%22M15%2C27H-1V15h6V8l0%2C0h10V27z%20M16%2C7H4.2L-2%2C13.6V28h18V7z%20M4%2C8.8V14h-4.9L4%2C8.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-info { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-plus { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C12H12v10h-1V12H1v-1h10V1h1v10h10V12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C12H12v10h-1V12H1v-1h10V1h1v10h10V12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-settings { width: 24px; height: 24px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.8%2C3l0.4%2C2c0.1%2C0.7%2C0.6%2C1.1%2C1.3%2C1.1c0.3%2C0%2C0.5-0.1%2C0.7-0.2l1.9-1.2l1.1%2C1.1l-1.1%2C1.8C15.8%2C8%2C15.8%2C8.5%2C16%2C8.9c0.2%2C0.4%2C0.5%2C0.7%2C1%2C0.8l2.1%2C0.5v1.6L17%2C12.2c-0.5%2C0.1-0.8%2C0.4-1%2C0.8c-0.2%2C0.4-0.1%2C0.9%2C0.1%2C1.2l1.2%2C1.9l-1.1%2C1.1l-1.8-1.1c-0.2-0.2-0.5-0.2-0.8-0.2c-0.6%2C0-1.2%2C0.5-1.3%2C1.1l-0.5%2C2.1h-1.6l-0.4-2C9.7%2C16.4%2C9.2%2C16%2C8.5%2C16c-0.3%2C0-0.5%2C0.1-0.7%2C0.2l-1.9%2C1.2l-1.1-1.1l1.1-1.8c0.3-0.4%2C0.3-0.9%2C0.1-1.3c-0.2-0.4-0.5-0.7-1-0.8l-2.1-0.5v-1.6l2-0.4c0.5-0.1%2C0.8-0.4%2C1-0.8C6.1%2C8.7%2C6%2C8.2%2C5.8%2C7.9l-1-2l1.1-1.1l1.8%2C1.1C8%2C6.1%2C8.2%2C6.2%2C8.5%2C6.2c0.6%2C0%2C1.2-0.5%2C1.3-1.1L10.3%2C3H11.8%20M11%2C15.5c2.5%2C0%2C4.5-2%2C4.5-4.5s-2-4.5-4.5-4.5s-4.5%2C2-4.5%2C4.5S8.5%2C15.5%2C11%2C15.5%20M12.1%2C2H9.9C9.6%2C2%2C9.4%2C2.2%2C9.3%2C2.5L8.8%2C4.9c0%2C0.2-0.2%2C0.3-0.3%2C0.3s-0.1%2C0-0.2-0.1L6.2%2C3.8C6.1%2C3.7%2C6%2C3.7%2C5.8%2C3.7c-0.1%2C0-0.3%2C0-0.4%2C0.1L3.8%2C5.4c-0.1%2C0.2-0.2%2C0.5%2C0%2C0.8l1.3%2C2.1c0.1%2C0.2%2C0.1%2C0.4-0.2%2C0.5L2.5%2C9.3C2.2%2C9.4%2C2%2C9.6%2C2%2C9.9v2.2c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.6l2.4%2C0.5c0.3%2C0.1%2C0.4%2C0.3%2C0.2%2C0.5l-1.3%2C2.1c-0.2%2C0.2-0.1%2C0.6%2C0.1%2C0.8l1.6%2C1.6c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2s0.2%2C0%2C0.3-0.1L8.3%2C17c0.1-0.1%2C0.1-0.1%2C0.2-0.1s0.3%2C0.1%2C0.3%2C0.3l0.5%2C2.3C9.4%2C19.8%2C9.6%2C20%2C9.9%2C20h2.2c0.3%2C0%2C0.5-0.2%2C0.6-0.5l0.5-2.4c0-0.2%2C0.1-0.3%2C0.3-0.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0.1l2.1%2C1.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2l1.6-1.6c0.2-0.2%2C0.2-0.5%2C0.1-0.8l-1.3-2.1c-0.2-0.2-0.1-0.5%2C0.2-0.5l2.4-0.5c0.3-0.1%2C0.5-0.3%2C0.5-0.6V9.8c0-0.3-0.2-0.5-0.5-0.6l-2.4-0.5c-0.3-0.1-0.4-0.3-0.2-0.5l1.3-2.1c0.2-0.2%2C0.1-0.6-0.1-0.8l-1.6-1.6c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1%2C0-0.2%2C0-0.3%2C0.1l-2.1%2C1.3C13.6%2C5%2C13.6%2C5%2C13.5%2C5c-0.1%2C0-0.3-0.1-0.3-0.3l-0.5-2.2C12.6%2C2.2%2C12.4%2C2%2C12.1%2C2L12.1%2C2z%20M11%2C14.5c-1.9%2C0-3.5-1.6-3.5-3.5S9.1%2C7.5%2C11%2C7.5s3.5%2C1.6%2C3.5%2C3.5S12.9%2C14.5%2C11%2C14.5L11%2C14.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.8%2C3l0.4%2C2c0.1%2C0.7%2C0.6%2C1.1%2C1.3%2C1.1c0.3%2C0%2C0.5-0.1%2C0.7-0.2l1.9-1.2l1.1%2C1.1l-1.1%2C1.8C15.8%2C8%2C15.8%2C8.5%2C16%2C8.9c0.2%2C0.4%2C0.5%2C0.7%2C1%2C0.8l2.1%2C0.5v1.6L17%2C12.2c-0.5%2C0.1-0.8%2C0.4-1%2C0.8c-0.2%2C0.4-0.1%2C0.9%2C0.1%2C1.2l1.2%2C1.9l-1.1%2C1.1l-1.8-1.1c-0.2-0.2-0.5-0.2-0.8-0.2c-0.6%2C0-1.2%2C0.5-1.3%2C1.1l-0.5%2C2.1h-1.6l-0.4-2C9.7%2C16.4%2C9.2%2C16%2C8.5%2C16c-0.3%2C0-0.5%2C0.1-0.7%2C0.2l-1.9%2C1.2l-1.1-1.1l1.1-1.8c0.3-0.4%2C0.3-0.9%2C0.1-1.3c-0.2-0.4-0.5-0.7-1-0.8l-2.1-0.5v-1.6l2-0.4c0.5-0.1%2C0.8-0.4%2C1-0.8C6.1%2C8.7%2C6%2C8.2%2C5.8%2C7.9l-1-2l1.1-1.1l1.8%2C1.1C8%2C6.1%2C8.2%2C6.2%2C8.5%2C6.2c0.6%2C0%2C1.2-0.5%2C1.3-1.1L10.3%2C3H11.8%20M11%2C15.5c2.5%2C0%2C4.5-2%2C4.5-4.5s-2-4.5-4.5-4.5s-4.5%2C2-4.5%2C4.5S8.5%2C15.5%2C11%2C15.5%20M12.1%2C2H9.9C9.6%2C2%2C9.4%2C2.2%2C9.3%2C2.5L8.8%2C4.9c0%2C0.2-0.2%2C0.3-0.3%2C0.3s-0.1%2C0-0.2-0.1L6.2%2C3.8C6.1%2C3.7%2C6%2C3.7%2C5.8%2C3.7c-0.1%2C0-0.3%2C0-0.4%2C0.1L3.8%2C5.4c-0.1%2C0.2-0.2%2C0.5%2C0%2C0.8l1.3%2C2.1c0.1%2C0.2%2C0.1%2C0.4-0.2%2C0.5L2.5%2C9.3C2.2%2C9.4%2C2%2C9.6%2C2%2C9.9v2.2c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.6l2.4%2C0.5c0.3%2C0.1%2C0.4%2C0.3%2C0.2%2C0.5l-1.3%2C2.1c-0.2%2C0.2-0.1%2C0.6%2C0.1%2C0.8l1.6%2C1.6c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2s0.2%2C0%2C0.3-0.1L8.3%2C17c0.1-0.1%2C0.1-0.1%2C0.2-0.1s0.3%2C0.1%2C0.3%2C0.3l0.5%2C2.3C9.4%2C19.8%2C9.6%2C20%2C9.9%2C20h2.2c0.3%2C0%2C0.5-0.2%2C0.6-0.5l0.5-2.4c0-0.2%2C0.1-0.3%2C0.3-0.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0.1l2.1%2C1.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2l1.6-1.6c0.2-0.2%2C0.2-0.5%2C0.1-0.8l-1.3-2.1c-0.2-0.2-0.1-0.5%2C0.2-0.5l2.4-0.5c0.3-0.1%2C0.5-0.3%2C0.5-0.6V9.8c0-0.3-0.2-0.5-0.5-0.6l-2.4-0.5c-0.3-0.1-0.4-0.3-0.2-0.5l1.3-2.1c0.2-0.2%2C0.1-0.6-0.1-0.8l-1.6-1.6c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1%2C0-0.2%2C0-0.3%2C0.1l-2.1%2C1.3C13.6%2C5%2C13.6%2C5%2C13.5%2C5c-0.1%2C0-0.3-0.1-0.3-0.3l-0.5-2.2C12.6%2C2.2%2C12.4%2C2%2C12.1%2C2L12.1%2C2z%20M11%2C14.5c-1.9%2C0-3.5-1.6-3.5-3.5S9.1%2C7.5%2C11%2C7.5s3.5%2C1.6%2C3.5%2C3.5S12.9%2C14.5%2C11%2C14.5L11%2C14.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-about { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-help { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-versions { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-additional { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M18.5%2C15.5c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2S19.6%2C15.5%2C18.5%2C15.5z%20M18.5%2C18.5c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1C19.5%2C18.1%2C19.1%2C18.5%2C18.5%2C18.5z%20M18.5%2C7.5c1.1%2C0%2C2-0.9%2C2-2c0-1.1-0.9-2-2-2s-2%2C0.9-2%2C2C16.5%2C6.6%2C17.4%2C7.5%2C18.5%2C7.5z%20M18.5%2C4.5c0.6%2C0%2C1%2C0.4%2C1%2C1s-0.4%2C1-1%2C1s-1-0.4-1-1S17.9%2C4.5%2C18.5%2C4.5z%20M18.5%2C9.5c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2S19.6%2C9.5%2C18.5%2C9.5z%20M18.5%2C12.5c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1C19.5%2C12.1%2C19.1%2C12.5%2C18.5%2C12.5z%20M6.9%2C3.8L1%2C18.9h1.5l1.8-4.7h6.9l1.7%2C4.7h1.5L8.6%2C3.8H6.9z%20M4.7%2C12.9l3-7.9l3%2C7.9H4.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M18.5%2C15.5c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2S19.6%2C15.5%2C18.5%2C15.5z%20M18.5%2C18.5c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1C19.5%2C18.1%2C19.1%2C18.5%2C18.5%2C18.5z%20M18.5%2C7.5c1.1%2C0%2C2-0.9%2C2-2c0-1.1-0.9-2-2-2s-2%2C0.9-2%2C2C16.5%2C6.6%2C17.4%2C7.5%2C18.5%2C7.5z%20M18.5%2C4.5c0.6%2C0%2C1%2C0.4%2C1%2C1s-0.4%2C1-1%2C1s-1-0.4-1-1S17.9%2C4.5%2C18.5%2C4.5z%20M18.5%2C9.5c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2S19.6%2C9.5%2C18.5%2C9.5z%20M18.5%2C12.5c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1C19.5%2C12.1%2C19.1%2C12.5%2C18.5%2C12.5z%20M6.9%2C3.8L1%2C18.9h1.5l1.8-4.7h6.9l1.7%2C4.7h1.5L8.6%2C3.8H6.9z%20M4.7%2C12.9l3-7.9l3%2C7.9H4.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-color { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-selection { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M7.6%2C10.3c0.2%2C0.3%2C0.4%2C0.4%2C0.5%2C0.5c0.3%2C0.2%2C0.6%2C0.3%2C1%2C0.3c0.7%2C0%2C1.3-0.3%2C1.7-0.8c0.4-0.5%2C0.6-1.2%2C0.6-2.1c0-0.9-0.2-1.5-0.6-2c-0.4-0.4-0.9-0.7-1.6-0.7c-0.3%2C0-0.6%2C0.1-0.9%2C0.2C8%2C6%2C7.8%2C6.2%2C7.6%2C6.4V3.8H6.8V11h0.8V10.3z%20M8%2C6.9c0.3-0.3%2C0.7-0.4%2C1.1-0.4c0.5%2C0%2C0.8%2C0.2%2C1%2C0.5c0.2%2C0.4%2C0.4%2C0.8%2C0.4%2C1.4c0%2C0.6-0.1%2C1.1-0.4%2C1.5c-0.2%2C0.4-0.6%2C0.6-1.1%2C0.6c-0.6%2C0-1.1-0.3-1.3-0.9C7.6%2C9.2%2C7.6%2C8.8%2C7.6%2C8.3C7.6%2C7.7%2C7.7%2C7.2%2C8%2C6.9z%20M5.7%2C10.4c-0.1%2C0-0.2%2C0-0.2-0.1c0-0.1-0.1-0.1-0.1-0.2v-3c0-0.5-0.2-0.9-0.6-1.1C4.4%2C5.8%2C4%2C5.6%2C3.3%2C5.6c-0.5%2C0-1%2C0.1-1.4%2C0.4C1.5%2C6.3%2C1.3%2C6.7%2C1.3%2C7.4h0.8c0-0.3%2C0.1-0.5%2C0.2-0.6c0.2-0.2%2C0.5-0.4%2C1-0.4c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.1%2C0%2C0.3-0.1%2C0.3C4.4%2C7.7%2C4.3%2C7.8%2C4.1%2C7.8L2.7%2C8C2.2%2C8.1%2C1.8%2C8.2%2C1.5%2C8.5C1.2%2C8.8%2C1%2C9.1%2C1%2C9.6c0%2C0.4%2C0.2%2C0.8%2C0.5%2C1.1c0.3%2C0.3%2C0.7%2C0.4%2C1.2%2C0.4c0.4%2C0%2C0.8-0.1%2C1.1-0.3c0.3-0.2%2C0.6-0.4%2C0.8-0.6c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5c0.1%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.1%2C0%2C0.2%2C0%2C0.3-0.1v-0.6c-0.1%2C0-0.1%2C0-0.2%2C0C5.8%2C10.4%2C5.7%2C10.4%2C5.7%2C10.4z%20M4.5%2C9.1c0%2C0.5-0.2%2C0.9-0.7%2C1.2c-0.3%2C0.1-0.6%2C0.2-0.9%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.2C2%2C10.1%2C2%2C9.9%2C2%2C9.6C2%2C9.3%2C2.1%2C9%2C2.4%2C8.9c0.2-0.1%2C0.4-0.2%2C0.7-0.2l0.5-0.1c0.2%2C0%2C0.3-0.1%2C0.5-0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2V9.1z%20M18.5%2C5L8.3%2C15.3l-0.5%2C2c-0.6%2C0.4-1.3%2C0.3-1.5%2C0.6c-0.3%2C0.4%2C0.9%2C0.4%2C1.5%2C0.3c0.4%2C0%2C0.5%2C0%2C0.5-0.2l2.2-0.6L20.7%2C7.1L18.5%2C5z%20M9%2C15.3l9.5-9.5L20%2C7.1l-9.5%2C9.5L9%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M7.6%2C10.3c0.2%2C0.3%2C0.4%2C0.4%2C0.5%2C0.5c0.3%2C0.2%2C0.6%2C0.3%2C1%2C0.3c0.7%2C0%2C1.3-0.3%2C1.7-0.8c0.4-0.5%2C0.6-1.2%2C0.6-2.1c0-0.9-0.2-1.5-0.6-2c-0.4-0.4-0.9-0.7-1.6-0.7c-0.3%2C0-0.6%2C0.1-0.9%2C0.2C8%2C6%2C7.8%2C6.2%2C7.6%2C6.4V3.8H6.8V11h0.8V10.3z%20M8%2C6.9c0.3-0.3%2C0.7-0.4%2C1.1-0.4c0.5%2C0%2C0.8%2C0.2%2C1%2C0.5c0.2%2C0.4%2C0.4%2C0.8%2C0.4%2C1.4c0%2C0.6-0.1%2C1.1-0.4%2C1.5c-0.2%2C0.4-0.6%2C0.6-1.1%2C0.6c-0.6%2C0-1.1-0.3-1.3-0.9C7.6%2C9.2%2C7.6%2C8.8%2C7.6%2C8.3C7.6%2C7.7%2C7.7%2C7.2%2C8%2C6.9z%20M5.7%2C10.4c-0.1%2C0-0.2%2C0-0.2-0.1c0-0.1-0.1-0.1-0.1-0.2v-3c0-0.5-0.2-0.9-0.6-1.1C4.4%2C5.8%2C4%2C5.6%2C3.3%2C5.6c-0.5%2C0-1%2C0.1-1.4%2C0.4C1.5%2C6.3%2C1.3%2C6.7%2C1.3%2C7.4h0.8c0-0.3%2C0.1-0.5%2C0.2-0.6c0.2-0.2%2C0.5-0.4%2C1-0.4c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.1%2C0%2C0.3-0.1%2C0.3C4.4%2C7.7%2C4.3%2C7.8%2C4.1%2C7.8L2.7%2C8C2.2%2C8.1%2C1.8%2C8.2%2C1.5%2C8.5C1.2%2C8.8%2C1%2C9.1%2C1%2C9.6c0%2C0.4%2C0.2%2C0.8%2C0.5%2C1.1c0.3%2C0.3%2C0.7%2C0.4%2C1.2%2C0.4c0.4%2C0%2C0.8-0.1%2C1.1-0.3c0.3-0.2%2C0.6-0.4%2C0.8-0.6c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5c0.1%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.1%2C0%2C0.2%2C0%2C0.3-0.1v-0.6c-0.1%2C0-0.1%2C0-0.2%2C0C5.8%2C10.4%2C5.7%2C10.4%2C5.7%2C10.4z%20M4.5%2C9.1c0%2C0.5-0.2%2C0.9-0.7%2C1.2c-0.3%2C0.1-0.6%2C0.2-0.9%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.2C2%2C10.1%2C2%2C9.9%2C2%2C9.6C2%2C9.3%2C2.1%2C9%2C2.4%2C8.9c0.2-0.1%2C0.4-0.2%2C0.7-0.2l0.5-0.1c0.2%2C0%2C0.3-0.1%2C0.5-0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2V9.1z%20M18.5%2C5L8.3%2C15.3l-0.5%2C2c-0.6%2C0.4-1.3%2C0.3-1.5%2C0.6c-0.3%2C0.4%2C0.9%2C0.4%2C1.5%2C0.3c0.4%2C0%2C0.5%2C0%2C0.5-0.2l2.2-0.6L20.7%2C7.1L18.5%2C5z%20M9%2C15.3l9.5-9.5L20%2C7.1l-9.5%2C9.5L9%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-bullets { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M7%2C4v1h15V4H7z%20M1%2C6h3V3H1V6z%20M7%2C12h15v-1H7V12z%20M1%2C13h3v-3H1V13z%20M7%2C19h15v-1H7V19z%20M1%2C20h3v-3H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M7%2C4v1h15V4H7z%20M1%2C6h3V3H1V6z%20M7%2C12h15v-1H7V12z%20M1%2C13h3v-3H1V13z%20M7%2C19h15v-1H7V19z%20M1%2C20h3v-3H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-numbers { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M7%2C3.8v1h15v-1H7z%20M7%2C11.8h15v-1H7V11.8z%20M7%2C18.8h15v-1H7V18.8z%20M3.1%2C6.9h0.7V2H3.3C3.2%2C2.4%2C3.1%2C2.6%2C2.9%2C2.7C2.7%2C2.8%2C2.4%2C2.9%2C2%2C2.9v0.5h1.2V6.9z%20M3.3%2C9C2.6%2C9%2C2.1%2C9.2%2C1.9%2C9.7c-0.2%2C0.3-0.2%2C0.6-0.2%2C1h0.6c0-0.3%2C0.1-0.5%2C0.1-0.7c0.2-0.3%2C0.5-0.5%2C0.9-0.5c0.3%2C0%2C0.5%2C0.1%2C0.7%2C0.3s0.3%2C0.4%2C0.3%2C0.7c0%2C0.2-0.1%2C0.5-0.3%2C0.7c-0.1%2C0.1-0.3%2C0.3-0.6%2C0.4l-0.7%2C0.4c-0.4%2C0.3-0.7%2C0.5-0.9%2C0.9c-0.2%2C0.3-0.2%2C0.7-0.3%2C1.1h3.4v-0.6H2.2c0.1-0.2%2C0.2-0.5%2C0.4-0.7c0.1-0.1%2C0.3-0.2%2C0.5-0.4L3.6%2C12c0.4-0.2%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.4-0.6%2C0.4-1c0-0.4-0.1-0.7-0.4-1C4.3%2C9.1%2C3.9%2C9%2C3.3%2C9z%20M4.1%2C18.3c0.2-0.1%2C0.3-0.2%2C0.4-0.3c0.2-0.2%2C0.2-0.4%2C0.2-0.7c0-0.4-0.1-0.7-0.4-1C4%2C16.1%2C3.6%2C16%2C3.1%2C16c-0.6%2C0-1.1%2C0.2-1.3%2C0.7c-0.1%2C0.3-0.2%2C0.6-0.2%2C0.9h0.6c0-0.3%2C0.1-0.5%2C0.1-0.6c0.2-0.3%2C0.4-0.4%2C0.9-0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2C4%2C16.9%2C4.1%2C17%2C4.1%2C17.3c0%2C0.3-0.1%2C0.6-0.4%2C0.7c-0.1%2C0.1-0.3%2C0.1-0.6%2C0.1c-0.1%2C0-0.1%2C0-0.1%2C0c0%2C0-0.1%2C0-0.2%2C0v0.5c0%2C0%2C0.1%2C0%2C0.1%2C0c0%2C0%2C0.1%2C0%2C0.1%2C0c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.3-0.1%2C0.5-0.3%2C0.7c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3c-0.4%2C0-0.7-0.1-0.9-0.4c-0.1-0.1-0.2-0.4-0.2-0.7H1.5c0%2C0.5%2C0.1%2C0.8%2C0.4%2C1.2C2.1%2C20.8%2C2.5%2C21%2C3.1%2C21c0.6%2C0%2C1-0.1%2C1.3-0.4c0.3-0.3%2C0.5-0.7%2C0.5-1.1c0-0.3-0.1-0.5-0.2-0.7C4.5%2C18.5%2C4.3%2C18.3%2C4.1%2C18.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M7%2C3.8v1h15v-1H7z%20M7%2C11.8h15v-1H7V11.8z%20M7%2C18.8h15v-1H7V18.8z%20M3.1%2C6.9h0.7V2H3.3C3.2%2C2.4%2C3.1%2C2.6%2C2.9%2C2.7C2.7%2C2.8%2C2.4%2C2.9%2C2%2C2.9v0.5h1.2V6.9z%20M3.3%2C9C2.6%2C9%2C2.1%2C9.2%2C1.9%2C9.7c-0.2%2C0.3-0.2%2C0.6-0.2%2C1h0.6c0-0.3%2C0.1-0.5%2C0.1-0.7c0.2-0.3%2C0.5-0.5%2C0.9-0.5c0.3%2C0%2C0.5%2C0.1%2C0.7%2C0.3s0.3%2C0.4%2C0.3%2C0.7c0%2C0.2-0.1%2C0.5-0.3%2C0.7c-0.1%2C0.1-0.3%2C0.3-0.6%2C0.4l-0.7%2C0.4c-0.4%2C0.3-0.7%2C0.5-0.9%2C0.9c-0.2%2C0.3-0.2%2C0.7-0.3%2C1.1h3.4v-0.6H2.2c0.1-0.2%2C0.2-0.5%2C0.4-0.7c0.1-0.1%2C0.3-0.2%2C0.5-0.4L3.6%2C12c0.4-0.2%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.4-0.6%2C0.4-1c0-0.4-0.1-0.7-0.4-1C4.3%2C9.1%2C3.9%2C9%2C3.3%2C9z%20M4.1%2C18.3c0.2-0.1%2C0.3-0.2%2C0.4-0.3c0.2-0.2%2C0.2-0.4%2C0.2-0.7c0-0.4-0.1-0.7-0.4-1C4%2C16.1%2C3.6%2C16%2C3.1%2C16c-0.6%2C0-1.1%2C0.2-1.3%2C0.7c-0.1%2C0.3-0.2%2C0.6-0.2%2C0.9h0.6c0-0.3%2C0.1-0.5%2C0.1-0.6c0.2-0.3%2C0.4-0.4%2C0.9-0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2C4%2C16.9%2C4.1%2C17%2C4.1%2C17.3c0%2C0.3-0.1%2C0.6-0.4%2C0.7c-0.1%2C0.1-0.3%2C0.1-0.6%2C0.1c-0.1%2C0-0.1%2C0-0.1%2C0c0%2C0-0.1%2C0-0.2%2C0v0.5c0%2C0%2C0.1%2C0%2C0.1%2C0c0%2C0%2C0.1%2C0%2C0.1%2C0c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.3-0.1%2C0.5-0.3%2C0.7c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3c-0.4%2C0-0.7-0.1-0.9-0.4c-0.1-0.1-0.2-0.4-0.2-0.7H1.5c0%2C0.5%2C0.1%2C0.8%2C0.4%2C1.2C2.1%2C20.8%2C2.5%2C21%2C3.1%2C21c0.6%2C0%2C1-0.1%2C1.3-0.4c0.3-0.3%2C0.5-0.7%2C0.5-1.1c0-0.3-0.1-0.5-0.2-0.7C4.5%2C18.5%2C4.3%2C18.3%2C4.1%2C18.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-linespacing { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpolygon%20id%3D%22XMLID_7_%22%20points%3D%2222%2C4%2022%2C3%2012%2C3%2011%2C3%201%2C3%201%2C4%2011%2C4%2011%2C4.3%208%2C7.4%208.7%2C8.1%2011%2C5.7%2011%2C17.3%208.7%2C14.9%208%2C15.6%2011%2C18.7%2011%2C19%201%2C19%201%2C20%2011%2C20%2012%2C20%2022%2C20%2022%2C19%2012%2C19%2012%2C18.6%2015%2C15.6%2014.3%2C14.9%2012%2C17.2%2012%2C5.8%2014.3%2C8.1%2015%2C7.4%2012%2C4.4%2012%2C4%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpolygon%20id%3D%22XMLID_7_%22%20points%3D%2222%2C4%2022%2C3%2012%2C3%2011%2C3%201%2C3%201%2C4%2011%2C4%2011%2C4.3%208%2C7.4%208.7%2C8.1%2011%2C5.7%2011%2C17.3%208.7%2C14.9%208%2C15.6%2011%2C18.7%2011%2C19%201%2C19%201%2C20%2011%2C20%2012%2C20%2022%2C20%2022%2C19%2012%2C19%2012%2C18.6%2015%2C15.6%2014.3%2C14.9%2012%2C17.2%2012%2C5.8%2014.3%2C8.1%2015%2C7.4%2012%2C4.4%2012%2C4%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-center { width: 22px; height: 22px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-jast { width: 22px; height: 22px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-left { width: 22px; height: 22px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-right { width: 22px; height: 22px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-de-indent { width: 22px; height: 22px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-in-indent { width: 22px; height: 22px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-prev { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M16%2C20.5L15%2C21.5L4.5%2C11l0%2C0l0%2C0L15%2C0.5L16%2C1.5L6.6%2C11L16%2C20.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M16%2C20.5L15%2C21.5L4.5%2C11l0%2C0l0%2C0L15%2C0.5L16%2C1.5L6.6%2C11L16%2C20.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-next { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C11L6%2C1.5l1.1-1.1L17.5%2C11l0%2C0l0%2C0L7.1%2C21.5L6%2C20.5L15.5%2C11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C11L6%2C1.5l1.1-1.1L17.5%2C11l0%2C0l0%2C0L7.1%2C21.5L6%2C20.5L15.5%2C11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-column-left { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M15%2C19h-1H8H7v-1v-3H0V2h7h1h14v4v1v3v1v3v1v3v1H15z%20M15%2C18h6v-3h-6V18z%20M15%2C14h6v-3h-6V14z%20M8%2C18h6v-3H8V18z%20M8%2C14h6v-3H8V14z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M21%2C3h-6v3h6V3z%20M15%2C7v3h6V7H15z%20M3%2C16h1v2h2v1H4v2H3v-2H1v-1h2V16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M15%2C19h-1H8H7v-1v-3H0V2h7h1h14v4v1v3v1v3v1v3v1H15z%20M15%2C18h6v-3h-6V18z%20M15%2C14h6v-3h-6V14z%20M8%2C18h6v-3H8V18z%20M8%2C14h6v-3H8V14z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M21%2C3h-6v3h6V3z%20M15%2C7v3h6V7H15z%20M3%2C16h1v2h2v1H4v2H3v-2H1v-1h2V16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-column-right { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C19l0-1l0-3l0-1l0-3l0-1l0-3l0-1l0-4h14h1h7v13h-7v3v1h-1H8H7H0z%20M7%2C15H1v3h6V15z%20M7%2C11H1v3h6V11z%20M14%2C15H8v3h6V15z%20M14%2C11H8v3h6V11z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M1%2C6h6V3H1V6z%20M1%2C7v3h6V7H1z%20M19%2C18h2v1h-2v2h-1v-2h-2v-1h2v-2h1V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C19l0-1l0-3l0-1l0-3l0-1l0-3l0-1l0-4h14h1h7v13h-7v3v1h-1H8H7H0z%20M7%2C15H1v3h6V15z%20M7%2C11H1v3h6V11z%20M14%2C15H8v3h6V15z%20M14%2C11H8v3h6V11z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M1%2C6h6V3H1V6z%20M1%2C7v3h6V7H1z%20M19%2C18h2v1h-2v2h-1v-2h-2v-1h2v-2h1V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-row-above { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C20h-6h-1H8H7H0v-1v-3v-1v-3v-1V8V7V1h15v6h6h1v1v3v1v3v1v3v1H21z%20M7%2C8H1v3h6V8z%20M7%2C12H1v3h6V12z%20M7%2C16H1v3h6V16z%20M8%2C19h6v-3H8V19z%20M8%2C15h6v-3H8V15z%20M8%2C11h6V8H8V11z%20M21%2C8h-6v3h6V8z%20M21%2C12h-6v3h6V12z%20M21%2C16h-6v3h6V16z%20M19%2C6h-1V4h-2V3h2V1h1v2h2v1h-2V6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C20h-6h-1H8H7H0v-1v-3v-1v-3v-1V8V7V1h15v6h6h1v1v3v1v3v1v3v1H21z%20M7%2C8H1v3h6V8z%20M7%2C12H1v3h6V12z%20M7%2C16H1v3h6V16z%20M8%2C19h6v-3H8V19z%20M8%2C15h6v-3H8V15z%20M8%2C11h6V8H8V11z%20M21%2C8h-6v3h6V8z%20M21%2C12h-6v3h6V12z%20M21%2C16h-6v3h6V16z%20M19%2C6h-1V4h-2V3h2V1h1v2h2v1h-2V6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-row-below { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C1v1v3v1v3v1v3v1h-1h-6v6H0v-6v-1v-3V9V6V5V2V1h7h1h6h1h6H22z%20M7%2C10H1v3h6V10z%20M7%2C6H1v3h6V6z%20M7%2C2H1v3h6V2z%20M8%2C5h6V2H8V5z%20M8%2C9h6V6H8V9z%20M8%2C13h6v-3H8V13z%20M21%2C10h-6v3h6V10z%20M21%2C6h-6v3h6V6z%20M21%2C2h-6v3h6V2z%20M19%2C17h2v1h-2v2h-1v-2h-2v-1h2v-2h1V17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C1v1v3v1v3v1v3v1h-1h-6v6H0v-6v-1v-3V9V6V5V2V1h7h1h6h1h6H22z%20M7%2C10H1v3h6V10z%20M7%2C6H1v3h6V6z%20M7%2C2H1v3h6V2z%20M8%2C5h6V2H8V5z%20M8%2C9h6V6H8V9z%20M8%2C13h6v-3H8V13z%20M21%2C10h-6v3h6V10z%20M21%2C6h-6v3h6V6z%20M21%2C2h-6v3h6V2z%20M19%2C17h2v1h-2v2h-1v-2h-2v-1h2v-2h1V17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-remove-column { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C11H8v0.1c1.9%2C0.2%2C3.5%2C1.3%2C4.4%2C2.9H14V11z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C11h-6v3h6V11z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C11H8v0.1c1.9%2C0.2%2C3.5%2C1.3%2C4.4%2C2.9H14V11z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C11h-6v3h6V11z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-remove-row { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M1%2C18h1.2C2.1%2C17.5%2C2%2C17%2C2%2C16.5c0-0.5%2C0.1-1%2C0.2-1.5H1V18z%20M7%2C3H1v3h6V3z%20M7%2C7H1v3h6V7z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M1%2C18h1.2C2.1%2C17.5%2C2%2C17%2C2%2C16.5c0-0.5%2C0.1-1%2C0.2-1.5H1V18z%20M7%2C3H1v3h6V3z%20M7%2C7H1v3h6V7z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-expand-down { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M20.5%2C6.5l1.1%2C1.1L11%2C18l0%2C0l0%2C0L0.5%2C7.5l1.1-1.1l9.5%2C9.5L20.5%2C6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M20.5%2C6.5l1.1%2C1.1L11%2C18l0%2C0l0%2C0L0.5%2C7.5l1.1-1.1l9.5%2C9.5L20.5%2C6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-pagebreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M8%2C14v1h1v-1H8z%20M6%2C14v1h1v-1H6z%20M18%2C21H3v-6H2v7h17v-7h-1V21z%20M4%2C14v1h1v-1H4z%20M14%2C14v1h1v-1H14z%20M10%2C14v1h1v-1H10z%20M8.2%2C1L2%2C7.6V14h1V9h6V2l0%2C0h9v12h1V1H8.2z%20M8%2C8H3.1L8%2C2.8V8z%20M12%2C14v1h1v-1H12z%20M16%2C14v1h1v-1H16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M8%2C14v1h1v-1H8z%20M6%2C14v1h1v-1H6z%20M18%2C21H3v-6H2v7h17v-7h-1V21z%20M4%2C14v1h1v-1H4z%20M14%2C14v1h1v-1H14z%20M10%2C14v1h1v-1H10z%20M8.2%2C1L2%2C7.6V14h1V9h6V2l0%2C0h9v12h1V1H8.2z%20M8%2C8H3.1L8%2C2.8V8z%20M12%2C14v1h1v-1H12z%20M16%2C14v1h1v-1H16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-sectionbreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C14V2H3v12H2V1h19v13H20z%20M5%2C14v1H4v-1H5z%20M7%2C14v1H6v-1H7z%20M9%2C14v1H8v-1H9z%20M11%2C14v1h-1v-1H11z%20M13%2C14v1h-1v-1H13z%20M15%2C14v1h-1v-1H15z%20M17%2C14v1h-1v-1H17z%20M18%2C14h1v1h-1V14z%20M3%2C21h17v-6h1v7H2v-7h1V21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C14V2H3v12H2V1h19v13H20z%20M5%2C14v1H4v-1H5z%20M7%2C14v1H6v-1H7z%20M9%2C14v1H8v-1H9z%20M11%2C14v1h-1v-1H11z%20M13%2C14v1h-1v-1H13z%20M15%2C14v1h-1v-1H15z%20M17%2C14v1h-1v-1H17z%20M18%2C14h1v1h-1V14z%20M3%2C21h17v-6h1v7H2v-7h1V21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-stringbreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2C12H5.1L9%2C15.9l-0.7%2C0.7l-4.5-4.5l-0.6-0.6l0.6-0.6l4.5-4.5L9%2C7.1L5.1%2C11H18V5h1v6v1H18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2C12H5.1L9%2C15.9l-0.7%2C0.7l-4.5-4.5l-0.6-0.6l0.6-0.6l4.5-4.5L9%2C7.1L5.1%2C11H18V5h1v6v1H18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-pagenumber { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.2%2C1L2%2C7.6V22h17V1H8.2z%20M8%2C2.8V8H3.1L8%2C2.8z%20M18%2C21H3V9h6V2l0%2C0h9V21z%20M12%2C19h1v-4h-0.7c0%2C0.2-0.1-0.1-0.1%2C0c-0.1%2C0.1-0.2%2C0-0.3%2C0c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.1%2C0-0.3%2C0-0.4%2C0V16H12V19z%20M15.3%2C17.3C15%2C17.9%2C15.1%2C18.4%2C15%2C19h0.9c0-0.3%2C0-0.6%2C0.1-0.9c0.1-0.3%2C0.1-0.6%2C0.3-0.9c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.2-0.3%2C0.1-0.3%2C0.3-0.5V15h-3v1h1.9C15.6%2C16.4%2C15.5%2C16.7%2C15.3%2C17.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.2%2C1L2%2C7.6V22h17V1H8.2z%20M8%2C2.8V8H3.1L8%2C2.8z%20M18%2C21H3V9h6V2l0%2C0h9V21z%20M12%2C19h1v-4h-0.7c0%2C0.2-0.1-0.1-0.1%2C0c-0.1%2C0.1-0.2%2C0-0.3%2C0c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.1%2C0-0.3%2C0-0.4%2C0V16H12V19z%20M15.3%2C17.3C15%2C17.9%2C15.1%2C18.4%2C15%2C19h0.9c0-0.3%2C0-0.6%2C0.1-0.9c0.1-0.3%2C0.1-0.6%2C0.3-0.9c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.2-0.3%2C0.1-0.3%2C0.3-0.5V15h-3v1h1.9C15.6%2C16.4%2C15.5%2C16.7%2C15.3%2C17.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-link { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-image-library { width: 22px; @@ -6525,160 +6525,160 @@ i.icon.icon-image-library { i.icon.icon-table-borders-all { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-none { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-inner { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-outer { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-left { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-center { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-right { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-top { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-middle { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-bottom { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-inline { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2219%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.08%2C8.31c-1.69%2C1-2.82%2C3.91-2.82%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.78-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.48a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.78%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0l-0.78-1.9a0.47%2C0.47%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.57%2C9.29%2C9.88%2C8.31s-3.55-2-3.8-.53%2C0.23%2C1.42.37%2C2%2C0.28%2C2.34.76%2C2.75A6.19%2C6.19%2C0%2C0%2C0%2C9.62%2C13s-2.17%2C1.24-2.14%2C2%2C0.62%2C4.86%2C1.83%2C4.92%2C2-1.87%2C2.34-2.78a26.9%2C26.9%2C0%2C0%2C1%2C.93-2.84%2C8.39%2C8.39%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.39%2C8.39%2C0%2C0%2C1%2C.14-1.51%2C26.73%2C26.73%2C0%2C0%2C1%2C.93%2C2.84c0.34%2C0.92%2C1.13%2C2.84%2C2.34%2C2.78s1.8-4.18%2C1.83-4.92-2.14-2-2.14-2a6.19%2C6.19%2C0%2C0%2C0%2C2.42-.44c0.48-.41.62-2.13%2C0.76-2.75s0.62-.62.37-2S17.77%2C7.33%2C16.08%2C8.31Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2219%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.08%2C8.31c-1.69%2C1-2.82%2C3.91-2.82%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.78-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.48a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.78%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0l-0.78-1.9a0.47%2C0.47%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.57%2C9.29%2C9.88%2C8.31s-3.55-2-3.8-.53%2C0.23%2C1.42.37%2C2%2C0.28%2C2.34.76%2C2.75A6.19%2C6.19%2C0%2C0%2C0%2C9.62%2C13s-2.17%2C1.24-2.14%2C2%2C0.62%2C4.86%2C1.83%2C4.92%2C2-1.87%2C2.34-2.78a26.9%2C26.9%2C0%2C0%2C1%2C.93-2.84%2C8.39%2C8.39%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.39%2C8.39%2C0%2C0%2C1%2C.14-1.51%2C26.73%2C26.73%2C0%2C0%2C1%2C.93%2C2.84c0.34%2C0.92%2C1.13%2C2.84%2C2.34%2C2.78s1.8-4.18%2C1.83-4.92-2.14-2-2.14-2a6.19%2C6.19%2C0%2C0%2C0%2C2.42-.44c0.48-.41.62-2.13%2C0.76-2.75s0.62-.62.37-2S17.77%2C7.33%2C16.08%2C8.31Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-square { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2216%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2219%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2219%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2216%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2213%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.08%2C8.33c-1.69%2C1-2.82%2C3.91-2.82%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.78-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.5a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.78%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0l-0.78-1.9a0.47%2C0.47%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.57%2C9.3%2C9.88%2C8.33s-3.55-2-3.8-.53%2C0.23%2C1.42.37%2C2%2C0.28%2C2.34.76%2C2.75A6.19%2C6.19%2C0%2C0%2C0%2C9.62%2C13s-2.17%2C1.24-2.14%2C2%2C0.62%2C4.86%2C1.83%2C4.92%2C2-1.87%2C2.34-2.78a26.9%2C26.9%2C0%2C0%2C1%2C.93-2.84%2C8.39%2C8.39%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.39%2C8.39%2C0%2C0%2C1%2C.14-1.51%2C26.73%2C26.73%2C0%2C0%2C1%2C.93%2C2.84c0.34%2C0.92%2C1.13%2C2.84%2C2.34%2C2.78s1.8-4.18%2C1.83-4.92-2.14-2-2.14-2a6.19%2C6.19%2C0%2C0%2C0%2C2.42-.44c0.48-.41.62-2.13%2C0.76-2.75s0.62-.62.37-2S17.77%2C7.35%2C16.08%2C8.33Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2216%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2219%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2219%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2216%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2213%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.08%2C8.33c-1.69%2C1-2.82%2C3.91-2.82%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.78-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.5a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.78%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0l-0.78-1.9a0.47%2C0.47%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.57%2C9.3%2C9.88%2C8.33s-3.55-2-3.8-.53%2C0.23%2C1.42.37%2C2%2C0.28%2C2.34.76%2C2.75A6.19%2C6.19%2C0%2C0%2C0%2C9.62%2C13s-2.17%2C1.24-2.14%2C2%2C0.62%2C4.86%2C1.83%2C4.92%2C2-1.87%2C2.34-2.78a26.9%2C26.9%2C0%2C0%2C1%2C.93-2.84%2C8.39%2C8.39%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.39%2C8.39%2C0%2C0%2C1%2C.14-1.51%2C26.73%2C26.73%2C0%2C0%2C1%2C.93%2C2.84c0.34%2C0.92%2C1.13%2C2.84%2C2.34%2C2.78s1.8-4.18%2C1.83-4.92-2.14-2-2.14-2a6.19%2C6.19%2C0%2C0%2C0%2C2.42-.44c0.48-.41.62-2.13%2C0.76-2.75s0.62-.62.37-2S17.77%2C7.35%2C16.08%2C8.33Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-tight { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2216%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2219%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%2219%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2212%22%20y%3D%2219%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2216%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2213%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2211%22%20y%3D%227%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.07%2C8.3c-1.69%2C1-2.82%2C3.91-2.82%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.78-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.47a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.78%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0L12.08%2C9.61a0.47%2C0.47%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.56%2C9.28%2C9.87%2C8.3s-3.55-2-3.8-.53%2C0.23%2C1.42.37%2C2%2C0.28%2C2.34.76%2C2.76A6.17%2C6.17%2C0%2C0%2C0%2C9.62%2C13s-2.17%2C1.25-2.14%2C2%2C0.62%2C4.86%2C1.83%2C4.92%2C2-1.87%2C2.34-2.79a27%2C27%2C0%2C0%2C1%2C.93-2.85%2C8.41%2C8.41%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.41%2C8.41%2C0%2C0%2C1%2C.14-1.51%2C26.81%2C26.81%2C0%2C0%2C1%2C.93%2C2.85c0.34%2C0.92%2C1.13%2C2.85%2C2.34%2C2.79s1.8-4.18%2C1.83-4.92-2.14-2-2.14-2a6.17%2C6.17%2C0%2C0%2C0%2C2.42-.44c0.48-.42.62-2.13%2C0.76-2.76s0.62-.62.37-2S17.76%2C7.32%2C16.07%2C8.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2216%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2219%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%2219%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2212%22%20y%3D%2219%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2216%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2213%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2211%22%20y%3D%227%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.07%2C8.3c-1.69%2C1-2.82%2C3.91-2.82%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.78-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.47a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.78%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0L12.08%2C9.61a0.47%2C0.47%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.56%2C9.28%2C9.87%2C8.3s-3.55-2-3.8-.53%2C0.23%2C1.42.37%2C2%2C0.28%2C2.34.76%2C2.76A6.17%2C6.17%2C0%2C0%2C0%2C9.62%2C13s-2.17%2C1.25-2.14%2C2%2C0.62%2C4.86%2C1.83%2C4.92%2C2-1.87%2C2.34-2.79a27%2C27%2C0%2C0%2C1%2C.93-2.85%2C8.41%2C8.41%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.41%2C8.41%2C0%2C0%2C1%2C.14-1.51%2C26.81%2C26.81%2C0%2C0%2C1%2C.93%2C2.85c0.34%2C0.92%2C1.13%2C2.85%2C2.34%2C2.79s1.8-4.18%2C1.83-4.92-2.14-2-2.14-2a6.17%2C6.17%2C0%2C0%2C0%2C2.42-.44c0.48-.42.62-2.13%2C0.76-2.76s0.62-.62.37-2S17.76%2C7.32%2C16.07%2C8.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-through { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2216%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2219%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%2219%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2216%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2213%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.09%2C8.31c-1.68%2C1-2.8%2C3.93-2.8%2C3.93s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.77-1.91A0.46%2C0.46%2C0%2C0%2C0%2C14%2C9.49a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.2l-0.77%2C1.91a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0L12.12%2C9.64a0.48%2C0.48%2C0%2C0%2C0%2C0-.2%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.46%2C0.46%2C0%2C0%2C0%2C.1.17l0.78%2C1.92a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.61%2C9.3%2C9.93%2C8.31s-3.53-2-3.78-.54%2C0.22%2C1.43.36%2C2.05%2C0.28%2C2.35.76%2C2.77A6.08%2C6.08%2C0%2C0%2C0%2C9.68%2C13S7.52%2C14.3%2C7.55%2C15%2C8.17%2C19.92%2C9.37%2C20s2-1.88%2C2.32-2.8a27.27%2C27.27%2C0%2C0%2C1%2C.92-2.86%2C8.53%2C8.53%2C0%2C0%2C1%2C.14%2C1.52c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.53%2C8.53%2C0%2C0%2C1%2C.14-1.52%2C27.09%2C27.09%2C0%2C0%2C1%2C.92%2C2.86c0.34%2C0.92%2C1.12%2C2.86%2C2.32%2C2.8s1.79-4.2%2C1.82-4.94-2.13-2-2.13-2a6.08%2C6.08%2C0%2C0%2C0%2C2.41-.45c0.48-.42.62-2.14%2C0.76-2.77s0.62-.62.36-2.05S17.77%2C7.33%2C16.09%2C8.31Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2216%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2219%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%2219%22%20width%3D%227%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2216%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2213%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%227%22%20width%3D%225%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.09%2C8.31c-1.68%2C1-2.8%2C3.93-2.8%2C3.93s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.77-1.91A0.46%2C0.46%2C0%2C0%2C0%2C14%2C9.49a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.2l-0.77%2C1.91a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0L12.12%2C9.64a0.48%2C0.48%2C0%2C0%2C0%2C0-.2%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.46%2C0.46%2C0%2C0%2C0%2C.1.17l0.78%2C1.92a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.61%2C9.3%2C9.93%2C8.31s-3.53-2-3.78-.54%2C0.22%2C1.43.36%2C2.05%2C0.28%2C2.35.76%2C2.77A6.08%2C6.08%2C0%2C0%2C0%2C9.68%2C13S7.52%2C14.3%2C7.55%2C15%2C8.17%2C19.92%2C9.37%2C20s2-1.88%2C2.32-2.8a27.27%2C27.27%2C0%2C0%2C1%2C.92-2.86%2C8.53%2C8.53%2C0%2C0%2C1%2C.14%2C1.52c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.53%2C8.53%2C0%2C0%2C1%2C.14-1.52%2C27.09%2C27.09%2C0%2C0%2C1%2C.92%2C2.86c0.34%2C0.92%2C1.12%2C2.86%2C2.32%2C2.8s1.79-4.2%2C1.82-4.94-2.13-2-2.13-2a6.08%2C6.08%2C0%2C0%2C0%2C2.41-.45c0.48-.42.62-2.14%2C0.76-2.77s0.62-.62.36-2.05S17.77%2C7.33%2C16.09%2C8.31Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-top-bottom { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.08%2C8.3c-1.68%2C1-2.8%2C3.91-2.8%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.77-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.47a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.77%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0L12.12%2C9.61a0.48%2C0.48%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0%2C0%2C.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.6%2C9.28%2C9.92%2C8.3s-3.52-2-3.77-.53%2C0.22%2C1.42.36%2C2%2C0.28%2C2.34.76%2C2.76a6.08%2C6.08%2C0%2C0%2C0%2C2.4.44s-2.15%2C1.25-2.12%2C2%2C0.61%2C4.86%2C1.82%2C4.92%2C2-1.87%2C2.32-2.79a27.11%2C27.11%2C0%2C0%2C1%2C.92-2.85%2C8.47%2C8.47%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.47%2C8.47%2C0%2C0%2C1%2C.14-1.51%2C26.94%2C26.94%2C0%2C0%2C1%2C.92%2C2.85c0.34%2C0.92%2C1.12%2C2.85%2C2.32%2C2.79s1.79-4.18%2C1.82-4.92-2.12-2-2.12-2a6.08%2C6.08%2C0%2C0%2C0%2C2.4-.44c0.48-.42.62-2.13%2C0.76-2.76s0.61-.62.36-2S17.75%2C7.32%2C16.08%2C8.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.08%2C8.3c-1.68%2C1-2.8%2C3.91-2.8%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.77-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.47a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.77%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0L12.12%2C9.61a0.48%2C0.48%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0%2C0%2C.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.6%2C9.28%2C9.92%2C8.3s-3.52-2-3.77-.53%2C0.22%2C1.42.36%2C2%2C0.28%2C2.34.76%2C2.76a6.08%2C6.08%2C0%2C0%2C0%2C2.4.44s-2.15%2C1.25-2.12%2C2%2C0.61%2C4.86%2C1.82%2C4.92%2C2-1.87%2C2.32-2.79a27.11%2C27.11%2C0%2C0%2C1%2C.92-2.85%2C8.47%2C8.47%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.47%2C8.47%2C0%2C0%2C1%2C.14-1.51%2C26.94%2C26.94%2C0%2C0%2C1%2C.92%2C2.85c0.34%2C0.92%2C1.12%2C2.85%2C2.32%2C2.79s1.79-4.18%2C1.82-4.92-2.12-2-2.12-2a6.08%2C6.08%2C0%2C0%2C0%2C2.4-.44c0.48-.42.62-2.13%2C0.76-2.76s0.61-.62.36-2S17.75%2C7.32%2C16.08%2C8.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-infront { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%227%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2210%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2213%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2216%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2219%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.08%2C8.29c-1.69%2C1-2.82%2C3.93-2.82%2C3.93s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.78-1.91A0.46%2C0.46%2C0%2C0%2C0%2C14%2C9.47a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.25%2C0.25%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.2l-0.78%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0L12.09%2C9.61a0.48%2C0.48%2C0%2C0%2C0%2C0-.2%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.46%2C0.46%2C0%2C0%2C0%2C.1.17l0.78%2C1.92a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.57%2C9.27%2C9.88%2C8.29s-3.55-2-3.8-.54%2C0.23%2C1.43.37%2C2.05%2C0.28%2C2.35.76%2C2.77A6.16%2C6.16%2C0%2C0%2C0%2C9.62%2C13s-2.17%2C1.25-2.14%2C2S8.1%2C19.89%2C9.31%2C20s2-1.87%2C2.34-2.8a27.1%2C27.1%2C0%2C0%2C1%2C.93-2.86%2C8.46%2C8.46%2C0%2C0%2C1%2C.14%2C1.52c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.46%2C8.46%2C0%2C0%2C1%2C.14-1.52%2C26.92%2C26.92%2C0%2C0%2C1%2C.93%2C2.86c0.34%2C0.92%2C1.13%2C2.86%2C2.34%2C2.8s1.8-4.19%2C1.83-4.94-2.14-2-2.14-2a6.16%2C6.16%2C0%2C0%2C0%2C2.42-.45c0.48-.42.62-2.14%2C0.76-2.77s0.62-.62.37-2.05S17.77%2C7.31%2C16.08%2C8.29Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%227%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2210%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2213%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2216%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20opacity%3D%220.3%22%20y%3D%2219%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Cpath%20d%3D%22M16.08%2C8.29c-1.69%2C1-2.82%2C3.93-2.82%2C3.93s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.78-1.91A0.46%2C0.46%2C0%2C0%2C0%2C14%2C9.47a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.25%2C0.25%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.2l-0.78%2C1.9a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0L12.09%2C9.61a0.48%2C0.48%2C0%2C0%2C0%2C0-.2%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.46%2C0.46%2C0%2C0%2C0%2C.1.17l0.78%2C1.92a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.57%2C9.27%2C9.88%2C8.29s-3.55-2-3.8-.54%2C0.23%2C1.43.37%2C2.05%2C0.28%2C2.35.76%2C2.77A6.16%2C6.16%2C0%2C0%2C0%2C9.62%2C13s-2.17%2C1.25-2.14%2C2S8.1%2C19.89%2C9.31%2C20s2-1.87%2C2.34-2.8a27.1%2C27.1%2C0%2C0%2C1%2C.93-2.86%2C8.46%2C8.46%2C0%2C0%2C1%2C.14%2C1.52c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.46%2C8.46%2C0%2C0%2C1%2C.14-1.52%2C26.92%2C26.92%2C0%2C0%2C1%2C.93%2C2.86c0.34%2C0.92%2C1.13%2C2.86%2C2.34%2C2.8s1.8-4.19%2C1.83-4.94-2.14-2-2.14-2a6.16%2C6.16%2C0%2C0%2C0%2C2.42-.45c0.48-.42.62-2.14%2C0.76-2.77s0.62-.62.37-2.05S17.77%2C7.31%2C16.08%2C8.29Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-behind { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M16.07%2C8.34c-1.68%2C1-2.8%2C3.91-2.8%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.77-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.51a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.77%2C1.89a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0l-0.77-1.9a0.48%2C0.48%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.6%2C9.32%2C9.92%2C8.34s-3.52-2-3.78-.53%2C0.22%2C1.42.36%2C2%2C0.28%2C2.34.76%2C2.75A6.1%2C6.1%2C0%2C0%2C0%2C9.67%2C13s-2.15%2C1.24-2.13%2C2%2C0.62%2C4.85%2C1.82%2C4.91%2C2-1.86%2C2.32-2.78a27%2C27%2C0%2C0%2C1%2C.92-2.84%2C8.43%2C8.43%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.43%2C8.43%2C0%2C0%2C1%2C.14-1.51%2C26.83%2C26.83%2C0%2C0%2C1%2C.92%2C2.84c0.34%2C0.92%2C1.12%2C2.84%2C2.32%2C2.78s1.79-4.17%2C1.82-4.91-2.13-2-2.13-2a6.1%2C6.1%2C0%2C0%2C0%2C2.41-.44c0.48-.41.62-2.13%2C0.76-2.75s0.62-.62.36-2S17.75%2C7.36%2C16.07%2C8.34Z%22%2F%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2216%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2219%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M16.07%2C8.34c-1.68%2C1-2.8%2C3.91-2.8%2C3.91s-0.19.06-.07-0.22a0.33%2C0.33%2C0%2C0%2C0%2C0-.45l0.77-1.9A0.45%2C0.45%2C0%2C0%2C0%2C14%2C9.51a0.26%2C0.26%2C0%2C0%2C0%2C0-.23%2C0.24%2C0.24%2C0%2C0%2C0-.14.18%2C0.49%2C0.49%2C0%2C0%2C0%2C0%2C.19l-0.77%2C1.89a0.17%2C0.17%2C0%2C0%2C0-.11%2C0%2C0.25%2C0.25%2C0%2C0%2C1-.11%2C0l-0.77-1.9a0.48%2C0.48%2C0%2C0%2C0%2C0-.19%2C0.24%2C0.24%2C0%2C0%2C0-.14-0.18%2C0.26%2C0.26%2C0%2C0%2C0%2C0%2C.23%2C0.45%2C0.45%2C0%2C0%2C0%2C.1.17l0.78%2C1.91a0.32%2C0.32%2C0%2C0%2C0-.05.44c0.12%2C0.29-.07.22-0.07%2C0.22S11.6%2C9.32%2C9.92%2C8.34s-3.52-2-3.78-.53%2C0.22%2C1.42.36%2C2%2C0.28%2C2.34.76%2C2.75A6.1%2C6.1%2C0%2C0%2C0%2C9.67%2C13s-2.15%2C1.24-2.13%2C2%2C0.62%2C4.85%2C1.82%2C4.91%2C2-1.86%2C2.32-2.78a27%2C27%2C0%2C0%2C1%2C.92-2.84%2C8.43%2C8.43%2C0%2C0%2C1%2C.14%2C1.51c0.11%2C0.3.25%2C0.26%2C0.25%2C0.26s0.14%2C0%2C.25-0.26a8.43%2C8.43%2C0%2C0%2C1%2C.14-1.51%2C26.83%2C26.83%2C0%2C0%2C1%2C.92%2C2.84c0.34%2C0.92%2C1.12%2C2.84%2C2.32%2C2.78s1.79-4.17%2C1.82-4.91-2.13-2-2.13-2a6.1%2C6.1%2C0%2C0%2C0%2C2.41-.44c0.48-.41.62-2.13%2C0.76-2.75s0.62-.62.36-2S17.75%2C7.36%2C16.07%2C8.34Z%22%2F%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%227%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2210%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2216%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2219%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-table-inline { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%2214%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%2214%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-wrap-table-flow { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2210%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2213%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2216%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2219%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%2219%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%2216%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%2213%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%2210%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%227%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%2214%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2210%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2213%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2216%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2219%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%2219%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%2216%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%2213%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%2210%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2223%22%20y%3D%227%22%20width%3D%224%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%2214%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-block-align-left { width: 28px; height: 28px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-block-align-center { width: 28px; height: 28px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228.08%22%20width%3D%2212%22%20height%3D%2210.92%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228.08%22%20width%3D%2212%22%20height%3D%2210.92%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-block-align-right { width: 28px; height: 28px; - background-color: #4066D7; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-backward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-forward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-background { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-foreground { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234066D7%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-docx { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2266px%22%20height%3D%2266px%22%20viewBox%3D%2222.015%2020.75%2066%2066%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D7%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D.cls-3%7Bfill%3A%234066D6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22g3103%22%20transform%3D%22translate(-21.015556%2C0)%22%20display%3D%22none%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M78.521%2C0h7.475c0%2C3.337%2C0%2C6.663%2C0%2C10%20%20%20c13.375%2C0.075%2C26.738-0.138%2C40.101%2C0.075c2.85-0.288%2C5.087%2C1.925%2C4.825%2C4.775c0.212%2C24.625-0.051%2C49.262%2C0.125%2C73.887%20%20%20c-0.125%2C2.525%2C0.25%2C5.325-1.213%2C7.563c-1.825%2C1.3-4.188%2C1.138-6.313%2C1.237C111.008%2C97.475%2C98.508%2C97.5%2C85.996%2C97.5%20%20%20c0%2C3.338%2C0%2C6.662%2C0%2C10h-7.813c-19.024-3.475-38.1-6.662-57.162-10c-0.013-29.162%2C0-58.325%2C0-87.475%20%20%20C40.183%2C6.675%2C59.359%2C3.413%2C78.521%2C0z%22%20%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M85.996%2C13.75c13.75%2C0%2C27.5%2C0%2C41.25%2C0%20%20%20c0%2C26.663%2C0%2C53.338%2C0%2C80c-13.75%2C0-27.5%2C0-41.25%2C0c0-3.338%2C0-6.662%2C0-10c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5%20%20%20c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.088%2C0-4.162%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0%20%20%20c0-2.088%2C0-4.162%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25%20%20%20c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.663%2C0-3.337%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0%20%20%20c0-1.663%2C0-3.337%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.663%2C0-3.337%2C0-5%20%20%20c-10.837%2C0-21.662%2C0-32.5%2C0C85.996%2C19.587%2C85.996%2C16.663%2C85.996%2C13.75z%22%20%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M46.846%2C35.837%20%20%20c2.375-0.137%2C4.75-0.237%2C7.125-0.362c1.662%2C8.438%2C3.362%2C16.862%2C5.162%2C25.262c1.413-8.675%2C2.976-17.325%2C4.487-25.987%20%20%20c2.5-0.087%2C5-0.225%2C7.488-0.375c-2.825%2C12.112-5.301%2C24.325-8.388%2C36.362c-2.088%2C1.088-5.213-0.05-7.688%2C0.125%20%20%20c-1.663-8.274-3.601-16.5-5.088-24.813c-1.462%2C8.075-3.362%2C16.075-5.037%2C24.101c-2.4-0.125-4.813-0.275-7.226-0.438%20%20%20c-2.074-11-4.512-21.925-6.449-32.95c2.137-0.1%2C4.287-0.188%2C6.425-0.263c1.287%2C7.962%2C2.75%2C15.888%2C3.875%2C23.862%20%20%20C43.297%2C52.188%2C45.096%2C44.013%2C46.846%2C35.837z%22%20%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M50.69%2C36.792c2.375-0.137%2C4.75-0.237%2C7.125-0.362%20%20c1.662%2C8.438%2C3.362%2C16.862%2C5.162%2C25.262c1.413-8.675%2C2.976-17.325%2C4.487-25.987c2.5-0.087%2C5-0.225%2C7.488-0.375%20%20c-2.825%2C12.112-5.301%2C24.325-8.388%2C36.362c-2.088%2C1.088-5.213-0.05-7.688%2C0.125c-1.663-8.274-3.601-16.5-5.088-24.813%20%20c-1.462%2C8.075-3.362%2C16.075-5.037%2C24.101c-2.4-0.125-4.813-0.275-7.226-0.438c-2.074-11-4.512-21.925-6.449-32.95%20%20c2.137-0.1%2C4.287-0.188%2C6.425-0.263c1.287%2C7.962%2C2.75%2C15.888%2C3.875%2C23.862C47.14%2C53.143%2C48.94%2C44.968%2C50.69%2C36.792z%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2266px%22%20height%3D%2266px%22%20viewBox%3D%2222.015%2020.75%2066%2066%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D.cls-3%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22g3103%22%20transform%3D%22translate(-21.015556%2C0)%22%20display%3D%22none%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M78.521%2C0h7.475c0%2C3.337%2C0%2C6.663%2C0%2C10%20%20%20c13.375%2C0.075%2C26.738-0.138%2C40.101%2C0.075c2.85-0.288%2C5.087%2C1.925%2C4.825%2C4.775c0.212%2C24.625-0.051%2C49.262%2C0.125%2C73.887%20%20%20c-0.125%2C2.525%2C0.25%2C5.325-1.213%2C7.563c-1.825%2C1.3-4.188%2C1.138-6.313%2C1.237C111.008%2C97.475%2C98.508%2C97.5%2C85.996%2C97.5%20%20%20c0%2C3.338%2C0%2C6.662%2C0%2C10h-7.813c-19.024-3.475-38.1-6.662-57.162-10c-0.013-29.162%2C0-58.325%2C0-87.475%20%20%20C40.183%2C6.675%2C59.359%2C3.413%2C78.521%2C0z%22%20%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M85.996%2C13.75c13.75%2C0%2C27.5%2C0%2C41.25%2C0%20%20%20c0%2C26.663%2C0%2C53.338%2C0%2C80c-13.75%2C0-27.5%2C0-41.25%2C0c0-3.338%2C0-6.662%2C0-10c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5%20%20%20c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.088%2C0-4.162%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0%20%20%20c0-2.088%2C0-4.162%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25%20%20%20c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.663%2C0-3.337%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0%20%20%20c0-1.663%2C0-3.337%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.663%2C0-3.337%2C0-5%20%20%20c-10.837%2C0-21.662%2C0-32.5%2C0C85.996%2C19.587%2C85.996%2C16.663%2C85.996%2C13.75z%22%20%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M46.846%2C35.837%20%20%20c2.375-0.137%2C4.75-0.237%2C7.125-0.362c1.662%2C8.438%2C3.362%2C16.862%2C5.162%2C25.262c1.413-8.675%2C2.976-17.325%2C4.487-25.987%20%20%20c2.5-0.087%2C5-0.225%2C7.488-0.375c-2.825%2C12.112-5.301%2C24.325-8.388%2C36.362c-2.088%2C1.088-5.213-0.05-7.688%2C0.125%20%20%20c-1.663-8.274-3.601-16.5-5.088-24.813c-1.462%2C8.075-3.362%2C16.075-5.037%2C24.101c-2.4-0.125-4.813-0.275-7.226-0.438%20%20%20c-2.074-11-4.512-21.925-6.449-32.95c2.137-0.1%2C4.287-0.188%2C6.425-0.263c1.287%2C7.962%2C2.75%2C15.888%2C3.875%2C23.862%20%20%20C43.297%2C52.188%2C45.096%2C44.013%2C46.846%2C35.837z%22%20%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M50.69%2C36.792c2.375-0.137%2C4.75-0.237%2C7.125-0.362%20%20c1.662%2C8.438%2C3.362%2C16.862%2C5.162%2C25.262c1.413-8.675%2C2.976-17.325%2C4.487-25.987c2.5-0.087%2C5-0.225%2C7.488-0.375%20%20c-2.825%2C12.112-5.301%2C24.325-8.388%2C36.362c-2.088%2C1.088-5.213-0.05-7.688%2C0.125c-1.663-8.274-3.601-16.5-5.088-24.813%20%20c-1.462%2C8.075-3.362%2C16.075-5.037%2C24.101c-2.4-0.125-4.813-0.275-7.226-0.438c-2.074-11-4.512-21.925-6.449-32.95%20%20c2.137-0.1%2C4.287-0.188%2C6.425-0.263c1.287%2C7.962%2C2.75%2C15.888%2C3.875%2C23.862C47.14%2C53.143%2C48.94%2C44.968%2C50.69%2C36.792z%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-txt { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-14.47%20-14.5%2058%2058%22%20height%3D%2258px%22%20width%3D%2258px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2228%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2224%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2220%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2216%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2212%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%228%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%224%22%20%2F%3E%3Crect%20class%3D%22cls-1%22%20height%3D%221%22%20width%3D%2229.063%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-14.47%20-14.5%2058%2058%22%20height%3D%2258px%22%20width%3D%2258px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2228%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2224%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2220%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2216%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2212%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%228%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%224%22%20%2F%3E%3Crect%20class%3D%22cls-1%22%20height%3D%221%22%20width%3D%2229.063%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-pdf { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M11.875%2C18.648c0.8-1.567%2C1.709-3.334%2C2.437-5.107l0%2C0%20%20l0.288-0.7c-0.95-3.616-1.52-6.519-1.011-8.396l0%2C0c0.137-0.489%2C0.704-0.786%2C1.31-0.786l0%2C0l0.369%2C0.005h0.068%20%20c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453l0%2C0c0.073%2C0.683-0.243%2C1.839-0.243%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0%20%20c-0.343-0.753-0.671-1.204-0.965-1.275l0%2C0c-0.148%2C0.099-0.292%2C0.304-0.342%2C0.699l0%2C0c-0.103%2C0.553-0.133%2C1.252-0.133%2C1.612l0%2C0%20%20c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.683l0%2C0c0.093-0.268%2C0.174-0.526%2C0.24-0.767l0%2C0c0.101-0.38%2C0.743-2.901%2C0.743-2.901l0%2C0%20%20c0%2C0-0.162%2C3.355-0.388%2C4.371l0%2C0c-0.048%2C0.215-0.102%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0%20%20c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.264%2C3.324%2C0.743l0%2C0%20%20c0.238%2C0.232%2C0.335%2C0.514%2C0.365%2C0.83l0%2C0c0.007%2C0.122-0.053%2C0.41-0.07%2C0.482l0%2C0c0.018-0.088%2C0.018-0.518-1.297-0.938l0%2C0%20%20c-1.034-0.33-2.971-0.32-5.295-0.073l0%2C0c2.688%2C1.315%2C5.307%2C1.968%2C6.137%2C1.577l0%2C0c0.203-0.1%2C0.449-0.437%2C0.449-0.437l0%2C0%20%20c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.441l0%2C0c-1.311%2C0.35-4.722-0.459-7.695-2.158l0%2C0%20%20c-3.322%2C0.489-6.972%2C1.393-9.897%2C2.353l0%2C0c-2.874%2C5.037-5.035%2C7.351-6.793%2C6.471l0%2C0L3.63%2C28.833%20%20c-0.263-0.15-0.303-0.516-0.242-0.813l0%2C0c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0%20%20c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C6.005%2C28.594%2C8.573%2C25.109%2C11.875%2C18.648%20%20%20M12.921%2C19.184c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0%20%20c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0c-1.554-1.314-2.737-2.955-3.595-4.681l0%2C0C14.636%2C15.607%2C13.989%2C17.166%2C12.921%2C19.184%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M11.875%2C18.648c0.8-1.567%2C1.709-3.334%2C2.437-5.107l0%2C0%20%20l0.288-0.7c-0.95-3.616-1.52-6.519-1.011-8.396l0%2C0c0.137-0.489%2C0.704-0.786%2C1.31-0.786l0%2C0l0.369%2C0.005h0.068%20%20c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453l0%2C0c0.073%2C0.683-0.243%2C1.839-0.243%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0%20%20c-0.343-0.753-0.671-1.204-0.965-1.275l0%2C0c-0.148%2C0.099-0.292%2C0.304-0.342%2C0.699l0%2C0c-0.103%2C0.553-0.133%2C1.252-0.133%2C1.612l0%2C0%20%20c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.683l0%2C0c0.093-0.268%2C0.174-0.526%2C0.24-0.767l0%2C0c0.101-0.38%2C0.743-2.901%2C0.743-2.901l0%2C0%20%20c0%2C0-0.162%2C3.355-0.388%2C4.371l0%2C0c-0.048%2C0.215-0.102%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0%20%20c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.264%2C3.324%2C0.743l0%2C0%20%20c0.238%2C0.232%2C0.335%2C0.514%2C0.365%2C0.83l0%2C0c0.007%2C0.122-0.053%2C0.41-0.07%2C0.482l0%2C0c0.018-0.088%2C0.018-0.518-1.297-0.938l0%2C0%20%20c-1.034-0.33-2.971-0.32-5.295-0.073l0%2C0c2.688%2C1.315%2C5.307%2C1.968%2C6.137%2C1.577l0%2C0c0.203-0.1%2C0.449-0.437%2C0.449-0.437l0%2C0%20%20c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.441l0%2C0c-1.311%2C0.35-4.722-0.459-7.695-2.158l0%2C0%20%20c-3.322%2C0.489-6.972%2C1.393-9.897%2C2.353l0%2C0c-2.874%2C5.037-5.035%2C7.351-6.793%2C6.471l0%2C0L3.63%2C28.833%20%20c-0.263-0.15-0.303-0.516-0.242-0.813l0%2C0c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0%20%20c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C6.005%2C28.594%2C8.573%2C25.109%2C11.875%2C18.648%20%20%20M12.921%2C19.184c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0%20%20c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0c-1.554-1.314-2.737-2.955-3.595-4.681l0%2C0C14.636%2C15.607%2C13.989%2C17.166%2C12.921%2C19.184%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-odt { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C59.725v-0.006%20%20c-0.334-0.173-0.671-0.334-1.004-0.497c-5.357-2.586-11.257-4.287-17.526-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678%20%20c-6.13-3.477-13.072-5.741-20.542-6.448c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135%20%20c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017%20%20c0.021-0.002%2C0.042-0.011%2C0.061-0.015c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.683%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011%20%20c0.436%2C0.455%2C0.822%2C0.427%2C1.265-0.024c10.524-12.2%2C26.663-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355%20%20c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C60.166%2C193.486%2C59.886%2C193.16%2C59.725L193.16%2C59.725z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.053%2C102.654c-0.056-0.029-0.106-0.046-0.154-0.066%20%20c-10.517-4.349-22.02-6.758-34.093-6.758c-19.293%2C0-37.155%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C120.154%2C0%2C120.528%2C0%2C120.957%20%20c0%2C0.729%2C0.592%2C1.324%2C1.323%2C1.324c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.028%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.633%2C61.08%2C20.68c0.038%2C0.029%2C0.071%2C0.066%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.189%2C1.018-0.486c0.006%2C0.004%2C0.515-0.72%2C0.773-1.07%20%20c16.246-22.216%2C43.03-33.172%2C72.846-33.172c2.128%2C0%2C4.246%2C0.08%2C6.337%2C0.225c0.602%2C0.047%2C1.874%2C0.144%2C1.903%2C0.144%20%20c0.726%2C0%2C1.322-0.591%2C1.322-1.324C173.796%2C103.313%2C173.492%2C102.862%2C173.053%2C102.654L173.053%2C102.654z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C59.725v-0.006%20%20c-0.334-0.173-0.671-0.334-1.004-0.497c-5.357-2.586-11.257-4.287-17.526-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678%20%20c-6.13-3.477-13.072-5.741-20.542-6.448c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135%20%20c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017%20%20c0.021-0.002%2C0.042-0.011%2C0.061-0.015c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.683%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011%20%20c0.436%2C0.455%2C0.822%2C0.427%2C1.265-0.024c10.524-12.2%2C26.663-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355%20%20c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C60.166%2C193.486%2C59.886%2C193.16%2C59.725L193.16%2C59.725z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.053%2C102.654c-0.056-0.029-0.106-0.046-0.154-0.066%20%20c-10.517-4.349-22.02-6.758-34.093-6.758c-19.293%2C0-37.155%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C120.154%2C0%2C120.528%2C0%2C120.957%20%20c0%2C0.729%2C0.592%2C1.324%2C1.323%2C1.324c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.028%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.633%2C61.08%2C20.68c0.038%2C0.029%2C0.071%2C0.066%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.189%2C1.018-0.486c0.006%2C0.004%2C0.515-0.72%2C0.773-1.07%20%20c16.246-22.216%2C43.03-33.172%2C72.846-33.172c2.128%2C0%2C4.246%2C0.08%2C6.337%2C0.225c0.602%2C0.047%2C1.874%2C0.144%2C1.903%2C0.144%20%20c0.726%2C0%2C1.322-0.591%2C1.322-1.324C173.796%2C103.313%2C173.492%2C102.862%2C173.053%2C102.654L173.053%2C102.654z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-html { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2262px%22%20height%3D%2262px%22%20viewBox%3D%220%200%2062%2062%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.993%2C38.689L11.34%2C32.753v-3.288l13.653-5.91v3.872l-9.523%2C3.641l9.523%2C3.777V38.689z%22%20%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.09%2C41.298l4.931-20.596h2.867l-4.986%2C20.596H27.09z%22%20%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36.986%2C38.703v-3.845l9.536-3.75L36.986%2C27.4v-3.817l13.666%2C5.91v3.261L36.986%2C38.703z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2262px%22%20height%3D%2262px%22%20viewBox%3D%220%200%2062%2062%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.993%2C38.689L11.34%2C32.753v-3.288l13.653-5.91v3.872l-9.523%2C3.641l9.523%2C3.777V38.689z%22%20%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.09%2C41.298l4.931-20.596h2.867l-4.986%2C20.596H27.09z%22%20%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36.986%2C38.703v-3.845l9.536-3.75L36.986%2C27.4v-3.817l13.666%2C5.91v3.261L36.986%2C38.703z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } #editor_sdk { position: absolute; @@ -6726,7 +6726,7 @@ i.icon.icon-format-html { .shapes li .thumb { width: 100%; height: 100%; - background-color: #4066D7; + background-color: #446995; } .chart-types li { width: 60px; diff --git a/apps/documenteditor/mobile/resources/css/app-material.css b/apps/documenteditor/mobile/resources/css/app-material.css index 02f6fc756..16bb85cd5 100644 --- a/apps/documenteditor/mobile/resources/css/app-material.css +++ b/apps/documenteditor/mobile/resources/css/app-material.css @@ -33,7 +33,7 @@ select { } a { text-decoration: none; - color: #5a7dc9; + color: #446995; } p { margin: 1em 0; @@ -1043,7 +1043,7 @@ p { .navbar, .toolbar, .subnavbar { - background: #5a7dc9; + background: #446995; } .navbar a.link, .toolbar a.link, @@ -1328,7 +1328,7 @@ html:not(.watch-active-state) .tabbar a.tab-link:active, left: 0; bottom: 0; height: 3px; - background: #3557a2; + background: #2c4460; background: rgba(255, 255, 255, 0.5); -webkit-transition-duration: 300ms; transition-duration: 300ms; @@ -1621,7 +1621,7 @@ html:not(.watch-active-state) .tabbar a.tab-link:active, .searchbar { height: 48px; width: 100%; - background: #5a7dc9; + background: #446995; box-sizing: border-box; padding: 0 16px; overflow: hidden; @@ -2837,7 +2837,7 @@ html.pixel-ratio-3 .list-block li:last-child li .item-inner:after { } .list-block .focus-state .label, .list-block .focus-state .floating-label { - color: #5a7dc9; + color: #446995; } .item-input-field, .input-field { @@ -2882,7 +2882,7 @@ html.pixel-ratio-3 .input-field:after { .focus-state .input-field:after, .not-empty-state .item-input-field:after, .not-empty-state .input-field:after { - background: #5a7dc9; + background: #446995; -webkit-transform: scaleY(2) !important; transform: scaleY(2) !important; } @@ -2939,18 +2939,18 @@ textarea.resizable { display: none; } .label-switch input[type="checkbox"]:checked + .checkbox { - background: rgba(90, 125, 201, 0.5); + background: rgba(68, 105, 149, 0.5); } .label-switch input[type="checkbox"]:checked + .checkbox:after { -webkit-transform: translateX(16px); transform: translateX(16px); - background: #5a7dc9; + background: #446995; } .item-input .label-switch { top: 11px; } .button { - color: #5a7dc9; + color: #446995; text-decoration: none; text-align: center; display: block; @@ -2991,12 +2991,12 @@ html:not(.watch-active-state) .button:active, background: rgba(0, 0, 0, 0.1); } .button.button-fill { - background-color: #5a7dc9; + background-color: #446995; color: #fff; } html:not(.watch-active-state) .button.button-fill:active, .button.button-fill.active-state { - background: #3e66bd; + background: #375579; } .button.button-big { height: 48px; @@ -3096,7 +3096,7 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #5a7dc9; + background: #446995; border-radius: 20px; } .range-slider input[type="range"]::-webkit-slider-thumb:before { @@ -3107,7 +3107,7 @@ html:not(.watch-active-state) .button-raised:active, height: 2px; margin-top: -1px; z-index: 1; - background: #5a7dc9; + background: #446995; content: ' '; } .range-slider input[type="range"]::-moz-range-track { @@ -3127,7 +3127,7 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #5a7dc9; + background: #446995; border-radius: 20px; } .range-slider input[type="range"]::-ms-track { @@ -3148,11 +3148,11 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #5a7dc9; + background: #446995; border-radius: 20px; } .range-slider input[type="range"]::-ms-fill-lower { - background: #5a7dc9; + background: #446995; } .range-slider input[type="range"]::-ms-fill-upper { background: #b7b8b7; @@ -3199,8 +3199,8 @@ label.label-checkbox input[type="checkbox"]:checked ~ .item-after i.icon-form-ch label.label-checkbox input[type="radio"]:checked ~ .item-after i.icon-form-checkbox, label.label-checkbox input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox, label.label-checkbox input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox { - border-color: #5a7dc9; - background-color: #5a7dc9; + border-color: #446995; + background-color: #446995; } label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after, @@ -3232,7 +3232,7 @@ label.label-radio i.icon-form-radio:after { top: 50%; margin-left: -5px; margin-top: -5px; - background-color: #5a7dc9; + background-color: #446995; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); @@ -3249,7 +3249,7 @@ label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio, label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio, label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio { - border-color: #5a7dc9; + border-color: #446995; } label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio:after, label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio:after, @@ -3257,7 +3257,7 @@ label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio:after, label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio:after, label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio:after { - background-color: #5a7dc9; + background-color: #446995; -webkit-transform: scale(1); transform: scale(1); } @@ -3311,7 +3311,7 @@ label.label-radio.active-state .item-inner:after { border-radius: 50%; z-index: 1500; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); - background-color: #5a7dc9; + background-color: #446995; color: #fff; overflow: hidden; -webkit-transition-duration: 300ms; @@ -3331,7 +3331,7 @@ label.label-radio.active-state .item-inner:after { } html:not(.watch-active-state) .floating-button:active, .floating-button.active-state { - background: #3e66bd; + background: #375579; } .floating-button-toolbar, .speed-dial { @@ -3400,7 +3400,7 @@ html:not(.watch-active-state) .floating-button:active, position: relative; z-index: 1; overflow: hidden; - background-color: #5a7dc9; + background-color: #446995; -webkit-transition-duration: 300ms; transition-duration: 300ms; display: -webkit-box; @@ -3422,7 +3422,7 @@ html:not(.watch-active-state) .floating-button:active, } html:not(.watch-active-state) .speed-dial-buttons a:active, .speed-dial-buttons a.active-state { - background: #3e66bd; + background: #375579; } .speed-dial-buttons a + a { margin-bottom: 16px; @@ -3603,7 +3603,7 @@ html:not(.watch-active-state) .speed-dial-buttons a:active, } .modal-button, .modal-buttons .button { - color: #5a7dc9; + color: #446995; text-decoration: none; text-align: center; display: block; @@ -3651,14 +3651,14 @@ html:not(.watch-active-state) .modal-buttons .button:active, } .modal-button.button-fill, .modal-buttons .button.button-fill { - background-color: #5a7dc9; + background-color: #446995; color: #fff; } html:not(.watch-active-state) .modal-button.button-fill:active, html:not(.watch-active-state) .modal-buttons .button.button-fill:active, .modal-button.button-fill.active-state, .modal-buttons .button.button-fill.active-state { - background: #3e66bd; + background: #375579; } .modal-button.button-big, .modal-buttons .button.button-big { @@ -4192,7 +4192,7 @@ html.with-statusbar-overlay .popup.tablet-fullscreen { height: 48px; } .picker-modal .picker-header { - background: #5a7dc9; + background: #446995; } .picker-modal .picker-header + .toolbar .toolbar-inner { overflow: visible; @@ -4652,7 +4652,7 @@ html.with-statusbar-overlay body .panel { padding-top: 20px; } .statusbar-overlay { - background: #5a7dc9; + background: #446995; z-index: 10000; position: absolute; left: 0; @@ -4998,7 +4998,7 @@ html.with-statusbar-overlay body .panel { position: relative; -webkit-transform-origin: center bottom; transform-origin: center bottom; - background: rgba(90, 125, 201, 0.5); + background: rgba(68, 105, 149, 0.5); } .progressbar { display: block; @@ -5009,7 +5009,7 @@ html.with-statusbar-overlay body .panel { .progressbar span { content: ''; width: 100%; - background: #5a7dc9; + background: #446995; height: 100%; position: absolute; left: 0; @@ -5030,7 +5030,7 @@ html.with-statusbar-overlay body .panel { top: 0; width: 100%; height: 100%; - background: #5a7dc9; + background: #446995; -webkit-transform-origin: left center; transform-origin: left center; } @@ -5527,7 +5527,7 @@ html.pixel-ratio-3 .picker-center-highlight:after { margin-left: 16px; } .notifications .button.close-notification { - color: #7898de; + color: #4d81bf; } .notifications .notification-item { margin: 0 auto; @@ -5705,7 +5705,7 @@ a.item-link, height: 22px; right: -5px; bottom: -5px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } .item-content .item-after.splitter label { color: #000; @@ -5740,7 +5740,7 @@ a.item-link, } .item-content.buttons .item-inner > .row .button.active { color: #fff; - background-color: #5a7dc9; + background-color: #446995; } .item-content .color-preview { width: 30px; @@ -5792,7 +5792,7 @@ html.phone .document-menu .list-block .item-link { position: absolute; width: 100%; height: 100%; - box-shadow: 0 0 0 1px white, 0 0 0 4px #5a7dc9; + box-shadow: 0 0 0 1px white, 0 0 0 4px #446995; z-index: 1; border-radius: 1px; } @@ -5918,138 +5918,138 @@ i.icon.icon-expand-down { i.icon.icon-search { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.5%2C16.8L16%2C13.3c0.7-1.1%2C1.1-2.4%2C1.1-3.8C17%2C5.4%2C13.6%2C2%2C9.5%2C2S2%2C5.4%2C2%2C9.5S5.4%2C17%2C9.5%2C17c1.4%2C0%2C2.7-0.4%2C3.8-1.1l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0C20.2%2C18.7%2C20.2%2C17.6%2C19.5%2C16.8z%20M9.5%2C15.3c-3.2%2C0-5.8-2.6-5.8-5.8s2.6-5.8%2C5.8-5.8s5.8%2C2.6%2C5.8%2C5.8S12.7%2C15.3%2C9.5%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.5%2C16.8L16%2C13.3c0.7-1.1%2C1.1-2.4%2C1.1-3.8C17%2C5.4%2C13.6%2C2%2C9.5%2C2S2%2C5.4%2C2%2C9.5S5.4%2C17%2C9.5%2C17c1.4%2C0%2C2.7-0.4%2C3.8-1.1l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0C20.2%2C18.7%2C20.2%2C17.6%2C19.5%2C16.8z%20M9.5%2C15.3c-3.2%2C0-5.8-2.6-5.8-5.8s2.6-5.8%2C5.8-5.8s5.8%2C2.6%2C5.8%2C5.8S12.7%2C15.3%2C9.5%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-edit { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2217.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2217.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-reader { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-download { width: 22px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-doc-setup { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-4%206%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20id%3D%22XMLID_2_%22%20d%3D%22M15%2C27H-1V15h6V8l0%2C0h10V27z%20M16%2C7H4.2L-2%2C13.6V28h18V7z%20M4%2C8.8V14h-4.9L4%2C8.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-4%206%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20id%3D%22XMLID_2_%22%20d%3D%22M15%2C27H-1V15h6V8l0%2C0h10V27z%20M16%2C7H4.2L-2%2C13.6V28h18V7z%20M4%2C8.8V14h-4.9L4%2C8.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-info { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-about { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-help { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-versions { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-center { width: 22px; height: 22px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-jast { width: 22px; height: 22px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-left { width: 22px; height: 22px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-right { width: 22px; height: 22px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-de-indent { width: 22px; height: 22px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-in-indent { width: 22px; height: 22px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-column-left { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M15%2C19h-1H8H7v-1v-3H0V2h7h1h14v4v1v3v1v3v1v3v1H15z%20M15%2C18h6v-3h-6V18z%20M15%2C14h6v-3h-6V14z%20M8%2C18h6v-3H8V18z%20M8%2C14h6v-3H8V14z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M21%2C3h-6v3h6V3z%20M15%2C7v3h6V7H15z%20M3%2C16h1v2h2v1H4v2H3v-2H1v-1h2V16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M15%2C19h-1H8H7v-1v-3H0V2h7h1h14v4v1v3v1v3v1v3v1H15z%20M15%2C18h6v-3h-6V18z%20M15%2C14h6v-3h-6V14z%20M8%2C18h6v-3H8V18z%20M8%2C14h6v-3H8V14z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M21%2C3h-6v3h6V3z%20M15%2C7v3h6V7H15z%20M3%2C16h1v2h2v1H4v2H3v-2H1v-1h2V16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-column-right { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C19l0-1l0-3l0-1l0-3l0-1l0-3l0-1l0-4h14h1h7v13h-7v3v1h-1H8H7H0z%20M7%2C15H1v3h6V15z%20M7%2C11H1v3h6V11z%20M14%2C15H8v3h6V15z%20M14%2C11H8v3h6V11z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M1%2C6h6V3H1V6z%20M1%2C7v3h6V7H1z%20M19%2C18h2v1h-2v2h-1v-2h-2v-1h2v-2h1V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C19l0-1l0-3l0-1l0-3l0-1l0-3l0-1l0-4h14h1h7v13h-7v3v1h-1H8H7H0z%20M7%2C15H1v3h6V15z%20M7%2C11H1v3h6V11z%20M14%2C15H8v3h6V15z%20M14%2C11H8v3h6V11z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M1%2C6h6V3H1V6z%20M1%2C7v3h6V7H1z%20M19%2C18h2v1h-2v2h-1v-2h-2v-1h2v-2h1V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-row-above { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C20h-6h-1H8H7H0v-1v-3v-1v-3v-1V8V7V1h15v6h6h1v1v3v1v3v1v3v1H21z%20M7%2C8H1v3h6V8z%20M7%2C12H1v3h6V12z%20M7%2C16H1v3h6V16z%20M8%2C19h6v-3H8V19z%20M8%2C15h6v-3H8V15z%20M8%2C11h6V8H8V11z%20M21%2C8h-6v3h6V8z%20M21%2C12h-6v3h6V12z%20M21%2C16h-6v3h6V16z%20M19%2C6h-1V4h-2V3h2V1h1v2h2v1h-2V6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C20h-6h-1H8H7H0v-1v-3v-1v-3v-1V8V7V1h15v6h6h1v1v3v1v3v1v3v1H21z%20M7%2C8H1v3h6V8z%20M7%2C12H1v3h6V12z%20M7%2C16H1v3h6V16z%20M8%2C19h6v-3H8V19z%20M8%2C15h6v-3H8V15z%20M8%2C11h6V8H8V11z%20M21%2C8h-6v3h6V8z%20M21%2C12h-6v3h6V12z%20M21%2C16h-6v3h6V16z%20M19%2C6h-1V4h-2V3h2V1h1v2h2v1h-2V6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-row-below { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C1v1v3v1v3v1v3v1h-1h-6v6H0v-6v-1v-3V9V6V5V2V1h7h1h6h1h6H22z%20M7%2C10H1v3h6V10z%20M7%2C6H1v3h6V6z%20M7%2C2H1v3h6V2z%20M8%2C5h6V2H8V5z%20M8%2C9h6V6H8V9z%20M8%2C13h6v-3H8V13z%20M21%2C10h-6v3h6V10z%20M21%2C6h-6v3h6V6z%20M21%2C2h-6v3h6V2z%20M19%2C17h2v1h-2v2h-1v-2h-2v-1h2v-2h1V17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C1v1v3v1v3v1v3v1h-1h-6v6H0v-6v-1v-3V9V6V5V2V1h7h1h6h1h6H22z%20M7%2C10H1v3h6V10z%20M7%2C6H1v3h6V6z%20M7%2C2H1v3h6V2z%20M8%2C5h6V2H8V5z%20M8%2C9h6V6H8V9z%20M8%2C13h6v-3H8V13z%20M21%2C10h-6v3h6V10z%20M21%2C6h-6v3h6V6z%20M21%2C2h-6v3h6V2z%20M19%2C17h2v1h-2v2h-1v-2h-2v-1h2v-2h1V17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-remove-column { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C11H8v0.1c1.9%2C0.2%2C3.5%2C1.3%2C4.4%2C2.9H14V11z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C11h-6v3h6V11z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C11H8v0.1c1.9%2C0.2%2C3.5%2C1.3%2C4.4%2C2.9H14V11z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C11h-6v3h6V11z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-remove-row { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M1%2C18h1.2C2.1%2C17.5%2C2%2C17%2C2%2C16.5c0-0.5%2C0.1-1%2C0.2-1.5H1V18z%20M7%2C3H1v3h6V3z%20M7%2C7H1v3h6V7z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M1%2C18h1.2C2.1%2C17.5%2C2%2C17%2C2%2C16.5c0-0.5%2C0.1-1%2C0.2-1.5H1V18z%20M7%2C3H1v3h6V3z%20M7%2C7H1v3h6V7z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-pagebreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M8%2C14v1h1v-1H8z%20M6%2C14v1h1v-1H6z%20M18%2C21H3v-6H2v7h17v-7h-1V21z%20M4%2C14v1h1v-1H4z%20M14%2C14v1h1v-1H14z%20M10%2C14v1h1v-1H10z%20M8.2%2C1L2%2C7.6V14h1V9h6V2l0%2C0h9v12h1V1H8.2z%20M8%2C8H3.1L8%2C2.8V8z%20M12%2C14v1h1v-1H12z%20M16%2C14v1h1v-1H16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M8%2C14v1h1v-1H8z%20M6%2C14v1h1v-1H6z%20M18%2C21H3v-6H2v7h17v-7h-1V21z%20M4%2C14v1h1v-1H4z%20M14%2C14v1h1v-1H14z%20M10%2C14v1h1v-1H10z%20M8.2%2C1L2%2C7.6V14h1V9h6V2l0%2C0h9v12h1V1H8.2z%20M8%2C8H3.1L8%2C2.8V8z%20M12%2C14v1h1v-1H12z%20M16%2C14v1h1v-1H16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-sectionbreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C14V2H3v12H2V1h19v13H20z%20M5%2C14v1H4v-1H5z%20M7%2C14v1H6v-1H7z%20M9%2C14v1H8v-1H9z%20M11%2C14v1h-1v-1H11z%20M13%2C14v1h-1v-1H13z%20M15%2C14v1h-1v-1H15z%20M17%2C14v1h-1v-1H17z%20M18%2C14h1v1h-1V14z%20M3%2C21h17v-6h1v7H2v-7h1V21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C14V2H3v12H2V1h19v13H20z%20M5%2C14v1H4v-1H5z%20M7%2C14v1H6v-1H7z%20M9%2C14v1H8v-1H9z%20M11%2C14v1h-1v-1H11z%20M13%2C14v1h-1v-1H13z%20M15%2C14v1h-1v-1H15z%20M17%2C14v1h-1v-1H17z%20M18%2C14h1v1h-1V14z%20M3%2C21h17v-6h1v7H2v-7h1V21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-stringbreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2C12H5.1L9%2C15.9l-0.7%2C0.7l-4.5-4.5l-0.6-0.6l0.6-0.6l4.5-4.5L9%2C7.1L5.1%2C11H18V5h1v6v1H18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2C12H5.1L9%2C15.9l-0.7%2C0.7l-4.5-4.5l-0.6-0.6l0.6-0.6l4.5-4.5L9%2C7.1L5.1%2C11H18V5h1v6v1H18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-pagenumber { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.2%2C1L2%2C7.6V22h17V1H8.2z%20M8%2C2.8V8H3.1L8%2C2.8z%20M18%2C21H3V9h6V2l0%2C0h9V21z%20M12%2C19h1v-4h-0.7c0%2C0.2-0.1-0.1-0.1%2C0c-0.1%2C0.1-0.2%2C0-0.3%2C0c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.1%2C0-0.3%2C0-0.4%2C0V16H12V19z%20M15.3%2C17.3C15%2C17.9%2C15.1%2C18.4%2C15%2C19h0.9c0-0.3%2C0-0.6%2C0.1-0.9c0.1-0.3%2C0.1-0.6%2C0.3-0.9c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.2-0.3%2C0.1-0.3%2C0.3-0.5V15h-3v1h1.9C15.6%2C16.4%2C15.5%2C16.7%2C15.3%2C17.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.2%2C1L2%2C7.6V22h17V1H8.2z%20M8%2C2.8V8H3.1L8%2C2.8z%20M18%2C21H3V9h6V2l0%2C0h9V21z%20M12%2C19h1v-4h-0.7c0%2C0.2-0.1-0.1-0.1%2C0c-0.1%2C0.1-0.2%2C0-0.3%2C0c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.1%2C0-0.3%2C0-0.4%2C0V16H12V19z%20M15.3%2C17.3C15%2C17.9%2C15.1%2C18.4%2C15%2C19h0.9c0-0.3%2C0-0.6%2C0.1-0.9c0.1-0.3%2C0.1-0.6%2C0.3-0.9c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.2-0.3%2C0.1-0.3%2C0.3-0.5V15h-3v1h1.9C15.6%2C16.4%2C15.5%2C16.7%2C15.3%2C17.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-link { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-image-library { width: 22px; @@ -6059,115 +6059,115 @@ i.icon.icon-image-library { i.icon.icon-table-borders-all { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-none { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-inner { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-outer { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-left { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-center { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-right { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-top { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-middle { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-bottom { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-block-align-left { width: 28px; height: 28px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-block-align-center { width: 28px; height: 28px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228.08%22%20width%3D%2212%22%20height%3D%2210.92%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%228.08%22%20width%3D%2212%22%20height%3D%2210.92%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-block-align-right { width: 28px; height: 28px; - background-color: #5a7dc9; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #446995; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%224%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2225%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%2222%22%20width%3D%2226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%228%22%20width%3D%2212%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-backward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-forward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-background { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-foreground { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%235a7dc9%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23446995%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-docx { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2266px%22%20height%3D%2266px%22%20viewBox%3D%2222.015%2020.75%2066%2066%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D7%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D.cls-3%7Bfill%3A%234066D6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22g3103%22%20transform%3D%22translate(-21.015556%2C0)%22%20display%3D%22none%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M78.521%2C0h7.475c0%2C3.337%2C0%2C6.663%2C0%2C10%20%20%20c13.375%2C0.075%2C26.738-0.138%2C40.101%2C0.075c2.85-0.288%2C5.087%2C1.925%2C4.825%2C4.775c0.212%2C24.625-0.051%2C49.262%2C0.125%2C73.887%20%20%20c-0.125%2C2.525%2C0.25%2C5.325-1.213%2C7.563c-1.825%2C1.3-4.188%2C1.138-6.313%2C1.237C111.008%2C97.475%2C98.508%2C97.5%2C85.996%2C97.5%20%20%20c0%2C3.338%2C0%2C6.662%2C0%2C10h-7.813c-19.024-3.475-38.1-6.662-57.162-10c-0.013-29.162%2C0-58.325%2C0-87.475%20%20%20C40.183%2C6.675%2C59.359%2C3.413%2C78.521%2C0z%22%20%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M85.996%2C13.75c13.75%2C0%2C27.5%2C0%2C41.25%2C0%20%20%20c0%2C26.663%2C0%2C53.338%2C0%2C80c-13.75%2C0-27.5%2C0-41.25%2C0c0-3.338%2C0-6.662%2C0-10c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5%20%20%20c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.088%2C0-4.162%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0%20%20%20c0-2.088%2C0-4.162%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25%20%20%20c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.663%2C0-3.337%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0%20%20%20c0-1.663%2C0-3.337%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.663%2C0-3.337%2C0-5%20%20%20c-10.837%2C0-21.662%2C0-32.5%2C0C85.996%2C19.587%2C85.996%2C16.663%2C85.996%2C13.75z%22%20%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M46.846%2C35.837%20%20%20c2.375-0.137%2C4.75-0.237%2C7.125-0.362c1.662%2C8.438%2C3.362%2C16.862%2C5.162%2C25.262c1.413-8.675%2C2.976-17.325%2C4.487-25.987%20%20%20c2.5-0.087%2C5-0.225%2C7.488-0.375c-2.825%2C12.112-5.301%2C24.325-8.388%2C36.362c-2.088%2C1.088-5.213-0.05-7.688%2C0.125%20%20%20c-1.663-8.274-3.601-16.5-5.088-24.813c-1.462%2C8.075-3.362%2C16.075-5.037%2C24.101c-2.4-0.125-4.813-0.275-7.226-0.438%20%20%20c-2.074-11-4.512-21.925-6.449-32.95c2.137-0.1%2C4.287-0.188%2C6.425-0.263c1.287%2C7.962%2C2.75%2C15.888%2C3.875%2C23.862%20%20%20C43.297%2C52.188%2C45.096%2C44.013%2C46.846%2C35.837z%22%20%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M50.69%2C36.792c2.375-0.137%2C4.75-0.237%2C7.125-0.362%20%20c1.662%2C8.438%2C3.362%2C16.862%2C5.162%2C25.262c1.413-8.675%2C2.976-17.325%2C4.487-25.987c2.5-0.087%2C5-0.225%2C7.488-0.375%20%20c-2.825%2C12.112-5.301%2C24.325-8.388%2C36.362c-2.088%2C1.088-5.213-0.05-7.688%2C0.125c-1.663-8.274-3.601-16.5-5.088-24.813%20%20c-1.462%2C8.075-3.362%2C16.075-5.037%2C24.101c-2.4-0.125-4.813-0.275-7.226-0.438c-2.074-11-4.512-21.925-6.449-32.95%20%20c2.137-0.1%2C4.287-0.188%2C6.425-0.263c1.287%2C7.962%2C2.75%2C15.888%2C3.875%2C23.862C47.14%2C53.143%2C48.94%2C44.968%2C50.69%2C36.792z%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2266px%22%20height%3D%2266px%22%20viewBox%3D%2222.015%2020.75%2066%2066%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D.cls-3%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22g3103%22%20transform%3D%22translate(-21.015556%2C0)%22%20display%3D%22none%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M78.521%2C0h7.475c0%2C3.337%2C0%2C6.663%2C0%2C10%20%20%20c13.375%2C0.075%2C26.738-0.138%2C40.101%2C0.075c2.85-0.288%2C5.087%2C1.925%2C4.825%2C4.775c0.212%2C24.625-0.051%2C49.262%2C0.125%2C73.887%20%20%20c-0.125%2C2.525%2C0.25%2C5.325-1.213%2C7.563c-1.825%2C1.3-4.188%2C1.138-6.313%2C1.237C111.008%2C97.475%2C98.508%2C97.5%2C85.996%2C97.5%20%20%20c0%2C3.338%2C0%2C6.662%2C0%2C10h-7.813c-19.024-3.475-38.1-6.662-57.162-10c-0.013-29.162%2C0-58.325%2C0-87.475%20%20%20C40.183%2C6.675%2C59.359%2C3.413%2C78.521%2C0z%22%20%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M85.996%2C13.75c13.75%2C0%2C27.5%2C0%2C41.25%2C0%20%20%20c0%2C26.663%2C0%2C53.338%2C0%2C80c-13.75%2C0-27.5%2C0-41.25%2C0c0-3.338%2C0-6.662%2C0-10c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5%20%20%20c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.088%2C0-4.162%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0%20%20%20c0-2.088%2C0-4.162%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.662%2C0-3.338%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25%20%20%20c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.663%2C0-3.337%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0%20%20%20c0-1.663%2C0-3.337%2C0-5c-10.837%2C0-21.662%2C0-32.5%2C0c0-2.087%2C0-4.163%2C0-6.25c10.838%2C0%2C21.663%2C0%2C32.5%2C0c0-1.663%2C0-3.337%2C0-5%20%20%20c-10.837%2C0-21.662%2C0-32.5%2C0C85.996%2C19.587%2C85.996%2C16.663%2C85.996%2C13.75z%22%20%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M46.846%2C35.837%20%20%20c2.375-0.137%2C4.75-0.237%2C7.125-0.362c1.662%2C8.438%2C3.362%2C16.862%2C5.162%2C25.262c1.413-8.675%2C2.976-17.325%2C4.487-25.987%20%20%20c2.5-0.087%2C5-0.225%2C7.488-0.375c-2.825%2C12.112-5.301%2C24.325-8.388%2C36.362c-2.088%2C1.088-5.213-0.05-7.688%2C0.125%20%20%20c-1.663-8.274-3.601-16.5-5.088-24.813c-1.462%2C8.075-3.362%2C16.075-5.037%2C24.101c-2.4-0.125-4.813-0.275-7.226-0.438%20%20%20c-2.074-11-4.512-21.925-6.449-32.95c2.137-0.1%2C4.287-0.188%2C6.425-0.263c1.287%2C7.962%2C2.75%2C15.888%2C3.875%2C23.862%20%20%20C43.297%2C52.188%2C45.096%2C44.013%2C46.846%2C35.837z%22%20%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M50.69%2C36.792c2.375-0.137%2C4.75-0.237%2C7.125-0.362%20%20c1.662%2C8.438%2C3.362%2C16.862%2C5.162%2C25.262c1.413-8.675%2C2.976-17.325%2C4.487-25.987c2.5-0.087%2C5-0.225%2C7.488-0.375%20%20c-2.825%2C12.112-5.301%2C24.325-8.388%2C36.362c-2.088%2C1.088-5.213-0.05-7.688%2C0.125c-1.663-8.274-3.601-16.5-5.088-24.813%20%20c-1.462%2C8.075-3.362%2C16.075-5.037%2C24.101c-2.4-0.125-4.813-0.275-7.226-0.438c-2.074-11-4.512-21.925-6.449-32.95%20%20c2.137-0.1%2C4.287-0.188%2C6.425-0.263c1.287%2C7.962%2C2.75%2C15.888%2C3.875%2C23.862C47.14%2C53.143%2C48.94%2C44.968%2C50.69%2C36.792z%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-txt { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-14.47%20-14.5%2058%2058%22%20height%3D%2258px%22%20width%3D%2258px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D6%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2228%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2224%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2220%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2216%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2212%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%228%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%224%22%20%2F%3E%3Crect%20class%3D%22cls-1%22%20height%3D%221%22%20width%3D%2229.063%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-14.47%20-14.5%2058%2058%22%20height%3D%2258px%22%20width%3D%2258px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2228%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2224%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2220%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2216%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%2212%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%228%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%2229.063%22%20class%3D%22cls-1%22%20y%3D%224%22%20%2F%3E%3Crect%20class%3D%22cls-1%22%20height%3D%221%22%20width%3D%2229.063%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-pdf { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M11.875%2C18.648c0.8-1.567%2C1.709-3.334%2C2.437-5.107l0%2C0%20%20l0.288-0.7c-0.95-3.616-1.52-6.519-1.011-8.396l0%2C0c0.137-0.489%2C0.704-0.786%2C1.31-0.786l0%2C0l0.369%2C0.005h0.068%20%20c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453l0%2C0c0.073%2C0.683-0.243%2C1.839-0.243%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0%20%20c-0.343-0.753-0.671-1.204-0.965-1.275l0%2C0c-0.148%2C0.099-0.292%2C0.304-0.342%2C0.699l0%2C0c-0.103%2C0.553-0.133%2C1.252-0.133%2C1.612l0%2C0%20%20c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.683l0%2C0c0.093-0.268%2C0.174-0.526%2C0.24-0.767l0%2C0c0.101-0.38%2C0.743-2.901%2C0.743-2.901l0%2C0%20%20c0%2C0-0.162%2C3.355-0.388%2C4.371l0%2C0c-0.048%2C0.215-0.102%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0%20%20c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.264%2C3.324%2C0.743l0%2C0%20%20c0.238%2C0.232%2C0.335%2C0.514%2C0.365%2C0.83l0%2C0c0.007%2C0.122-0.053%2C0.41-0.07%2C0.482l0%2C0c0.018-0.088%2C0.018-0.518-1.297-0.938l0%2C0%20%20c-1.034-0.33-2.971-0.32-5.295-0.073l0%2C0c2.688%2C1.315%2C5.307%2C1.968%2C6.137%2C1.577l0%2C0c0.203-0.1%2C0.449-0.437%2C0.449-0.437l0%2C0%20%20c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.441l0%2C0c-1.311%2C0.35-4.722-0.459-7.695-2.158l0%2C0%20%20c-3.322%2C0.489-6.972%2C1.393-9.897%2C2.353l0%2C0c-2.874%2C5.037-5.035%2C7.351-6.793%2C6.471l0%2C0L3.63%2C28.833%20%20c-0.263-0.15-0.303-0.516-0.242-0.813l0%2C0c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0%20%20c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C6.005%2C28.594%2C8.573%2C25.109%2C11.875%2C18.648%20%20%20M12.921%2C19.184c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0%20%20c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0c-1.554-1.314-2.737-2.955-3.595-4.681l0%2C0C14.636%2C15.607%2C13.989%2C17.166%2C12.921%2C19.184%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M11.875%2C18.648c0.8-1.567%2C1.709-3.334%2C2.437-5.107l0%2C0%20%20l0.288-0.7c-0.95-3.616-1.52-6.519-1.011-8.396l0%2C0c0.137-0.489%2C0.704-0.786%2C1.31-0.786l0%2C0l0.369%2C0.005h0.068%20%20c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453l0%2C0c0.073%2C0.683-0.243%2C1.839-0.243%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0%20%20c-0.343-0.753-0.671-1.204-0.965-1.275l0%2C0c-0.148%2C0.099-0.292%2C0.304-0.342%2C0.699l0%2C0c-0.103%2C0.553-0.133%2C1.252-0.133%2C1.612l0%2C0%20%20c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.683l0%2C0c0.093-0.268%2C0.174-0.526%2C0.24-0.767l0%2C0c0.101-0.38%2C0.743-2.901%2C0.743-2.901l0%2C0%20%20c0%2C0-0.162%2C3.355-0.388%2C4.371l0%2C0c-0.048%2C0.215-0.102%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0%20%20c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.264%2C3.324%2C0.743l0%2C0%20%20c0.238%2C0.232%2C0.335%2C0.514%2C0.365%2C0.83l0%2C0c0.007%2C0.122-0.053%2C0.41-0.07%2C0.482l0%2C0c0.018-0.088%2C0.018-0.518-1.297-0.938l0%2C0%20%20c-1.034-0.33-2.971-0.32-5.295-0.073l0%2C0c2.688%2C1.315%2C5.307%2C1.968%2C6.137%2C1.577l0%2C0c0.203-0.1%2C0.449-0.437%2C0.449-0.437l0%2C0%20%20c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.441l0%2C0c-1.311%2C0.35-4.722-0.459-7.695-2.158l0%2C0%20%20c-3.322%2C0.489-6.972%2C1.393-9.897%2C2.353l0%2C0c-2.874%2C5.037-5.035%2C7.351-6.793%2C6.471l0%2C0L3.63%2C28.833%20%20c-0.263-0.15-0.303-0.516-0.242-0.813l0%2C0c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0%20%20c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C6.005%2C28.594%2C8.573%2C25.109%2C11.875%2C18.648%20%20%20M12.921%2C19.184c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0%20%20c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0c-1.554-1.314-2.737-2.955-3.595-4.681l0%2C0C14.636%2C15.607%2C13.989%2C17.166%2C12.921%2C19.184%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-odt { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C59.725v-0.006%20%20c-0.334-0.173-0.671-0.334-1.004-0.497c-5.357-2.586-11.257-4.287-17.526-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678%20%20c-6.13-3.477-13.072-5.741-20.542-6.448c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135%20%20c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017%20%20c0.021-0.002%2C0.042-0.011%2C0.061-0.015c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.683%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011%20%20c0.436%2C0.455%2C0.822%2C0.427%2C1.265-0.024c10.524-12.2%2C26.663-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355%20%20c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C60.166%2C193.486%2C59.886%2C193.16%2C59.725L193.16%2C59.725z%20%20%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.053%2C102.654c-0.056-0.029-0.106-0.046-0.154-0.066%20%20c-10.517-4.349-22.02-6.758-34.093-6.758c-19.293%2C0-37.155%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C120.154%2C0%2C120.528%2C0%2C120.957%20%20c0%2C0.729%2C0.592%2C1.324%2C1.323%2C1.324c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.028%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.633%2C61.08%2C20.68c0.038%2C0.029%2C0.071%2C0.066%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.189%2C1.018-0.486c0.006%2C0.004%2C0.515-0.72%2C0.773-1.07%20%20c16.246-22.216%2C43.03-33.172%2C72.846-33.172c2.128%2C0%2C4.246%2C0.08%2C6.337%2C0.225c0.602%2C0.047%2C1.874%2C0.144%2C1.903%2C0.144%20%20c0.726%2C0%2C1.322-0.591%2C1.322-1.324C173.796%2C103.313%2C173.492%2C102.862%2C173.053%2C102.654L173.053%2C102.654z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C59.725v-0.006%20%20c-0.334-0.173-0.671-0.334-1.004-0.497c-5.357-2.586-11.257-4.287-17.526-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678%20%20c-6.13-3.477-13.072-5.741-20.542-6.448c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135%20%20c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017%20%20c0.021-0.002%2C0.042-0.011%2C0.061-0.015c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.683%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011%20%20c0.436%2C0.455%2C0.822%2C0.427%2C1.265-0.024c10.524-12.2%2C26.663-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355%20%20c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C60.166%2C193.486%2C59.886%2C193.16%2C59.725L193.16%2C59.725z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.053%2C102.654c-0.056-0.029-0.106-0.046-0.154-0.066%20%20c-10.517-4.349-22.02-6.758-34.093-6.758c-19.293%2C0-37.155%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C120.154%2C0%2C120.528%2C0%2C120.957%20%20c0%2C0.729%2C0.592%2C1.324%2C1.323%2C1.324c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.028%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.633%2C61.08%2C20.68c0.038%2C0.029%2C0.071%2C0.066%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.189%2C1.018-0.486c0.006%2C0.004%2C0.515-0.72%2C0.773-1.07%20%20c16.246-22.216%2C43.03-33.172%2C72.846-33.172c2.128%2C0%2C4.246%2C0.08%2C6.337%2C0.225c0.602%2C0.047%2C1.874%2C0.144%2C1.903%2C0.144%20%20c0.726%2C0%2C1.322-0.591%2C1.322-1.324C173.796%2C103.313%2C173.492%2C102.862%2C173.053%2C102.654L173.053%2C102.654z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-html { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2262px%22%20height%3D%2262px%22%20viewBox%3D%220%200%2062%2062%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234066D5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.993%2C38.689L11.34%2C32.753v-3.288l13.653-5.91v3.872l-9.523%2C3.641l9.523%2C3.777V38.689z%22%20%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.09%2C41.298l4.931-20.596h2.867l-4.986%2C20.596H27.09z%22%20%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36.986%2C38.703v-3.845l9.536-3.75L36.986%2C27.4v-3.817l13.666%2C5.91v3.261L36.986%2C38.703z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2262px%22%20height%3D%2262px%22%20viewBox%3D%220%200%2062%2062%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23446995%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.993%2C38.689L11.34%2C32.753v-3.288l13.653-5.91v3.872l-9.523%2C3.641l9.523%2C3.777V38.689z%22%20%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.09%2C41.298l4.931-20.596h2.867l-4.986%2C20.596H27.09z%22%20%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36.986%2C38.703v-3.845l9.536-3.75L36.986%2C27.4v-3.817l13.666%2C5.91v3.261L36.986%2C38.703z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } .navbar i.icon.icon-undo { width: 22px; @@ -6275,7 +6275,7 @@ textarea { .shapes li .thumb { width: 100%; height: 100%; - background-color: #5a7dc9; + background-color: #446995; } .chart-types li { width: 60px; diff --git a/apps/documenteditor/mobile/resources/less/app-ios.less b/apps/documenteditor/mobile/resources/less/app-ios.less index e42921ccf..396749f9e 100644 --- a/apps/documenteditor/mobile/resources/less/app-ios.less +++ b/apps/documenteditor/mobile/resources/less/app-ios.less @@ -2,7 +2,7 @@ @import url('../../../../../vendor/framework7/src/less/ios/_colors-vars.less'); // Colors -@themeColor: #4066D7; // (64,102,215) +@themeColor: #446995; // (64,102,215) @import url('../../../../../vendor/framework7/src/less/ios/intro.less'); @import url('../../../../../vendor/framework7/src/less/ios/grid.less'); diff --git a/apps/documenteditor/mobile/resources/less/app-material.less b/apps/documenteditor/mobile/resources/less/app-material.less index 6793958ad..bb070fbd3 100644 --- a/apps/documenteditor/mobile/resources/less/app-material.less +++ b/apps/documenteditor/mobile/resources/less/app-material.less @@ -2,7 +2,7 @@ @import url('../../../../../vendor/framework7/src/less/material/_colors-vars.less'); // Colors -@themeColor: #5a7dc9; // (64,102,215) +@themeColor: #446995; // (64,102,215) @navBarIconColor: #fff; @import url('../../../../../vendor/framework7/src/less/material/intro.less'); diff --git a/apps/documenteditor/mobile/resources/less/ios/_icons.less b/apps/documenteditor/mobile/resources/less/ios/_icons.less index d4667ebb4..2a2116771 100644 --- a/apps/documenteditor/mobile/resources/less/ios/_icons.less +++ b/apps/documenteditor/mobile/resources/less/ios/_icons.less @@ -353,26 +353,26 @@ i.icon { &.icon-format-docx { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-txt { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-pdf { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-odt { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-html { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } } \ No newline at end of file diff --git a/apps/documenteditor/mobile/resources/less/material/_icons.less b/apps/documenteditor/mobile/resources/less/material/_icons.less index 10c6e9ed6..684a4a0aa 100644 --- a/apps/documenteditor/mobile/resources/less/material/_icons.less +++ b/apps/documenteditor/mobile/resources/less/material/_icons.less @@ -275,27 +275,27 @@ i.icon { &.icon-format-docx { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-txt { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-pdf { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-odt { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-html { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } } diff --git a/apps/presentationeditor/mobile/resources/css/app-ios.css b/apps/presentationeditor/mobile/resources/css/app-ios.css index c2dc39bd4..c2923fd0b 100644 --- a/apps/presentationeditor/mobile/resources/css/app-ios.css +++ b/apps/presentationeditor/mobile/resources/css/app-ios.css @@ -47,7 +47,7 @@ select { } a { text-decoration: none; - color: #DF6737; + color: #aa5252; } p { margin: 1em 0; @@ -1423,7 +1423,7 @@ html.pixel-ratio-3 .toolbar:before { color: #929292; } .tabbar a.active { - color: #DF6737; + color: #aa5252; } .tabbar a.link { line-height: 1.4; @@ -2032,21 +2032,21 @@ i.icon { i.icon.icon-back { width: 12px; height: 20px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23DF6737'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23aa5252'%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-forward { width: 12px; height: 20px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23DF6737'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23aa5252'%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-bars { width: 21px; height: 14px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23DF6737'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23aa5252'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2ddpx) { i.icon.icon-bars { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23DF6737'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23aa5252'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E"); height: 13px; } } @@ -2067,10 +2067,10 @@ i.icon.icon-prev { height: 15px; } i.icon.icon-next { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23DF6737'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23aa5252'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-prev { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23DF6737'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23aa5252'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-plus { width: 25px; @@ -3034,8 +3034,8 @@ html.android .label-switch input[type="checkbox"] + .checkbox:before { transition-duration: 0; } .button { - border: 1px solid #DF6737; - color: #DF6737; + border: 1px solid #aa5252; + color: #aa5252; text-decoration: none; text-align: center; display: block; @@ -3065,13 +3065,13 @@ input[type="button"].button { } html:not(.watch-active-state) .button:active, .button.active-state { - background: rgba(223, 103, 55, 0.15); + background: rgba(170, 82, 82, 0.15); } .button.button-round { border-radius: 27px; } .button.active { - background: #DF6737; + background: #aa5252; color: #fff; } .button.button-big { @@ -3081,7 +3081,7 @@ html:not(.watch-active-state) .button:active, } .button.button-fill { color: #fff; - background: #DF6737; + background: #aa5252; border-color: transparent; } html:not(.watch-active-state) .button.button-fill:active, @@ -3217,7 +3217,7 @@ html:not(.watch-active-state) .button.button-fill:active, height: 2px; margin-top: -1px; z-index: 1; - background: #DF6737; + background: #aa5252; content: ' '; } .range-slider input[type="range"]::-moz-range-track { @@ -3266,7 +3266,7 @@ html:not(.watch-active-state) .button.button-fill:active, top: 50%; } .range-slider input[type="range"]::-ms-fill-lower { - background: #DF6737; + background: #aa5252; } .range-slider input[type="range"]::-ms-fill-upper { background: #b7b8b7; @@ -3299,7 +3299,7 @@ label.label-checkbox input[type="radio"] { label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox { border: none; - background-color: #DF6737; + background-color: #aa5252; } label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after { @@ -3322,7 +3322,7 @@ label.label-radio input[type="radio"] ~ .item-inner { label.label-radio input[type="checkbox"]:checked ~ .item-inner, label.label-radio input[type="radio"]:checked ~ .item-inner { background: no-repeat center; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23DF6737'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23aa5252'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E"); background-position: 90% center; background-position: -webkit-calc(100% - 15px) center; background-position: calc(100% - 15px) center; @@ -3677,7 +3677,7 @@ html.ios-gt-8 .modal-title { font-size: 17px; line-height: 44px; text-align: center; - color: #DF6737; + color: #aa5252; display: block; position: relative; white-space: nowrap; @@ -3911,7 +3911,7 @@ html.ios-gt-8 .actions-modal-label.actions-modal-button-bold { height: 57px; line-height: 57px; font-size: 20px; - color: #DF6737; + color: #aa5252; white-space: normal; text-overflow: ellipsis; } @@ -4821,7 +4821,7 @@ html.with-statusbar-overlay body .panel { } .progressbar span { width: 100%; - background: #DF6737; + background: #aa5252; height: 100%; position: absolute; left: 0; @@ -4838,7 +4838,7 @@ html.with-statusbar-overlay body .panel { top: 0; width: 100%; height: 100%; - background: #DF6737; + background: #aa5252; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform-origin: left center; @@ -5982,7 +5982,7 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { height: 22px; right: -5px; bottom: -5px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } .item-content .item-after.splitter { color: #000; @@ -6002,10 +6002,10 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { text-align: right; } .item-content .item-after input.field { - color: #DF6737; + color: #aa5252; } .item-content .item-after input.field.placeholder-color::-webkit-input-placeholder { - color: #DF6737; + color: #aa5252; } .item-content .item-after input.field.right { text-align: right; @@ -6048,7 +6048,7 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { padding-right: 15px; } .list-block .item-link.list-button { - color: #DF6737; + color: #aa5252; } .button.active i.icon { background-color: #fff; @@ -6195,7 +6195,7 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after position: absolute; width: 100%; height: 100%; - box-shadow: 0 0 0 1px white, 0 0 0 4px #DF6737; + box-shadow: 0 0 0 1px white, 0 0 0 4px #aa5252; z-index: 1; border-radius: 1px; } @@ -6273,213 +6273,213 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after i.icon.icon-search { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.8%2C15c1.4-1.6%2C2.2-3.7%2C2.2-5.9c0-5-4-9-9-9C4%2C0%2C0%2C4%2C0%2C9c0%2C5%2C4%2C9%2C9%2C9c2.3%2C0%2C4.4-0.9%2C5.9-2.2l5.8%2C5.8l0.2-0.6l0.7-0.2L15.8%2C15z%20M9%2C17c-4.4%2C0-8-3.6-8-8c0-4.4%2C3.6-8%2C8-8c4.4%2C0%2C8%2C3.6%2C8%2C8C17%2C13.5%2C13.5%2C17%2C9%2C17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.8%2C15c1.4-1.6%2C2.2-3.7%2C2.2-5.9c0-5-4-9-9-9C4%2C0%2C0%2C4%2C0%2C9c0%2C5%2C4%2C9%2C9%2C9c2.3%2C0%2C4.4-0.9%2C5.9-2.2l5.8%2C5.8l0.2-0.6l0.7-0.2L15.8%2C15z%20M9%2C17c-4.4%2C0-8-3.6-8-8c0-4.4%2C3.6-8%2C8-8c4.4%2C0%2C8%2C3.6%2C8%2C8C17%2C13.5%2C13.5%2C17%2C9%2C17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-burger { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20x%3D%222%22%20y%3D%2217%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2213%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20x%3D%222%22%20y%3D%2217%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%2213%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%229%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-edit { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2219.3%2C5.3%206.1%2C18.4%204.6%2C16.9%2017.8%2C3.8%2017.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2219.3%2C5.3%206.1%2C18.4%204.6%2C16.9%2017.8%2C3.8%2017.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-play { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.0464363%2C2.9884553c0.006526%2C0.00296%2C0.0142345%2C0.006835%2C0.0231438%2C0.0119021%20c0.5908604%2C0.3357637%2C12.7118397%2C7.2924433%2C13.8977489%2C8.0268402c-0.5831585%2C0.3417759-13.0137587%2C7.4879274-13.934659%2C7.9826727%20L4.0464363%2C2.9884553%20M3.9889357%2C2C3.4427795%2C2.0000577%2C3.000525%2C2.4533575%2C3.000525%2C3.015348%09c0%2C0.573487%2C0%2C15.1632957%2C0%2C15.9945221C3.000525%2C19.622963%2C3.4796104%2C20%2C3.9940588%2C20%20c0.1729372%2C0%2C0.3499191-0.0426311%2C0.5139763-0.1332226c0.8905602-0.491045%2C13.1880894-7.5583372%2C13.9407387-7.9994459%20c0.6751213-0.3955202%2C0.6867313-1.337512%2C0-1.7326603C17.4031754%2C9.5333271%2C5.1523852%2C2.501852%2C4.5393953%2C2.1535165%20C4.3526201%2C2.0472794%2C4.165401%2C1.9999813%2C3.9889357%2C2L3.9889357%2C2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.0464363%2C2.9884553c0.006526%2C0.00296%2C0.0142345%2C0.006835%2C0.0231438%2C0.0119021%20c0.5908604%2C0.3357637%2C12.7118397%2C7.2924433%2C13.8977489%2C8.0268402c-0.5831585%2C0.3417759-13.0137587%2C7.4879274-13.934659%2C7.9826727%20L4.0464363%2C2.9884553%20M3.9889357%2C2C3.4427795%2C2.0000577%2C3.000525%2C2.4533575%2C3.000525%2C3.015348%09c0%2C0.573487%2C0%2C15.1632957%2C0%2C15.9945221C3.000525%2C19.622963%2C3.4796104%2C20%2C3.9940588%2C20%20c0.1729372%2C0%2C0.3499191-0.0426311%2C0.5139763-0.1332226c0.8905602-0.491045%2C13.1880894-7.5583372%2C13.9407387-7.9994459%20c0.6751213-0.3955202%2C0.6867313-1.337512%2C0-1.7326603C17.4031754%2C9.5333271%2C5.1523852%2C2.501852%2C4.5393953%2C2.1535165%20C4.3526201%2C2.0472794%2C4.165401%2C1.9999813%2C3.9889357%2C2L3.9889357%2C2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-undo { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C16v2h-1v-2l0%2C0c0-2.9-2.1-5-5-5l0%2C0H1.9L5%2C14c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-0.4%2C0.4c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-4.2-4.2c-0.1-0.1-0.1-0.2%2C0-0.3l0.4-0.4h0.1L4.4%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l0.5%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3L1.9%2C10H16l0%2C0C19.3%2C10%2C22%2C12.7%2C22%2C16L22%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C16v2h-1v-2l0%2C0c0-2.9-2.1-5-5-5l0%2C0H1.9L5%2C14c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-0.4%2C0.4c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-4.2-4.2c-0.1-0.1-0.1-0.2%2C0-0.3l0.4-0.4h0.1L4.4%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l0.5%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3L1.9%2C10H16l0%2C0C19.3%2C10%2C22%2C12.7%2C22%2C16L22%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-redo { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C16c0-3.3%2C2.7-6%2C6-6v0h14.1l-3.3-3.3c-0.1-0.1-0.1-0.2%2C0-0.3L17.3%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l3.8%2C3.8c0%2C0%2C0.1%2C0%2C0.1%2C0l0.4%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-4.2%2C4.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-0.4-0.4c-0.1-0.1-0.1-0.2%2C0-0.3l3.1-3H6v0c-2.9%2C0-5%2C2.1-5%2C5h0v2H0L0%2C16L0%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C16c0-3.3%2C2.7-6%2C6-6v0h14.1l-3.3-3.3c-0.1-0.1-0.1-0.2%2C0-0.3L17.3%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l3.8%2C3.8c0%2C0%2C0.1%2C0%2C0.1%2C0l0.4%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-4.2%2C4.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-0.4-0.4c-0.1-0.1-0.1-0.2%2C0-0.3l3.1-3H6v0c-2.9%2C0-5%2C2.1-5%2C5h0v2H0L0%2C16L0%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-reader { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-download { width: 22px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-info { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-plus { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C12H12v10h-1V12H1v-1h10V1h1v10h10V12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C12H12v10h-1V12H1v-1h10V1h1v10h10V12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-settings { width: 24px; height: 24px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.8%2C3l0.4%2C2c0.1%2C0.7%2C0.6%2C1.1%2C1.3%2C1.1c0.3%2C0%2C0.5-0.1%2C0.7-0.2l1.9-1.2l1.1%2C1.1l-1.1%2C1.8C15.8%2C8%2C15.8%2C8.5%2C16%2C8.9c0.2%2C0.4%2C0.5%2C0.7%2C1%2C0.8l2.1%2C0.5v1.6L17%2C12.2c-0.5%2C0.1-0.8%2C0.4-1%2C0.8c-0.2%2C0.4-0.1%2C0.9%2C0.1%2C1.2l1.2%2C1.9l-1.1%2C1.1l-1.8-1.1c-0.2-0.2-0.5-0.2-0.8-0.2c-0.6%2C0-1.2%2C0.5-1.3%2C1.1l-0.5%2C2.1h-1.6l-0.4-2C9.7%2C16.4%2C9.2%2C16%2C8.5%2C16c-0.3%2C0-0.5%2C0.1-0.7%2C0.2l-1.9%2C1.2l-1.1-1.1l1.1-1.8c0.3-0.4%2C0.3-0.9%2C0.1-1.3c-0.2-0.4-0.5-0.7-1-0.8l-2.1-0.5v-1.6l2-0.4c0.5-0.1%2C0.8-0.4%2C1-0.8C6.1%2C8.7%2C6%2C8.2%2C5.8%2C7.9l-1-2l1.1-1.1l1.8%2C1.1C8%2C6.1%2C8.2%2C6.2%2C8.5%2C6.2c0.6%2C0%2C1.2-0.5%2C1.3-1.1L10.3%2C3H11.8%20M11%2C15.5c2.5%2C0%2C4.5-2%2C4.5-4.5s-2-4.5-4.5-4.5s-4.5%2C2-4.5%2C4.5S8.5%2C15.5%2C11%2C15.5%20M12.1%2C2H9.9C9.6%2C2%2C9.4%2C2.2%2C9.3%2C2.5L8.8%2C4.9c0%2C0.2-0.2%2C0.3-0.3%2C0.3s-0.1%2C0-0.2-0.1L6.2%2C3.8C6.1%2C3.7%2C6%2C3.7%2C5.8%2C3.7c-0.1%2C0-0.3%2C0-0.4%2C0.1L3.8%2C5.4c-0.1%2C0.2-0.2%2C0.5%2C0%2C0.8l1.3%2C2.1c0.1%2C0.2%2C0.1%2C0.4-0.2%2C0.5L2.5%2C9.3C2.2%2C9.4%2C2%2C9.6%2C2%2C9.9v2.2c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.6l2.4%2C0.5c0.3%2C0.1%2C0.4%2C0.3%2C0.2%2C0.5l-1.3%2C2.1c-0.2%2C0.2-0.1%2C0.6%2C0.1%2C0.8l1.6%2C1.6c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2s0.2%2C0%2C0.3-0.1L8.3%2C17c0.1-0.1%2C0.1-0.1%2C0.2-0.1s0.3%2C0.1%2C0.3%2C0.3l0.5%2C2.3C9.4%2C19.8%2C9.6%2C20%2C9.9%2C20h2.2c0.3%2C0%2C0.5-0.2%2C0.6-0.5l0.5-2.4c0-0.2%2C0.1-0.3%2C0.3-0.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0.1l2.1%2C1.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2l1.6-1.6c0.2-0.2%2C0.2-0.5%2C0.1-0.8l-1.3-2.1c-0.2-0.2-0.1-0.5%2C0.2-0.5l2.4-0.5c0.3-0.1%2C0.5-0.3%2C0.5-0.6V9.8c0-0.3-0.2-0.5-0.5-0.6l-2.4-0.5c-0.3-0.1-0.4-0.3-0.2-0.5l1.3-2.1c0.2-0.2%2C0.1-0.6-0.1-0.8l-1.6-1.6c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1%2C0-0.2%2C0-0.3%2C0.1l-2.1%2C1.3C13.6%2C5%2C13.6%2C5%2C13.5%2C5c-0.1%2C0-0.3-0.1-0.3-0.3l-0.5-2.2C12.6%2C2.2%2C12.4%2C2%2C12.1%2C2L12.1%2C2z%20M11%2C14.5c-1.9%2C0-3.5-1.6-3.5-3.5S9.1%2C7.5%2C11%2C7.5s3.5%2C1.6%2C3.5%2C3.5S12.9%2C14.5%2C11%2C14.5L11%2C14.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.8%2C3l0.4%2C2c0.1%2C0.7%2C0.6%2C1.1%2C1.3%2C1.1c0.3%2C0%2C0.5-0.1%2C0.7-0.2l1.9-1.2l1.1%2C1.1l-1.1%2C1.8C15.8%2C8%2C15.8%2C8.5%2C16%2C8.9c0.2%2C0.4%2C0.5%2C0.7%2C1%2C0.8l2.1%2C0.5v1.6L17%2C12.2c-0.5%2C0.1-0.8%2C0.4-1%2C0.8c-0.2%2C0.4-0.1%2C0.9%2C0.1%2C1.2l1.2%2C1.9l-1.1%2C1.1l-1.8-1.1c-0.2-0.2-0.5-0.2-0.8-0.2c-0.6%2C0-1.2%2C0.5-1.3%2C1.1l-0.5%2C2.1h-1.6l-0.4-2C9.7%2C16.4%2C9.2%2C16%2C8.5%2C16c-0.3%2C0-0.5%2C0.1-0.7%2C0.2l-1.9%2C1.2l-1.1-1.1l1.1-1.8c0.3-0.4%2C0.3-0.9%2C0.1-1.3c-0.2-0.4-0.5-0.7-1-0.8l-2.1-0.5v-1.6l2-0.4c0.5-0.1%2C0.8-0.4%2C1-0.8C6.1%2C8.7%2C6%2C8.2%2C5.8%2C7.9l-1-2l1.1-1.1l1.8%2C1.1C8%2C6.1%2C8.2%2C6.2%2C8.5%2C6.2c0.6%2C0%2C1.2-0.5%2C1.3-1.1L10.3%2C3H11.8%20M11%2C15.5c2.5%2C0%2C4.5-2%2C4.5-4.5s-2-4.5-4.5-4.5s-4.5%2C2-4.5%2C4.5S8.5%2C15.5%2C11%2C15.5%20M12.1%2C2H9.9C9.6%2C2%2C9.4%2C2.2%2C9.3%2C2.5L8.8%2C4.9c0%2C0.2-0.2%2C0.3-0.3%2C0.3s-0.1%2C0-0.2-0.1L6.2%2C3.8C6.1%2C3.7%2C6%2C3.7%2C5.8%2C3.7c-0.1%2C0-0.3%2C0-0.4%2C0.1L3.8%2C5.4c-0.1%2C0.2-0.2%2C0.5%2C0%2C0.8l1.3%2C2.1c0.1%2C0.2%2C0.1%2C0.4-0.2%2C0.5L2.5%2C9.3C2.2%2C9.4%2C2%2C9.6%2C2%2C9.9v2.2c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.6l2.4%2C0.5c0.3%2C0.1%2C0.4%2C0.3%2C0.2%2C0.5l-1.3%2C2.1c-0.2%2C0.2-0.1%2C0.6%2C0.1%2C0.8l1.6%2C1.6c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2s0.2%2C0%2C0.3-0.1L8.3%2C17c0.1-0.1%2C0.1-0.1%2C0.2-0.1s0.3%2C0.1%2C0.3%2C0.3l0.5%2C2.3C9.4%2C19.8%2C9.6%2C20%2C9.9%2C20h2.2c0.3%2C0%2C0.5-0.2%2C0.6-0.5l0.5-2.4c0-0.2%2C0.1-0.3%2C0.3-0.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0.1l2.1%2C1.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2l1.6-1.6c0.2-0.2%2C0.2-0.5%2C0.1-0.8l-1.3-2.1c-0.2-0.2-0.1-0.5%2C0.2-0.5l2.4-0.5c0.3-0.1%2C0.5-0.3%2C0.5-0.6V9.8c0-0.3-0.2-0.5-0.5-0.6l-2.4-0.5c-0.3-0.1-0.4-0.3-0.2-0.5l1.3-2.1c0.2-0.2%2C0.1-0.6-0.1-0.8l-1.6-1.6c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1%2C0-0.2%2C0-0.3%2C0.1l-2.1%2C1.3C13.6%2C5%2C13.6%2C5%2C13.5%2C5c-0.1%2C0-0.3-0.1-0.3-0.3l-0.5-2.2C12.6%2C2.2%2C12.4%2C2%2C12.1%2C2L12.1%2C2z%20M11%2C14.5c-1.9%2C0-3.5-1.6-3.5-3.5S9.1%2C7.5%2C11%2C7.5s3.5%2C1.6%2C3.5%2C3.5S12.9%2C14.5%2C11%2C14.5L11%2C14.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-about { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-help { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-setup { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C3v16h22V3H0z%20M21%2C17H1V5h20V17z%20M16.5%2C5.9l-7.2%2C7.2L8.8%2C15H4v1c0%2C0%2C3.2%2C0%2C5%2C0c0.4%2C0%2C0.2%2C0%2C0.2-0.2l2.2-0.6L18.7%2C8L16.5%2C5.9z%20M9.9%2C13.1l6.5-6.4L18%2C8l-6.5%2C6.4L9.9%2C13.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C3v16h22V3H0z%20M21%2C17H1V5h20V17z%20M16.5%2C5.9l-7.2%2C7.2L8.8%2C15H4v1c0%2C0%2C3.2%2C0%2C5%2C0c0.4%2C0%2C0.2%2C0%2C0.2-0.2l2.2-0.6L18.7%2C8L16.5%2C5.9z%20M9.9%2C13.1l6.5-6.4L18%2C8l-6.5%2C6.4L9.9%2C13.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-versions { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-additional { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M18.5%2C15.5c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2S19.6%2C15.5%2C18.5%2C15.5z%20M18.5%2C18.5c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1C19.5%2C18.1%2C19.1%2C18.5%2C18.5%2C18.5z%20M18.5%2C7.5c1.1%2C0%2C2-0.9%2C2-2c0-1.1-0.9-2-2-2s-2%2C0.9-2%2C2C16.5%2C6.6%2C17.4%2C7.5%2C18.5%2C7.5z%20M18.5%2C4.5c0.6%2C0%2C1%2C0.4%2C1%2C1s-0.4%2C1-1%2C1s-1-0.4-1-1S17.9%2C4.5%2C18.5%2C4.5z%20M18.5%2C9.5c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2S19.6%2C9.5%2C18.5%2C9.5z%20M18.5%2C12.5c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1C19.5%2C12.1%2C19.1%2C12.5%2C18.5%2C12.5z%20M6.9%2C3.8L1%2C18.9h1.5l1.8-4.7h6.9l1.7%2C4.7h1.5L8.6%2C3.8H6.9z%20M4.7%2C12.9l3-7.9l3%2C7.9H4.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M18.5%2C15.5c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2S19.6%2C15.5%2C18.5%2C15.5z%20M18.5%2C18.5c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1C19.5%2C18.1%2C19.1%2C18.5%2C18.5%2C18.5z%20M18.5%2C7.5c1.1%2C0%2C2-0.9%2C2-2c0-1.1-0.9-2-2-2s-2%2C0.9-2%2C2C16.5%2C6.6%2C17.4%2C7.5%2C18.5%2C7.5z%20M18.5%2C4.5c0.6%2C0%2C1%2C0.4%2C1%2C1s-0.4%2C1-1%2C1s-1-0.4-1-1S17.9%2C4.5%2C18.5%2C4.5z%20M18.5%2C9.5c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2S19.6%2C9.5%2C18.5%2C9.5z%20M18.5%2C12.5c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1C19.5%2C12.1%2C19.1%2C12.5%2C18.5%2C12.5z%20M6.9%2C3.8L1%2C18.9h1.5l1.8-4.7h6.9l1.7%2C4.7h1.5L8.6%2C3.8H6.9z%20M4.7%2C12.9l3-7.9l3%2C7.9H4.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-color { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-selection { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M7.6%2C10.3c0.2%2C0.3%2C0.4%2C0.4%2C0.5%2C0.5c0.3%2C0.2%2C0.6%2C0.3%2C1%2C0.3c0.7%2C0%2C1.3-0.3%2C1.7-0.8c0.4-0.5%2C0.6-1.2%2C0.6-2.1c0-0.9-0.2-1.5-0.6-2c-0.4-0.4-0.9-0.7-1.6-0.7c-0.3%2C0-0.6%2C0.1-0.9%2C0.2C8%2C6%2C7.8%2C6.2%2C7.6%2C6.4V3.8H6.8V11h0.8V10.3z%20M8%2C6.9c0.3-0.3%2C0.7-0.4%2C1.1-0.4c0.5%2C0%2C0.8%2C0.2%2C1%2C0.5c0.2%2C0.4%2C0.4%2C0.8%2C0.4%2C1.4c0%2C0.6-0.1%2C1.1-0.4%2C1.5c-0.2%2C0.4-0.6%2C0.6-1.1%2C0.6c-0.6%2C0-1.1-0.3-1.3-0.9C7.6%2C9.2%2C7.6%2C8.8%2C7.6%2C8.3C7.6%2C7.7%2C7.7%2C7.2%2C8%2C6.9z%20M5.7%2C10.4c-0.1%2C0-0.2%2C0-0.2-0.1c0-0.1-0.1-0.1-0.1-0.2v-3c0-0.5-0.2-0.9-0.6-1.1C4.4%2C5.8%2C4%2C5.6%2C3.3%2C5.6c-0.5%2C0-1%2C0.1-1.4%2C0.4C1.5%2C6.3%2C1.3%2C6.7%2C1.3%2C7.4h0.8c0-0.3%2C0.1-0.5%2C0.2-0.6c0.2-0.2%2C0.5-0.4%2C1-0.4c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.1%2C0%2C0.3-0.1%2C0.3C4.4%2C7.7%2C4.3%2C7.8%2C4.1%2C7.8L2.7%2C8C2.2%2C8.1%2C1.8%2C8.2%2C1.5%2C8.5C1.2%2C8.8%2C1%2C9.1%2C1%2C9.6c0%2C0.4%2C0.2%2C0.8%2C0.5%2C1.1c0.3%2C0.3%2C0.7%2C0.4%2C1.2%2C0.4c0.4%2C0%2C0.8-0.1%2C1.1-0.3c0.3-0.2%2C0.6-0.4%2C0.8-0.6c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5c0.1%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.1%2C0%2C0.2%2C0%2C0.3-0.1v-0.6c-0.1%2C0-0.1%2C0-0.2%2C0C5.8%2C10.4%2C5.7%2C10.4%2C5.7%2C10.4z%20M4.5%2C9.1c0%2C0.5-0.2%2C0.9-0.7%2C1.2c-0.3%2C0.1-0.6%2C0.2-0.9%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.2C2%2C10.1%2C2%2C9.9%2C2%2C9.6C2%2C9.3%2C2.1%2C9%2C2.4%2C8.9c0.2-0.1%2C0.4-0.2%2C0.7-0.2l0.5-0.1c0.2%2C0%2C0.3-0.1%2C0.5-0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2V9.1z%20M18.5%2C5L8.3%2C15.3l-0.5%2C2c-0.6%2C0.4-1.3%2C0.3-1.5%2C0.6c-0.3%2C0.4%2C0.9%2C0.4%2C1.5%2C0.3c0.4%2C0%2C0.5%2C0%2C0.5-0.2l2.2-0.6L20.7%2C7.1L18.5%2C5z%20M9%2C15.3l9.5-9.5L20%2C7.1l-9.5%2C9.5L9%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M7.6%2C10.3c0.2%2C0.3%2C0.4%2C0.4%2C0.5%2C0.5c0.3%2C0.2%2C0.6%2C0.3%2C1%2C0.3c0.7%2C0%2C1.3-0.3%2C1.7-0.8c0.4-0.5%2C0.6-1.2%2C0.6-2.1c0-0.9-0.2-1.5-0.6-2c-0.4-0.4-0.9-0.7-1.6-0.7c-0.3%2C0-0.6%2C0.1-0.9%2C0.2C8%2C6%2C7.8%2C6.2%2C7.6%2C6.4V3.8H6.8V11h0.8V10.3z%20M8%2C6.9c0.3-0.3%2C0.7-0.4%2C1.1-0.4c0.5%2C0%2C0.8%2C0.2%2C1%2C0.5c0.2%2C0.4%2C0.4%2C0.8%2C0.4%2C1.4c0%2C0.6-0.1%2C1.1-0.4%2C1.5c-0.2%2C0.4-0.6%2C0.6-1.1%2C0.6c-0.6%2C0-1.1-0.3-1.3-0.9C7.6%2C9.2%2C7.6%2C8.8%2C7.6%2C8.3C7.6%2C7.7%2C7.7%2C7.2%2C8%2C6.9z%20M5.7%2C10.4c-0.1%2C0-0.2%2C0-0.2-0.1c0-0.1-0.1-0.1-0.1-0.2v-3c0-0.5-0.2-0.9-0.6-1.1C4.4%2C5.8%2C4%2C5.6%2C3.3%2C5.6c-0.5%2C0-1%2C0.1-1.4%2C0.4C1.5%2C6.3%2C1.3%2C6.7%2C1.3%2C7.4h0.8c0-0.3%2C0.1-0.5%2C0.2-0.6c0.2-0.2%2C0.5-0.4%2C1-0.4c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.1%2C0%2C0.3-0.1%2C0.3C4.4%2C7.7%2C4.3%2C7.8%2C4.1%2C7.8L2.7%2C8C2.2%2C8.1%2C1.8%2C8.2%2C1.5%2C8.5C1.2%2C8.8%2C1%2C9.1%2C1%2C9.6c0%2C0.4%2C0.2%2C0.8%2C0.5%2C1.1c0.3%2C0.3%2C0.7%2C0.4%2C1.2%2C0.4c0.4%2C0%2C0.8-0.1%2C1.1-0.3c0.3-0.2%2C0.6-0.4%2C0.8-0.6c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5c0.1%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.1%2C0%2C0.2%2C0%2C0.3-0.1v-0.6c-0.1%2C0-0.1%2C0-0.2%2C0C5.8%2C10.4%2C5.7%2C10.4%2C5.7%2C10.4z%20M4.5%2C9.1c0%2C0.5-0.2%2C0.9-0.7%2C1.2c-0.3%2C0.1-0.6%2C0.2-0.9%2C0.2c-0.3%2C0-0.5-0.1-0.7-0.2C2%2C10.1%2C2%2C9.9%2C2%2C9.6C2%2C9.3%2C2.1%2C9%2C2.4%2C8.9c0.2-0.1%2C0.4-0.2%2C0.7-0.2l0.5-0.1c0.2%2C0%2C0.3-0.1%2C0.5-0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2V9.1z%20M18.5%2C5L8.3%2C15.3l-0.5%2C2c-0.6%2C0.4-1.3%2C0.3-1.5%2C0.6c-0.3%2C0.4%2C0.9%2C0.4%2C1.5%2C0.3c0.4%2C0%2C0.5%2C0%2C0.5-0.2l2.2-0.6L20.7%2C7.1L18.5%2C5z%20M9%2C15.3l9.5-9.5L20%2C7.1l-9.5%2C9.5L9%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-bullets { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M7%2C4v1h15V4H7z%20M1%2C6h3V3H1V6z%20M7%2C12h15v-1H7V12z%20M1%2C13h3v-3H1V13z%20M7%2C19h15v-1H7V19z%20M1%2C20h3v-3H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M7%2C4v1h15V4H7z%20M1%2C6h3V3H1V6z%20M7%2C12h15v-1H7V12z%20M1%2C13h3v-3H1V13z%20M7%2C19h15v-1H7V19z%20M1%2C20h3v-3H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-numbers { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M7%2C3.8v1h15v-1H7z%20M7%2C11.8h15v-1H7V11.8z%20M7%2C18.8h15v-1H7V18.8z%20M3.1%2C6.9h0.7V2H3.3C3.2%2C2.4%2C3.1%2C2.6%2C2.9%2C2.7C2.7%2C2.8%2C2.4%2C2.9%2C2%2C2.9v0.5h1.2V6.9z%20M3.3%2C9C2.6%2C9%2C2.1%2C9.2%2C1.9%2C9.7c-0.2%2C0.3-0.2%2C0.6-0.2%2C1h0.6c0-0.3%2C0.1-0.5%2C0.1-0.7c0.2-0.3%2C0.5-0.5%2C0.9-0.5c0.3%2C0%2C0.5%2C0.1%2C0.7%2C0.3s0.3%2C0.4%2C0.3%2C0.7c0%2C0.2-0.1%2C0.5-0.3%2C0.7c-0.1%2C0.1-0.3%2C0.3-0.6%2C0.4l-0.7%2C0.4c-0.4%2C0.3-0.7%2C0.5-0.9%2C0.9c-0.2%2C0.3-0.2%2C0.7-0.3%2C1.1h3.4v-0.6H2.2c0.1-0.2%2C0.2-0.5%2C0.4-0.7c0.1-0.1%2C0.3-0.2%2C0.5-0.4L3.6%2C12c0.4-0.2%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.4-0.6%2C0.4-1c0-0.4-0.1-0.7-0.4-1C4.3%2C9.1%2C3.9%2C9%2C3.3%2C9z%20M4.1%2C18.3c0.2-0.1%2C0.3-0.2%2C0.4-0.3c0.2-0.2%2C0.2-0.4%2C0.2-0.7c0-0.4-0.1-0.7-0.4-1C4%2C16.1%2C3.6%2C16%2C3.1%2C16c-0.6%2C0-1.1%2C0.2-1.3%2C0.7c-0.1%2C0.3-0.2%2C0.6-0.2%2C0.9h0.6c0-0.3%2C0.1-0.5%2C0.1-0.6c0.2-0.3%2C0.4-0.4%2C0.9-0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2C4%2C16.9%2C4.1%2C17%2C4.1%2C17.3c0%2C0.3-0.1%2C0.6-0.4%2C0.7c-0.1%2C0.1-0.3%2C0.1-0.6%2C0.1c-0.1%2C0-0.1%2C0-0.1%2C0c0%2C0-0.1%2C0-0.2%2C0v0.5c0%2C0%2C0.1%2C0%2C0.1%2C0c0%2C0%2C0.1%2C0%2C0.1%2C0c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.3-0.1%2C0.5-0.3%2C0.7c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3c-0.4%2C0-0.7-0.1-0.9-0.4c-0.1-0.1-0.2-0.4-0.2-0.7H1.5c0%2C0.5%2C0.1%2C0.8%2C0.4%2C1.2C2.1%2C20.8%2C2.5%2C21%2C3.1%2C21c0.6%2C0%2C1-0.1%2C1.3-0.4c0.3-0.3%2C0.5-0.7%2C0.5-1.1c0-0.3-0.1-0.5-0.2-0.7C4.5%2C18.5%2C4.3%2C18.3%2C4.1%2C18.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M7%2C3.8v1h15v-1H7z%20M7%2C11.8h15v-1H7V11.8z%20M7%2C18.8h15v-1H7V18.8z%20M3.1%2C6.9h0.7V2H3.3C3.2%2C2.4%2C3.1%2C2.6%2C2.9%2C2.7C2.7%2C2.8%2C2.4%2C2.9%2C2%2C2.9v0.5h1.2V6.9z%20M3.3%2C9C2.6%2C9%2C2.1%2C9.2%2C1.9%2C9.7c-0.2%2C0.3-0.2%2C0.6-0.2%2C1h0.6c0-0.3%2C0.1-0.5%2C0.1-0.7c0.2-0.3%2C0.5-0.5%2C0.9-0.5c0.3%2C0%2C0.5%2C0.1%2C0.7%2C0.3s0.3%2C0.4%2C0.3%2C0.7c0%2C0.2-0.1%2C0.5-0.3%2C0.7c-0.1%2C0.1-0.3%2C0.3-0.6%2C0.4l-0.7%2C0.4c-0.4%2C0.3-0.7%2C0.5-0.9%2C0.9c-0.2%2C0.3-0.2%2C0.7-0.3%2C1.1h3.4v-0.6H2.2c0.1-0.2%2C0.2-0.5%2C0.4-0.7c0.1-0.1%2C0.3-0.2%2C0.5-0.4L3.6%2C12c0.4-0.2%2C0.7-0.4%2C0.9-0.6c0.3-0.3%2C0.4-0.6%2C0.4-1c0-0.4-0.1-0.7-0.4-1C4.3%2C9.1%2C3.9%2C9%2C3.3%2C9z%20M4.1%2C18.3c0.2-0.1%2C0.3-0.2%2C0.4-0.3c0.2-0.2%2C0.2-0.4%2C0.2-0.7c0-0.4-0.1-0.7-0.4-1C4%2C16.1%2C3.6%2C16%2C3.1%2C16c-0.6%2C0-1.1%2C0.2-1.3%2C0.7c-0.1%2C0.3-0.2%2C0.6-0.2%2C0.9h0.6c0-0.3%2C0.1-0.5%2C0.1-0.6c0.2-0.3%2C0.4-0.4%2C0.9-0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2C4%2C16.9%2C4.1%2C17%2C4.1%2C17.3c0%2C0.3-0.1%2C0.6-0.4%2C0.7c-0.1%2C0.1-0.3%2C0.1-0.6%2C0.1c-0.1%2C0-0.1%2C0-0.1%2C0c0%2C0-0.1%2C0-0.2%2C0v0.5c0%2C0%2C0.1%2C0%2C0.1%2C0c0%2C0%2C0.1%2C0%2C0.1%2C0c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.2c0.2%2C0.1%2C0.3%2C0.4%2C0.3%2C0.7c0%2C0.3-0.1%2C0.5-0.3%2C0.7c-0.2%2C0.2-0.5%2C0.3-0.8%2C0.3c-0.4%2C0-0.7-0.1-0.9-0.4c-0.1-0.1-0.2-0.4-0.2-0.7H1.5c0%2C0.5%2C0.1%2C0.8%2C0.4%2C1.2C2.1%2C20.8%2C2.5%2C21%2C3.1%2C21c0.6%2C0%2C1-0.1%2C1.3-0.4c0.3-0.3%2C0.5-0.7%2C0.5-1.1c0-0.3-0.1-0.5-0.2-0.7C4.5%2C18.5%2C4.3%2C18.3%2C4.1%2C18.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-linespacing { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpolygon%20id%3D%22XMLID_7_%22%20points%3D%2222%2C4%2022%2C3%2012%2C3%2011%2C3%201%2C3%201%2C4%2011%2C4%2011%2C4.3%208%2C7.4%208.7%2C8.1%2011%2C5.7%2011%2C17.3%208.7%2C14.9%208%2C15.6%2011%2C18.7%2011%2C19%201%2C19%201%2C20%2011%2C20%2012%2C20%2022%2C20%2022%2C19%2012%2C19%2012%2C18.6%2015%2C15.6%2014.3%2C14.9%2012%2C17.2%2012%2C5.8%2014.3%2C8.1%2015%2C7.4%2012%2C4.4%2012%2C4%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpolygon%20id%3D%22XMLID_7_%22%20points%3D%2222%2C4%2022%2C3%2012%2C3%2011%2C3%201%2C3%201%2C4%2011%2C4%2011%2C4.3%208%2C7.4%208.7%2C8.1%2011%2C5.7%2011%2C17.3%208.7%2C14.9%208%2C15.6%2011%2C18.7%2011%2C19%201%2C19%201%2C20%2011%2C20%2012%2C20%2022%2C20%2022%2C19%2012%2C19%2012%2C18.6%2015%2C15.6%2014.3%2C14.9%2012%2C17.2%2012%2C5.8%2014.3%2C8.1%2015%2C7.4%2012%2C4.4%2012%2C4%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-center { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-jast { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-left { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-right { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-de-indent { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-in-indent { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-prev { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M16%2C20.5L15%2C21.5L4.5%2C11l0%2C0l0%2C0L15%2C0.5L16%2C1.5L6.6%2C11L16%2C20.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M16%2C20.5L15%2C21.5L4.5%2C11l0%2C0l0%2C0L15%2C0.5L16%2C1.5L6.6%2C11L16%2C20.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-next { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C11L6%2C1.5l1.1-1.1L17.5%2C11l0%2C0l0%2C0L7.1%2C21.5L6%2C20.5L15.5%2C11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C11L6%2C1.5l1.1-1.1L17.5%2C11l0%2C0l0%2C0L7.1%2C21.5L6%2C20.5L15.5%2C11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-column-left { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M15%2C19h-1H8H7v-1v-3H0V2h7h1h14v4v1v3v1v3v1v3v1H15z%20M15%2C18h6v-3h-6V18z%20M15%2C14h6v-3h-6V14z%20M8%2C18h6v-3H8V18z%20M8%2C14h6v-3H8V14z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M21%2C3h-6v3h6V3z%20M15%2C7v3h6V7H15z%20M3%2C16h1v2h2v1H4v2H3v-2H1v-1h2V16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M15%2C19h-1H8H7v-1v-3H0V2h7h1h14v4v1v3v1v3v1v3v1H15z%20M15%2C18h6v-3h-6V18z%20M15%2C14h6v-3h-6V14z%20M8%2C18h6v-3H8V18z%20M8%2C14h6v-3H8V14z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M21%2C3h-6v3h6V3z%20M15%2C7v3h6V7H15z%20M3%2C16h1v2h2v1H4v2H3v-2H1v-1h2V16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-column-right { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C19l0-1l0-3l0-1l0-3l0-1l0-3l0-1l0-4h14h1h7v13h-7v3v1h-1H8H7H0z%20M7%2C15H1v3h6V15z%20M7%2C11H1v3h6V11z%20M14%2C15H8v3h6V15z%20M14%2C11H8v3h6V11z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M1%2C6h6V3H1V6z%20M1%2C7v3h6V7H1z%20M19%2C18h2v1h-2v2h-1v-2h-2v-1h2v-2h1V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C19l0-1l0-3l0-1l0-3l0-1l0-3l0-1l0-4h14h1h7v13h-7v3v1h-1H8H7H0z%20M7%2C15H1v3h6V15z%20M7%2C11H1v3h6V11z%20M14%2C15H8v3h6V15z%20M14%2C11H8v3h6V11z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M1%2C6h6V3H1V6z%20M1%2C7v3h6V7H1z%20M19%2C18h2v1h-2v2h-1v-2h-2v-1h2v-2h1V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-row-above { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C20h-6h-1H8H7H0v-1v-3v-1v-3v-1V8V7V1h15v6h6h1v1v3v1v3v1v3v1H21z%20M7%2C8H1v3h6V8z%20M7%2C12H1v3h6V12z%20M7%2C16H1v3h6V16z%20M8%2C19h6v-3H8V19z%20M8%2C15h6v-3H8V15z%20M8%2C11h6V8H8V11z%20M21%2C8h-6v3h6V8z%20M21%2C12h-6v3h6V12z%20M21%2C16h-6v3h6V16z%20M19%2C6h-1V4h-2V3h2V1h1v2h2v1h-2V6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C20h-6h-1H8H7H0v-1v-3v-1v-3v-1V8V7V1h15v6h6h1v1v3v1v3v1v3v1H21z%20M7%2C8H1v3h6V8z%20M7%2C12H1v3h6V12z%20M7%2C16H1v3h6V16z%20M8%2C19h6v-3H8V19z%20M8%2C15h6v-3H8V15z%20M8%2C11h6V8H8V11z%20M21%2C8h-6v3h6V8z%20M21%2C12h-6v3h6V12z%20M21%2C16h-6v3h6V16z%20M19%2C6h-1V4h-2V3h2V1h1v2h2v1h-2V6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-row-below { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C1v1v3v1v3v1v3v1h-1h-6v6H0v-6v-1v-3V9V6V5V2V1h7h1h6h1h6H22z%20M7%2C10H1v3h6V10z%20M7%2C6H1v3h6V6z%20M7%2C2H1v3h6V2z%20M8%2C5h6V2H8V5z%20M8%2C9h6V6H8V9z%20M8%2C13h6v-3H8V13z%20M21%2C10h-6v3h6V10z%20M21%2C6h-6v3h6V6z%20M21%2C2h-6v3h6V2z%20M19%2C17h2v1h-2v2h-1v-2h-2v-1h2v-2h1V17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C1v1v3v1v3v1v3v1h-1h-6v6H0v-6v-1v-3V9V6V5V2V1h7h1h6h1h6H22z%20M7%2C10H1v3h6V10z%20M7%2C6H1v3h6V6z%20M7%2C2H1v3h6V2z%20M8%2C5h6V2H8V5z%20M8%2C9h6V6H8V9z%20M8%2C13h6v-3H8V13z%20M21%2C10h-6v3h6V10z%20M21%2C6h-6v3h6V6z%20M21%2C2h-6v3h6V2z%20M19%2C17h2v1h-2v2h-1v-2h-2v-1h2v-2h1V17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-remove-column { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C11H8v0.1c1.9%2C0.2%2C3.5%2C1.3%2C4.4%2C2.9H14V11z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C11h-6v3h6V11z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C11H8v0.1c1.9%2C0.2%2C3.5%2C1.3%2C4.4%2C2.9H14V11z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C11h-6v3h6V11z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-remove-row { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M1%2C18h1.2C2.1%2C17.5%2C2%2C17%2C2%2C16.5c0-0.5%2C0.1-1%2C0.2-1.5H1V18z%20M7%2C3H1v3h6V3z%20M7%2C7H1v3h6V7z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M1%2C18h1.2C2.1%2C17.5%2C2%2C17%2C2%2C16.5c0-0.5%2C0.1-1%2C0.2-1.5H1V18z%20M7%2C3H1v3h6V3z%20M7%2C7H1v3h6V7z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-expand-down { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M20.5%2C6.5l1.1%2C1.1L11%2C18l0%2C0l0%2C0L0.5%2C7.5l1.1-1.1l9.5%2C9.5L20.5%2C6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M20.5%2C6.5l1.1%2C1.1L11%2C18l0%2C0l0%2C0L0.5%2C7.5l1.1-1.1l9.5%2C9.5L20.5%2C6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-pagebreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M8%2C14v1h1v-1H8z%20M6%2C14v1h1v-1H6z%20M18%2C21H3v-6H2v7h17v-7h-1V21z%20M4%2C14v1h1v-1H4z%20M14%2C14v1h1v-1H14z%20M10%2C14v1h1v-1H10z%20M8.2%2C1L2%2C7.6V14h1V9h6V2l0%2C0h9v12h1V1H8.2z%20M8%2C8H3.1L8%2C2.8V8z%20M12%2C14v1h1v-1H12z%20M16%2C14v1h1v-1H16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M8%2C14v1h1v-1H8z%20M6%2C14v1h1v-1H6z%20M18%2C21H3v-6H2v7h17v-7h-1V21z%20M4%2C14v1h1v-1H4z%20M14%2C14v1h1v-1H14z%20M10%2C14v1h1v-1H10z%20M8.2%2C1L2%2C7.6V14h1V9h6V2l0%2C0h9v12h1V1H8.2z%20M8%2C8H3.1L8%2C2.8V8z%20M12%2C14v1h1v-1H12z%20M16%2C14v1h1v-1H16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-sectionbreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C14V2H3v12H2V1h19v13H20z%20M5%2C14v1H4v-1H5z%20M7%2C14v1H6v-1H7z%20M9%2C14v1H8v-1H9z%20M11%2C14v1h-1v-1H11z%20M13%2C14v1h-1v-1H13z%20M15%2C14v1h-1v-1H15z%20M17%2C14v1h-1v-1H17z%20M18%2C14h1v1h-1V14z%20M3%2C21h17v-6h1v7H2v-7h1V21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C14V2H3v12H2V1h19v13H20z%20M5%2C14v1H4v-1H5z%20M7%2C14v1H6v-1H7z%20M9%2C14v1H8v-1H9z%20M11%2C14v1h-1v-1H11z%20M13%2C14v1h-1v-1H13z%20M15%2C14v1h-1v-1H15z%20M17%2C14v1h-1v-1H17z%20M18%2C14h1v1h-1V14z%20M3%2C21h17v-6h1v7H2v-7h1V21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-stringbreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2C12H5.1L9%2C15.9l-0.7%2C0.7l-4.5-4.5l-0.6-0.6l0.6-0.6l4.5-4.5L9%2C7.1L5.1%2C11H18V5h1v6v1H18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2C12H5.1L9%2C15.9l-0.7%2C0.7l-4.5-4.5l-0.6-0.6l0.6-0.6l4.5-4.5L9%2C7.1L5.1%2C11H18V5h1v6v1H18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-pagenumber { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.2%2C1L2%2C7.6V22h17V1H8.2z%20M8%2C2.8V8H3.1L8%2C2.8z%20M18%2C21H3V9h6V2l0%2C0h9V21z%20M12%2C19h1v-4h-0.7c0%2C0.2-0.1-0.1-0.1%2C0c-0.1%2C0.1-0.2%2C0-0.3%2C0c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.1%2C0-0.3%2C0-0.4%2C0V16H12V19z%20M15.3%2C17.3C15%2C17.9%2C15.1%2C18.4%2C15%2C19h0.9c0-0.3%2C0-0.6%2C0.1-0.9c0.1-0.3%2C0.1-0.6%2C0.3-0.9c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.2-0.3%2C0.1-0.3%2C0.3-0.5V15h-3v1h1.9C15.6%2C16.4%2C15.5%2C16.7%2C15.3%2C17.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.2%2C1L2%2C7.6V22h17V1H8.2z%20M8%2C2.8V8H3.1L8%2C2.8z%20M18%2C21H3V9h6V2l0%2C0h9V21z%20M12%2C19h1v-4h-0.7c0%2C0.2-0.1-0.1-0.1%2C0c-0.1%2C0.1-0.2%2C0-0.3%2C0c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.1%2C0-0.3%2C0-0.4%2C0V16H12V19z%20M15.3%2C17.3C15%2C17.9%2C15.1%2C18.4%2C15%2C19h0.9c0-0.3%2C0-0.6%2C0.1-0.9c0.1-0.3%2C0.1-0.6%2C0.3-0.9c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.2-0.3%2C0.1-0.3%2C0.3-0.5V15h-3v1h1.9C15.6%2C16.4%2C15.5%2C16.7%2C15.3%2C17.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-link { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-image-library { width: 22px; @@ -6489,145 +6489,145 @@ i.icon.icon-image-library { i.icon.icon-text-valign-top { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-middle { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-bottom { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-all { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-none { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-inner { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-outer { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-left { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-center { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-right { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-top { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-middle { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-bottom { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-backward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-forward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-background { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-foreground { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-left { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20class%3D%22st0%22%20d%3D%22M1%2C21h1V1H1V21z%20M4%2C13v4h16v-4H4z%20M12%2C5H4v4h8V5z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20class%3D%22st0%22%20d%3D%22M1%2C21h1V1H1V21z%20M4%2C13v4h16v-4H4z%20M12%2C5H4v4h8V5z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-center { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_24_%22%3E%3Cpolygon%20id%3D%22XMLID_25_%22%20class%3D%22st0%22%20points%3D%2219%2C13%2011%2C13%2011%2C9%2015%2C9%2015%2C5%2011%2C5%2011%2C1%2010%2C1%2010%2C5%206%2C5%206%2C9%2010%2C9%2010%2C13%202%2C13%202%2C17%2010%2C17%2010%2C21%2011%2C21%2011%2C17%2019%2C17%20%09%09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_24_%22%3E%3Cpolygon%20id%3D%22XMLID_25_%22%20class%3D%22st0%22%20points%3D%2219%2C13%2011%2C13%2011%2C9%2015%2C9%2015%2C5%2011%2C5%2011%2C1%2010%2C1%2010%2C5%206%2C5%206%2C9%2010%2C9%2010%2C13%202%2C13%202%2C17%2010%2C17%2010%2C21%2011%2C21%2011%2C17%2019%2C17%20%09%09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-right { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_42_%22%3E%3Cpath%20id%3D%22XMLID_44_%22%20class%3D%22st0%22%20d%3D%22M20%2C1v20h1V1H20z%20M2%2C17h16v-4H2V17z%20M10%2C9h8V5h-8V9z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_42_%22%3E%3Cpath%20id%3D%22XMLID_44_%22%20class%3D%22st0%22%20d%3D%22M20%2C1v20h1V1H20z%20M2%2C17h16v-4H2V17z%20M10%2C9h8V5h-8V9z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-top { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M1%2C1v1h20V1H1z%20M9%2C4H5v16h4V4z%20M17%2C12V4h-4v8H17z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M1%2C1v1h20V1H1z%20M9%2C4H5v16h4V4z%20M17%2C12V4h-4v8H17z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-middle { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_24_%22%3E%3Cpolygon%20id%3D%22XMLID_25_%22%20class%3D%22st0%22%20points%3D%2213%2C2%2013%2C10%209%2C10%209%2C6%205%2C6%205%2C10%201%2C10%201%2C11%205%2C11%205%2C15%209%2C15%209%2C11%2013%2C11%2013%2C19%2017%2C19%2017%2C11%2021%2C11%2021%2C10%2017%2C10%2017%2C2%20%09%09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_24_%22%3E%3Cpolygon%20id%3D%22XMLID_25_%22%20class%3D%22st0%22%20points%3D%2213%2C2%2013%2C10%209%2C10%209%2C6%205%2C6%205%2C10%201%2C10%201%2C11%205%2C11%205%2C15%209%2C15%209%2C11%2013%2C11%2013%2C19%2017%2C19%2017%2C11%2021%2C11%2021%2C10%2017%2C10%2017%2C2%20%09%09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-bottom { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M21%2C20v-1H1v1H21z%20M9%2C1H5v16h4V1z%20M13%2C9v8h4V9H13z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M21%2C20v-1H1v1H21z%20M9%2C1H5v16h4V1z%20M13%2C9v8h4V9H13z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-horizontal { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M1%2C1v1h20V1H1z%20M0.999999%2C19.0000076V20h20v-0.9999924H0.999999z%20M9.000001%2C2.9999995h-4v15h4V2.9999995z%20M17%2C13.999999V6.9999986h-3.999999v7.0000005H17z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M1%2C1v1h20V1H1z%20M0.999999%2C19.0000076V20h20v-0.9999924H0.999999z%20M9.000001%2C2.9999995h-4v15h4V2.9999995z%20M17%2C13.999999V6.9999986h-3.999999v7.0000005H17z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-vertical { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M0.9999998%2C21h1v-20h-1V21z%20M19.0000076%2C21H20v-20h-0.9999924V21z%20M2.9999995%2C12.999999v3.999999h15%20v-3.999999H2.9999995z%20M13.999999%2C4.999999H6.9999986v4h7.0000005V4.999999z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M0.9999998%2C21h1v-20h-1V21z%20M19.0000076%2C21H20v-20h-0.9999924V21z%20M2.9999995%2C12.999999v3.999999h15%20v-3.999999H2.9999995z%20M13.999999%2C4.999999H6.9999986v4h7.0000005V4.999999z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-pdf { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2233px%22%20height%3D%2233px%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23DF6737%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2233px%22%20height%3D%2233px%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23aa5252%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-pptx { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%2219.951%2032.432%2065.000002%2065.000003%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23df6737%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M%2051.31066%2C44.356609%20C%2047.702785%2C44.433229%2043.9488%2C45.107%2040.5548%2C44.9445%20c%20-0.149%2C13.35%20-0.123719%2C26.7115%20-0.01172%2C40.0625%202.476001%2C0.199%204.9625%2C0.412%207.4375%2C0.625%20-0.011%2C-4.888%206.72e-4%2C-9.776062%200.01367%2C-14.664062%203.088%2C0.100999%206.336828%2C0.300562%209.173828%2C-1.148438%207.988%2C-3.913%209.413391%2C-15.938562%204.025391%2C-22.476562%20-2.8125%2C-2.544001%20-6.274937%2C-3.062954%20-9.882812%2C-2.986329%20z%20m%20-0.416016%2C7.244141%20c%201.641035%2C0.04387%203.222344%2C0.409844%204.261719%2C1.855469%201.425%2C2.45%201.350109%2C5.676172%200.162109%2C8.201172%20-1.425%2C2.575%20-4.650672%2C2.325%20-7.138672%2C2.625%20-0.262%2C-4.188%20-0.236218%2C-8.377172%20-0.199219%2C-12.576172%200.923626%2C-0.04237%201.929442%2C-0.131789%202.914063%2C-0.105469%20z%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%2219.951%2032.432%2065.000002%2065.000003%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23aa5252%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M%2051.31066%2C44.356609%20C%2047.702785%2C44.433229%2043.9488%2C45.107%2040.5548%2C44.9445%20c%20-0.149%2C13.35%20-0.123719%2C26.7115%20-0.01172%2C40.0625%202.476001%2C0.199%204.9625%2C0.412%207.4375%2C0.625%20-0.011%2C-4.888%206.72e-4%2C-9.776062%200.01367%2C-14.664062%203.088%2C0.100999%206.336828%2C0.300562%209.173828%2C-1.148438%207.988%2C-3.913%209.413391%2C-15.938562%204.025391%2C-22.476562%20-2.8125%2C-2.544001%20-6.274937%2C-3.062954%20-9.882812%2C-2.986329%20z%20m%20-0.416016%2C7.244141%20c%201.641035%2C0.04387%203.222344%2C0.409844%204.261719%2C1.855469%201.425%2C2.45%201.350109%2C5.676172%200.162109%2C8.201172%20-1.425%2C2.575%20-4.650672%2C2.325%20-7.138672%2C2.625%20-0.262%2C-4.188%20-0.236218%2C-8.377172%20-0.199219%2C-12.576172%200.923626%2C-0.04237%201.929442%2C-0.131789%202.914063%2C-0.105469%20z%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-odp { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.63%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.63px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23DF6737%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.63%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.63px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23aa5252%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); } #editor_sdk { position: absolute; @@ -6664,7 +6664,7 @@ i.icon.icon-format-odp { .shapes li .thumb { width: 100%; height: 100%; - background-color: #DF6737; + background-color: #aa5252; } .bullets ul, .numbers ul { diff --git a/apps/presentationeditor/mobile/resources/css/app-material.css b/apps/presentationeditor/mobile/resources/css/app-material.css index 704d501ad..3de924f2d 100644 --- a/apps/presentationeditor/mobile/resources/css/app-material.css +++ b/apps/presentationeditor/mobile/resources/css/app-material.css @@ -33,7 +33,7 @@ select { } a { text-decoration: none; - color: #DF6737; + color: #aa5252; } p { margin: 1em 0; @@ -1043,7 +1043,7 @@ p { .navbar, .toolbar, .subnavbar { - background: #DF6737; + background: #aa5252; } .navbar a.link, .toolbar a.link, @@ -1328,7 +1328,7 @@ html:not(.watch-active-state) .tabbar a.tab-link:active, left: 0; bottom: 0; height: 3px; - background: #ae451c; + background: #763939; background: rgba(255, 255, 255, 0.5); -webkit-transition-duration: 300ms; transition-duration: 300ms; @@ -1621,7 +1621,7 @@ html:not(.watch-active-state) .tabbar a.tab-link:active, .searchbar { height: 48px; width: 100%; - background: #DF6737; + background: #aa5252; box-sizing: border-box; padding: 0 16px; overflow: hidden; @@ -2837,7 +2837,7 @@ html.pixel-ratio-3 .list-block li:last-child li .item-inner:after { } .list-block .focus-state .label, .list-block .focus-state .floating-label { - color: #DF6737; + color: #aa5252; } .item-input-field, .input-field { @@ -2882,7 +2882,7 @@ html.pixel-ratio-3 .input-field:after { .focus-state .input-field:after, .not-empty-state .item-input-field:after, .not-empty-state .input-field:after { - background: #DF6737; + background: #aa5252; -webkit-transform: scaleY(2) !important; transform: scaleY(2) !important; } @@ -2939,18 +2939,18 @@ textarea.resizable { display: none; } .label-switch input[type="checkbox"]:checked + .checkbox { - background: rgba(223, 103, 55, 0.5); + background: rgba(170, 82, 82, 0.5); } .label-switch input[type="checkbox"]:checked + .checkbox:after { -webkit-transform: translateX(16px); transform: translateX(16px); - background: #DF6737; + background: #aa5252; } .item-input .label-switch { top: 11px; } .button { - color: #DF6737; + color: #aa5252; text-decoration: none; text-align: center; display: block; @@ -2991,12 +2991,12 @@ html:not(.watch-active-state) .button:active, background: rgba(0, 0, 0, 0.1); } .button.button-fill { - background-color: #DF6737; + background-color: #aa5252; color: #fff; } html:not(.watch-active-state) .button.button-fill:active, .button.button-fill.active-state { - background: #cc5221; + background: #8e4545; } .button.button-big { height: 48px; @@ -3096,7 +3096,7 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #DF6737; + background: #aa5252; border-radius: 20px; } .range-slider input[type="range"]::-webkit-slider-thumb:before { @@ -3107,7 +3107,7 @@ html:not(.watch-active-state) .button-raised:active, height: 2px; margin-top: -1px; z-index: 1; - background: #DF6737; + background: #aa5252; content: ' '; } .range-slider input[type="range"]::-moz-range-track { @@ -3127,7 +3127,7 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #DF6737; + background: #aa5252; border-radius: 20px; } .range-slider input[type="range"]::-ms-track { @@ -3148,11 +3148,11 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #DF6737; + background: #aa5252; border-radius: 20px; } .range-slider input[type="range"]::-ms-fill-lower { - background: #DF6737; + background: #aa5252; } .range-slider input[type="range"]::-ms-fill-upper { background: #b7b8b7; @@ -3199,8 +3199,8 @@ label.label-checkbox input[type="checkbox"]:checked ~ .item-after i.icon-form-ch label.label-checkbox input[type="radio"]:checked ~ .item-after i.icon-form-checkbox, label.label-checkbox input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox, label.label-checkbox input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox { - border-color: #DF6737; - background-color: #DF6737; + border-color: #aa5252; + background-color: #aa5252; } label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after, @@ -3232,7 +3232,7 @@ label.label-radio i.icon-form-radio:after { top: 50%; margin-left: -5px; margin-top: -5px; - background-color: #DF6737; + background-color: #aa5252; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); @@ -3249,7 +3249,7 @@ label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio, label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio, label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio { - border-color: #DF6737; + border-color: #aa5252; } label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio:after, label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio:after, @@ -3257,7 +3257,7 @@ label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio:after, label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio:after, label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio:after { - background-color: #DF6737; + background-color: #aa5252; -webkit-transform: scale(1); transform: scale(1); } @@ -3311,7 +3311,7 @@ label.label-radio.active-state .item-inner:after { border-radius: 50%; z-index: 1500; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); - background-color: #DF6737; + background-color: #aa5252; color: #fff; overflow: hidden; -webkit-transition-duration: 300ms; @@ -3331,7 +3331,7 @@ label.label-radio.active-state .item-inner:after { } html:not(.watch-active-state) .floating-button:active, .floating-button.active-state { - background: #cc5221; + background: #8e4545; } .floating-button-toolbar, .speed-dial { @@ -3400,7 +3400,7 @@ html:not(.watch-active-state) .floating-button:active, position: relative; z-index: 1; overflow: hidden; - background-color: #DF6737; + background-color: #aa5252; -webkit-transition-duration: 300ms; transition-duration: 300ms; display: -webkit-box; @@ -3422,7 +3422,7 @@ html:not(.watch-active-state) .floating-button:active, } html:not(.watch-active-state) .speed-dial-buttons a:active, .speed-dial-buttons a.active-state { - background: #cc5221; + background: #8e4545; } .speed-dial-buttons a + a { margin-bottom: 16px; @@ -3603,7 +3603,7 @@ html:not(.watch-active-state) .speed-dial-buttons a:active, } .modal-button, .modal-buttons .button { - color: #DF6737; + color: #aa5252; text-decoration: none; text-align: center; display: block; @@ -3651,14 +3651,14 @@ html:not(.watch-active-state) .modal-buttons .button:active, } .modal-button.button-fill, .modal-buttons .button.button-fill { - background-color: #DF6737; + background-color: #aa5252; color: #fff; } html:not(.watch-active-state) .modal-button.button-fill:active, html:not(.watch-active-state) .modal-buttons .button.button-fill:active, .modal-button.button-fill.active-state, .modal-buttons .button.button-fill.active-state { - background: #cc5221; + background: #8e4545; } .modal-button.button-big, .modal-buttons .button.button-big { @@ -4192,7 +4192,7 @@ html.with-statusbar-overlay .popup.tablet-fullscreen { height: 48px; } .picker-modal .picker-header { - background: #DF6737; + background: #aa5252; } .picker-modal .picker-header + .toolbar .toolbar-inner { overflow: visible; @@ -4652,7 +4652,7 @@ html.with-statusbar-overlay body .panel { padding-top: 20px; } .statusbar-overlay { - background: #DF6737; + background: #aa5252; z-index: 10000; position: absolute; left: 0; @@ -4998,7 +4998,7 @@ html.with-statusbar-overlay body .panel { position: relative; -webkit-transform-origin: center bottom; transform-origin: center bottom; - background: rgba(223, 103, 55, 0.5); + background: rgba(170, 82, 82, 0.5); } .progressbar { display: block; @@ -5009,7 +5009,7 @@ html.with-statusbar-overlay body .panel { .progressbar span { content: ''; width: 100%; - background: #DF6737; + background: #aa5252; height: 100%; position: absolute; left: 0; @@ -5030,7 +5030,7 @@ html.with-statusbar-overlay body .panel { top: 0; width: 100%; height: 100%; - background: #DF6737; + background: #aa5252; -webkit-transform-origin: left center; transform-origin: left center; } @@ -5527,7 +5527,7 @@ html.pixel-ratio-3 .picker-center-highlight:after { margin-left: 16px; } .notifications .button.close-notification { - color: #ef855a; + color: #c66969; } .notifications .notification-item { margin: 0 auto; @@ -5705,7 +5705,7 @@ a.item-link, height: 22px; right: -5px; bottom: -5px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } .item-content .item-after.splitter label { color: #000; @@ -5740,7 +5740,7 @@ a.item-link, } .item-content.buttons .item-inner > .row .button.active { color: #fff; - background-color: #DF6737; + background-color: #aa5252; } .item-content .color-preview { width: 30px; @@ -5792,7 +5792,7 @@ html.phone .document-menu .list-block .item-link { position: absolute; width: 100%; height: 100%; - box-shadow: 0 0 0 1px white, 0 0 0 4px #DF6737; + box-shadow: 0 0 0 1px white, 0 0 0 4px #aa5252; z-index: 1; border-radius: 1px; } @@ -5888,143 +5888,143 @@ i.icon.icon-expand-down { i.icon.icon-search { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.5%2C16.8L16%2C13.3c0.7-1.1%2C1.1-2.4%2C1.1-3.8C17%2C5.4%2C13.6%2C2%2C9.5%2C2S2%2C5.4%2C2%2C9.5S5.4%2C17%2C9.5%2C17c1.4%2C0%2C2.7-0.4%2C3.8-1.1l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0C20.2%2C18.7%2C20.2%2C17.6%2C19.5%2C16.8z%20M9.5%2C15.3c-3.2%2C0-5.8-2.6-5.8-5.8s2.6-5.8%2C5.8-5.8s5.8%2C2.6%2C5.8%2C5.8S12.7%2C15.3%2C9.5%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.5%2C16.8L16%2C13.3c0.7-1.1%2C1.1-2.4%2C1.1-3.8C17%2C5.4%2C13.6%2C2%2C9.5%2C2S2%2C5.4%2C2%2C9.5S5.4%2C17%2C9.5%2C17c1.4%2C0%2C2.7-0.4%2C3.8-1.1l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0C20.2%2C18.7%2C20.2%2C17.6%2C19.5%2C16.8z%20M9.5%2C15.3c-3.2%2C0-5.8-2.6-5.8-5.8s2.6-5.8%2C5.8-5.8s5.8%2C2.6%2C5.8%2C5.8S12.7%2C15.3%2C9.5%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-edit { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2217.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2217.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-play { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.0464363%2C2.9884553c0.006526%2C0.00296%2C0.0142345%2C0.006835%2C0.0231438%2C0.0119021%20c0.5908604%2C0.3357637%2C12.7118397%2C7.2924433%2C13.8977489%2C8.0268402c-0.5831585%2C0.3417759-13.0137587%2C7.4879274-13.934659%2C7.9826727%20L4.0464363%2C2.9884553%20M3.9889357%2C2C3.4427795%2C2.0000577%2C3.000525%2C2.4533575%2C3.000525%2C3.015348%09c0%2C0.573487%2C0%2C15.1632957%2C0%2C15.9945221C3.000525%2C19.622963%2C3.4796104%2C20%2C3.9940588%2C20%20c0.1729372%2C0%2C0.3499191-0.0426311%2C0.5139763-0.1332226c0.8905602-0.491045%2C13.1880894-7.5583372%2C13.9407387-7.9994459%20c0.6751213-0.3955202%2C0.6867313-1.337512%2C0-1.7326603C17.4031754%2C9.5333271%2C5.1523852%2C2.501852%2C4.5393953%2C2.1535165%20C4.3526201%2C2.0472794%2C4.165401%2C1.9999813%2C3.9889357%2C2L3.9889357%2C2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.0464363%2C2.9884553c0.006526%2C0.00296%2C0.0142345%2C0.006835%2C0.0231438%2C0.0119021%20c0.5908604%2C0.3357637%2C12.7118397%2C7.2924433%2C13.8977489%2C8.0268402c-0.5831585%2C0.3417759-13.0137587%2C7.4879274-13.934659%2C7.9826727%20L4.0464363%2C2.9884553%20M3.9889357%2C2C3.4427795%2C2.0000577%2C3.000525%2C2.4533575%2C3.000525%2C3.015348%09c0%2C0.573487%2C0%2C15.1632957%2C0%2C15.9945221C3.000525%2C19.622963%2C3.4796104%2C20%2C3.9940588%2C20%20c0.1729372%2C0%2C0.3499191-0.0426311%2C0.5139763-0.1332226c0.8905602-0.491045%2C13.1880894-7.5583372%2C13.9407387-7.9994459%20c0.6751213-0.3955202%2C0.6867313-1.337512%2C0-1.7326603C17.4031754%2C9.5333271%2C5.1523852%2C2.501852%2C4.5393953%2C2.1535165%20C4.3526201%2C2.0472794%2C4.165401%2C1.9999813%2C3.9889357%2C2L3.9889357%2C2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-reader { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-download { width: 22px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-info { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-about { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-help { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-setup { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C3v16h22V3H0z%20M21%2C17H1V5h20V17z%20M16.5%2C5.9l-7.2%2C7.2L8.8%2C15H4v1c0%2C0%2C3.2%2C0%2C5%2C0c0.4%2C0%2C0.2%2C0%2C0.2-0.2l2.2-0.6L18.7%2C8L16.5%2C5.9z%20M9.9%2C13.1l6.5-6.4L18%2C8l-6.5%2C6.4L9.9%2C13.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C3v16h22V3H0z%20M21%2C17H1V5h20V17z%20M16.5%2C5.9l-7.2%2C7.2L8.8%2C15H4v1c0%2C0%2C3.2%2C0%2C5%2C0c0.4%2C0%2C0.2%2C0%2C0.2-0.2l2.2-0.6L18.7%2C8L16.5%2C5.9z%20M9.9%2C13.1l6.5-6.4L18%2C8l-6.5%2C6.4L9.9%2C13.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-versions { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-center { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-jast { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-left { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-right { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-de-indent { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M11%2C15h11v1H11V15z%20M11%2C11h11v1H11V11z%20M11%2C7h11v1H11V7z%20M6.3%2C7L7%2C7.7l-3.8%2C3.8L7%2C15.3L6.3%2C16L2%2C11.8l-0.2-0.3L2%2C11.2L6.3%2C7z%20M1%2C3h21v1H1V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-in-indent { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C20v-1h21v1H1z%20M12%2C16H1v-1h11V16z%20M12%2C12H1v-1h11V12z%20M12%2C8H1V7h11V8z%20M21%2C11.2l0.2%2C0.3L21%2C11.8L16.7%2C16L16%2C15.3l3.8-3.8L16%2C7.7L16.7%2C7L21%2C11.2z%20M22%2C4H1V3h21V4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-column-left { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M15%2C19h-1H8H7v-1v-3H0V2h7h1h14v4v1v3v1v3v1v3v1H15z%20M15%2C18h6v-3h-6V18z%20M15%2C14h6v-3h-6V14z%20M8%2C18h6v-3H8V18z%20M8%2C14h6v-3H8V14z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M21%2C3h-6v3h6V3z%20M15%2C7v3h6V7H15z%20M3%2C16h1v2h2v1H4v2H3v-2H1v-1h2V16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M15%2C19h-1H8H7v-1v-3H0V2h7h1h14v4v1v3v1v3v1v3v1H15z%20M15%2C18h6v-3h-6V18z%20M15%2C14h6v-3h-6V14z%20M8%2C18h6v-3H8V18z%20M8%2C14h6v-3H8V14z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M21%2C3h-6v3h6V3z%20M15%2C7v3h6V7H15z%20M3%2C16h1v2h2v1H4v2H3v-2H1v-1h2V16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-column-right { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C19l0-1l0-3l0-1l0-3l0-1l0-3l0-1l0-4h14h1h7v13h-7v3v1h-1H8H7H0z%20M7%2C15H1v3h6V15z%20M7%2C11H1v3h6V11z%20M14%2C15H8v3h6V15z%20M14%2C11H8v3h6V11z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M1%2C6h6V3H1V6z%20M1%2C7v3h6V7H1z%20M19%2C18h2v1h-2v2h-1v-2h-2v-1h2v-2h1V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C19l0-1l0-3l0-1l0-3l0-1l0-3l0-1l0-4h14h1h7v13h-7v3v1h-1H8H7H0z%20M7%2C15H1v3h6V15z%20M7%2C11H1v3h6V11z%20M14%2C15H8v3h6V15z%20M14%2C11H8v3h6V11z%20M14%2C10V7H8v3H14z%20M8%2C3v3h6V3H8z%20M1%2C6h6V3H1V6z%20M1%2C7v3h6V7H1z%20M19%2C18h2v1h-2v2h-1v-2h-2v-1h2v-2h1V18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-row-above { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C20h-6h-1H8H7H0v-1v-3v-1v-3v-1V8V7V1h15v6h6h1v1v3v1v3v1v3v1H21z%20M7%2C8H1v3h6V8z%20M7%2C12H1v3h6V12z%20M7%2C16H1v3h6V16z%20M8%2C19h6v-3H8V19z%20M8%2C15h6v-3H8V15z%20M8%2C11h6V8H8V11z%20M21%2C8h-6v3h6V8z%20M21%2C12h-6v3h6V12z%20M21%2C16h-6v3h6V16z%20M19%2C6h-1V4h-2V3h2V1h1v2h2v1h-2V6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C20h-6h-1H8H7H0v-1v-3v-1v-3v-1V8V7V1h15v6h6h1v1v3v1v3v1v3v1H21z%20M7%2C8H1v3h6V8z%20M7%2C12H1v3h6V12z%20M7%2C16H1v3h6V16z%20M8%2C19h6v-3H8V19z%20M8%2C15h6v-3H8V15z%20M8%2C11h6V8H8V11z%20M21%2C8h-6v3h6V8z%20M21%2C12h-6v3h6V12z%20M21%2C16h-6v3h6V16z%20M19%2C6h-1V4h-2V3h2V1h1v2h2v1h-2V6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-add-row-below { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C1v1v3v1v3v1v3v1h-1h-6v6H0v-6v-1v-3V9V6V5V2V1h7h1h6h1h6H22z%20M7%2C10H1v3h6V10z%20M7%2C6H1v3h6V6z%20M7%2C2H1v3h6V2z%20M8%2C5h6V2H8V5z%20M8%2C9h6V6H8V9z%20M8%2C13h6v-3H8V13z%20M21%2C10h-6v3h6V10z%20M21%2C6h-6v3h6V6z%20M21%2C2h-6v3h6V2z%20M19%2C17h2v1h-2v2h-1v-2h-2v-1h2v-2h1V17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C1v1v3v1v3v1v3v1h-1h-6v6H0v-6v-1v-3V9V6V5V2V1h7h1h6h1h6H22z%20M7%2C10H1v3h6V10z%20M7%2C6H1v3h6V6z%20M7%2C2H1v3h6V2z%20M8%2C5h6V2H8V5z%20M8%2C9h6V6H8V9z%20M8%2C13h6v-3H8V13z%20M21%2C10h-6v3h6V10z%20M21%2C6h-6v3h6V6z%20M21%2C2h-6v3h6V2z%20M19%2C17h2v1h-2v2h-1v-2h-2v-1h2v-2h1V17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-remove-column { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C11H8v0.1c1.9%2C0.2%2C3.5%2C1.3%2C4.4%2C2.9H14V11z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C11h-6v3h6V11z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C11H8v0.1c1.9%2C0.2%2C3.5%2C1.3%2C4.4%2C2.9H14V11z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C11h-6v3h6V11z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-remove-row { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M1%2C18h1.2C2.1%2C17.5%2C2%2C17%2C2%2C16.5c0-0.5%2C0.1-1%2C0.2-1.5H1V18z%20M7%2C3H1v3h6V3z%20M7%2C7H1v3h6V7z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C19h-6h-1h-1.6c-0.9%2C1.8-2.7%2C3-4.9%2C3s-4-1.2-4.9-3H1H0v-1v-3v-1v-3v-1V7V6V3V2h7h1h6h1h6h1v1v3v1v3v1v3v1v3v1H21z%20M1%2C18h1.2C2.1%2C17.5%2C2%2C17%2C2%2C16.5c0-0.5%2C0.1-1%2C0.2-1.5H1V18z%20M7%2C3H1v3h6V3z%20M7%2C7H1v3h6V7z%20M7.5%2C12C5%2C12%2C3%2C14%2C3%2C16.5S5%2C21%2C7.5%2C21s4.5-2%2C4.5-4.5S10%2C12%2C7.5%2C12z%20M14%2C3H8v3h6V3z%20M14%2C7H8v3h6V7z%20M14%2C15h-1.2c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5-0.1%2C1-0.2%2C1.5H14V15z%20M21%2C3h-6v3h6V3z%20M21%2C7h-6v3h6V7z%20M21%2C15h-6v3h6V15z%20M9.6%2C19.3l-2.1-2.1l-2.1%2C2.1l-0.7-0.7l2.1-2.1l-2.1-2.1l0.7-0.7l2.1%2C2.1l2.1-2.1l0.7%2C0.7l-2.1%2C2.1l2.1%2C2.1L9.6%2C19.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-pagebreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M8%2C14v1h1v-1H8z%20M6%2C14v1h1v-1H6z%20M18%2C21H3v-6H2v7h17v-7h-1V21z%20M4%2C14v1h1v-1H4z%20M14%2C14v1h1v-1H14z%20M10%2C14v1h1v-1H10z%20M8.2%2C1L2%2C7.6V14h1V9h6V2l0%2C0h9v12h1V1H8.2z%20M8%2C8H3.1L8%2C2.8V8z%20M12%2C14v1h1v-1H12z%20M16%2C14v1h1v-1H16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M8%2C14v1h1v-1H8z%20M6%2C14v1h1v-1H6z%20M18%2C21H3v-6H2v7h17v-7h-1V21z%20M4%2C14v1h1v-1H4z%20M14%2C14v1h1v-1H14z%20M10%2C14v1h1v-1H10z%20M8.2%2C1L2%2C7.6V14h1V9h6V2l0%2C0h9v12h1V1H8.2z%20M8%2C8H3.1L8%2C2.8V8z%20M12%2C14v1h1v-1H12z%20M16%2C14v1h1v-1H16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-sectionbreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C14V2H3v12H2V1h19v13H20z%20M5%2C14v1H4v-1H5z%20M7%2C14v1H6v-1H7z%20M9%2C14v1H8v-1H9z%20M11%2C14v1h-1v-1H11z%20M13%2C14v1h-1v-1H13z%20M15%2C14v1h-1v-1H15z%20M17%2C14v1h-1v-1H17z%20M18%2C14h1v1h-1V14z%20M3%2C21h17v-6h1v7H2v-7h1V21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C14V2H3v12H2V1h19v13H20z%20M5%2C14v1H4v-1H5z%20M7%2C14v1H6v-1H7z%20M9%2C14v1H8v-1H9z%20M11%2C14v1h-1v-1H11z%20M13%2C14v1h-1v-1H13z%20M15%2C14v1h-1v-1H15z%20M17%2C14v1h-1v-1H17z%20M18%2C14h1v1h-1V14z%20M3%2C21h17v-6h1v7H2v-7h1V21z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-stringbreak { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2C12H5.1L9%2C15.9l-0.7%2C0.7l-4.5-4.5l-0.6-0.6l0.6-0.6l4.5-4.5L9%2C7.1L5.1%2C11H18V5h1v6v1H18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2C12H5.1L9%2C15.9l-0.7%2C0.7l-4.5-4.5l-0.6-0.6l0.6-0.6l4.5-4.5L9%2C7.1L5.1%2C11H18V5h1v6v1H18z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-pagenumber { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.2%2C1L2%2C7.6V22h17V1H8.2z%20M8%2C2.8V8H3.1L8%2C2.8z%20M18%2C21H3V9h6V2l0%2C0h9V21z%20M12%2C19h1v-4h-0.7c0%2C0.2-0.1-0.1-0.1%2C0c-0.1%2C0.1-0.2%2C0-0.3%2C0c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.1%2C0-0.3%2C0-0.4%2C0V16H12V19z%20M15.3%2C17.3C15%2C17.9%2C15.1%2C18.4%2C15%2C19h0.9c0-0.3%2C0-0.6%2C0.1-0.9c0.1-0.3%2C0.1-0.6%2C0.3-0.9c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.2-0.3%2C0.1-0.3%2C0.3-0.5V15h-3v1h1.9C15.6%2C16.4%2C15.5%2C16.7%2C15.3%2C17.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.2%2C1L2%2C7.6V22h17V1H8.2z%20M8%2C2.8V8H3.1L8%2C2.8z%20M18%2C21H3V9h6V2l0%2C0h9V21z%20M12%2C19h1v-4h-0.7c0%2C0.2-0.1-0.1-0.1%2C0c-0.1%2C0.1-0.2%2C0-0.3%2C0c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.1%2C0-0.3%2C0-0.4%2C0V16H12V19z%20M15.3%2C17.3C15%2C17.9%2C15.1%2C18.4%2C15%2C19h0.9c0-0.3%2C0-0.6%2C0.1-0.9c0.1-0.3%2C0.1-0.6%2C0.3-0.9c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.2-0.3%2C0.1-0.3%2C0.3-0.5V15h-3v1h1.9C15.6%2C16.4%2C15.5%2C16.7%2C15.3%2C17.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-link { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-image-library { width: 22px; @@ -6034,145 +6034,145 @@ i.icon.icon-image-library { i.icon.icon-text-valign-top { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-middle { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-bottom { width: 22px; height: 22px; - background-color: #DF6737; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #aa5252; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-all { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-none { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-inner { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-outer { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-left { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-center { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-right { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-top { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-middle { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-bottom { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-backward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-forward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-background { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-foreground { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-left { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20class%3D%22st0%22%20d%3D%22M1%2C21h1V1H1V21z%20M4%2C13v4h16v-4H4z%20M12%2C5H4v4h8V5z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20class%3D%22st0%22%20d%3D%22M1%2C21h1V1H1V21z%20M4%2C13v4h16v-4H4z%20M12%2C5H4v4h8V5z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-center { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_24_%22%3E%3Cpolygon%20id%3D%22XMLID_25_%22%20class%3D%22st0%22%20points%3D%2219%2C13%2011%2C13%2011%2C9%2015%2C9%2015%2C5%2011%2C5%2011%2C1%2010%2C1%2010%2C5%206%2C5%206%2C9%2010%2C9%2010%2C13%202%2C13%202%2C17%2010%2C17%2010%2C21%2011%2C21%2011%2C17%2019%2C17%20%09%09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_24_%22%3E%3Cpolygon%20id%3D%22XMLID_25_%22%20class%3D%22st0%22%20points%3D%2219%2C13%2011%2C13%2011%2C9%2015%2C9%2015%2C5%2011%2C5%2011%2C1%2010%2C1%2010%2C5%206%2C5%206%2C9%2010%2C9%2010%2C13%202%2C13%202%2C17%2010%2C17%2010%2C21%2011%2C21%2011%2C17%2019%2C17%20%09%09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-right { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_42_%22%3E%3Cpath%20id%3D%22XMLID_44_%22%20class%3D%22st0%22%20d%3D%22M20%2C1v20h1V1H20z%20M2%2C17h16v-4H2V17z%20M10%2C9h8V5h-8V9z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_42_%22%3E%3Cpath%20id%3D%22XMLID_44_%22%20class%3D%22st0%22%20d%3D%22M20%2C1v20h1V1H20z%20M2%2C17h16v-4H2V17z%20M10%2C9h8V5h-8V9z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-top { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M1%2C1v1h20V1H1z%20M9%2C4H5v16h4V4z%20M17%2C12V4h-4v8H17z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M1%2C1v1h20V1H1z%20M9%2C4H5v16h4V4z%20M17%2C12V4h-4v8H17z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-middle { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_24_%22%3E%3Cpolygon%20id%3D%22XMLID_25_%22%20class%3D%22st0%22%20points%3D%2213%2C2%2013%2C10%209%2C10%209%2C6%205%2C6%205%2C10%201%2C10%201%2C11%205%2C11%205%2C15%209%2C15%209%2C11%2013%2C11%2013%2C19%2017%2C19%2017%2C11%2021%2C11%2021%2C10%2017%2C10%2017%2C2%20%09%09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_5_%22%3E%3Cg%20id%3D%22XMLID_24_%22%3E%3Cpolygon%20id%3D%22XMLID_25_%22%20class%3D%22st0%22%20points%3D%2213%2C2%2013%2C10%209%2C10%209%2C6%205%2C6%205%2C10%201%2C10%201%2C11%205%2C11%205%2C15%209%2C15%209%2C11%2013%2C11%2013%2C19%2017%2C19%2017%2C11%2021%2C11%2021%2C10%2017%2C10%2017%2C2%20%09%09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-bottom { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M21%2C20v-1H1v1H21z%20M9%2C1H5v16h4V1z%20M13%2C9v8h4V9H13z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M21%2C20v-1H1v1H21z%20M9%2C1H5v16h4V1z%20M13%2C9v8h4V9H13z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-horizontal { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M1%2C1v1h20V1H1z%20M0.999999%2C19.0000076V20h20v-0.9999924H0.999999z%20M9.000001%2C2.9999995h-4v15h4V2.9999995z%20M17%2C13.999999V6.9999986h-3.999999v7.0000005H17z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M1%2C1v1h20V1H1z%20M0.999999%2C19.0000076V20h20v-0.9999924H0.999999z%20M9.000001%2C2.9999995h-4v15h4V2.9999995z%20M17%2C13.999999V6.9999986h-3.999999v7.0000005H17z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-align-vertical { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23DF6737%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M0.9999998%2C21h1v-20h-1V21z%20M19.0000076%2C21H20v-20h-0.9999924V21z%20M2.9999995%2C12.999999v3.999999h15%20v-3.999999H2.9999995z%20M13.999999%2C4.999999H6.9999986v4h7.0000005V4.999999z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23aa5252%22%3E%3Cg%3E%3Cg%20id%3D%22XMLID_35_%22%3E%3Cpath%20id%3D%22XMLID_36_%22%20d%3D%22M0.9999998%2C21h1v-20h-1V21z%20M19.0000076%2C21H20v-20h-0.9999924V21z%20M2.9999995%2C12.999999v3.999999h15%20v-3.999999H2.9999995z%20M13.999999%2C4.999999H6.9999986v4h7.0000005V4.999999z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-pdf { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2233px%22%20height%3D%2233px%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23DF6737%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2233px%22%20height%3D%2233px%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23aa5252%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-pptx { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%2219.951%2032.432%2065.000002%2065.000003%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23df6737%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M%2051.31066%2C44.356609%20C%2047.702785%2C44.433229%2043.9488%2C45.107%2040.5548%2C44.9445%20c%20-0.149%2C13.35%20-0.123719%2C26.7115%20-0.01172%2C40.0625%202.476001%2C0.199%204.9625%2C0.412%207.4375%2C0.625%20-0.011%2C-4.888%206.72e-4%2C-9.776062%200.01367%2C-14.664062%203.088%2C0.100999%206.336828%2C0.300562%209.173828%2C-1.148438%207.988%2C-3.913%209.413391%2C-15.938562%204.025391%2C-22.476562%20-2.8125%2C-2.544001%20-6.274937%2C-3.062954%20-9.882812%2C-2.986329%20z%20m%20-0.416016%2C7.244141%20c%201.641035%2C0.04387%203.222344%2C0.409844%204.261719%2C1.855469%201.425%2C2.45%201.350109%2C5.676172%200.162109%2C8.201172%20-1.425%2C2.575%20-4.650672%2C2.325%20-7.138672%2C2.625%20-0.262%2C-4.188%20-0.236218%2C-8.377172%20-0.199219%2C-12.576172%200.923626%2C-0.04237%201.929442%2C-0.131789%202.914063%2C-0.105469%20z%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%2219.951%2032.432%2065.000002%2065.000003%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23aa5252%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M%2051.31066%2C44.356609%20C%2047.702785%2C44.433229%2043.9488%2C45.107%2040.5548%2C44.9445%20c%20-0.149%2C13.35%20-0.123719%2C26.7115%20-0.01172%2C40.0625%202.476001%2C0.199%204.9625%2C0.412%207.4375%2C0.625%20-0.011%2C-4.888%206.72e-4%2C-9.776062%200.01367%2C-14.664062%203.088%2C0.100999%206.336828%2C0.300562%209.173828%2C-1.148438%207.988%2C-3.913%209.413391%2C-15.938562%204.025391%2C-22.476562%20-2.8125%2C-2.544001%20-6.274937%2C-3.062954%20-9.882812%2C-2.986329%20z%20m%20-0.416016%2C7.244141%20c%201.641035%2C0.04387%203.222344%2C0.409844%204.261719%2C1.855469%201.425%2C2.45%201.350109%2C5.676172%200.162109%2C8.201172%20-1.425%2C2.575%20-4.650672%2C2.325%20-7.138672%2C2.625%20-0.262%2C-4.188%20-0.236218%2C-8.377172%20-0.199219%2C-12.576172%200.923626%2C-0.04237%201.929442%2C-0.131789%202.914063%2C-0.105469%20z%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-odp { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.63%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.63px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23DF6737%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.63%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.63px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23aa5252%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); } .navbar i.icon.icon-undo { width: 22px; @@ -6274,7 +6274,7 @@ textarea { .shapes li .thumb { width: 100%; height: 100%; - background-color: #DF6737; + background-color: #aa5252; } .bullets ul, .numbers ul { diff --git a/apps/presentationeditor/mobile/resources/less/app-ios.less b/apps/presentationeditor/mobile/resources/less/app-ios.less index 7e8269968..2b801be96 100644 --- a/apps/presentationeditor/mobile/resources/less/app-ios.less +++ b/apps/presentationeditor/mobile/resources/less/app-ios.less @@ -2,7 +2,7 @@ @import url('../../../../../vendor/framework7/src/less/ios/_colors-vars.less'); // Colors -@themeColor: #DF6737; // (223,103,55) +@themeColor: #aa5252; // (223,103,55) @import url('../../../../../vendor/framework7/src/less/ios/intro.less'); @import url('../../../../../vendor/framework7/src/less/ios/grid.less'); diff --git a/apps/presentationeditor/mobile/resources/less/app-material.less b/apps/presentationeditor/mobile/resources/less/app-material.less index debcf9c02..ddc66ef07 100644 --- a/apps/presentationeditor/mobile/resources/less/app-material.less +++ b/apps/presentationeditor/mobile/resources/less/app-material.less @@ -2,7 +2,7 @@ @import url('../../../../../vendor/framework7/src/less/material/_colors-vars.less'); // Colors -@themeColor: #DF6737; // (223,103,55) +@themeColor: #aa5252; // (223,103,55) @navBarIconColor: #fff; @import url('../../../../../vendor/framework7/src/less/material/intro.less'); diff --git a/apps/presentationeditor/mobile/resources/less/ios/_icons.less b/apps/presentationeditor/mobile/resources/less/ios/_icons.less index 448b344b4..24739d9cd 100644 --- a/apps/presentationeditor/mobile/resources/less/ios/_icons.less +++ b/apps/presentationeditor/mobile/resources/less/ios/_icons.less @@ -356,16 +356,16 @@ i.icon { &.icon-format-pdf { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-pptx { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-odp { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/resources/less/material/_icons.less b/apps/presentationeditor/mobile/resources/less/material/_icons.less index 9c645a0f5..dcc4af94e 100644 --- a/apps/presentationeditor/mobile/resources/less/material/_icons.less +++ b/apps/presentationeditor/mobile/resources/less/material/_icons.less @@ -326,17 +326,17 @@ i.icon { &.icon-format-pdf { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-pptx { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-odp { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } } diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-ios.css b/apps/spreadsheeteditor/mobile/resources/css/app-ios.css index 7406378ee..2693d9ac4 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-ios.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-ios.css @@ -47,7 +47,7 @@ select { } a { text-decoration: none; - color: #4F9E4F; + color: #40865c; } p { margin: 1em 0; @@ -1423,7 +1423,7 @@ html.pixel-ratio-3 .toolbar:before { color: #929292; } .tabbar a.active { - color: #4F9E4F; + color: #40865c; } .tabbar a.link { line-height: 1.4; @@ -2032,21 +2032,21 @@ i.icon { i.icon.icon-back { width: 12px; height: 20px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%234F9E4F'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%2340865c'%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-forward { width: 12px; height: 20px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%234F9E4F'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%2340865c'%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-bars { width: 21px; height: 14px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%234F9E4F'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%2340865c'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2ddpx) { i.icon.icon-bars { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%234F9E4F'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%2340865c'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E"); height: 13px; } } @@ -2067,10 +2067,10 @@ i.icon.icon-prev { height: 15px; } i.icon.icon-next { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%234F9E4F'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2340865c'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-prev { - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%234F9E4F'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2340865c'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-plus { width: 25px; @@ -3034,8 +3034,8 @@ html.android .label-switch input[type="checkbox"] + .checkbox:before { transition-duration: 0; } .button { - border: 1px solid #4F9E4F; - color: #4F9E4F; + border: 1px solid #40865c; + color: #40865c; text-decoration: none; text-align: center; display: block; @@ -3065,13 +3065,13 @@ input[type="button"].button { } html:not(.watch-active-state) .button:active, .button.active-state { - background: rgba(79, 158, 79, 0.15); + background: rgba(64, 134, 92, 0.15); } .button.button-round { border-radius: 27px; } .button.active { - background: #4F9E4F; + background: #40865c; color: #fff; } .button.button-big { @@ -3081,7 +3081,7 @@ html:not(.watch-active-state) .button:active, } .button.button-fill { color: #fff; - background: #4F9E4F; + background: #40865c; border-color: transparent; } html:not(.watch-active-state) .button.button-fill:active, @@ -3217,7 +3217,7 @@ html:not(.watch-active-state) .button.button-fill:active, height: 2px; margin-top: -1px; z-index: 1; - background: #4F9E4F; + background: #40865c; content: ' '; } .range-slider input[type="range"]::-moz-range-track { @@ -3266,7 +3266,7 @@ html:not(.watch-active-state) .button.button-fill:active, top: 50%; } .range-slider input[type="range"]::-ms-fill-lower { - background: #4F9E4F; + background: #40865c; } .range-slider input[type="range"]::-ms-fill-upper { background: #b7b8b7; @@ -3299,7 +3299,7 @@ label.label-checkbox input[type="radio"] { label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox { border: none; - background-color: #4F9E4F; + background-color: #40865c; } label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after { @@ -3322,7 +3322,7 @@ label.label-radio input[type="radio"] ~ .item-inner { label.label-radio input[type="checkbox"]:checked ~ .item-inner, label.label-radio input[type="radio"]:checked ~ .item-inner { background: no-repeat center; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%234F9E4F'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%2340865c'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E"); background-position: 90% center; background-position: -webkit-calc(100% - 15px) center; background-position: calc(100% - 15px) center; @@ -3677,7 +3677,7 @@ html.ios-gt-8 .modal-title { font-size: 17px; line-height: 44px; text-align: center; - color: #4F9E4F; + color: #40865c; display: block; position: relative; white-space: nowrap; @@ -3911,7 +3911,7 @@ html.ios-gt-8 .actions-modal-label.actions-modal-button-bold { height: 57px; line-height: 57px; font-size: 20px; - color: #4F9E4F; + color: #40865c; white-space: normal; text-overflow: ellipsis; } @@ -4821,7 +4821,7 @@ html.with-statusbar-overlay body .panel { } .progressbar span { width: 100%; - background: #4F9E4F; + background: #40865c; height: 100%; position: absolute; left: 0; @@ -4838,7 +4838,7 @@ html.with-statusbar-overlay body .panel { top: 0; width: 100%; height: 100%; - background: #4F9E4F; + background: #40865c; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform-origin: left center; @@ -5982,7 +5982,7 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { height: 22px; right: -5px; bottom: -5px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } .item-content .item-after.splitter { color: #000; @@ -6002,10 +6002,10 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { text-align: right; } .item-content .item-after input.field { - color: #4F9E4F; + color: #40865c; } .item-content .item-after input.field.placeholder-color::-webkit-input-placeholder { - color: #4F9E4F; + color: #40865c; } .item-content .item-after input.field.right { text-align: right; @@ -6048,7 +6048,7 @@ html.pixel-ratio-3 .settings.popover .list-block ul:last-child:after { padding-right: 15px; } .list-block .item-link.list-button { - color: #4F9E4F; + color: #40865c; } .button.active i.icon { background-color: #fff; @@ -6195,7 +6195,7 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after position: absolute; width: 100%; height: 100%; - box-shadow: 0 0 0 1px white, 0 0 0 4px #4F9E4F; + box-shadow: 0 0 0 1px white, 0 0 0 4px #40865c; z-index: 1; border-radius: 1px; } @@ -6242,145 +6242,145 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after i.icon.icon-search { width: 24px; height: 24px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.8%2C15c1.4-1.6%2C2.2-3.7%2C2.2-5.9c0-5-4-9-9-9C4%2C0%2C0%2C4%2C0%2C9c0%2C5%2C4%2C9%2C9%2C9c2.3%2C0%2C4.4-0.9%2C5.9-2.2l5.8%2C5.8l0.2-0.6l0.7-0.2L15.8%2C15z%20M9%2C17c-4.4%2C0-8-3.6-8-8c0-4.4%2C3.6-8%2C8-8c4.4%2C0%2C8%2C3.6%2C8%2C8C17%2C13.5%2C13.5%2C17%2C9%2C17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.8%2C15c1.4-1.6%2C2.2-3.7%2C2.2-5.9c0-5-4-9-9-9C4%2C0%2C0%2C4%2C0%2C9c0%2C5%2C4%2C9%2C9%2C9c2.3%2C0%2C4.4-0.9%2C5.9-2.2l5.8%2C5.8l0.2-0.6l0.7-0.2L15.8%2C15z%20M9%2C17c-4.4%2C0-8-3.6-8-8c0-4.4%2C3.6-8%2C8-8c4.4%2C0%2C8%2C3.6%2C8%2C8C17%2C13.5%2C13.5%2C17%2C9%2C17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-edit { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2219.3%2C5.3%206.1%2C18.4%204.6%2C16.9%2017.8%2C3.8%2017.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2219.3%2C5.3%206.1%2C18.4%204.6%2C16.9%2017.8%2C3.8%2017.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-undo { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C16v2h-1v-2l0%2C0c0-2.9-2.1-5-5-5l0%2C0H1.9L5%2C14c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-0.4%2C0.4c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-4.2-4.2c-0.1-0.1-0.1-0.2%2C0-0.3l0.4-0.4h0.1L4.4%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l0.5%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3L1.9%2C10H16l0%2C0C19.3%2C10%2C22%2C12.7%2C22%2C16L22%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C16v2h-1v-2l0%2C0c0-2.9-2.1-5-5-5l0%2C0H1.9L5%2C14c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-0.4%2C0.4c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-4.2-4.2c-0.1-0.1-0.1-0.2%2C0-0.3l0.4-0.4h0.1L4.4%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l0.5%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3L1.9%2C10H16l0%2C0C19.3%2C10%2C22%2C12.7%2C22%2C16L22%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-redo { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C16c0-3.3%2C2.7-6%2C6-6v0h14.1l-3.3-3.3c-0.1-0.1-0.1-0.2%2C0-0.3L17.3%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l3.8%2C3.8c0%2C0%2C0.1%2C0%2C0.1%2C0l0.4%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-4.2%2C4.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-0.4-0.4c-0.1-0.1-0.1-0.2%2C0-0.3l3.1-3H6v0c-2.9%2C0-5%2C2.1-5%2C5h0v2H0L0%2C16L0%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C16c0-3.3%2C2.7-6%2C6-6v0h14.1l-3.3-3.3c-0.1-0.1-0.1-0.2%2C0-0.3L17.3%2C6c0.1-0.1%2C0.2-0.1%2C0.3%2C0l3.8%2C3.8c0%2C0%2C0.1%2C0%2C0.1%2C0l0.4%2C0.4c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3l-4.2%2C4.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0l-0.4-0.4c-0.1-0.1-0.1-0.2%2C0-0.3l3.1-3H6v0c-2.9%2C0-5%2C2.1-5%2C5h0v2H0L0%2C16L0%2C16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-reader { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-download { width: 22px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-info { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-plus { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C12H12v10h-1V12H1v-1h10V1h1v10h10V12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M22%2C12H12v10h-1V12H1v-1h10V1h1v10h10V12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-settings { width: 24px; height: 24px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.8%2C3l0.4%2C2c0.1%2C0.7%2C0.6%2C1.1%2C1.3%2C1.1c0.3%2C0%2C0.5-0.1%2C0.7-0.2l1.9-1.2l1.1%2C1.1l-1.1%2C1.8C15.8%2C8%2C15.8%2C8.5%2C16%2C8.9c0.2%2C0.4%2C0.5%2C0.7%2C1%2C0.8l2.1%2C0.5v1.6L17%2C12.2c-0.5%2C0.1-0.8%2C0.4-1%2C0.8c-0.2%2C0.4-0.1%2C0.9%2C0.1%2C1.2l1.2%2C1.9l-1.1%2C1.1l-1.8-1.1c-0.2-0.2-0.5-0.2-0.8-0.2c-0.6%2C0-1.2%2C0.5-1.3%2C1.1l-0.5%2C2.1h-1.6l-0.4-2C9.7%2C16.4%2C9.2%2C16%2C8.5%2C16c-0.3%2C0-0.5%2C0.1-0.7%2C0.2l-1.9%2C1.2l-1.1-1.1l1.1-1.8c0.3-0.4%2C0.3-0.9%2C0.1-1.3c-0.2-0.4-0.5-0.7-1-0.8l-2.1-0.5v-1.6l2-0.4c0.5-0.1%2C0.8-0.4%2C1-0.8C6.1%2C8.7%2C6%2C8.2%2C5.8%2C7.9l-1-2l1.1-1.1l1.8%2C1.1C8%2C6.1%2C8.2%2C6.2%2C8.5%2C6.2c0.6%2C0%2C1.2-0.5%2C1.3-1.1L10.3%2C3H11.8%20M11%2C15.5c2.5%2C0%2C4.5-2%2C4.5-4.5s-2-4.5-4.5-4.5s-4.5%2C2-4.5%2C4.5S8.5%2C15.5%2C11%2C15.5%20M12.1%2C2H9.9C9.6%2C2%2C9.4%2C2.2%2C9.3%2C2.5L8.8%2C4.9c0%2C0.2-0.2%2C0.3-0.3%2C0.3s-0.1%2C0-0.2-0.1L6.2%2C3.8C6.1%2C3.7%2C6%2C3.7%2C5.8%2C3.7c-0.1%2C0-0.3%2C0-0.4%2C0.1L3.8%2C5.4c-0.1%2C0.2-0.2%2C0.5%2C0%2C0.8l1.3%2C2.1c0.1%2C0.2%2C0.1%2C0.4-0.2%2C0.5L2.5%2C9.3C2.2%2C9.4%2C2%2C9.6%2C2%2C9.9v2.2c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.6l2.4%2C0.5c0.3%2C0.1%2C0.4%2C0.3%2C0.2%2C0.5l-1.3%2C2.1c-0.2%2C0.2-0.1%2C0.6%2C0.1%2C0.8l1.6%2C1.6c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2s0.2%2C0%2C0.3-0.1L8.3%2C17c0.1-0.1%2C0.1-0.1%2C0.2-0.1s0.3%2C0.1%2C0.3%2C0.3l0.5%2C2.3C9.4%2C19.8%2C9.6%2C20%2C9.9%2C20h2.2c0.3%2C0%2C0.5-0.2%2C0.6-0.5l0.5-2.4c0-0.2%2C0.1-0.3%2C0.3-0.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0.1l2.1%2C1.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2l1.6-1.6c0.2-0.2%2C0.2-0.5%2C0.1-0.8l-1.3-2.1c-0.2-0.2-0.1-0.5%2C0.2-0.5l2.4-0.5c0.3-0.1%2C0.5-0.3%2C0.5-0.6V9.8c0-0.3-0.2-0.5-0.5-0.6l-2.4-0.5c-0.3-0.1-0.4-0.3-0.2-0.5l1.3-2.1c0.2-0.2%2C0.1-0.6-0.1-0.8l-1.6-1.6c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1%2C0-0.2%2C0-0.3%2C0.1l-2.1%2C1.3C13.6%2C5%2C13.6%2C5%2C13.5%2C5c-0.1%2C0-0.3-0.1-0.3-0.3l-0.5-2.2C12.6%2C2.2%2C12.4%2C2%2C12.1%2C2L12.1%2C2z%20M11%2C14.5c-1.9%2C0-3.5-1.6-3.5-3.5S9.1%2C7.5%2C11%2C7.5s3.5%2C1.6%2C3.5%2C3.5S12.9%2C14.5%2C11%2C14.5L11%2C14.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.8%2C3l0.4%2C2c0.1%2C0.7%2C0.6%2C1.1%2C1.3%2C1.1c0.3%2C0%2C0.5-0.1%2C0.7-0.2l1.9-1.2l1.1%2C1.1l-1.1%2C1.8C15.8%2C8%2C15.8%2C8.5%2C16%2C8.9c0.2%2C0.4%2C0.5%2C0.7%2C1%2C0.8l2.1%2C0.5v1.6L17%2C12.2c-0.5%2C0.1-0.8%2C0.4-1%2C0.8c-0.2%2C0.4-0.1%2C0.9%2C0.1%2C1.2l1.2%2C1.9l-1.1%2C1.1l-1.8-1.1c-0.2-0.2-0.5-0.2-0.8-0.2c-0.6%2C0-1.2%2C0.5-1.3%2C1.1l-0.5%2C2.1h-1.6l-0.4-2C9.7%2C16.4%2C9.2%2C16%2C8.5%2C16c-0.3%2C0-0.5%2C0.1-0.7%2C0.2l-1.9%2C1.2l-1.1-1.1l1.1-1.8c0.3-0.4%2C0.3-0.9%2C0.1-1.3c-0.2-0.4-0.5-0.7-1-0.8l-2.1-0.5v-1.6l2-0.4c0.5-0.1%2C0.8-0.4%2C1-0.8C6.1%2C8.7%2C6%2C8.2%2C5.8%2C7.9l-1-2l1.1-1.1l1.8%2C1.1C8%2C6.1%2C8.2%2C6.2%2C8.5%2C6.2c0.6%2C0%2C1.2-0.5%2C1.3-1.1L10.3%2C3H11.8%20M11%2C15.5c2.5%2C0%2C4.5-2%2C4.5-4.5s-2-4.5-4.5-4.5s-4.5%2C2-4.5%2C4.5S8.5%2C15.5%2C11%2C15.5%20M12.1%2C2H9.9C9.6%2C2%2C9.4%2C2.2%2C9.3%2C2.5L8.8%2C4.9c0%2C0.2-0.2%2C0.3-0.3%2C0.3s-0.1%2C0-0.2-0.1L6.2%2C3.8C6.1%2C3.7%2C6%2C3.7%2C5.8%2C3.7c-0.1%2C0-0.3%2C0-0.4%2C0.1L3.8%2C5.4c-0.1%2C0.2-0.2%2C0.5%2C0%2C0.8l1.3%2C2.1c0.1%2C0.2%2C0.1%2C0.4-0.2%2C0.5L2.5%2C9.3C2.2%2C9.4%2C2%2C9.6%2C2%2C9.9v2.2c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.6l2.4%2C0.5c0.3%2C0.1%2C0.4%2C0.3%2C0.2%2C0.5l-1.3%2C2.1c-0.2%2C0.2-0.1%2C0.6%2C0.1%2C0.8l1.6%2C1.6c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2s0.2%2C0%2C0.3-0.1L8.3%2C17c0.1-0.1%2C0.1-0.1%2C0.2-0.1s0.3%2C0.1%2C0.3%2C0.3l0.5%2C2.3C9.4%2C19.8%2C9.6%2C20%2C9.9%2C20h2.2c0.3%2C0%2C0.5-0.2%2C0.6-0.5l0.5-2.4c0-0.2%2C0.1-0.3%2C0.3-0.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0.1l2.1%2C1.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0%2C0.3-0.1%2C0.4-0.2l1.6-1.6c0.2-0.2%2C0.2-0.5%2C0.1-0.8l-1.3-2.1c-0.2-0.2-0.1-0.5%2C0.2-0.5l2.4-0.5c0.3-0.1%2C0.5-0.3%2C0.5-0.6V9.8c0-0.3-0.2-0.5-0.5-0.6l-2.4-0.5c-0.3-0.1-0.4-0.3-0.2-0.5l1.3-2.1c0.2-0.2%2C0.1-0.6-0.1-0.8l-1.6-1.6c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1%2C0-0.2%2C0-0.3%2C0.1l-2.1%2C1.3C13.6%2C5%2C13.6%2C5%2C13.5%2C5c-0.1%2C0-0.3-0.1-0.3-0.3l-0.5-2.2C12.6%2C2.2%2C12.4%2C2%2C12.1%2C2L12.1%2C2z%20M11%2C14.5c-1.9%2C0-3.5-1.6-3.5-3.5S9.1%2C7.5%2C11%2C7.5s3.5%2C1.6%2C3.5%2C3.5S12.9%2C14.5%2C11%2C14.5L11%2C14.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-about { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-help { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-versions { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-color { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-fill-color { width: 22px; height: 22px; background-size: 130%; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M11%2C2.3L3.8%2C9.5L9%2C14.7l7.2-7.2L11%2C2.3z%20M14.8%2C7.5L13.3%2C9H5.7L11%2C3.7L14.8%2C7.5z%22%2F%3E%3Cpath%20d%3D%22M17%2C9c0%2C0-2%2C2-2%2C3s1%2C2%2C2%2C2s2-1%2C2-2S17%2C9%2C17%2C9z%22%2F%3E%3Cpath%20d%3D%22M10.8%2C7.5c-3.2-1.1-4.3-2.8-4.3-4c0-0.3%2C0.1-0.5%2C0.4-0.7c0.7-0.5%2C2.6%2C0%2C3.3%2C0.2L9.8%2C4c-1-0.3-2-0.5-2.3-0.4c0.1%2C0.8%2C1%2C2.1%2C3.7%2C2.9L10.8%2C7.5z%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%227%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M11%2C2.3L3.8%2C9.5L9%2C14.7l7.2-7.2L11%2C2.3z%20M14.8%2C7.5L13.3%2C9H5.7L11%2C3.7L14.8%2C7.5z%22%2F%3E%3Cpath%20d%3D%22M17%2C9c0%2C0-2%2C2-2%2C3s1%2C2%2C2%2C2s2-1%2C2-2S17%2C9%2C17%2C9z%22%2F%3E%3Cpath%20d%3D%22M10.8%2C7.5c-3.2-1.1-4.3-2.8-4.3-4c0-0.3%2C0.1-0.5%2C0.4-0.7c0.7-0.5%2C2.6%2C0%2C3.3%2C0.2L9.8%2C4c-1-0.3-2-0.5-2.3-0.4c0.1%2C0.8%2C1%2C2.1%2C3.7%2C2.9L10.8%2C7.5z%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%227%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-center { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-justify { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-left { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-right { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-top { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-middle { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-bottom { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-prev { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M16%2C20.5L15%2C21.5L4.5%2C11l0%2C0l0%2C0L15%2C0.5L16%2C1.5L6.6%2C11L16%2C20.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M16%2C20.5L15%2C21.5L4.5%2C11l0%2C0l0%2C0L15%2C0.5L16%2C1.5L6.6%2C11L16%2C20.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-next { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C11L6%2C1.5l1.1-1.1L17.5%2C11l0%2C0l0%2C0L7.1%2C21.5L6%2C20.5L15.5%2C11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C11L6%2C1.5l1.1-1.1L17.5%2C11l0%2C0l0%2C0L7.1%2C21.5L6%2C20.5L15.5%2C11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-expand-down { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M20.5%2C6.5l1.1%2C1.1L11%2C18l0%2C0l0%2C0L0.5%2C7.5l1.1-1.1l9.5%2C9.5L20.5%2C6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M20.5%2C6.5l1.1%2C1.1L11%2C18l0%2C0l0%2C0L0.5%2C7.5l1.1-1.1l9.5%2C9.5L20.5%2C6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-link { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-insimage { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cpath%20id%3D%22XMLID_43_%22%20d%3D%22M19%2C4L19%2C4H3v15l0%2C0l0%2C0l0%2C0h17V4H19z%20M7.5%2C7C8.3%2C7%2C9%2C7.7%2C9%2C8.5S8.3%2C10%2C7.5%2C10S6%2C9.3%2C6%2C8.5S6.7%2C7%2C7.5%2C7zM5.2%2C18l5.5-5.5l5.5%2C5.5H5.2z%20M19%2C18h-1.5l-4.3-4.3l4-4l1.8%2C1.8V18z%22%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cpath%20id%3D%22XMLID_43_%22%20d%3D%22M19%2C4L19%2C4H3v15l0%2C0l0%2C0l0%2C0h17V4H19z%20M7.5%2C7C8.3%2C7%2C9%2C7.7%2C9%2C8.5S8.3%2C10%2C7.5%2C10S6%2C9.3%2C6%2C8.5S6.7%2C7%2C7.5%2C7zM5.2%2C18l5.5-5.5l5.5%2C5.5H5.2z%20M19%2C18h-1.5l-4.3-4.3l4-4l1.8%2C1.8V18z%22%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-sort { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cpolygon%20points%3D%228%2C16.4%207.3%2C15.7%205%2C18.1%205%2C2%204%2C2%204%2C18.1%201.7%2C15.7%201%2C16.4%204.5%2C20%204.5%2C20%204.5%2C20%20%22%2F%3E%3Cpath%20d%3D%22M19.3%2C4H8.7C8.1%2C4%2C7.8%2C4.6%2C8.1%2C5.1l3.9%2C5.9v4.7l2.8%2C1.5c0.5%2C0.3%2C1.1-0.1%2C1.1-0.7V11h0l3.9-5.9C20.2%2C4.6%2C19.9%2C4%2C19.3%2C4z%22%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cpolygon%20points%3D%228%2C16.4%207.3%2C15.7%205%2C18.1%205%2C2%204%2C2%204%2C18.1%201.7%2C15.7%201%2C16.4%204.5%2C20%204.5%2C20%204.5%2C20%20%22%2F%3E%3Cpath%20d%3D%22M19.3%2C4H8.7C8.1%2C4%2C7.8%2C4.6%2C8.1%2C5.1l3.9%2C5.9v4.7l2.8%2C1.5c0.5%2C0.3%2C1.1-0.1%2C1.1-0.7V11h0l3.9-5.9C20.2%2C4.6%2C19.9%2C4%2C19.3%2C4z%22%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-image-library { width: 22px; @@ -6390,7 +6390,7 @@ i.icon.icon-image-library { i.icon.icon-cell-wrap { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20id%3D%22XMLID_8_%22%20d%3D%22M20%2C1H0v1v18v1h21v-1V1H20z%20M20%2C20H1V2h19V20z%22%2F%3E%3Crect%20id%3D%22XMLID_12_%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2217%22%20height%3D%221%22%2F%3E%3Crect%20id%3D%22XMLID_13_%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2217%22%20height%3D%221%22%2F%3E%3Crect%20id%3D%22XMLID_14_%22%20x%3D%222%22%20y%3D%228%22%20width%3D%2211%22%20height%3D%221%22%2F%3E%3Crect%20id%3D%22XMLID_15_%22%20x%3D%222%22%20y%3D%2216%22%20width%3D%2211%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20id%3D%22XMLID_8_%22%20d%3D%22M20%2C1H0v1v18v1h21v-1V1H20z%20M20%2C20H1V2h19V20z%22%2F%3E%3Crect%20id%3D%22XMLID_12_%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2217%22%20height%3D%221%22%2F%3E%3Crect%20id%3D%22XMLID_13_%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2217%22%20height%3D%221%22%2F%3E%3Crect%20id%3D%22XMLID_14_%22%20x%3D%222%22%20y%3D%228%22%20width%3D%2211%22%20height%3D%221%22%2F%3E%3Crect%20id%3D%22XMLID_15_%22%20x%3D%222%22%20y%3D%2216%22%20width%3D%2211%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-function { width: 22px; @@ -6400,162 +6400,162 @@ i.icon.icon-function { i.icon.icon-move-backward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-forward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-background { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-foreground { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-all { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-none { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-inner { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-outer { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-left { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-center { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-right { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-top { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-middle { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-bottom { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-dup { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%203%2C23%203%2C24%204%2C24%2030%2C-2%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%203%2C23%203%2C24%204%2C24%2030%2C-2%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-ddown { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C23%204%2C-3%203%2C-3%203%2C-2%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2030%2C24%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C23%204%2C-3%203%2C-3%203%2C-2%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2030%2C24%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-general { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7700195%2C2.8598633L7.5600586%2C10h-1.050293L5.7299805%2C7.8500977H2.7099609L1.9101562%2C10H0.9399414l2.7802734-7.1401367H4.7700195z%20M5.4301758%2C7.0498047L4.2402344%2C3.7202148H4.2202148L3.0097656%2C7.0498047H5.4301758z%22%2F%3E%3Cpath%20d%3D%22M10.8500977%2C2.8598633c0.1533203%2C0%2C0.3183594%2C0.0019531%2C0.4951172%2C0.0053711c0.1762695%2C0.003418%2C0.3515625%2C0.0131836%2C0.5249023%2C0.0297852s0.3349609%2C0.0415039%2C0.4848633%2C0.0751953c0.1499023%2C0.0332031%2C0.2783203%2C0.0830078%2C0.3847656%2C0.1499023c0.2333984%2C0.1396484%2C0.4316406%2C0.3334961%2C0.5952148%2C0.5800781c0.1630859%2C0.246582%2C0.2451172%2C0.5498047%2C0.2451172%2C0.909668c0%2C0.3803711-0.0917969%2C0.7084961-0.2749023%2C0.9853516c-0.1835938%2C0.2763672-0.4453125%2C0.4814453-0.7851562%2C0.6147461v0.0200195c0.4399414%2C0.0932617%2C0.7763672%2C0.293457%2C1.0097656%2C0.6000977s0.3500977%2C0.6796875%2C0.3500977%2C1.1201172c0%2C0.2597656-0.0463867%2C0.5131836-0.1401367%2C0.7597656c-0.0932617%2C0.246582-0.2314453%2C0.4648438-0.4145508%2C0.6552734c-0.1835938%2C0.1899414-0.4101562%2C0.3432617-0.6801758%2C0.4599609S12.0634766%2C10%2C11.7099609%2C10H8.2597656V2.8598633H10.8500977z%20M11.1098633%2C5.9301758c0.5400391%2C0%2C0.9282227-0.0952148%2C1.1650391-0.2851562s0.3549805-0.4750977%2C0.3549805-0.8549805c0-0.253418-0.0400391-0.453125-0.1201172-0.6000977c-0.0795898-0.1464844-0.1899414-0.2597656-0.3295898-0.3398438c-0.1401367-0.0800781-0.3017578-0.1318359-0.4853516-0.1552734c-0.1831055-0.0229492-0.378418-0.034668-0.5849609-0.034668H9.2099609v2.2700195H11.1098633z%20M11.5898438%2C9.2001953c0.4199219%2C0%2C0.7485352-0.1132812%2C0.9853516-0.340332c0.2363281-0.2265625%2C0.3549805-0.5400391%2C0.3549805-0.9399414c0-0.2333984-0.043457-0.4262695-0.1303711-0.5800781c-0.0864258-0.1533203-0.2016602-0.2749023-0.3447266-0.3647461c-0.1435547-0.090332-0.3085938-0.1533203-0.4951172-0.1899414s-0.3798828-0.0551758-0.5800781-0.0551758H9.2099609v2.4702148H11.5898438z%22%2F%3E%3Cpath%20d%3D%22M19.425293%2C3.8701172c-0.3637695-0.253418-0.7954102-0.3798828-1.2954102-0.3798828c-0.4267578%2C0-0.7915039%2C0.0795898-1.0947266%2C0.2397461c-0.3037109%2C0.1601562-0.5537109%2C0.375-0.75%2C0.6450195c-0.1967773%2C0.2700195-0.3417969%2C0.5786133-0.4350586%2C0.9248047c-0.0932617%2C0.3466797-0.1401367%2C0.7070312-0.1401367%2C1.0800781c0%2C0.4067383%2C0.046875%2C0.7919922%2C0.1401367%2C1.1552734s0.2382812%2C0.6796875%2C0.4350586%2C0.949707c0.1962891%2C0.2700195%2C0.4482422%2C0.4853516%2C0.7548828%2C0.6450195c0.3066406%2C0.1601562%2C0.6733398%2C0.2402344%2C1.1000977%2C0.2402344c0.3129883%2C0%2C0.5913086-0.0517578%2C0.8349609-0.1552734c0.2431641-0.1030273%2C0.453125-0.246582%2C0.6298828-0.4296875c0.1767578-0.1835938%2C0.3149414-0.4018555%2C0.4150391-0.6552734c0.1000977-0.2529297%2C0.1601562-0.5263672%2C0.1801758-0.8198242h0.949707c-0.0932617%2C0.8999023-0.4033203%2C1.6000977-0.9296875%2C2.1000977c-0.5268555%2C0.5-1.2470703%2C0.75-2.1601562%2C0.75c-0.5532227%2C0-1.0366211-0.0952148-1.4501953-0.2851562c-0.4130859-0.1899414-0.7563477-0.4516602-1.0297852-0.7851562c-0.2734375-0.3330078-0.4785156-0.7265625-0.6152344-1.1796875c-0.1367188-0.4536133-0.2045898-0.9399414-0.2045898-1.4599609s0.0732422-1.0083008%2C0.2197266-1.465332c0.1464844-0.456543%2C0.3618164-0.8549805%2C0.6450195-1.1948242s0.6367188-0.6083984%2C1.0600586-0.8051758c0.4233398-0.1962891%2C0.9082031-0.2949219%2C1.4550781-0.2949219c0.3730469%2C0%2C0.7265625%2C0.050293%2C1.0600586%2C0.1499023c0.3330078%2C0.1000977%2C0.6298828%2C0.2470703%2C0.8896484%2C0.4399414c0.2602539%2C0.1938477%2C0.4765625%2C0.4350586%2C0.6503906%2C0.7250977c0.1733398%2C0.2900391%2C0.2866211%2C0.625%2C0.3398438%2C1.0048828h-0.9501953C20.0234375%2C4.503418%2C19.7885742%2C4.1235352%2C19.425293%2C3.8701172z%22%2F%3E%3Cpath%20d%3D%22M3.7099609%2C19v-5.0800781H1.8701172v-0.6796875c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781c0.1831055-0.1000977%2C0.3383789-0.2363281%2C0.4648438-0.4101562c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023V19H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.7099609%2C13.4199219C8.8032227%2C13.1132812%2C8.9482422%2C12.8486328%2C9.1450195%2C12.625c0.1967773-0.2231445%2C0.4418945-0.3984375%2C0.7353516-0.5249023c0.2929688-0.1264648%2C0.6264648-0.1899414%2C1-0.1899414c0.3061523%2C0%2C0.5947266%2C0.0449219%2C0.8647461%2C0.1347656S12.25%2C12.2651367%2C12.4501953%2C12.4350586s0.3583984%2C0.3818359%2C0.4750977%2C0.6347656c0.1162109%2C0.253418%2C0.1748047%2C0.546875%2C0.1748047%2C0.8803711c0%2C0.3134766-0.0483398%2C0.5898438-0.1450195%2C0.8295898c-0.0966797%2C0.2402344-0.2250977%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.550293%2C0.5151367s-0.4199219%2C0.300293-0.6396484%2C0.4399414c-0.2202148%2C0.1337891-0.4404297%2C0.2651367-0.6601562%2C0.3950195C10.5%2C16.9047852%2C10.2983398%2C17.043457%2C10.1152344%2C17.1899414c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4702148%2C0.4750977C9.5151367%2C17.8349609%2C9.4301758%2C18.0297852%2C9.3901367%2C18.25h3.6401367V19H8.4003906C8.4335938%2C18.5800781%2C8.5083008%2C18.2216797%2C8.625%2C17.9248047c0.1166992-0.2963867%2C0.2651367-0.5546875%2C0.4453125-0.7749023C9.25%2C16.9301758%2C9.4536133%2C16.7368164%2C9.6801758%2C16.5698242c0.2265625-0.1665039%2C0.4633789-0.3232422%2C0.7099609-0.4697266c0.2998047-0.1865234%2C0.5634766-0.3583984%2C0.7900391-0.5151367s0.4150391-0.3149414%2C0.5649414-0.4750977c0.1499023-0.159668%2C0.2631836-0.3330078%2C0.3398438-0.5200195c0.0766602-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0366211-0.3681641-0.1098633-0.5249023c-0.0737305-0.1567383-0.171875-0.2915039-0.2954102-0.4052734c-0.1230469-0.1132812-0.2680664-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.246582%2C0-0.4584961%2C0.0517578-0.6347656%2C0.1547852c-0.1767578%2C0.1035156-0.3217773%2C0.2382812-0.4350586%2C0.4052734c-0.1137695%2C0.1665039-0.1953125%2C0.3549805-0.2451172%2C0.5649414s-0.0717773%2C0.4213867-0.0649414%2C0.6347656H8.6000977C8.5800781%2C14.0600586%2C8.6166992%2C13.7265625%2C8.7099609%2C13.4199219z%22%2F%3E%3Cpath%20d%3D%22M17.5898438%2C14.9599609c0.0332031%2C0%2C0.0664062%2C0%2C0.1000977%2C0h0.1796875c0.1801758%2C0%2C0.3515625-0.0249023%2C0.5151367-0.0751953c0.1635742-0.0498047%2C0.3066406-0.1230469%2C0.4301758-0.2197266c0.1230469-0.0966797%2C0.2216797-0.2182617%2C0.2949219-0.3652344c0.0732422-0.1464844%2C0.1098633-0.3129883%2C0.1098633-0.5c0-0.3798828-0.1201172-0.6650391-0.3598633-0.8549805c-0.2402344-0.1899414-0.5400391-0.284668-0.8999023-0.284668c-0.2270508%2C0-0.425293%2C0.0415039-0.5952148%2C0.125s-0.3100586%2C0.1948242-0.4199219%2C0.3349609c-0.1098633%2C0.1396484-0.1918945%2C0.3032227-0.2451172%2C0.4897461c-0.0532227%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0131836-0.340332%2C0.0678711-0.6503906%2C0.1650391-0.9301758C16.03125%2C12.9902344%2C16.1699219%2C12.75%2C16.3496094%2C12.5498047c0.1801758-0.199707%2C0.4052734-0.3564453%2C0.675293-0.4697266s0.581543-0.1699219%2C0.9350586-0.1699219c0.3066406%2C0%2C0.5913086%2C0.0380859%2C0.8549805%2C0.1147461C19.078125%2C12.1015625%2C19.3061523%2C12.2167969%2C19.5%2C12.3701172c0.1928711%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4545898%2C0.5898438c0.1103516%2C0.2402344%2C0.1650391%2C0.5234375%2C0.1650391%2C0.8500977c0%2C0.3198242-0.0932617%2C0.6035156-0.2797852%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7553711%2C0.2963867%2C0.965332%2C0.6098633s0.3149414%2C0.6831055%2C0.3149414%2C1.1098633c0%2C0.3535156-0.0649414%2C0.6650391-0.1953125%2C0.9350586c-0.1298828%2C0.2700195-0.3046875%2C0.4951172-0.5249023%2C0.6748047c-0.2197266%2C0.1801758-0.4785156%2C0.3149414-0.7749023%2C0.4052734c-0.296875%2C0.0898438-0.6118164%2C0.1347656-0.9448242%2C0.1347656c-0.3603516%2C0-0.6870117-0.0498047-0.9799805-0.1499023c-0.293457-0.1000977-0.543457-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4750977-0.7250977s-0.1616211-0.6132812-0.1552734-0.9799805h0.8500977c0.0131836%2C0.4599609%2C0.1464844%2C0.8349609%2C0.3999023%2C1.125s0.6235352%2C0.4350586%2C1.1103516%2C0.4350586c0.206543%2C0%2C0.4033203-0.0317383%2C0.5898438-0.0952148c0.1865234-0.0629883%2C0.3500977-0.1533203%2C0.4902344-0.2700195c0.1396484-0.1162109%2C0.2514648-0.2597656%2C0.3349609-0.4296875c0.0830078-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0400391-0.4150391-0.1201172-0.5849609s-0.1870117-0.3134766-0.3203125-0.4301758c-0.1333008-0.1162109-0.2915039-0.203125-0.4746094-0.2597656c-0.1835938-0.0566406-0.3818359-0.0849609-0.5952148-0.0849609c-0.1801758%2C0-0.3500977%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C17.5332031%2C14.956543%2C17.5629883%2C14.9599609%2C17.5898438%2C14.9599609z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7700195%2C2.8598633L7.5600586%2C10h-1.050293L5.7299805%2C7.8500977H2.7099609L1.9101562%2C10H0.9399414l2.7802734-7.1401367H4.7700195z%20M5.4301758%2C7.0498047L4.2402344%2C3.7202148H4.2202148L3.0097656%2C7.0498047H5.4301758z%22%2F%3E%3Cpath%20d%3D%22M10.8500977%2C2.8598633c0.1533203%2C0%2C0.3183594%2C0.0019531%2C0.4951172%2C0.0053711c0.1762695%2C0.003418%2C0.3515625%2C0.0131836%2C0.5249023%2C0.0297852s0.3349609%2C0.0415039%2C0.4848633%2C0.0751953c0.1499023%2C0.0332031%2C0.2783203%2C0.0830078%2C0.3847656%2C0.1499023c0.2333984%2C0.1396484%2C0.4316406%2C0.3334961%2C0.5952148%2C0.5800781c0.1630859%2C0.246582%2C0.2451172%2C0.5498047%2C0.2451172%2C0.909668c0%2C0.3803711-0.0917969%2C0.7084961-0.2749023%2C0.9853516c-0.1835938%2C0.2763672-0.4453125%2C0.4814453-0.7851562%2C0.6147461v0.0200195c0.4399414%2C0.0932617%2C0.7763672%2C0.293457%2C1.0097656%2C0.6000977s0.3500977%2C0.6796875%2C0.3500977%2C1.1201172c0%2C0.2597656-0.0463867%2C0.5131836-0.1401367%2C0.7597656c-0.0932617%2C0.246582-0.2314453%2C0.4648438-0.4145508%2C0.6552734c-0.1835938%2C0.1899414-0.4101562%2C0.3432617-0.6801758%2C0.4599609S12.0634766%2C10%2C11.7099609%2C10H8.2597656V2.8598633H10.8500977z%20M11.1098633%2C5.9301758c0.5400391%2C0%2C0.9282227-0.0952148%2C1.1650391-0.2851562s0.3549805-0.4750977%2C0.3549805-0.8549805c0-0.253418-0.0400391-0.453125-0.1201172-0.6000977c-0.0795898-0.1464844-0.1899414-0.2597656-0.3295898-0.3398438c-0.1401367-0.0800781-0.3017578-0.1318359-0.4853516-0.1552734c-0.1831055-0.0229492-0.378418-0.034668-0.5849609-0.034668H9.2099609v2.2700195H11.1098633z%20M11.5898438%2C9.2001953c0.4199219%2C0%2C0.7485352-0.1132812%2C0.9853516-0.340332c0.2363281-0.2265625%2C0.3549805-0.5400391%2C0.3549805-0.9399414c0-0.2333984-0.043457-0.4262695-0.1303711-0.5800781c-0.0864258-0.1533203-0.2016602-0.2749023-0.3447266-0.3647461c-0.1435547-0.090332-0.3085938-0.1533203-0.4951172-0.1899414s-0.3798828-0.0551758-0.5800781-0.0551758H9.2099609v2.4702148H11.5898438z%22%2F%3E%3Cpath%20d%3D%22M19.425293%2C3.8701172c-0.3637695-0.253418-0.7954102-0.3798828-1.2954102-0.3798828c-0.4267578%2C0-0.7915039%2C0.0795898-1.0947266%2C0.2397461c-0.3037109%2C0.1601562-0.5537109%2C0.375-0.75%2C0.6450195c-0.1967773%2C0.2700195-0.3417969%2C0.5786133-0.4350586%2C0.9248047c-0.0932617%2C0.3466797-0.1401367%2C0.7070312-0.1401367%2C1.0800781c0%2C0.4067383%2C0.046875%2C0.7919922%2C0.1401367%2C1.1552734s0.2382812%2C0.6796875%2C0.4350586%2C0.949707c0.1962891%2C0.2700195%2C0.4482422%2C0.4853516%2C0.7548828%2C0.6450195c0.3066406%2C0.1601562%2C0.6733398%2C0.2402344%2C1.1000977%2C0.2402344c0.3129883%2C0%2C0.5913086-0.0517578%2C0.8349609-0.1552734c0.2431641-0.1030273%2C0.453125-0.246582%2C0.6298828-0.4296875c0.1767578-0.1835938%2C0.3149414-0.4018555%2C0.4150391-0.6552734c0.1000977-0.2529297%2C0.1601562-0.5263672%2C0.1801758-0.8198242h0.949707c-0.0932617%2C0.8999023-0.4033203%2C1.6000977-0.9296875%2C2.1000977c-0.5268555%2C0.5-1.2470703%2C0.75-2.1601562%2C0.75c-0.5532227%2C0-1.0366211-0.0952148-1.4501953-0.2851562c-0.4130859-0.1899414-0.7563477-0.4516602-1.0297852-0.7851562c-0.2734375-0.3330078-0.4785156-0.7265625-0.6152344-1.1796875c-0.1367188-0.4536133-0.2045898-0.9399414-0.2045898-1.4599609s0.0732422-1.0083008%2C0.2197266-1.465332c0.1464844-0.456543%2C0.3618164-0.8549805%2C0.6450195-1.1948242s0.6367188-0.6083984%2C1.0600586-0.8051758c0.4233398-0.1962891%2C0.9082031-0.2949219%2C1.4550781-0.2949219c0.3730469%2C0%2C0.7265625%2C0.050293%2C1.0600586%2C0.1499023c0.3330078%2C0.1000977%2C0.6298828%2C0.2470703%2C0.8896484%2C0.4399414c0.2602539%2C0.1938477%2C0.4765625%2C0.4350586%2C0.6503906%2C0.7250977c0.1733398%2C0.2900391%2C0.2866211%2C0.625%2C0.3398438%2C1.0048828h-0.9501953C20.0234375%2C4.503418%2C19.7885742%2C4.1235352%2C19.425293%2C3.8701172z%22%2F%3E%3Cpath%20d%3D%22M3.7099609%2C19v-5.0800781H1.8701172v-0.6796875c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781c0.1831055-0.1000977%2C0.3383789-0.2363281%2C0.4648438-0.4101562c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023V19H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.7099609%2C13.4199219C8.8032227%2C13.1132812%2C8.9482422%2C12.8486328%2C9.1450195%2C12.625c0.1967773-0.2231445%2C0.4418945-0.3984375%2C0.7353516-0.5249023c0.2929688-0.1264648%2C0.6264648-0.1899414%2C1-0.1899414c0.3061523%2C0%2C0.5947266%2C0.0449219%2C0.8647461%2C0.1347656S12.25%2C12.2651367%2C12.4501953%2C12.4350586s0.3583984%2C0.3818359%2C0.4750977%2C0.6347656c0.1162109%2C0.253418%2C0.1748047%2C0.546875%2C0.1748047%2C0.8803711c0%2C0.3134766-0.0483398%2C0.5898438-0.1450195%2C0.8295898c-0.0966797%2C0.2402344-0.2250977%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.550293%2C0.5151367s-0.4199219%2C0.300293-0.6396484%2C0.4399414c-0.2202148%2C0.1337891-0.4404297%2C0.2651367-0.6601562%2C0.3950195C10.5%2C16.9047852%2C10.2983398%2C17.043457%2C10.1152344%2C17.1899414c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4702148%2C0.4750977C9.5151367%2C17.8349609%2C9.4301758%2C18.0297852%2C9.3901367%2C18.25h3.6401367V19H8.4003906C8.4335938%2C18.5800781%2C8.5083008%2C18.2216797%2C8.625%2C17.9248047c0.1166992-0.2963867%2C0.2651367-0.5546875%2C0.4453125-0.7749023C9.25%2C16.9301758%2C9.4536133%2C16.7368164%2C9.6801758%2C16.5698242c0.2265625-0.1665039%2C0.4633789-0.3232422%2C0.7099609-0.4697266c0.2998047-0.1865234%2C0.5634766-0.3583984%2C0.7900391-0.5151367s0.4150391-0.3149414%2C0.5649414-0.4750977c0.1499023-0.159668%2C0.2631836-0.3330078%2C0.3398438-0.5200195c0.0766602-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0366211-0.3681641-0.1098633-0.5249023c-0.0737305-0.1567383-0.171875-0.2915039-0.2954102-0.4052734c-0.1230469-0.1132812-0.2680664-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.246582%2C0-0.4584961%2C0.0517578-0.6347656%2C0.1547852c-0.1767578%2C0.1035156-0.3217773%2C0.2382812-0.4350586%2C0.4052734c-0.1137695%2C0.1665039-0.1953125%2C0.3549805-0.2451172%2C0.5649414s-0.0717773%2C0.4213867-0.0649414%2C0.6347656H8.6000977C8.5800781%2C14.0600586%2C8.6166992%2C13.7265625%2C8.7099609%2C13.4199219z%22%2F%3E%3Cpath%20d%3D%22M17.5898438%2C14.9599609c0.0332031%2C0%2C0.0664062%2C0%2C0.1000977%2C0h0.1796875c0.1801758%2C0%2C0.3515625-0.0249023%2C0.5151367-0.0751953c0.1635742-0.0498047%2C0.3066406-0.1230469%2C0.4301758-0.2197266c0.1230469-0.0966797%2C0.2216797-0.2182617%2C0.2949219-0.3652344c0.0732422-0.1464844%2C0.1098633-0.3129883%2C0.1098633-0.5c0-0.3798828-0.1201172-0.6650391-0.3598633-0.8549805c-0.2402344-0.1899414-0.5400391-0.284668-0.8999023-0.284668c-0.2270508%2C0-0.425293%2C0.0415039-0.5952148%2C0.125s-0.3100586%2C0.1948242-0.4199219%2C0.3349609c-0.1098633%2C0.1396484-0.1918945%2C0.3032227-0.2451172%2C0.4897461c-0.0532227%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0131836-0.340332%2C0.0678711-0.6503906%2C0.1650391-0.9301758C16.03125%2C12.9902344%2C16.1699219%2C12.75%2C16.3496094%2C12.5498047c0.1801758-0.199707%2C0.4052734-0.3564453%2C0.675293-0.4697266s0.581543-0.1699219%2C0.9350586-0.1699219c0.3066406%2C0%2C0.5913086%2C0.0380859%2C0.8549805%2C0.1147461C19.078125%2C12.1015625%2C19.3061523%2C12.2167969%2C19.5%2C12.3701172c0.1928711%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4545898%2C0.5898438c0.1103516%2C0.2402344%2C0.1650391%2C0.5234375%2C0.1650391%2C0.8500977c0%2C0.3198242-0.0932617%2C0.6035156-0.2797852%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7553711%2C0.2963867%2C0.965332%2C0.6098633s0.3149414%2C0.6831055%2C0.3149414%2C1.1098633c0%2C0.3535156-0.0649414%2C0.6650391-0.1953125%2C0.9350586c-0.1298828%2C0.2700195-0.3046875%2C0.4951172-0.5249023%2C0.6748047c-0.2197266%2C0.1801758-0.4785156%2C0.3149414-0.7749023%2C0.4052734c-0.296875%2C0.0898438-0.6118164%2C0.1347656-0.9448242%2C0.1347656c-0.3603516%2C0-0.6870117-0.0498047-0.9799805-0.1499023c-0.293457-0.1000977-0.543457-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4750977-0.7250977s-0.1616211-0.6132812-0.1552734-0.9799805h0.8500977c0.0131836%2C0.4599609%2C0.1464844%2C0.8349609%2C0.3999023%2C1.125s0.6235352%2C0.4350586%2C1.1103516%2C0.4350586c0.206543%2C0%2C0.4033203-0.0317383%2C0.5898438-0.0952148c0.1865234-0.0629883%2C0.3500977-0.1533203%2C0.4902344-0.2700195c0.1396484-0.1162109%2C0.2514648-0.2597656%2C0.3349609-0.4296875c0.0830078-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0400391-0.4150391-0.1201172-0.5849609s-0.1870117-0.3134766-0.3203125-0.4301758c-0.1333008-0.1162109-0.2915039-0.203125-0.4746094-0.2597656c-0.1835938-0.0566406-0.3818359-0.0849609-0.5952148-0.0849609c-0.1801758%2C0-0.3500977%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C17.5332031%2C14.956543%2C17.5629883%2C14.9599609%2C17.5898438%2C14.9599609z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-number { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M3.7099609%2C13.8330078V8.7529297H1.8701172V8.0732422c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C3.3681641%2C7.7128906%2C3.5234375%2C7.5766602%2C3.6499023%2C7.402832c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023v7.0898438H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.5%2C12.7231445v1.0097656c0%2C0.3798828-0.0864258%2C0.706543-0.2597656%2C0.9799805c-0.1738281%2C0.2734375-0.4536133%2C0.4667969-0.840332%2C0.5800781v-0.5c0.1132812-0.0400391%2C0.2084961-0.0986328%2C0.2851562-0.1748047c0.0766602-0.0766602%2C0.1381836-0.1601562%2C0.1850586-0.25c0.0463867-0.090332%2C0.078125-0.1816406%2C0.0947266-0.2753906c0.0166016-0.0932617%2C0.0219727-0.1796875%2C0.0151367-0.2597656H7.3901367v-1.1098633H8.5z%22%2F%3E%3Cpath%20d%3D%22M9.7797852%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668s0.6816406%2C0.0532227%2C0.9453125%2C0.159668c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C9.7597656%2C10.0927734%2C9.7666016%2C9.8232422%2C9.7797852%2C9.5429688z%20M10.6850586%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C10.659668%2C10.6098633%2C10.6679688%2C10.9082031%2C10.6850586%2C11.237793z%22%2F%3E%3Cpath%20d%3D%22M15.3398438%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668S18.3613281%2C6.7963867%2C18.625%2C6.902832c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C15.3198242%2C10.0927734%2C15.3266602%2C9.8232422%2C15.3398438%2C9.5429688z%20M16.2451172%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C16.2197266%2C10.6098633%2C16.2280273%2C10.9082031%2C16.2451172%2C11.237793z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M3.7099609%2C13.8330078V8.7529297H1.8701172V8.0732422c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C3.3681641%2C7.7128906%2C3.5234375%2C7.5766602%2C3.6499023%2C7.402832c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023v7.0898438H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.5%2C12.7231445v1.0097656c0%2C0.3798828-0.0864258%2C0.706543-0.2597656%2C0.9799805c-0.1738281%2C0.2734375-0.4536133%2C0.4667969-0.840332%2C0.5800781v-0.5c0.1132812-0.0400391%2C0.2084961-0.0986328%2C0.2851562-0.1748047c0.0766602-0.0766602%2C0.1381836-0.1601562%2C0.1850586-0.25c0.0463867-0.090332%2C0.078125-0.1816406%2C0.0947266-0.2753906c0.0166016-0.0932617%2C0.0219727-0.1796875%2C0.0151367-0.2597656H7.3901367v-1.1098633H8.5z%22%2F%3E%3Cpath%20d%3D%22M9.7797852%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668s0.6816406%2C0.0532227%2C0.9453125%2C0.159668c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C9.7597656%2C10.0927734%2C9.7666016%2C9.8232422%2C9.7797852%2C9.5429688z%20M10.6850586%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C10.659668%2C10.6098633%2C10.6679688%2C10.9082031%2C10.6850586%2C11.237793z%22%2F%3E%3Cpath%20d%3D%22M15.3398438%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668S18.3613281%2C6.7963867%2C18.625%2C6.902832c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C15.3198242%2C10.0927734%2C15.3266602%2C9.8232422%2C15.3398438%2C9.5429688z%20M16.2451172%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C16.2197266%2C10.6098633%2C16.2280273%2C10.9082031%2C16.2451172%2C11.237793z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-integer { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7089844%2C14.8330078V9.7529297H2.8691406V9.0732422c0.2402344%2C0%2C0.4736328-0.0185547%2C0.7001953-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C4.3671875%2C8.7128906%2C4.5234375%2C8.5766602%2C4.6494141%2C8.402832c0.1259766-0.1733398%2C0.2138672-0.3930664%2C0.2607422-0.659668h0.6494141v7.0898438H4.7089844z%22%2F%3E%3Cpath%20d%3D%22M8.109375%2C9.2529297c0.09375-0.3066406%2C0.2382812-0.5712891%2C0.4355469-0.7949219c0.1962891-0.2231445%2C0.4414062-0.3984375%2C0.734375-0.5249023s0.6269531-0.1899414%2C1-0.1899414c0.3066406%2C0%2C0.5957031%2C0.0449219%2C0.8652344%2C0.1347656s0.5048828%2C0.2202148%2C0.7050781%2C0.3901367s0.3583984%2C0.3818359%2C0.4746094%2C0.6347656C12.4414062%2C9.15625%2C12.5%2C9.449707%2C12.5%2C9.7832031c0%2C0.3134766-0.0488281%2C0.5898438-0.1455078%2C0.8295898c-0.0966797%2C0.2402344-0.2255859%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.5498047%2C0.5151367C11.2128906%2C11.9262695%2C11%2C12.0732422%2C10.7792969%2C12.2128906c-0.2197266%2C0.1337891-0.4394531%2C0.2651367-0.6601562%2C0.3950195c-0.2197266%2C0.1298828-0.421875%2C0.2685547-0.6044922%2C0.4150391c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4697266%2C0.4750977c-0.1308594%2C0.1699219-0.2148438%2C0.3647461-0.2558594%2C0.5849609h3.640625v0.75H7.7998047c0.0332031-0.4199219%2C0.1083984-0.7783203%2C0.2246094-1.0751953c0.1162109-0.2963867%2C0.2646484-0.5546875%2C0.4453125-0.7749023c0.1796875-0.2197266%2C0.3837891-0.4130859%2C0.6103516-0.5800781c0.2265625-0.1665039%2C0.4628906-0.3232422%2C0.7089844-0.4697266c0.3007812-0.1865234%2C0.5644531-0.3583984%2C0.7910156-0.5151367s0.4140625-0.3149414%2C0.5644531-0.4750977c0.1503906-0.159668%2C0.2636719-0.3330078%2C0.3398438-0.5200195c0.0761719-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0371094-0.3681641-0.109375-0.5249023c-0.0742188-0.1567383-0.171875-0.2915039-0.2958984-0.4052734c-0.1230469-0.1132812-0.2685547-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.2470703%2C0-0.4580078%2C0.0517578-0.6347656%2C0.1547852C9.4179688%2C8.7514648%2C9.2734375%2C8.8862305%2C9.1601562%2C9.0532227C9.0458984%2C9.2197266%2C8.9648438%2C9.4082031%2C8.9140625%2C9.6181641c-0.0488281%2C0.2099609-0.0712891%2C0.4213867-0.0644531%2C0.6347656H8C7.9794922%2C9.8930664%2C8.015625%2C9.5595703%2C8.109375%2C9.2529297z%22%2F%3E%3Cpath%20d%3D%22M15.3896484%2C10.7929688c0.0332031%2C0%2C0.0664062%2C0%2C0.1005859%2C0h0.1796875c0.1796875%2C0%2C0.3515625-0.0249023%2C0.5146484-0.0751953c0.1630859-0.0498047%2C0.3066406-0.1230469%2C0.4306641-0.2197266c0.1230469-0.0966797%2C0.2207031-0.2182617%2C0.2949219-0.3652344c0.0722656-0.1464844%2C0.109375-0.3129883%2C0.109375-0.5c0-0.3798828-0.1201172-0.6650391-0.359375-0.8549805c-0.2402344-0.1899414-0.5410156-0.284668-0.9003906-0.284668c-0.2265625%2C0-0.4257812%2C0.0415039-0.5957031%2C0.125s-0.3095703%2C0.1948242-0.4199219%2C0.3349609C14.6347656%2C9.0927734%2C14.5527344%2C9.2563477%2C14.5%2C9.4428711c-0.0537109%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0126953-0.340332%2C0.0673828-0.6503906%2C0.1640625-0.9301758s0.2353516-0.5200195%2C0.4150391-0.7202148c0.1806641-0.199707%2C0.4052734-0.3564453%2C0.6748047-0.4697266c0.2705078-0.1132812%2C0.5820312-0.1699219%2C0.9355469-0.1699219c0.3066406%2C0%2C0.5917969%2C0.0380859%2C0.8554688%2C0.1147461c0.2626953%2C0.0766602%2C0.4902344%2C0.1918945%2C0.6845703%2C0.3452148c0.1923828%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4541016%2C0.5898438c0.1113281%2C0.2402344%2C0.1660156%2C0.5234375%2C0.1660156%2C0.8500977c0%2C0.3198242-0.09375%2C0.6035156-0.2802734%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7558594%2C0.2963867%2C0.9648438%2C0.6098633c0.2109375%2C0.3134766%2C0.3154297%2C0.6831055%2C0.3154297%2C1.1098633c0%2C0.3535156-0.0654297%2C0.6650391-0.1953125%2C0.9350586S17.7197266%2C14.2231445%2C17.5%2C14.402832c-0.2207031%2C0.1801758-0.4785156%2C0.3149414-0.7753906%2C0.4052734c-0.296875%2C0.0898438-0.6113281%2C0.1347656-0.9453125%2C0.1347656c-0.359375%2C0-0.6865234-0.0498047-0.9794922-0.1499023c-0.2939453-0.1000977-0.5439453-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4755859-0.7250977c-0.109375-0.2866211-0.1611328-0.6132812-0.1542969-0.9799805h0.8496094c0.0136719%2C0.4599609%2C0.1464844%2C0.8349609%2C0.4003906%2C1.125c0.2529297%2C0.2900391%2C0.6230469%2C0.4350586%2C1.109375%2C0.4350586c0.2070312%2C0%2C0.4042969-0.0317383%2C0.5898438-0.0952148c0.1875-0.0629883%2C0.3505859-0.1533203%2C0.4902344-0.2700195C17%2C13.7216797%2C17.1113281%2C13.578125%2C17.1953125%2C13.4082031c0.0820312-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0410156-0.4150391-0.1210938-0.5849609s-0.1865234-0.3134766-0.3203125-0.4301758c-0.1328125-0.1162109-0.2910156-0.203125-0.4746094-0.2597656s-0.3808594-0.0849609-0.5947266-0.0849609c-0.1806641%2C0-0.3505859%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C15.3330078%2C10.7895508%2C15.3632812%2C10.7929688%2C15.3896484%2C10.7929688z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7089844%2C14.8330078V9.7529297H2.8691406V9.0732422c0.2402344%2C0%2C0.4736328-0.0185547%2C0.7001953-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C4.3671875%2C8.7128906%2C4.5234375%2C8.5766602%2C4.6494141%2C8.402832c0.1259766-0.1733398%2C0.2138672-0.3930664%2C0.2607422-0.659668h0.6494141v7.0898438H4.7089844z%22%2F%3E%3Cpath%20d%3D%22M8.109375%2C9.2529297c0.09375-0.3066406%2C0.2382812-0.5712891%2C0.4355469-0.7949219c0.1962891-0.2231445%2C0.4414062-0.3984375%2C0.734375-0.5249023s0.6269531-0.1899414%2C1-0.1899414c0.3066406%2C0%2C0.5957031%2C0.0449219%2C0.8652344%2C0.1347656s0.5048828%2C0.2202148%2C0.7050781%2C0.3901367s0.3583984%2C0.3818359%2C0.4746094%2C0.6347656C12.4414062%2C9.15625%2C12.5%2C9.449707%2C12.5%2C9.7832031c0%2C0.3134766-0.0488281%2C0.5898438-0.1455078%2C0.8295898c-0.0966797%2C0.2402344-0.2255859%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.5498047%2C0.5151367C11.2128906%2C11.9262695%2C11%2C12.0732422%2C10.7792969%2C12.2128906c-0.2197266%2C0.1337891-0.4394531%2C0.2651367-0.6601562%2C0.3950195c-0.2197266%2C0.1298828-0.421875%2C0.2685547-0.6044922%2C0.4150391c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4697266%2C0.4750977c-0.1308594%2C0.1699219-0.2148438%2C0.3647461-0.2558594%2C0.5849609h3.640625v0.75H7.7998047c0.0332031-0.4199219%2C0.1083984-0.7783203%2C0.2246094-1.0751953c0.1162109-0.2963867%2C0.2646484-0.5546875%2C0.4453125-0.7749023c0.1796875-0.2197266%2C0.3837891-0.4130859%2C0.6103516-0.5800781c0.2265625-0.1665039%2C0.4628906-0.3232422%2C0.7089844-0.4697266c0.3007812-0.1865234%2C0.5644531-0.3583984%2C0.7910156-0.5151367s0.4140625-0.3149414%2C0.5644531-0.4750977c0.1503906-0.159668%2C0.2636719-0.3330078%2C0.3398438-0.5200195c0.0761719-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0371094-0.3681641-0.109375-0.5249023c-0.0742188-0.1567383-0.171875-0.2915039-0.2958984-0.4052734c-0.1230469-0.1132812-0.2685547-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.2470703%2C0-0.4580078%2C0.0517578-0.6347656%2C0.1547852C9.4179688%2C8.7514648%2C9.2734375%2C8.8862305%2C9.1601562%2C9.0532227C9.0458984%2C9.2197266%2C8.9648438%2C9.4082031%2C8.9140625%2C9.6181641c-0.0488281%2C0.2099609-0.0712891%2C0.4213867-0.0644531%2C0.6347656H8C7.9794922%2C9.8930664%2C8.015625%2C9.5595703%2C8.109375%2C9.2529297z%22%2F%3E%3Cpath%20d%3D%22M15.3896484%2C10.7929688c0.0332031%2C0%2C0.0664062%2C0%2C0.1005859%2C0h0.1796875c0.1796875%2C0%2C0.3515625-0.0249023%2C0.5146484-0.0751953c0.1630859-0.0498047%2C0.3066406-0.1230469%2C0.4306641-0.2197266c0.1230469-0.0966797%2C0.2207031-0.2182617%2C0.2949219-0.3652344c0.0722656-0.1464844%2C0.109375-0.3129883%2C0.109375-0.5c0-0.3798828-0.1201172-0.6650391-0.359375-0.8549805c-0.2402344-0.1899414-0.5410156-0.284668-0.9003906-0.284668c-0.2265625%2C0-0.4257812%2C0.0415039-0.5957031%2C0.125s-0.3095703%2C0.1948242-0.4199219%2C0.3349609C14.6347656%2C9.0927734%2C14.5527344%2C9.2563477%2C14.5%2C9.4428711c-0.0537109%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0126953-0.340332%2C0.0673828-0.6503906%2C0.1640625-0.9301758s0.2353516-0.5200195%2C0.4150391-0.7202148c0.1806641-0.199707%2C0.4052734-0.3564453%2C0.6748047-0.4697266c0.2705078-0.1132812%2C0.5820312-0.1699219%2C0.9355469-0.1699219c0.3066406%2C0%2C0.5917969%2C0.0380859%2C0.8554688%2C0.1147461c0.2626953%2C0.0766602%2C0.4902344%2C0.1918945%2C0.6845703%2C0.3452148c0.1923828%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4541016%2C0.5898438c0.1113281%2C0.2402344%2C0.1660156%2C0.5234375%2C0.1660156%2C0.8500977c0%2C0.3198242-0.09375%2C0.6035156-0.2802734%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7558594%2C0.2963867%2C0.9648438%2C0.6098633c0.2109375%2C0.3134766%2C0.3154297%2C0.6831055%2C0.3154297%2C1.1098633c0%2C0.3535156-0.0654297%2C0.6650391-0.1953125%2C0.9350586S17.7197266%2C14.2231445%2C17.5%2C14.402832c-0.2207031%2C0.1801758-0.4785156%2C0.3149414-0.7753906%2C0.4052734c-0.296875%2C0.0898438-0.6113281%2C0.1347656-0.9453125%2C0.1347656c-0.359375%2C0-0.6865234-0.0498047-0.9794922-0.1499023c-0.2939453-0.1000977-0.5439453-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4755859-0.7250977c-0.109375-0.2866211-0.1611328-0.6132812-0.1542969-0.9799805h0.8496094c0.0136719%2C0.4599609%2C0.1464844%2C0.8349609%2C0.4003906%2C1.125c0.2529297%2C0.2900391%2C0.6230469%2C0.4350586%2C1.109375%2C0.4350586c0.2070312%2C0%2C0.4042969-0.0317383%2C0.5898438-0.0952148c0.1875-0.0629883%2C0.3505859-0.1533203%2C0.4902344-0.2700195C17%2C13.7216797%2C17.1113281%2C13.578125%2C17.1953125%2C13.4082031c0.0820312-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0410156-0.4150391-0.1210938-0.5849609s-0.1865234-0.3134766-0.3203125-0.4301758c-0.1328125-0.1162109-0.2910156-0.203125-0.4746094-0.2597656s-0.3808594-0.0849609-0.5947266-0.0849609c-0.1806641%2C0-0.3505859%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C15.3330078%2C10.7895508%2C15.3632812%2C10.7929688%2C15.3896484%2C10.7929688z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-scientific { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.9804688%2C15.8330078v-5.5878906H2.9570312V9.4970703c0.2636719%2C0%2C0.5195312-0.0200195%2C0.7695312-0.0605469c0.2490234-0.0400391%2C0.4746094-0.1157227%2C0.6757812-0.2255859c0.2021484-0.1098633%2C0.3730469-0.2602539%2C0.5117188-0.4511719c0.1396484-0.1904297%2C0.234375-0.4321289%2C0.2871094-0.7255859h0.7148438v7.7988281H4.9804688z%22%2F%3E%3Cpath%20d%3D%22M8.5996094%2C11.1137695c0.0146484-0.3076172%2C0.0507812-0.6083984%2C0.1103516-0.9018555c0.0585938-0.2929688%2C0.1425781-0.5717773%2C0.2529297-0.8359375c0.109375-0.2641602%2C0.2597656-0.4951172%2C0.4511719-0.6928711C9.6044922%2C8.4848633%2C9.84375%2C8.3276367%2C10.1347656%2C8.2099609c0.2890625-0.1171875%2C0.6357422-0.1757812%2C1.0390625-0.1757812s0.75%2C0.0585938%2C1.0390625%2C0.1757812c0.2900391%2C0.1176758%2C0.5302734%2C0.2749023%2C0.7207031%2C0.4731445C13.125%2C8.8808594%2C13.2753906%2C9.1118164%2C13.3847656%2C9.3759766s0.1943359%2C0.5429688%2C0.2529297%2C0.8359375c0.0585938%2C0.293457%2C0.0947266%2C0.5942383%2C0.1103516%2C0.9018555c0.0136719%2C0.3081055%2C0.0214844%2C0.6054688%2C0.0214844%2C0.8911133c0%2C0.2861328-0.0078125%2C0.5830078-0.0214844%2C0.8911133c-0.015625%2C0.3081055-0.0517578%2C0.6088867-0.1103516%2C0.9018555c-0.0585938%2C0.293457-0.1435547%2C0.5703125-0.2529297%2C0.8305664s-0.2597656%2C0.4897461-0.4511719%2C0.6875c-0.1904297%2C0.1982422-0.4287109%2C0.3540039-0.7148438%2C0.4677734c-0.2861328%2C0.1132812-0.6347656%2C0.1704102-1.0449219%2C0.1704102c-0.4033203%2C0-0.75-0.0571289-1.0390625-0.1704102C9.84375%2C15.6699219%2C9.6044922%2C15.5141602%2C9.4140625%2C15.315918c-0.1914062-0.1977539-0.3417969-0.4272461-0.4511719-0.6875c-0.1103516-0.2602539-0.1943359-0.5371094-0.2529297-0.8305664c-0.0595703-0.2929688-0.0957031-0.59375-0.1103516-0.9018555S8.578125%2C12.2910156%2C8.578125%2C12.0048828C8.578125%2C11.7192383%2C8.5849609%2C11.421875%2C8.5996094%2C11.1137695z%20M9.5957031%2C12.9785156c0.0175781%2C0.362793%2C0.0761719%2C0.7041016%2C0.1757812%2C1.0229492c0.0986328%2C0.3188477%2C0.2578125%2C0.5883789%2C0.4785156%2C0.8085938c0.2197266%2C0.2197266%2C0.5273438%2C0.3300781%2C0.9238281%2C0.3300781s0.7041016-0.1103516%2C0.9238281-0.3300781c0.2207031-0.2202148%2C0.3789062-0.4897461%2C0.4785156-0.8085938s0.1582031-0.6601562%2C0.1757812-1.0229492c0.0185547-0.362793%2C0.0273438-0.690918%2C0.0273438-0.984375c0-0.190918-0.0019531-0.4018555-0.0048828-0.6328125c-0.0039062-0.230957-0.0224609-0.4619141-0.0556641-0.6928711s-0.0800781-0.456543-0.1425781-0.6762695c-0.0625-0.2202148-0.1542969-0.4125977-0.2753906-0.5776367s-0.2734375-0.2988281-0.4560547-0.4013672C11.6611328%2C8.9101562%2C11.4375%2C8.8588867%2C11.1738281%2C8.8588867s-0.4882812%2C0.0512695-0.6708984%2C0.1542969c-0.1835938%2C0.1025391-0.3359375%2C0.2363281-0.4560547%2C0.4013672C9.9257812%2C9.5795898%2C9.8339844%2C9.7719727%2C9.7714844%2C9.9921875c-0.0625%2C0.2197266-0.1103516%2C0.4453125-0.1425781%2C0.6762695c-0.0332031%2C0.230957-0.0527344%2C0.4619141-0.0556641%2C0.6928711c-0.0039062%2C0.230957-0.0048828%2C0.4418945-0.0048828%2C0.6328125C9.5683594%2C12.2875977%2C9.5761719%2C12.6157227%2C9.5957031%2C12.9785156z%22%2F%3E%3Cpath%20d%3D%22M14.3300781%2C5.1098633c0.0546875-0.1835938%2C0.1425781-0.3427734%2C0.2597656-0.4770508c0.1191406-0.1337891%2C0.265625-0.2387695%2C0.4414062-0.3149414c0.1757812-0.0756836%2C0.3759766-0.1137695%2C0.5996094-0.1137695c0.1845703%2C0%2C0.3574219%2C0.0268555%2C0.5195312%2C0.0810547C16.3125%2C4.3388672%2C16.453125%2C4.4169922%2C16.5742188%2C4.519043c0.1191406%2C0.1020508%2C0.2148438%2C0.2290039%2C0.2841797%2C0.3808594c0.0693359%2C0.1523438%2C0.1044922%2C0.328125%2C0.1044922%2C0.5283203c0%2C0.1879883-0.0283203%2C0.3540039-0.0859375%2C0.4975586c-0.0585938%2C0.144043-0.1347656%2C0.2734375-0.2314453%2C0.387207c-0.0966797%2C0.1142578-0.2060547%2C0.2172852-0.3300781%2C0.309082s-0.2519531%2C0.1801758-0.3837891%2C0.2641602c-0.1328125%2C0.0800781-0.2636719%2C0.1586914-0.3964844%2C0.2368164c-0.1318359%2C0.078125-0.2519531%2C0.1611328-0.3632812%2C0.2490234c-0.109375%2C0.0878906-0.203125%2C0.1831055-0.28125%2C0.2851562c-0.078125%2C0.1015625-0.1289062%2C0.21875-0.1533203%2C0.3505859h2.1845703v0.4501953h-2.7783203c0.0205078-0.2519531%2C0.0654297-0.4667969%2C0.1347656-0.6450195c0.0703125-0.1777344%2C0.1591797-0.3330078%2C0.2666016-0.4648438C14.6533203%2C7.2158203%2C14.7753906%2C7.1000977%2C14.9121094%2C7c0.1347656-0.1000977%2C0.2773438-0.1938477%2C0.4257812-0.2822266c0.1796875-0.1118164%2C0.3378906-0.2148438%2C0.4736328-0.3085938c0.1357422-0.0942383%2C0.2490234-0.1889648%2C0.3388672-0.2851562s0.1582031-0.2001953%2C0.2041016-0.3120117s0.0693359-0.2421875%2C0.0693359-0.3901367c0-0.1157227-0.0224609-0.2207031-0.0664062-0.3149414c-0.0439453-0.09375-0.1035156-0.1748047-0.1767578-0.2431641c-0.0742188-0.0678711-0.1611328-0.1196289-0.2607422-0.1557617c-0.1005859-0.0361328-0.2070312-0.0541992-0.3183594-0.0541992c-0.1484375%2C0-0.2753906%2C0.03125-0.3808594%2C0.0932617c-0.1064453%2C0.0620117-0.1933594%2C0.1430664-0.2617188%2C0.2431641C14.8916016%2C5.0898438%2C14.8417969%2C5.203125%2C14.8125%2C5.3291016s-0.0429688%2C0.2529297-0.0390625%2C0.3808594h-0.5097656C14.2519531%2C5.4941406%2C14.2734375%2C5.2939453%2C14.3300781%2C5.1098633z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.9804688%2C15.8330078v-5.5878906H2.9570312V9.4970703c0.2636719%2C0%2C0.5195312-0.0200195%2C0.7695312-0.0605469c0.2490234-0.0400391%2C0.4746094-0.1157227%2C0.6757812-0.2255859c0.2021484-0.1098633%2C0.3730469-0.2602539%2C0.5117188-0.4511719c0.1396484-0.1904297%2C0.234375-0.4321289%2C0.2871094-0.7255859h0.7148438v7.7988281H4.9804688z%22%2F%3E%3Cpath%20d%3D%22M8.5996094%2C11.1137695c0.0146484-0.3076172%2C0.0507812-0.6083984%2C0.1103516-0.9018555c0.0585938-0.2929688%2C0.1425781-0.5717773%2C0.2529297-0.8359375c0.109375-0.2641602%2C0.2597656-0.4951172%2C0.4511719-0.6928711C9.6044922%2C8.4848633%2C9.84375%2C8.3276367%2C10.1347656%2C8.2099609c0.2890625-0.1171875%2C0.6357422-0.1757812%2C1.0390625-0.1757812s0.75%2C0.0585938%2C1.0390625%2C0.1757812c0.2900391%2C0.1176758%2C0.5302734%2C0.2749023%2C0.7207031%2C0.4731445C13.125%2C8.8808594%2C13.2753906%2C9.1118164%2C13.3847656%2C9.3759766s0.1943359%2C0.5429688%2C0.2529297%2C0.8359375c0.0585938%2C0.293457%2C0.0947266%2C0.5942383%2C0.1103516%2C0.9018555c0.0136719%2C0.3081055%2C0.0214844%2C0.6054688%2C0.0214844%2C0.8911133c0%2C0.2861328-0.0078125%2C0.5830078-0.0214844%2C0.8911133c-0.015625%2C0.3081055-0.0517578%2C0.6088867-0.1103516%2C0.9018555c-0.0585938%2C0.293457-0.1435547%2C0.5703125-0.2529297%2C0.8305664s-0.2597656%2C0.4897461-0.4511719%2C0.6875c-0.1904297%2C0.1982422-0.4287109%2C0.3540039-0.7148438%2C0.4677734c-0.2861328%2C0.1132812-0.6347656%2C0.1704102-1.0449219%2C0.1704102c-0.4033203%2C0-0.75-0.0571289-1.0390625-0.1704102C9.84375%2C15.6699219%2C9.6044922%2C15.5141602%2C9.4140625%2C15.315918c-0.1914062-0.1977539-0.3417969-0.4272461-0.4511719-0.6875c-0.1103516-0.2602539-0.1943359-0.5371094-0.2529297-0.8305664c-0.0595703-0.2929688-0.0957031-0.59375-0.1103516-0.9018555S8.578125%2C12.2910156%2C8.578125%2C12.0048828C8.578125%2C11.7192383%2C8.5849609%2C11.421875%2C8.5996094%2C11.1137695z%20M9.5957031%2C12.9785156c0.0175781%2C0.362793%2C0.0761719%2C0.7041016%2C0.1757812%2C1.0229492c0.0986328%2C0.3188477%2C0.2578125%2C0.5883789%2C0.4785156%2C0.8085938c0.2197266%2C0.2197266%2C0.5273438%2C0.3300781%2C0.9238281%2C0.3300781s0.7041016-0.1103516%2C0.9238281-0.3300781c0.2207031-0.2202148%2C0.3789062-0.4897461%2C0.4785156-0.8085938s0.1582031-0.6601562%2C0.1757812-1.0229492c0.0185547-0.362793%2C0.0273438-0.690918%2C0.0273438-0.984375c0-0.190918-0.0019531-0.4018555-0.0048828-0.6328125c-0.0039062-0.230957-0.0224609-0.4619141-0.0556641-0.6928711s-0.0800781-0.456543-0.1425781-0.6762695c-0.0625-0.2202148-0.1542969-0.4125977-0.2753906-0.5776367s-0.2734375-0.2988281-0.4560547-0.4013672C11.6611328%2C8.9101562%2C11.4375%2C8.8588867%2C11.1738281%2C8.8588867s-0.4882812%2C0.0512695-0.6708984%2C0.1542969c-0.1835938%2C0.1025391-0.3359375%2C0.2363281-0.4560547%2C0.4013672C9.9257812%2C9.5795898%2C9.8339844%2C9.7719727%2C9.7714844%2C9.9921875c-0.0625%2C0.2197266-0.1103516%2C0.4453125-0.1425781%2C0.6762695c-0.0332031%2C0.230957-0.0527344%2C0.4619141-0.0556641%2C0.6928711c-0.0039062%2C0.230957-0.0048828%2C0.4418945-0.0048828%2C0.6328125C9.5683594%2C12.2875977%2C9.5761719%2C12.6157227%2C9.5957031%2C12.9785156z%22%2F%3E%3Cpath%20d%3D%22M14.3300781%2C5.1098633c0.0546875-0.1835938%2C0.1425781-0.3427734%2C0.2597656-0.4770508c0.1191406-0.1337891%2C0.265625-0.2387695%2C0.4414062-0.3149414c0.1757812-0.0756836%2C0.3759766-0.1137695%2C0.5996094-0.1137695c0.1845703%2C0%2C0.3574219%2C0.0268555%2C0.5195312%2C0.0810547C16.3125%2C4.3388672%2C16.453125%2C4.4169922%2C16.5742188%2C4.519043c0.1191406%2C0.1020508%2C0.2148438%2C0.2290039%2C0.2841797%2C0.3808594c0.0693359%2C0.1523438%2C0.1044922%2C0.328125%2C0.1044922%2C0.5283203c0%2C0.1879883-0.0283203%2C0.3540039-0.0859375%2C0.4975586c-0.0585938%2C0.144043-0.1347656%2C0.2734375-0.2314453%2C0.387207c-0.0966797%2C0.1142578-0.2060547%2C0.2172852-0.3300781%2C0.309082s-0.2519531%2C0.1801758-0.3837891%2C0.2641602c-0.1328125%2C0.0800781-0.2636719%2C0.1586914-0.3964844%2C0.2368164c-0.1318359%2C0.078125-0.2519531%2C0.1611328-0.3632812%2C0.2490234c-0.109375%2C0.0878906-0.203125%2C0.1831055-0.28125%2C0.2851562c-0.078125%2C0.1015625-0.1289062%2C0.21875-0.1533203%2C0.3505859h2.1845703v0.4501953h-2.7783203c0.0205078-0.2519531%2C0.0654297-0.4667969%2C0.1347656-0.6450195c0.0703125-0.1777344%2C0.1591797-0.3330078%2C0.2666016-0.4648438C14.6533203%2C7.2158203%2C14.7753906%2C7.1000977%2C14.9121094%2C7c0.1347656-0.1000977%2C0.2773438-0.1938477%2C0.4257812-0.2822266c0.1796875-0.1118164%2C0.3378906-0.2148438%2C0.4736328-0.3085938c0.1357422-0.0942383%2C0.2490234-0.1889648%2C0.3388672-0.2851562s0.1582031-0.2001953%2C0.2041016-0.3120117s0.0693359-0.2421875%2C0.0693359-0.3901367c0-0.1157227-0.0224609-0.2207031-0.0664062-0.3149414c-0.0439453-0.09375-0.1035156-0.1748047-0.1767578-0.2431641c-0.0742188-0.0678711-0.1611328-0.1196289-0.2607422-0.1557617c-0.1005859-0.0361328-0.2070312-0.0541992-0.3183594-0.0541992c-0.1484375%2C0-0.2753906%2C0.03125-0.3808594%2C0.0932617c-0.1064453%2C0.0620117-0.1933594%2C0.1430664-0.2617188%2C0.2431641C14.8916016%2C5.0898438%2C14.8417969%2C5.203125%2C14.8125%2C5.3291016s-0.0429688%2C0.2529297-0.0390625%2C0.3808594h-0.5097656C14.2519531%2C5.4941406%2C14.2734375%2C5.2939453%2C14.3300781%2C5.1098633z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-accounting { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C21h-10C4.1%2C21%2C3%2C19.9%2C3%2C18.5v-14C3%2C3.1%2C4.1%2C2%2C5.5%2C2h10C16.9%2C2%2C18%2C3.1%2C18%2C4.5v14C18%2C19.9%2C16.9%2C21%2C15.5%2C21z%20M5.5%2C3C4.7%2C3%2C4%2C3.7%2C4%2C4.5v14C4%2C19.3%2C4.7%2C20%2C5.5%2C20h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-14C17%2C3.7%2C16.3%2C3%2C15.5%2C3H5.5z%22%2F%3E%3Cpath%20d%3D%22M14.5%2C9h-8C5.7%2C9%2C5%2C8.3%2C5%2C7.5v-2C5%2C4.7%2C5.7%2C4%2C6.5%2C4h8C15.3%2C4%2C16%2C4.7%2C16%2C5.5v2C16%2C8.3%2C15.3%2C9%2C14.5%2C9z%20M6.5%2C5C6.2%2C5%2C6%2C5.2%2C6%2C5.5v2C6%2C7.8%2C6.2%2C8%2C6.5%2C8h8C14.8%2C8%2C15%2C7.8%2C15%2C7.5v-2C15%2C5.2%2C14.8%2C5%2C14.5%2C5H6.5z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C21h-10C4.1%2C21%2C3%2C19.9%2C3%2C18.5v-14C3%2C3.1%2C4.1%2C2%2C5.5%2C2h10C16.9%2C2%2C18%2C3.1%2C18%2C4.5v14C18%2C19.9%2C16.9%2C21%2C15.5%2C21z%20M5.5%2C3C4.7%2C3%2C4%2C3.7%2C4%2C4.5v14C4%2C19.3%2C4.7%2C20%2C5.5%2C20h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-14C17%2C3.7%2C16.3%2C3%2C15.5%2C3H5.5z%22%2F%3E%3Cpath%20d%3D%22M14.5%2C9h-8C5.7%2C9%2C5%2C8.3%2C5%2C7.5v-2C5%2C4.7%2C5.7%2C4%2C6.5%2C4h8C15.3%2C4%2C16%2C4.7%2C16%2C5.5v2C16%2C8.3%2C15.3%2C9%2C14.5%2C9z%20M6.5%2C5C6.2%2C5%2C6%2C5.2%2C6%2C5.5v2C6%2C7.8%2C6.2%2C8%2C6.5%2C8h8C14.8%2C8%2C15%2C7.8%2C15%2C7.5v-2C15%2C5.2%2C14.8%2C5%2C14.5%2C5H6.5z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-currency { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C4v14h22V4H0z%20M21%2C17H1V5h20V17z%22%2F%3E%3Cpath%20id%3D%22XMLID_3_%22%20d%3D%22M11%2C16c-2.2%2C0-4-2.2-4-5s1.8-5%2C4-5c2.2%2C0%2C4%2C2.2%2C4%2C5S13.2%2C16%2C11%2C16z%20M11%2C7c-1.7%2C0-3%2C1.8-3%2C4c0%2C2.2%2C1.3%2C4%2C3%2C4s3-1.8%2C3-4C14%2C8.8%2C12.7%2C7%2C11%2C7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C4v14h22V4H0z%20M21%2C17H1V5h20V17z%22%2F%3E%3Cpath%20id%3D%22XMLID_3_%22%20d%3D%22M11%2C16c-2.2%2C0-4-2.2-4-5s1.8-5%2C4-5c2.2%2C0%2C4%2C2.2%2C4%2C5S13.2%2C16%2C11%2C16z%20M11%2C7c-1.7%2C0-3%2C1.8-3%2C4c0%2C2.2%2C1.3%2C4%2C3%2C4s3-1.8%2C3-4C14%2C8.8%2C12.7%2C7%2C11%2C7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-date { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C20H2V7h18V20z%20M3%2C19h16V8H3V19z%22%2F%3E%3Cpath%20d%3D%22M8%2C6H5V2h3V6z%20M6%2C5h1V3H6V5z%22%2F%3E%3Cpath%20d%3D%22M17%2C6h-3V2h3V6z%20M15%2C5h1V3h-1V5z%22%2F%3E%3Cpath%20d%3D%22M8.8%2C15.8v-4.1H7.4v-0.5c0.2%2C0%2C0.4%2C0%2C0.6%2C0s0.3-0.1%2C0.5-0.2c0.1-0.1%2C0.3-0.2%2C0.4-0.3C8.9%2C10.6%2C9%2C10.4%2C9%2C10.2h0.5v5.7H8.8z%22%2F%3E%3Cpath%20d%3D%22M14.4%2C11.8c-0.3%2C0.4-0.5%2C0.8-0.7%2C1.2c-0.2%2C0.4-0.4%2C0.9-0.5%2C1.4c-0.1%2C0.5-0.2%2C0.9-0.2%2C1.4h-0.8c0-0.5%2C0.1-0.9%2C0.2-1.4c0.1-0.5%2C0.3-0.9%2C0.5-1.3s0.4-0.8%2C0.7-1.2c0.3-0.4%2C0.5-0.7%2C0.8-1h-3v-0.6h3.7v0.6C14.9%2C11.1%2C14.6%2C11.5%2C14.4%2C11.8z%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2217%22%20y%3D%223%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%224%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C20H2V7h18V20z%20M3%2C19h16V8H3V19z%22%2F%3E%3Cpath%20d%3D%22M8%2C6H5V2h3V6z%20M6%2C5h1V3H6V5z%22%2F%3E%3Cpath%20d%3D%22M17%2C6h-3V2h3V6z%20M15%2C5h1V3h-1V5z%22%2F%3E%3Cpath%20d%3D%22M8.8%2C15.8v-4.1H7.4v-0.5c0.2%2C0%2C0.4%2C0%2C0.6%2C0s0.3-0.1%2C0.5-0.2c0.1-0.1%2C0.3-0.2%2C0.4-0.3C8.9%2C10.6%2C9%2C10.4%2C9%2C10.2h0.5v5.7H8.8z%22%2F%3E%3Cpath%20d%3D%22M14.4%2C11.8c-0.3%2C0.4-0.5%2C0.8-0.7%2C1.2c-0.2%2C0.4-0.4%2C0.9-0.5%2C1.4c-0.1%2C0.5-0.2%2C0.9-0.2%2C1.4h-0.8c0-0.5%2C0.1-0.9%2C0.2-1.4c0.1-0.5%2C0.3-0.9%2C0.5-1.3s0.4-0.8%2C0.7-1.2c0.3-0.4%2C0.5-0.7%2C0.8-1h-3v-0.6h3.7v0.6C14.9%2C11.1%2C14.6%2C11.5%2C14.4%2C11.8z%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2217%22%20y%3D%223%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%224%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-time { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.2%2C21.1c-5.7%2C0-10.3-4.6-10.3-10.3S5.5%2C0.5%2C11.2%2C0.5s10.3%2C4.6%2C10.3%2C10.3S16.9%2C21.1%2C11.2%2C21.1z%20M11.2%2C1.5c-5.1%2C0-9.3%2C4.2-9.3%2C9.3c0%2C5.1%2C4.2%2C9.3%2C9.3%2C9.3c5.1%2C0%2C9.3-4.2%2C9.3-9.3C20.5%2C5.7%2C16.3%2C1.5%2C11.2%2C1.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.5%2C11%22%2F%3E%3Ccircle%20cx%3D%2211.2%22%20cy%3D%2210.8%22%20r%3D%221.9%22%2F%3E%3Crect%20x%3D%2210.7%22%20y%3D%222.6%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227.1%22%20y%3D%2210.4%22%20width%3D%223.4%22%20height%3D%220.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.2%2C21.1c-5.7%2C0-10.3-4.6-10.3-10.3S5.5%2C0.5%2C11.2%2C0.5s10.3%2C4.6%2C10.3%2C10.3S16.9%2C21.1%2C11.2%2C21.1z%20M11.2%2C1.5c-5.1%2C0-9.3%2C4.2-9.3%2C9.3c0%2C5.1%2C4.2%2C9.3%2C9.3%2C9.3c5.1%2C0%2C9.3-4.2%2C9.3-9.3C20.5%2C5.7%2C16.3%2C1.5%2C11.2%2C1.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.5%2C11%22%2F%3E%3Ccircle%20cx%3D%2211.2%22%20cy%3D%2210.8%22%20r%3D%221.9%22%2F%3E%3Crect%20x%3D%2210.7%22%20y%3D%222.6%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227.1%22%20y%3D%2210.4%22%20width%3D%223.4%22%20height%3D%220.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-percentage { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M2.7998047%2C6.4970703c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4863281-1.161132C3.5136719%2C5%2C3.8134766%2C4.7333984%2C4.1855469%2C4.5351562s0.8339844-0.296875%2C1.3867188-0.296875c0.5634766%2C0%2C1.0283203%2C0.0957031%2C1.3945312%2C0.2880859c0.3662109%2C0.1914062%2C0.6601562%2C0.4492188%2C0.8818359%2C0.7734375c0.2226562%2C0.3242188%2C0.3779297%2C0.7050781%2C0.46875%2C1.1435547c0.0898438%2C0.4375%2C0.1347656%2C0.9023438%2C0.1347656%2C1.3945312c0%2C0.4677734-0.0517578%2C0.9208984-0.1533203%2C1.359375c-0.1015625%2C0.4375-0.2695312%2C0.8222656-0.5039062%2C1.1513672c-0.234375%2C0.3300781-0.53125%2C0.5976562-0.890625%2C0.8017578c-0.3603516%2C0.2041016-0.8046875%2C0.3056641-1.3320312%2C0.3056641c-0.5400391%2C0-0.9960938-0.0927734-1.3681641-0.2792969c-0.3720703-0.1855469-0.671875-0.4404297-0.9003906-0.7646484c-0.2275391-0.3242188-0.3925781-0.7021484-0.4951172-1.1337891C2.7070312%2C8.8457031%2C2.65625%2C8.3837891%2C2.65625%2C7.8916016C2.65625%2C7.4003906%2C2.7041016%2C6.9355469%2C2.7998047%2C6.4970703z%20M4.0507812%2C8.7109375c0.0302734%2C0.3056641%2C0.0996094%2C0.5878906%2C0.2070312%2C0.8457031c0.1083984%2C0.2587891%2C0.2607422%2C0.4746094%2C0.4589844%2C0.6484375s0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3486328%2C0%2C0.6240234-0.0839844%2C0.828125-0.2519531s0.3632812-0.3808594%2C0.4775391-0.6386719c0.1132812-0.2578125%2C0.1884766-0.5429688%2C0.2246094-0.8554688c0.0361328-0.3115234%2C0.0537109-0.6054688%2C0.0537109-0.8818359c0-0.2636719-0.0146484-0.5488281-0.0449219-0.8544922C7.0273438%2C6.6767578%2C6.9580078%2C6.3955078%2C6.8496094%2C6.1367188C6.7421875%2C5.8789062%2C6.5888672%2C5.6630859%2C6.390625%2C5.4892578C6.1933594%2C5.3154297%2C5.9199219%2C5.2275391%2C5.5722656%2C5.2275391c-0.3359375%2C0-0.6064453%2C0.0878906-0.8105469%2C0.2617188S4.3984375%2C5.8789062%2C4.2851562%2C6.1367188C4.1708984%2C6.3955078%2C4.0957031%2C6.6767578%2C4.0595703%2C6.9833984C4.0244141%2C7.2890625%2C4.0058594%2C7.5800781%2C4.0058594%2C7.8564453C4.0058594%2C8.1201172%2C4.0205078%2C8.4052734%2C4.0507812%2C8.7109375z%20M15.5976562%2C4.0039062L5.9316406%2C17.3779297H4.3837891l9.6845703-13.3740234H15.5976562z%20M11.6923828%2C12.2568359c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4853516-1.1611328c0.2285156-0.3359375%2C0.5283203-0.6025391%2C0.9003906-0.8007812s0.8339844-0.296875%2C1.3857422-0.296875c0.5644531%2C0%2C1.0292969%2C0.0957031%2C1.3955078%2C0.2880859c0.3652344%2C0.1923828%2C0.6591797%2C0.4501953%2C0.8818359%2C0.7734375c0.2216797%2C0.3242188%2C0.3779297%2C0.7050781%2C0.4677734%2C1.1435547s0.1347656%2C0.9033203%2C0.1347656%2C1.3945312c0%2C0.46875-0.0507812%2C0.921875-0.1523438%2C1.359375c-0.1025391%2C0.4384766-0.2705078%2C0.8222656-0.5048828%2C1.1523438c-0.2333984%2C0.3300781-0.5302734%2C0.59375-0.890625%2C0.7919922c-0.3603516%2C0.1972656-0.8037109%2C0.296875-1.3320312%2C0.296875c-0.5400391%2C0-0.9960938-0.09375-1.3681641-0.2792969s-0.671875-0.4375-0.8994141-0.7558594c-0.2285156-0.3183594-0.3935547-0.6933594-0.4951172-1.125c-0.1025391-0.4316406-0.1533203-0.8935547-0.1533203-1.3857422S11.5957031%2C12.6953125%2C11.6923828%2C12.2568359z%20M12.9433594%2C14.4707031c0.0292969%2C0.3066406%2C0.0986328%2C0.5888672%2C0.2070312%2C0.8466797c0.1074219%2C0.2578125%2C0.2607422%2C0.4736328%2C0.4589844%2C0.6474609c0.1972656%2C0.1738281%2C0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3476562%2C0%2C0.6240234-0.0830078%2C0.828125-0.2519531c0.2041016-0.1679688%2C0.3623047-0.3808594%2C0.4765625-0.6386719s0.1894531-0.5429688%2C0.2255859-0.8544922c0.0351562-0.3125%2C0.0537109-0.6064453%2C0.0537109-0.8828125c0-0.2636719-0.015625-0.5488281-0.0449219-0.8544922c-0.0302734-0.3066406-0.0996094-0.5878906-0.2070312-0.8457031c-0.1083984-0.2587891-0.2607422-0.4746094-0.4589844-0.6484375s-0.4716797-0.2607422-0.8193359-0.2607422c-0.3359375%2C0-0.6064453%2C0.0869141-0.8095703%2C0.2607422c-0.2041016%2C0.1738281-0.3632812%2C0.3896484-0.4775391%2C0.6484375c-0.1142578%2C0.2578125-0.1884766%2C0.5390625-0.2246094%2C0.8457031c-0.0361328%2C0.3056641-0.0537109%2C0.5966797-0.0537109%2C0.8730469C12.8984375%2C13.8798828%2C12.9130859%2C14.1650391%2C12.9433594%2C14.4707031z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M2.7998047%2C6.4970703c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4863281-1.161132C3.5136719%2C5%2C3.8134766%2C4.7333984%2C4.1855469%2C4.5351562s0.8339844-0.296875%2C1.3867188-0.296875c0.5634766%2C0%2C1.0283203%2C0.0957031%2C1.3945312%2C0.2880859c0.3662109%2C0.1914062%2C0.6601562%2C0.4492188%2C0.8818359%2C0.7734375c0.2226562%2C0.3242188%2C0.3779297%2C0.7050781%2C0.46875%2C1.1435547c0.0898438%2C0.4375%2C0.1347656%2C0.9023438%2C0.1347656%2C1.3945312c0%2C0.4677734-0.0517578%2C0.9208984-0.1533203%2C1.359375c-0.1015625%2C0.4375-0.2695312%2C0.8222656-0.5039062%2C1.1513672c-0.234375%2C0.3300781-0.53125%2C0.5976562-0.890625%2C0.8017578c-0.3603516%2C0.2041016-0.8046875%2C0.3056641-1.3320312%2C0.3056641c-0.5400391%2C0-0.9960938-0.0927734-1.3681641-0.2792969c-0.3720703-0.1855469-0.671875-0.4404297-0.9003906-0.7646484c-0.2275391-0.3242188-0.3925781-0.7021484-0.4951172-1.1337891C2.7070312%2C8.8457031%2C2.65625%2C8.3837891%2C2.65625%2C7.8916016C2.65625%2C7.4003906%2C2.7041016%2C6.9355469%2C2.7998047%2C6.4970703z%20M4.0507812%2C8.7109375c0.0302734%2C0.3056641%2C0.0996094%2C0.5878906%2C0.2070312%2C0.8457031c0.1083984%2C0.2587891%2C0.2607422%2C0.4746094%2C0.4589844%2C0.6484375s0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3486328%2C0%2C0.6240234-0.0839844%2C0.828125-0.2519531s0.3632812-0.3808594%2C0.4775391-0.6386719c0.1132812-0.2578125%2C0.1884766-0.5429688%2C0.2246094-0.8554688c0.0361328-0.3115234%2C0.0537109-0.6054688%2C0.0537109-0.8818359c0-0.2636719-0.0146484-0.5488281-0.0449219-0.8544922C7.0273438%2C6.6767578%2C6.9580078%2C6.3955078%2C6.8496094%2C6.1367188C6.7421875%2C5.8789062%2C6.5888672%2C5.6630859%2C6.390625%2C5.4892578C6.1933594%2C5.3154297%2C5.9199219%2C5.2275391%2C5.5722656%2C5.2275391c-0.3359375%2C0-0.6064453%2C0.0878906-0.8105469%2C0.2617188S4.3984375%2C5.8789062%2C4.2851562%2C6.1367188C4.1708984%2C6.3955078%2C4.0957031%2C6.6767578%2C4.0595703%2C6.9833984C4.0244141%2C7.2890625%2C4.0058594%2C7.5800781%2C4.0058594%2C7.8564453C4.0058594%2C8.1201172%2C4.0205078%2C8.4052734%2C4.0507812%2C8.7109375z%20M15.5976562%2C4.0039062L5.9316406%2C17.3779297H4.3837891l9.6845703-13.3740234H15.5976562z%20M11.6923828%2C12.2568359c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4853516-1.1611328c0.2285156-0.3359375%2C0.5283203-0.6025391%2C0.9003906-0.8007812s0.8339844-0.296875%2C1.3857422-0.296875c0.5644531%2C0%2C1.0292969%2C0.0957031%2C1.3955078%2C0.2880859c0.3652344%2C0.1923828%2C0.6591797%2C0.4501953%2C0.8818359%2C0.7734375c0.2216797%2C0.3242188%2C0.3779297%2C0.7050781%2C0.4677734%2C1.1435547s0.1347656%2C0.9033203%2C0.1347656%2C1.3945312c0%2C0.46875-0.0507812%2C0.921875-0.1523438%2C1.359375c-0.1025391%2C0.4384766-0.2705078%2C0.8222656-0.5048828%2C1.1523438c-0.2333984%2C0.3300781-0.5302734%2C0.59375-0.890625%2C0.7919922c-0.3603516%2C0.1972656-0.8037109%2C0.296875-1.3320312%2C0.296875c-0.5400391%2C0-0.9960938-0.09375-1.3681641-0.2792969s-0.671875-0.4375-0.8994141-0.7558594c-0.2285156-0.3183594-0.3935547-0.6933594-0.4951172-1.125c-0.1025391-0.4316406-0.1533203-0.8935547-0.1533203-1.3857422S11.5957031%2C12.6953125%2C11.6923828%2C12.2568359z%20M12.9433594%2C14.4707031c0.0292969%2C0.3066406%2C0.0986328%2C0.5888672%2C0.2070312%2C0.8466797c0.1074219%2C0.2578125%2C0.2607422%2C0.4736328%2C0.4589844%2C0.6474609c0.1972656%2C0.1738281%2C0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3476562%2C0%2C0.6240234-0.0830078%2C0.828125-0.2519531c0.2041016-0.1679688%2C0.3623047-0.3808594%2C0.4765625-0.6386719s0.1894531-0.5429688%2C0.2255859-0.8544922c0.0351562-0.3125%2C0.0537109-0.6064453%2C0.0537109-0.8828125c0-0.2636719-0.015625-0.5488281-0.0449219-0.8544922c-0.0302734-0.3066406-0.0996094-0.5878906-0.2070312-0.8457031c-0.1083984-0.2587891-0.2607422-0.4746094-0.4589844-0.6484375s-0.4716797-0.2607422-0.8193359-0.2607422c-0.3359375%2C0-0.6064453%2C0.0869141-0.8095703%2C0.2607422c-0.2041016%2C0.1738281-0.3632812%2C0.3896484-0.4775391%2C0.6484375c-0.1142578%2C0.2578125-0.1884766%2C0.5390625-0.2246094%2C0.8457031c-0.0361328%2C0.3056641-0.0537109%2C0.5966797-0.0537109%2C0.8730469C12.8984375%2C13.8798828%2C12.9130859%2C14.1650391%2C12.9433594%2C14.4707031z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-text { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M5.5234375%2C6.4316406L8.8710938%2C15H7.6113281l-0.9355469-2.5800781h-3.625L2.0917969%2C15H0.9277344l3.3359375-8.5683594H5.5234375z%20M6.3154297%2C11.4599609L4.8876953%2C7.4638672H4.8632812l-1.4511719%2C3.9960938H6.3154297z%22%2F%3E%3Cpath%20d%3D%22M15.21875%2C6.4316406c0.1845703%2C0%2C0.3828125%2C0.0019531%2C0.5947266%2C0.0058594s0.421875%2C0.0166016%2C0.6298828%2C0.0371094c0.2080078%2C0.0195312%2C0.4023438%2C0.0488281%2C0.5820312%2C0.0898438c0.1796875%2C0.0390625%2C0.3339844%2C0.0996094%2C0.4619141%2C0.1796875c0.2802734%2C0.1679688%2C0.5185547%2C0.4003906%2C0.7138672%2C0.6953125c0.1962891%2C0.296875%2C0.2939453%2C0.6601562%2C0.2939453%2C1.0927734c0%2C0.4560547-0.1103516%2C0.8505859-0.3291016%2C1.1816406c-0.2207031%2C0.3320312-0.5351562%2C0.578125-0.9433594%2C0.7382812v0.0244141c0.5292969%2C0.1113281%2C0.9326172%2C0.3515625%2C1.2128906%2C0.71875c0.2792969%2C0.3691406%2C0.4199219%2C0.8164062%2C0.4199219%2C1.3447266c0%2C0.3115234-0.0566406%2C0.6162109-0.1679688%2C0.9121094c-0.1123047%2C0.2958984-0.2783203%2C0.5576172-0.4980469%2C0.7861328c-0.2207031%2C0.2275391-0.4921875%2C0.4121094-0.8164062%2C0.5517578S16.6757812%2C15%2C16.2519531%2C15h-4.140625V6.4316406H15.21875z%20M15.53125%2C10.1162109c0.6484375%2C0%2C1.1132812-0.1142578%2C1.3984375-0.3427734c0.2832031-0.2275391%2C0.4257812-0.5693359%2C0.4257812-1.0253906c0-0.3046875-0.0488281-0.5439453-0.1445312-0.7207031c-0.0957031-0.1757812-0.2275391-0.3115234-0.3955078-0.4072266c-0.1679688-0.0966797-0.3623047-0.1582031-0.5820312-0.1865234C16.0136719%2C7.40625%2C15.7792969%2C7.3925781%2C15.53125%2C7.3925781h-2.2792969v2.7236328H15.53125z%20M16.1074219%2C14.0400391c0.5039062%2C0%2C0.8984375-0.1357422%2C1.1816406-0.4082031c0.2841797-0.2714844%2C0.4257812-0.6474609%2C0.4257812-1.1279297c0-0.2792969-0.0517578-0.5117188-0.15625-0.6953125c-0.1035156-0.1845703-0.2412109-0.3300781-0.4130859-0.4384766c-0.1728516-0.1083984-0.3701172-0.1845703-0.5947266-0.2275391c-0.2236328-0.0449219-0.4550781-0.0664062-0.6953125-0.0664062h-2.6035156v2.9638672H16.1074219z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M5.5234375%2C6.4316406L8.8710938%2C15H7.6113281l-0.9355469-2.5800781h-3.625L2.0917969%2C15H0.9277344l3.3359375-8.5683594H5.5234375z%20M6.3154297%2C11.4599609L4.8876953%2C7.4638672H4.8632812l-1.4511719%2C3.9960938H6.3154297z%22%2F%3E%3Cpath%20d%3D%22M15.21875%2C6.4316406c0.1845703%2C0%2C0.3828125%2C0.0019531%2C0.5947266%2C0.0058594s0.421875%2C0.0166016%2C0.6298828%2C0.0371094c0.2080078%2C0.0195312%2C0.4023438%2C0.0488281%2C0.5820312%2C0.0898438c0.1796875%2C0.0390625%2C0.3339844%2C0.0996094%2C0.4619141%2C0.1796875c0.2802734%2C0.1679688%2C0.5185547%2C0.4003906%2C0.7138672%2C0.6953125c0.1962891%2C0.296875%2C0.2939453%2C0.6601562%2C0.2939453%2C1.0927734c0%2C0.4560547-0.1103516%2C0.8505859-0.3291016%2C1.1816406c-0.2207031%2C0.3320312-0.5351562%2C0.578125-0.9433594%2C0.7382812v0.0244141c0.5292969%2C0.1113281%2C0.9326172%2C0.3515625%2C1.2128906%2C0.71875c0.2792969%2C0.3691406%2C0.4199219%2C0.8164062%2C0.4199219%2C1.3447266c0%2C0.3115234-0.0566406%2C0.6162109-0.1679688%2C0.9121094c-0.1123047%2C0.2958984-0.2783203%2C0.5576172-0.4980469%2C0.7861328c-0.2207031%2C0.2275391-0.4921875%2C0.4121094-0.8164062%2C0.5517578S16.6757812%2C15%2C16.2519531%2C15h-4.140625V6.4316406H15.21875z%20M15.53125%2C10.1162109c0.6484375%2C0%2C1.1132812-0.1142578%2C1.3984375-0.3427734c0.2832031-0.2275391%2C0.4257812-0.5693359%2C0.4257812-1.0253906c0-0.3046875-0.0488281-0.5439453-0.1445312-0.7207031c-0.0957031-0.1757812-0.2275391-0.3115234-0.3955078-0.4072266c-0.1679688-0.0966797-0.3623047-0.1582031-0.5820312-0.1865234C16.0136719%2C7.40625%2C15.7792969%2C7.3925781%2C15.53125%2C7.3925781h-2.2792969v2.7236328H15.53125z%20M16.1074219%2C14.0400391c0.5039062%2C0%2C0.8984375-0.1357422%2C1.1816406-0.4082031c0.2841797-0.2714844%2C0.4257812-0.6474609%2C0.4257812-1.1279297c0-0.2792969-0.0517578-0.5117188-0.15625-0.6953125c-0.1035156-0.1845703-0.2412109-0.3300781-0.4130859-0.4384766c-0.1728516-0.1083984-0.3701172-0.1845703-0.5947266-0.2275391c-0.2236328-0.0449219-0.4550781-0.0664062-0.6953125-0.0664062h-2.6035156v2.9638672H16.1074219z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.sortdown { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%234F9E4F%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-230%20256.4%20-230.7%20255.7%20-233%20258.1%20-233%20242%20-234%20242%20-234%20258.1%20-236.3%20255.7%20-237%20256.4%20-233.5%20260%20-233.5%20260%20-233.5%20260%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226%20249.55L-223.1%20242h1.08l3.09%207.55h-1.14l-0.88-2.29h-3.16l-0.83%202.29H-226zM-223.82%20246.45h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-223.82%20246.45z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.93%20259v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21v-0.89h5.41v0.89l-4.24%205.24%20-0.46%200.53h4.82V259H-225.93z%22%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%2340865c%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-230%20256.4%20-230.7%20255.7%20-233%20258.1%20-233%20242%20-234%20242%20-234%20258.1%20-236.3%20255.7%20-237%20256.4%20-233.5%20260%20-233.5%20260%20-233.5%20260%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226%20249.55L-223.1%20242h1.08l3.09%207.55h-1.14l-0.88-2.29h-3.16l-0.83%202.29H-226zM-223.82%20246.45h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-223.82%20246.45z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.93%20259v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21v-0.89h5.41v0.89l-4.24%205.24%20-0.46%200.53h4.82V259H-225.93z%22%2F%3E%3C%2Fsvg%3E"); } i.icon.sortup { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%234F9E4F%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-233.5%20242%20-233.5%20242%20-233.5%20242%20-237%20245.6%20-236.3%20246.3%20-234%20243.9%20-234%20260%20-233%20260%20-233%20243.9%20-230.7%20246.3%20-230%20245.6%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226.53%20260l2.9-7.55h1.08L-219.47%20260h-1.14l-0.88-2.29h-3.16L-225.47%20260H-226.53zM-224.36%20256.9h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-224.36%20256.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.97%20250.55v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21V243h5.41v0.89l-4.24%205.24%20-0.46%200.53H-220v0.89H-225.97z%22%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%2340865c%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-233.5%20242%20-233.5%20242%20-233.5%20242%20-237%20245.6%20-236.3%20246.3%20-234%20243.9%20-234%20260%20-233%20260%20-233%20243.9%20-230.7%20246.3%20-230%20245.6%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226.53%20260l2.9-7.55h1.08L-219.47%20260h-1.14l-0.88-2.29h-3.16L-225.47%20260H-226.53zM-224.36%20256.9h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-224.36%20256.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.97%20250.55v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21V243h5.41v0.89l-4.24%205.24%20-0.46%200.53H-220v0.89H-225.97z%22%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-pdf { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234F9E4F%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-xlsx { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2263%22%20height%3D%2263%22%20viewBox%3D%2216.287%2032.45%2063.000002%2063%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234f9e4f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m%2053.774%2C43.725%20c%202.825%2C-0.2%205.663%2C-0.375%208.5%2C-0.512%20-3.337%2C6.837%20-6.688%2C13.675%20-10.087%2C20.487%203.438%2C7%206.95%2C13.95%2010.399%2C20.95%20-3.012%2C-0.175%20-6.012%2C-0.362%20-9.024%2C-0.575%20-2.125%2C-5.213%20-4.713%2C-10.25%20-6.237%2C-15.7%20-1.7%2C5.075%20-4.125%2C9.862%20-6.075%2C14.838%20-2.737%2C-0.038%20-5.476%2C-0.15%20-8.213%2C-0.263%203.212%2C-6.287%206.312%2C-12.624%209.624%2C-18.874%20-2.813%2C-6.438%20-5.899%2C-12.75%20-8.8%2C-19.15%202.75%2C-0.163%205.5%2C-0.325%208.25%2C-0.475%201.862%2C4.888%203.9%2C9.712%205.438%2C14.725%201.65%2C-5.313%204.112%2C-10.313%206.225%2C-15.451%20z%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2263%22%20height%3D%2263%22%20viewBox%3D%2216.287%2032.45%2063.000002%2063%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m%2053.774%2C43.725%20c%202.825%2C-0.2%205.663%2C-0.375%208.5%2C-0.512%20-3.337%2C6.837%20-6.688%2C13.675%20-10.087%2C20.487%203.438%2C7%206.95%2C13.95%2010.399%2C20.95%20-3.012%2C-0.175%20-6.012%2C-0.362%20-9.024%2C-0.575%20-2.125%2C-5.213%20-4.713%2C-10.25%20-6.237%2C-15.7%20-1.7%2C5.075%20-4.125%2C9.862%20-6.075%2C14.838%20-2.737%2C-0.038%20-5.476%2C-0.15%20-8.213%2C-0.263%203.212%2C-6.287%206.312%2C-12.624%209.624%2C-18.874%20-2.813%2C-6.438%20-5.899%2C-12.75%20-8.8%2C-19.15%202.75%2C-0.163%205.5%2C-0.325%208.25%2C-0.475%201.862%2C4.888%203.9%2C9.712%205.438%2C14.725%201.65%2C-5.313%204.112%2C-10.313%206.225%2C-15.451%20z%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-ods { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234F9E4F%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-csv { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2058%2058%22%20height%3D%2258px%22%20width%3D%2258px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234F9E4F%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2235.5%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2058%2058%22%20height%3D%2258px%22%20width%3D%2258px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2235.5%22%20%2F%3E%3C%2Fsvg%3E"); } .chart-types .thumb.bar-normal { background-image: url('../img/charts/chart-03.png'); @@ -7082,7 +7082,7 @@ html.pixel-ratio-3 .box-tabs ul > li:after { .shapes li .thumb { width: 100%; height: 100%; - background-color: #4F9E4F; + background-color: #40865c; } .chart-types li { width: 60px; diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-material.css b/apps/spreadsheeteditor/mobile/resources/css/app-material.css index d0d3259ed..85046cd42 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-material.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-material.css @@ -33,7 +33,7 @@ select { } a { text-decoration: none; - color: #4F9E4F; + color: #40865c; } p { margin: 1em 0; @@ -1043,7 +1043,7 @@ p { .navbar, .toolbar, .subnavbar { - background: #4F9E4F; + background: #40865c; } .navbar a.link, .toolbar a.link, @@ -1328,7 +1328,7 @@ html:not(.watch-active-state) .tabbar a.tab-link:active, left: 0; bottom: 0; height: 3px; - background: #366b36; + background: #275238; background: rgba(255, 255, 255, 0.5); -webkit-transition-duration: 300ms; transition-duration: 300ms; @@ -1621,7 +1621,7 @@ html:not(.watch-active-state) .tabbar a.tab-link:active, .searchbar { height: 48px; width: 100%; - background: #4F9E4F; + background: #40865c; box-sizing: border-box; padding: 0 16px; overflow: hidden; @@ -2837,7 +2837,7 @@ html.pixel-ratio-3 .list-block li:last-child li .item-inner:after { } .list-block .focus-state .label, .list-block .focus-state .floating-label { - color: #4F9E4F; + color: #40865c; } .item-input-field, .input-field { @@ -2882,7 +2882,7 @@ html.pixel-ratio-3 .input-field:after { .focus-state .input-field:after, .not-empty-state .item-input-field:after, .not-empty-state .input-field:after { - background: #4F9E4F; + background: #40865c; -webkit-transform: scaleY(2) !important; transform: scaleY(2) !important; } @@ -2939,18 +2939,18 @@ textarea.resizable { display: none; } .label-switch input[type="checkbox"]:checked + .checkbox { - background: rgba(79, 158, 79, 0.5); + background: rgba(64, 134, 92, 0.5); } .label-switch input[type="checkbox"]:checked + .checkbox:after { -webkit-transform: translateX(16px); transform: translateX(16px); - background: #4F9E4F; + background: #40865c; } .item-input .label-switch { top: 11px; } .button { - color: #4F9E4F; + color: #40865c; text-decoration: none; text-align: center; display: block; @@ -2991,12 +2991,12 @@ html:not(.watch-active-state) .button:active, background: rgba(0, 0, 0, 0.1); } .button.button-fill { - background-color: #4F9E4F; + background-color: #40865c; color: #fff; } html:not(.watch-active-state) .button.button-fill:active, .button.button-fill.active-state { - background: #418341; + background: #336a49; } .button.button-big { height: 48px; @@ -3096,7 +3096,7 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #4F9E4F; + background: #40865c; border-radius: 20px; } .range-slider input[type="range"]::-webkit-slider-thumb:before { @@ -3107,7 +3107,7 @@ html:not(.watch-active-state) .button-raised:active, height: 2px; margin-top: -1px; z-index: 1; - background: #4F9E4F; + background: #40865c; content: ' '; } .range-slider input[type="range"]::-moz-range-track { @@ -3127,7 +3127,7 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #4F9E4F; + background: #40865c; border-radius: 20px; } .range-slider input[type="range"]::-ms-track { @@ -3148,11 +3148,11 @@ html:not(.watch-active-state) .button-raised:active, height: 20px; width: 20px; position: relative; - background: #4F9E4F; + background: #40865c; border-radius: 20px; } .range-slider input[type="range"]::-ms-fill-lower { - background: #4F9E4F; + background: #40865c; } .range-slider input[type="range"]::-ms-fill-upper { background: #b7b8b7; @@ -3199,8 +3199,8 @@ label.label-checkbox input[type="checkbox"]:checked ~ .item-after i.icon-form-ch label.label-checkbox input[type="radio"]:checked ~ .item-after i.icon-form-checkbox, label.label-checkbox input[type="checkbox"]:checked ~ .item-inner i.icon-form-checkbox, label.label-checkbox input[type="radio"]:checked ~ .item-inner i.icon-form-checkbox { - border-color: #4F9E4F; - background-color: #4F9E4F; + border-color: #40865c; + background-color: #40865c; } label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after, @@ -3232,7 +3232,7 @@ label.label-radio i.icon-form-radio:after { top: 50%; margin-left: -5px; margin-top: -5px; - background-color: #4F9E4F; + background-color: #40865c; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); @@ -3249,7 +3249,7 @@ label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio, label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio, label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio { - border-color: #4F9E4F; + border-color: #40865c; } label.label-radio input[type="checkbox"]:checked + .item-media i.icon-form-radio:after, label.label-radio input[type="radio"]:checked + .item-media i.icon-form-radio:after, @@ -3257,7 +3257,7 @@ label.label-radio input[type="checkbox"]:checked ~ .item-after i.icon-form-radio label.label-radio input[type="radio"]:checked ~ .item-after i.icon-form-radio:after, label.label-radio input[type="checkbox"]:checked ~ .item-inner i.icon-form-radio:after, label.label-radio input[type="radio"]:checked ~ .item-inner i.icon-form-radio:after { - background-color: #4F9E4F; + background-color: #40865c; -webkit-transform: scale(1); transform: scale(1); } @@ -3311,7 +3311,7 @@ label.label-radio.active-state .item-inner:after { border-radius: 50%; z-index: 1500; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); - background-color: #4F9E4F; + background-color: #40865c; color: #fff; overflow: hidden; -webkit-transition-duration: 300ms; @@ -3331,7 +3331,7 @@ label.label-radio.active-state .item-inner:after { } html:not(.watch-active-state) .floating-button:active, .floating-button.active-state { - background: #418341; + background: #336a49; } .floating-button-toolbar, .speed-dial { @@ -3400,7 +3400,7 @@ html:not(.watch-active-state) .floating-button:active, position: relative; z-index: 1; overflow: hidden; - background-color: #4F9E4F; + background-color: #40865c; -webkit-transition-duration: 300ms; transition-duration: 300ms; display: -webkit-box; @@ -3422,7 +3422,7 @@ html:not(.watch-active-state) .floating-button:active, } html:not(.watch-active-state) .speed-dial-buttons a:active, .speed-dial-buttons a.active-state { - background: #418341; + background: #336a49; } .speed-dial-buttons a + a { margin-bottom: 16px; @@ -3603,7 +3603,7 @@ html:not(.watch-active-state) .speed-dial-buttons a:active, } .modal-button, .modal-buttons .button { - color: #4F9E4F; + color: #40865c; text-decoration: none; text-align: center; display: block; @@ -3651,14 +3651,14 @@ html:not(.watch-active-state) .modal-buttons .button:active, } .modal-button.button-fill, .modal-buttons .button.button-fill { - background-color: #4F9E4F; + background-color: #40865c; color: #fff; } html:not(.watch-active-state) .modal-button.button-fill:active, html:not(.watch-active-state) .modal-buttons .button.button-fill:active, .modal-button.button-fill.active-state, .modal-buttons .button.button-fill.active-state { - background: #418341; + background: #336a49; } .modal-button.button-big, .modal-buttons .button.button-big { @@ -4192,7 +4192,7 @@ html.with-statusbar-overlay .popup.tablet-fullscreen { height: 48px; } .picker-modal .picker-header { - background: #4F9E4F; + background: #40865c; } .picker-modal .picker-header + .toolbar .toolbar-inner { overflow: visible; @@ -4652,7 +4652,7 @@ html.with-statusbar-overlay body .panel { padding-top: 20px; } .statusbar-overlay { - background: #4F9E4F; + background: #40865c; z-index: 10000; position: absolute; left: 0; @@ -4998,7 +4998,7 @@ html.with-statusbar-overlay body .panel { position: relative; -webkit-transform-origin: center bottom; transform-origin: center bottom; - background: rgba(79, 158, 79, 0.5); + background: rgba(64, 134, 92, 0.5); } .progressbar { display: block; @@ -5009,7 +5009,7 @@ html.with-statusbar-overlay body .panel { .progressbar span { content: ''; width: 100%; - background: #4F9E4F; + background: #40865c; height: 100%; position: absolute; left: 0; @@ -5030,7 +5030,7 @@ html.with-statusbar-overlay body .panel { top: 0; width: 100%; height: 100%; - background: #4F9E4F; + background: #40865c; -webkit-transform-origin: left center; transform-origin: left center; } @@ -5527,7 +5527,7 @@ html.pixel-ratio-3 .picker-center-highlight:after { margin-left: 16px; } .notifications .button.close-notification { - color: #60c060; + color: #44b571; } .notifications .notification-item { margin: 0 auto; @@ -5715,7 +5715,7 @@ textarea { height: 22px; right: -5px; bottom: -5px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%2F%3E%3Cpath%20d%3D%22M11%2C21A10%2C10%2C0%2C1%2C1%2C21%2C11%2C10%2C10%2C0%2C0%2C1%2C11%2C21h0ZM17.4%2C7.32L17.06%2C7a0.48%2C0.48%2C0%2C0%2C0-.67%2C0l-7%2C6.84L6.95%2C11.24a0.51%2C0.51%2C0%2C0%2C0-.59.08L6%2C11.66a0.58%2C0.58%2C0%2C0%2C0%2C0%2C.65l3.19%2C3.35a0.38%2C0.38%2C0%2C0%2C0%2C.39%2C0L17.4%2C8a0.48%2C0.48%2C0%2C0%2C0%2C0-.67h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } .item-content .item-after.splitter label { color: #000; @@ -5750,7 +5750,7 @@ textarea { } .item-content.buttons .item-inner > .row .button.active { color: #fff; - background-color: #4F9E4F; + background-color: #40865c; } .item-content .color-preview { width: 30px; @@ -5802,7 +5802,7 @@ html.phone .document-menu .list-block .item-link { position: absolute; width: 100%; height: 100%; - box-shadow: 0 0 0 1px white, 0 0 0 4px #4F9E4F; + box-shadow: 0 0 0 1px white, 0 0 0 4px #40865c; z-index: 1; border-radius: 1px; } @@ -5928,104 +5928,104 @@ i.icon.icon-expand-down { i.icon.icon-search { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.5%2C16.8L16%2C13.3c0.7-1.1%2C1.1-2.4%2C1.1-3.8C17%2C5.4%2C13.6%2C2%2C9.5%2C2S2%2C5.4%2C2%2C9.5S5.4%2C17%2C9.5%2C17c1.4%2C0%2C2.7-0.4%2C3.8-1.1l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0C20.2%2C18.7%2C20.2%2C17.6%2C19.5%2C16.8z%20M9.5%2C15.3c-3.2%2C0-5.8-2.6-5.8-5.8s2.6-5.8%2C5.8-5.8s5.8%2C2.6%2C5.8%2C5.8S12.7%2C15.3%2C9.5%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M19.5%2C16.8L16%2C13.3c0.7-1.1%2C1.1-2.4%2C1.1-3.8C17%2C5.4%2C13.6%2C2%2C9.5%2C2S2%2C5.4%2C2%2C9.5S5.4%2C17%2C9.5%2C17c1.4%2C0%2C2.7-0.4%2C3.8-1.1l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0C20.2%2C18.7%2C20.2%2C17.6%2C19.5%2C16.8z%20M9.5%2C15.3c-3.2%2C0-5.8-2.6-5.8-5.8s2.6-5.8%2C5.8-5.8s5.8%2C2.6%2C5.8%2C5.8S12.7%2C15.3%2C9.5%2C15.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-edit { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2217.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C20h22v1H0V20z%22%2F%3E%3Cpolygon%20points%3D%2217.1%2C3.1%203.5%2C16.7%203%2C20%206.3%2C19.5%2019.9%2C5.9%20%09%22%2F%3E%3Cpath%20d%3D%22M20.5%2C5.3L22%2C3.8c0%2C0-0.2-1.2-0.9-1.9C20.4%2C1.1%2C19.2%2C1%2C19.2%2C1l-1.5%2C1.5L20.5%2C5.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-reader { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M17%2C21H1V9h6V2l0%2C0h10v5h1V1H6.2L0%2C7.6V22h18v-3h-1V21z%20M6%2C2.8V8H1.1L6%2C2.8z%20M13%2C8c-5.1%2C0-9%2C5-9%2C5s4.1%2C5%2C9%2C5c5%2C0%2C9-5%2C9-5S18%2C8%2C13%2C8z%20M8.7%2C15.5C6.8%2C14.4%2C6.4%2C13%2C6.4%2C13s0.4-1.5%2C2.4-2.6C8.3%2C11.2%2C8%2C12%2C8%2C13C8%2C13.9%2C8.3%2C14.8%2C8.7%2C15.5z%20M13%2C16.7c-2.1%2C0-3.7-1.7-3.7-3.7c0-2.1%2C1.7-3.7%2C3.7-3.7c2.1%2C0%2C3.7%2C1.7%2C3.7%2C3.7C16.7%2C15.1%2C15.1%2C16.7%2C13%2C16.7z%20M17.3%2C15.5c0.4-0.7%2C0.7-1.6%2C0.7-2.5c0-1-0.3-1.8-0.7-2.6c2%2C1.1%2C3.4%2C2.6%2C3.4%2C2.6S19.2%2C14.4%2C17.3%2C15.5z%20M13%2C11.7c-0.7%2C0-1.3%2C0.6-1.3%2C1.3s0.6%2C1.3%2C1.3%2C1.3s1.3-0.6%2C1.3-1.3S13.7%2C11.7%2C13%2C11.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-download { width: 22px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-1%203%2022%2028%22%20y%3D%220px%22%20x%3D%220px%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpolygon%20transform%3D%22rotate(180%2C10.5%2C12.4)%22%20points%3D%2210%2C21.2%2011%2C21.2%2011%2C5.6%2014.6%2C9.3%2015.3%2C8.5%2010.5%2C3.6%205.7%2C8.5%206.4%2C9.3%2010%2C5.6%20%22%20%2F%3E%3Cpolygon%20points%3D%2213%2C12%2013%2C13%2019%2C13%2019%2C30%202%2C30%202%2C13%208%2C13%208%2C12%201%2C12%201%2C13%201%2C30%201%2C31%2020%2C31%2020%2C30%2020%2C13%2020%2C12%20%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-info { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M10%2C17h2V8h-2V17z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11s4.5%2C10%2C10%2C10s10-4.5%2C10-10S16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4-9-9s4-9%2C9-9s9%2C4%2C9%2C9S16%2C20%2C11%2C20z%20M10%2C7h2V5h-2V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-about { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M21%2C18.5c0-0.3-0.1-0.6-0.7-0.9l-2.6-1.2l2.6-1.2c0.6-0.3%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-8.9-4.1c-0.7-0.4-1.9-0.4-2.8%2C0l-8.9%2C4.1C-0.9%2C13.8-1%2C14.1-1%2C14.3s0.1%2C0.6%2C0.7%2C0.9l2.6%2C1.2l-2.6%2C1.2C-0.9%2C18-1%2C18.4-1%2C18.5c0%2C0.2%2C0.1%2C0.6%2C0.7%2C0.9l2.5%2C1.2l-2.5%2C1.2C-0.9%2C22.1-1%2C22.5-1%2C22.7c0%2C0.3%2C0.1%2C0.6%2C0.7%2C0.9l8.9%2C4.1c0.5%2C0.2%2C0.8%2C0.3%2C1.4%2C0.3s1-0.1%2C1.4-0.3l8.9-4.1c0.6-0.4%2C0.7-0.6%2C0.7-0.9c0-0.3-0.1-0.6-0.7-0.9l-2.5-1.2l2.5-1.2C20.9%2C19.2%2C21%2C18.8%2C21%2C18.5z%20M-0.2%2C14.3L-0.2%2C14.3c0%2C0%2C0.1-0.1%2C0.3-0.2L9%2C10c0.6-0.3%2C1.5-0.3%2C2%2C0l8.9%2C4.1c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C18.6c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1C-0.1%2C14.4-0.2%2C14.3-0.2%2C14.3z%20M20.2%2C22.7L20.2%2C22.7c0%2C0-0.1%2C0.1-0.3%2C0.2L11%2C27.1c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5C20.1%2C22.7%2C20.2%2C22.7%2C20.2%2C22.7z%20M19.9%2C18.7L11%2C22.8c-0.6%2C0.3-1.5%2C0.3-2%2C0l-8.9-4.1c-0.2-0.1-0.3-0.2-0.3-0.2l0%2C0c0%2C0%2C0.1-0.1%2C0.3-0.2l3-1.5l5.5%2C2.6c0.7%2C0.4%2C1.9%2C0.4%2C2.8%2C0l5.5-2.6l3%2C1.5c0.2%2C0.1%2C0.3%2C0.2%2C0.3%2C0.2l0%2C0C20.2%2C18.5%2C20.1%2C18.6%2C19.9%2C18.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-help { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.6%2C1.3c-3.3%2C0-6%2C2.8-6%2C6.2c0.3%2C0%2C0.7%2C0%2C0.9%2C0c0-2.9%2C2.3-5.2%2C5.1-5.2s5.1%2C2.3%2C5.1%2C5.2c0%2C1.7-1.9%2C3.2-3%2C4.3C12.9%2C12.6%2C11%2C14.2%2C11%2C16c0%2C1.2%2C0%2C2.2%2C0%2C2.7c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0-0.6%2C0-1.6%2C0-2.5c0-1.4%2C1.1-2.4%2C2.2-3.5c1.7-1.5%2C3.5-3.1%2C3.5-5.2C17.6%2C4.1%2C14.9%2C1.3%2C11.6%2C1.3z%20M11.5%2C20.2c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v0.8c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5s0.5-0.2%2C0.5-0.5v-0.8C11.9%2C20.4%2C11.7%2C20.2%2C11.5%2C20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-versions { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1%207%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M19%2C12c0-1.1-0.9-2-2-2c0-1.1-0.9-2-2-2H5c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2c-1.1%2C0-2%2C0.9-2%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h18c1.1%2C0%2C2-0.9%2C2-2V14C21%2C12.9%2C20.1%2C12%2C19%2C12z%20M5%2C9h10c0.6%2C0%2C1%2C0.4%2C1%2C1H4C4%2C9.4%2C4.4%2C9%2C5%2C9z%20M3%2C11h14c0.6%2C0%2C1%2C0.4%2C1%2C1H2C2%2C11.4%2C2.4%2C11%2C3%2C11z%20M20%2C26c0%2C0.6-0.4%2C1-1%2C1H1c-0.6%2C0-1-0.4-1-1V14c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1V26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-color { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.9%2C12l2.3-6.3l2.2%2C6.3H8.9z%20M4.7%2C17.8h2l1.6-4.3h5.6l1.5%2C4.3h2.1L12.3%2C3.5h-2.2L4.7%2C17.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-center { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M4%2C7v1h14V7H4z%20M1%2C12h21v-1H1V12z%20M4%2C15v1h14v-1H4z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-justify { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M1%2C8h21V7H1V8z%20M1%2C12h21v-1H1V12z%20M1%2C16h21v-1H1V16z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-left { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M15%2C7H1v1h14V7z%20M1%2C12h21v-1H1V12z%20M15%2C15H1v1h14V15z%20M1%2C20h21v-1H1V20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-align-right { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M1%2C3v1h21V3H1z%20M8%2C8h14V7H8V8z%20M22%2C11H1v1h21V11z%20M8%2C16h14v-1H8V16z%20M22%2C19H1v1h21V19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-top { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%222%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%224%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2018%2011%2018%2011%207.83%208.65%209.8%208%208.94%2011.5%206%2015%209%2014.35%209.8%2012%207.83%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-middle { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2210%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2212%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%202%2012%202%2012%207.17%2014.35%205.2%2015%206.06%2011.5%209%208%206%208.65%205.2%2011%207.17%2011%202%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2021%2011%2021%2011%2015.83%208.65%2017.8%208%2016.94%2011.5%2014%2015%2017%2014.35%2017.8%2012%2015.83%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-text-valign-bottom { width: 22px; height: 22px; - background-color: #4F9E4F; - -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-color: #40865c; + -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2218%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222%22%20y%3D%2220%22%20width%3D%2219%22%20height%3D%221%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204%2012%204%2012%2015.17%2014.35%2013.2%2015%2014.06%2011.5%2017%208%2014%208.65%2013.2%2011%2015.17%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-link { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.4%2C9.8c0%2C0-2.1-0.1-3.8%2C1.2c-2.8%2C2-3.3%2C4.3-3.3%2C4.3s1.6-1.7%2C3.5-2.5c1.7-0.7%2C3.7-0.4%2C3.7-0.4v1.9l4.8-3.3V11l-4.8-3.3V9.8z%20M11%2C1C5.5%2C1%2C1%2C5.5%2C1%2C11c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C21%2C5.5%2C16.5%2C1%2C11%2C1z%20M11%2C20c-5%2C0-9-4.1-9-9C2%2C6%2C6%2C2%2C11%2C2s9%2C4.1%2C9%2C9C20%2C16%2C16%2C20%2C11%2C20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-insimage { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cpath%20id%3D%22XMLID_43_%22%20d%3D%22M19%2C4L19%2C4H3v15l0%2C0l0%2C0l0%2C0h17V4H19z%20M7.5%2C7C8.3%2C7%2C9%2C7.7%2C9%2C8.5S8.3%2C10%2C7.5%2C10S6%2C9.3%2C6%2C8.5S6.7%2C7%2C7.5%2C7zM5.2%2C18l5.5-5.5l5.5%2C5.5H5.2z%20M19%2C18h-1.5l-4.3-4.3l4-4l1.8%2C1.8V18z%22%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cpath%20id%3D%22XMLID_43_%22%20d%3D%22M19%2C4L19%2C4H3v15l0%2C0l0%2C0l0%2C0h17V4H19z%20M7.5%2C7C8.3%2C7%2C9%2C7.7%2C9%2C8.5S8.3%2C10%2C7.5%2C10S6%2C9.3%2C6%2C8.5S6.7%2C7%2C7.5%2C7zM5.2%2C18l5.5-5.5l5.5%2C5.5H5.2z%20M19%2C18h-1.5l-4.3-4.3l4-4l1.8%2C1.8V18z%22%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-sort { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cpolygon%20points%3D%228%2C16.4%207.3%2C15.7%205%2C18.1%205%2C2%204%2C2%204%2C18.1%201.7%2C15.7%201%2C16.4%204.5%2C20%204.5%2C20%204.5%2C20%20%22%2F%3E%3Cpath%20d%3D%22M19.3%2C4H8.7C8.1%2C4%2C7.8%2C4.6%2C8.1%2C5.1l3.9%2C5.9v4.7l2.8%2C1.5c0.5%2C0.3%2C1.1-0.1%2C1.1-0.7V11h0l3.9-5.9C20.2%2C4.6%2C19.9%2C4%2C19.3%2C4z%22%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cpolygon%20points%3D%228%2C16.4%207.3%2C15.7%205%2C18.1%205%2C2%204%2C2%204%2C18.1%201.7%2C15.7%201%2C16.4%204.5%2C20%204.5%2C20%204.5%2C20%20%22%2F%3E%3Cpath%20d%3D%22M19.3%2C4H8.7C8.1%2C4%2C7.8%2C4.6%2C8.1%2C5.1l3.9%2C5.9v4.7l2.8%2C1.5c0.5%2C0.3%2C1.1-0.1%2C1.1-0.7V11h0l3.9-5.9C20.2%2C4.6%2C19.9%2C4%2C19.3%2C4z%22%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-image-library { width: 22px; @@ -6040,162 +6040,162 @@ i.icon.icon-function { i.icon.icon-move-backward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3Cpath%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-forward { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M10%2C10V27H27V10H10ZM26%2C26H11V11H26V26Z%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2217%22%20height%3D%2217%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-background { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Crect%20opacity%3D%220.3%22%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3Cpath%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-move-foreground { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M1%2C1V13H13V1H1ZM12%2C12H2V2H12V12Z%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M15%2C15V27H27V15H15ZM26%2C26H16V16H26V26Z%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20width%3D%2213%22%20height%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-all { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-none { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M26.9%2C0H0V27H27V0H26.9ZM13%2C26H1V14H13V26Zm0-13H1V1H13V13ZM26%2C26H14V14H26V26Zm0-13H14V1H26V13Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-inner { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpolygon%20points%3D%2226%2013%2014%2013%2014%201%2013%201%2013%2013%201%2013%201%2014%2013%2014%2013%2026%2014%2026%2014%2014%2026%2014%2026%2013%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-outer { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-left { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-center { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2213%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-right { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20x%3D%2226%22%20width%3D%221%22%20height%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-top { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-middle { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2213%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-bottom { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M27%2C0H0V27H27V0ZM1%2C26V1H26V26H1Z%22%2F%3E%3Crect%20y%3D%2226%22%20width%3D%2227%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-dup { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%203%2C23%203%2C24%204%2C24%2030%2C-2%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%2029%2C-3%203%2C23%203%2C24%204%2C24%2030%2C-2%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-table-borders-ddown { width: 28px; height: 28px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C23%204%2C-3%203%2C-3%203%2C-2%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2030%2C24%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%223%20-3%2028%2028%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M3-3v1v25v1h27v-1V-2v-1H3z%20M4-2h25v25H4V-2z%22%2F%3E%3Cpolygon%20points%3D%2230%2C23%204%2C-3%203%2C-3%203%2C-2%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2029%2C24%2030%2C24%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-general { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7700195%2C2.8598633L7.5600586%2C10h-1.050293L5.7299805%2C7.8500977H2.7099609L1.9101562%2C10H0.9399414l2.7802734-7.1401367H4.7700195z%20M5.4301758%2C7.0498047L4.2402344%2C3.7202148H4.2202148L3.0097656%2C7.0498047H5.4301758z%22%2F%3E%3Cpath%20d%3D%22M10.8500977%2C2.8598633c0.1533203%2C0%2C0.3183594%2C0.0019531%2C0.4951172%2C0.0053711c0.1762695%2C0.003418%2C0.3515625%2C0.0131836%2C0.5249023%2C0.0297852s0.3349609%2C0.0415039%2C0.4848633%2C0.0751953c0.1499023%2C0.0332031%2C0.2783203%2C0.0830078%2C0.3847656%2C0.1499023c0.2333984%2C0.1396484%2C0.4316406%2C0.3334961%2C0.5952148%2C0.5800781c0.1630859%2C0.246582%2C0.2451172%2C0.5498047%2C0.2451172%2C0.909668c0%2C0.3803711-0.0917969%2C0.7084961-0.2749023%2C0.9853516c-0.1835938%2C0.2763672-0.4453125%2C0.4814453-0.7851562%2C0.6147461v0.0200195c0.4399414%2C0.0932617%2C0.7763672%2C0.293457%2C1.0097656%2C0.6000977s0.3500977%2C0.6796875%2C0.3500977%2C1.1201172c0%2C0.2597656-0.0463867%2C0.5131836-0.1401367%2C0.7597656c-0.0932617%2C0.246582-0.2314453%2C0.4648438-0.4145508%2C0.6552734c-0.1835938%2C0.1899414-0.4101562%2C0.3432617-0.6801758%2C0.4599609S12.0634766%2C10%2C11.7099609%2C10H8.2597656V2.8598633H10.8500977z%20M11.1098633%2C5.9301758c0.5400391%2C0%2C0.9282227-0.0952148%2C1.1650391-0.2851562s0.3549805-0.4750977%2C0.3549805-0.8549805c0-0.253418-0.0400391-0.453125-0.1201172-0.6000977c-0.0795898-0.1464844-0.1899414-0.2597656-0.3295898-0.3398438c-0.1401367-0.0800781-0.3017578-0.1318359-0.4853516-0.1552734c-0.1831055-0.0229492-0.378418-0.034668-0.5849609-0.034668H9.2099609v2.2700195H11.1098633z%20M11.5898438%2C9.2001953c0.4199219%2C0%2C0.7485352-0.1132812%2C0.9853516-0.340332c0.2363281-0.2265625%2C0.3549805-0.5400391%2C0.3549805-0.9399414c0-0.2333984-0.043457-0.4262695-0.1303711-0.5800781c-0.0864258-0.1533203-0.2016602-0.2749023-0.3447266-0.3647461c-0.1435547-0.090332-0.3085938-0.1533203-0.4951172-0.1899414s-0.3798828-0.0551758-0.5800781-0.0551758H9.2099609v2.4702148H11.5898438z%22%2F%3E%3Cpath%20d%3D%22M19.425293%2C3.8701172c-0.3637695-0.253418-0.7954102-0.3798828-1.2954102-0.3798828c-0.4267578%2C0-0.7915039%2C0.0795898-1.0947266%2C0.2397461c-0.3037109%2C0.1601562-0.5537109%2C0.375-0.75%2C0.6450195c-0.1967773%2C0.2700195-0.3417969%2C0.5786133-0.4350586%2C0.9248047c-0.0932617%2C0.3466797-0.1401367%2C0.7070312-0.1401367%2C1.0800781c0%2C0.4067383%2C0.046875%2C0.7919922%2C0.1401367%2C1.1552734s0.2382812%2C0.6796875%2C0.4350586%2C0.949707c0.1962891%2C0.2700195%2C0.4482422%2C0.4853516%2C0.7548828%2C0.6450195c0.3066406%2C0.1601562%2C0.6733398%2C0.2402344%2C1.1000977%2C0.2402344c0.3129883%2C0%2C0.5913086-0.0517578%2C0.8349609-0.1552734c0.2431641-0.1030273%2C0.453125-0.246582%2C0.6298828-0.4296875c0.1767578-0.1835938%2C0.3149414-0.4018555%2C0.4150391-0.6552734c0.1000977-0.2529297%2C0.1601562-0.5263672%2C0.1801758-0.8198242h0.949707c-0.0932617%2C0.8999023-0.4033203%2C1.6000977-0.9296875%2C2.1000977c-0.5268555%2C0.5-1.2470703%2C0.75-2.1601562%2C0.75c-0.5532227%2C0-1.0366211-0.0952148-1.4501953-0.2851562c-0.4130859-0.1899414-0.7563477-0.4516602-1.0297852-0.7851562c-0.2734375-0.3330078-0.4785156-0.7265625-0.6152344-1.1796875c-0.1367188-0.4536133-0.2045898-0.9399414-0.2045898-1.4599609s0.0732422-1.0083008%2C0.2197266-1.465332c0.1464844-0.456543%2C0.3618164-0.8549805%2C0.6450195-1.1948242s0.6367188-0.6083984%2C1.0600586-0.8051758c0.4233398-0.1962891%2C0.9082031-0.2949219%2C1.4550781-0.2949219c0.3730469%2C0%2C0.7265625%2C0.050293%2C1.0600586%2C0.1499023c0.3330078%2C0.1000977%2C0.6298828%2C0.2470703%2C0.8896484%2C0.4399414c0.2602539%2C0.1938477%2C0.4765625%2C0.4350586%2C0.6503906%2C0.7250977c0.1733398%2C0.2900391%2C0.2866211%2C0.625%2C0.3398438%2C1.0048828h-0.9501953C20.0234375%2C4.503418%2C19.7885742%2C4.1235352%2C19.425293%2C3.8701172z%22%2F%3E%3Cpath%20d%3D%22M3.7099609%2C19v-5.0800781H1.8701172v-0.6796875c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781c0.1831055-0.1000977%2C0.3383789-0.2363281%2C0.4648438-0.4101562c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023V19H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.7099609%2C13.4199219C8.8032227%2C13.1132812%2C8.9482422%2C12.8486328%2C9.1450195%2C12.625c0.1967773-0.2231445%2C0.4418945-0.3984375%2C0.7353516-0.5249023c0.2929688-0.1264648%2C0.6264648-0.1899414%2C1-0.1899414c0.3061523%2C0%2C0.5947266%2C0.0449219%2C0.8647461%2C0.1347656S12.25%2C12.2651367%2C12.4501953%2C12.4350586s0.3583984%2C0.3818359%2C0.4750977%2C0.6347656c0.1162109%2C0.253418%2C0.1748047%2C0.546875%2C0.1748047%2C0.8803711c0%2C0.3134766-0.0483398%2C0.5898438-0.1450195%2C0.8295898c-0.0966797%2C0.2402344-0.2250977%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.550293%2C0.5151367s-0.4199219%2C0.300293-0.6396484%2C0.4399414c-0.2202148%2C0.1337891-0.4404297%2C0.2651367-0.6601562%2C0.3950195C10.5%2C16.9047852%2C10.2983398%2C17.043457%2C10.1152344%2C17.1899414c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4702148%2C0.4750977C9.5151367%2C17.8349609%2C9.4301758%2C18.0297852%2C9.3901367%2C18.25h3.6401367V19H8.4003906C8.4335938%2C18.5800781%2C8.5083008%2C18.2216797%2C8.625%2C17.9248047c0.1166992-0.2963867%2C0.2651367-0.5546875%2C0.4453125-0.7749023C9.25%2C16.9301758%2C9.4536133%2C16.7368164%2C9.6801758%2C16.5698242c0.2265625-0.1665039%2C0.4633789-0.3232422%2C0.7099609-0.4697266c0.2998047-0.1865234%2C0.5634766-0.3583984%2C0.7900391-0.5151367s0.4150391-0.3149414%2C0.5649414-0.4750977c0.1499023-0.159668%2C0.2631836-0.3330078%2C0.3398438-0.5200195c0.0766602-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0366211-0.3681641-0.1098633-0.5249023c-0.0737305-0.1567383-0.171875-0.2915039-0.2954102-0.4052734c-0.1230469-0.1132812-0.2680664-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.246582%2C0-0.4584961%2C0.0517578-0.6347656%2C0.1547852c-0.1767578%2C0.1035156-0.3217773%2C0.2382812-0.4350586%2C0.4052734c-0.1137695%2C0.1665039-0.1953125%2C0.3549805-0.2451172%2C0.5649414s-0.0717773%2C0.4213867-0.0649414%2C0.6347656H8.6000977C8.5800781%2C14.0600586%2C8.6166992%2C13.7265625%2C8.7099609%2C13.4199219z%22%2F%3E%3Cpath%20d%3D%22M17.5898438%2C14.9599609c0.0332031%2C0%2C0.0664062%2C0%2C0.1000977%2C0h0.1796875c0.1801758%2C0%2C0.3515625-0.0249023%2C0.5151367-0.0751953c0.1635742-0.0498047%2C0.3066406-0.1230469%2C0.4301758-0.2197266c0.1230469-0.0966797%2C0.2216797-0.2182617%2C0.2949219-0.3652344c0.0732422-0.1464844%2C0.1098633-0.3129883%2C0.1098633-0.5c0-0.3798828-0.1201172-0.6650391-0.3598633-0.8549805c-0.2402344-0.1899414-0.5400391-0.284668-0.8999023-0.284668c-0.2270508%2C0-0.425293%2C0.0415039-0.5952148%2C0.125s-0.3100586%2C0.1948242-0.4199219%2C0.3349609c-0.1098633%2C0.1396484-0.1918945%2C0.3032227-0.2451172%2C0.4897461c-0.0532227%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0131836-0.340332%2C0.0678711-0.6503906%2C0.1650391-0.9301758C16.03125%2C12.9902344%2C16.1699219%2C12.75%2C16.3496094%2C12.5498047c0.1801758-0.199707%2C0.4052734-0.3564453%2C0.675293-0.4697266s0.581543-0.1699219%2C0.9350586-0.1699219c0.3066406%2C0%2C0.5913086%2C0.0380859%2C0.8549805%2C0.1147461C19.078125%2C12.1015625%2C19.3061523%2C12.2167969%2C19.5%2C12.3701172c0.1928711%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4545898%2C0.5898438c0.1103516%2C0.2402344%2C0.1650391%2C0.5234375%2C0.1650391%2C0.8500977c0%2C0.3198242-0.0932617%2C0.6035156-0.2797852%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7553711%2C0.2963867%2C0.965332%2C0.6098633s0.3149414%2C0.6831055%2C0.3149414%2C1.1098633c0%2C0.3535156-0.0649414%2C0.6650391-0.1953125%2C0.9350586c-0.1298828%2C0.2700195-0.3046875%2C0.4951172-0.5249023%2C0.6748047c-0.2197266%2C0.1801758-0.4785156%2C0.3149414-0.7749023%2C0.4052734c-0.296875%2C0.0898438-0.6118164%2C0.1347656-0.9448242%2C0.1347656c-0.3603516%2C0-0.6870117-0.0498047-0.9799805-0.1499023c-0.293457-0.1000977-0.543457-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4750977-0.7250977s-0.1616211-0.6132812-0.1552734-0.9799805h0.8500977c0.0131836%2C0.4599609%2C0.1464844%2C0.8349609%2C0.3999023%2C1.125s0.6235352%2C0.4350586%2C1.1103516%2C0.4350586c0.206543%2C0%2C0.4033203-0.0317383%2C0.5898438-0.0952148c0.1865234-0.0629883%2C0.3500977-0.1533203%2C0.4902344-0.2700195c0.1396484-0.1162109%2C0.2514648-0.2597656%2C0.3349609-0.4296875c0.0830078-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0400391-0.4150391-0.1201172-0.5849609s-0.1870117-0.3134766-0.3203125-0.4301758c-0.1333008-0.1162109-0.2915039-0.203125-0.4746094-0.2597656c-0.1835938-0.0566406-0.3818359-0.0849609-0.5952148-0.0849609c-0.1801758%2C0-0.3500977%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C17.5332031%2C14.956543%2C17.5629883%2C14.9599609%2C17.5898438%2C14.9599609z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7700195%2C2.8598633L7.5600586%2C10h-1.050293L5.7299805%2C7.8500977H2.7099609L1.9101562%2C10H0.9399414l2.7802734-7.1401367H4.7700195z%20M5.4301758%2C7.0498047L4.2402344%2C3.7202148H4.2202148L3.0097656%2C7.0498047H5.4301758z%22%2F%3E%3Cpath%20d%3D%22M10.8500977%2C2.8598633c0.1533203%2C0%2C0.3183594%2C0.0019531%2C0.4951172%2C0.0053711c0.1762695%2C0.003418%2C0.3515625%2C0.0131836%2C0.5249023%2C0.0297852s0.3349609%2C0.0415039%2C0.4848633%2C0.0751953c0.1499023%2C0.0332031%2C0.2783203%2C0.0830078%2C0.3847656%2C0.1499023c0.2333984%2C0.1396484%2C0.4316406%2C0.3334961%2C0.5952148%2C0.5800781c0.1630859%2C0.246582%2C0.2451172%2C0.5498047%2C0.2451172%2C0.909668c0%2C0.3803711-0.0917969%2C0.7084961-0.2749023%2C0.9853516c-0.1835938%2C0.2763672-0.4453125%2C0.4814453-0.7851562%2C0.6147461v0.0200195c0.4399414%2C0.0932617%2C0.7763672%2C0.293457%2C1.0097656%2C0.6000977s0.3500977%2C0.6796875%2C0.3500977%2C1.1201172c0%2C0.2597656-0.0463867%2C0.5131836-0.1401367%2C0.7597656c-0.0932617%2C0.246582-0.2314453%2C0.4648438-0.4145508%2C0.6552734c-0.1835938%2C0.1899414-0.4101562%2C0.3432617-0.6801758%2C0.4599609S12.0634766%2C10%2C11.7099609%2C10H8.2597656V2.8598633H10.8500977z%20M11.1098633%2C5.9301758c0.5400391%2C0%2C0.9282227-0.0952148%2C1.1650391-0.2851562s0.3549805-0.4750977%2C0.3549805-0.8549805c0-0.253418-0.0400391-0.453125-0.1201172-0.6000977c-0.0795898-0.1464844-0.1899414-0.2597656-0.3295898-0.3398438c-0.1401367-0.0800781-0.3017578-0.1318359-0.4853516-0.1552734c-0.1831055-0.0229492-0.378418-0.034668-0.5849609-0.034668H9.2099609v2.2700195H11.1098633z%20M11.5898438%2C9.2001953c0.4199219%2C0%2C0.7485352-0.1132812%2C0.9853516-0.340332c0.2363281-0.2265625%2C0.3549805-0.5400391%2C0.3549805-0.9399414c0-0.2333984-0.043457-0.4262695-0.1303711-0.5800781c-0.0864258-0.1533203-0.2016602-0.2749023-0.3447266-0.3647461c-0.1435547-0.090332-0.3085938-0.1533203-0.4951172-0.1899414s-0.3798828-0.0551758-0.5800781-0.0551758H9.2099609v2.4702148H11.5898438z%22%2F%3E%3Cpath%20d%3D%22M19.425293%2C3.8701172c-0.3637695-0.253418-0.7954102-0.3798828-1.2954102-0.3798828c-0.4267578%2C0-0.7915039%2C0.0795898-1.0947266%2C0.2397461c-0.3037109%2C0.1601562-0.5537109%2C0.375-0.75%2C0.6450195c-0.1967773%2C0.2700195-0.3417969%2C0.5786133-0.4350586%2C0.9248047c-0.0932617%2C0.3466797-0.1401367%2C0.7070312-0.1401367%2C1.0800781c0%2C0.4067383%2C0.046875%2C0.7919922%2C0.1401367%2C1.1552734s0.2382812%2C0.6796875%2C0.4350586%2C0.949707c0.1962891%2C0.2700195%2C0.4482422%2C0.4853516%2C0.7548828%2C0.6450195c0.3066406%2C0.1601562%2C0.6733398%2C0.2402344%2C1.1000977%2C0.2402344c0.3129883%2C0%2C0.5913086-0.0517578%2C0.8349609-0.1552734c0.2431641-0.1030273%2C0.453125-0.246582%2C0.6298828-0.4296875c0.1767578-0.1835938%2C0.3149414-0.4018555%2C0.4150391-0.6552734c0.1000977-0.2529297%2C0.1601562-0.5263672%2C0.1801758-0.8198242h0.949707c-0.0932617%2C0.8999023-0.4033203%2C1.6000977-0.9296875%2C2.1000977c-0.5268555%2C0.5-1.2470703%2C0.75-2.1601562%2C0.75c-0.5532227%2C0-1.0366211-0.0952148-1.4501953-0.2851562c-0.4130859-0.1899414-0.7563477-0.4516602-1.0297852-0.7851562c-0.2734375-0.3330078-0.4785156-0.7265625-0.6152344-1.1796875c-0.1367188-0.4536133-0.2045898-0.9399414-0.2045898-1.4599609s0.0732422-1.0083008%2C0.2197266-1.465332c0.1464844-0.456543%2C0.3618164-0.8549805%2C0.6450195-1.1948242s0.6367188-0.6083984%2C1.0600586-0.8051758c0.4233398-0.1962891%2C0.9082031-0.2949219%2C1.4550781-0.2949219c0.3730469%2C0%2C0.7265625%2C0.050293%2C1.0600586%2C0.1499023c0.3330078%2C0.1000977%2C0.6298828%2C0.2470703%2C0.8896484%2C0.4399414c0.2602539%2C0.1938477%2C0.4765625%2C0.4350586%2C0.6503906%2C0.7250977c0.1733398%2C0.2900391%2C0.2866211%2C0.625%2C0.3398438%2C1.0048828h-0.9501953C20.0234375%2C4.503418%2C19.7885742%2C4.1235352%2C19.425293%2C3.8701172z%22%2F%3E%3Cpath%20d%3D%22M3.7099609%2C19v-5.0800781H1.8701172v-0.6796875c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781c0.1831055-0.1000977%2C0.3383789-0.2363281%2C0.4648438-0.4101562c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023V19H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.7099609%2C13.4199219C8.8032227%2C13.1132812%2C8.9482422%2C12.8486328%2C9.1450195%2C12.625c0.1967773-0.2231445%2C0.4418945-0.3984375%2C0.7353516-0.5249023c0.2929688-0.1264648%2C0.6264648-0.1899414%2C1-0.1899414c0.3061523%2C0%2C0.5947266%2C0.0449219%2C0.8647461%2C0.1347656S12.25%2C12.2651367%2C12.4501953%2C12.4350586s0.3583984%2C0.3818359%2C0.4750977%2C0.6347656c0.1162109%2C0.253418%2C0.1748047%2C0.546875%2C0.1748047%2C0.8803711c0%2C0.3134766-0.0483398%2C0.5898438-0.1450195%2C0.8295898c-0.0966797%2C0.2402344-0.2250977%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.550293%2C0.5151367s-0.4199219%2C0.300293-0.6396484%2C0.4399414c-0.2202148%2C0.1337891-0.4404297%2C0.2651367-0.6601562%2C0.3950195C10.5%2C16.9047852%2C10.2983398%2C17.043457%2C10.1152344%2C17.1899414c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4702148%2C0.4750977C9.5151367%2C17.8349609%2C9.4301758%2C18.0297852%2C9.3901367%2C18.25h3.6401367V19H8.4003906C8.4335938%2C18.5800781%2C8.5083008%2C18.2216797%2C8.625%2C17.9248047c0.1166992-0.2963867%2C0.2651367-0.5546875%2C0.4453125-0.7749023C9.25%2C16.9301758%2C9.4536133%2C16.7368164%2C9.6801758%2C16.5698242c0.2265625-0.1665039%2C0.4633789-0.3232422%2C0.7099609-0.4697266c0.2998047-0.1865234%2C0.5634766-0.3583984%2C0.7900391-0.5151367s0.4150391-0.3149414%2C0.5649414-0.4750977c0.1499023-0.159668%2C0.2631836-0.3330078%2C0.3398438-0.5200195c0.0766602-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0366211-0.3681641-0.1098633-0.5249023c-0.0737305-0.1567383-0.171875-0.2915039-0.2954102-0.4052734c-0.1230469-0.1132812-0.2680664-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.246582%2C0-0.4584961%2C0.0517578-0.6347656%2C0.1547852c-0.1767578%2C0.1035156-0.3217773%2C0.2382812-0.4350586%2C0.4052734c-0.1137695%2C0.1665039-0.1953125%2C0.3549805-0.2451172%2C0.5649414s-0.0717773%2C0.4213867-0.0649414%2C0.6347656H8.6000977C8.5800781%2C14.0600586%2C8.6166992%2C13.7265625%2C8.7099609%2C13.4199219z%22%2F%3E%3Cpath%20d%3D%22M17.5898438%2C14.9599609c0.0332031%2C0%2C0.0664062%2C0%2C0.1000977%2C0h0.1796875c0.1801758%2C0%2C0.3515625-0.0249023%2C0.5151367-0.0751953c0.1635742-0.0498047%2C0.3066406-0.1230469%2C0.4301758-0.2197266c0.1230469-0.0966797%2C0.2216797-0.2182617%2C0.2949219-0.3652344c0.0732422-0.1464844%2C0.1098633-0.3129883%2C0.1098633-0.5c0-0.3798828-0.1201172-0.6650391-0.3598633-0.8549805c-0.2402344-0.1899414-0.5400391-0.284668-0.8999023-0.284668c-0.2270508%2C0-0.425293%2C0.0415039-0.5952148%2C0.125s-0.3100586%2C0.1948242-0.4199219%2C0.3349609c-0.1098633%2C0.1396484-0.1918945%2C0.3032227-0.2451172%2C0.4897461c-0.0532227%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0131836-0.340332%2C0.0678711-0.6503906%2C0.1650391-0.9301758C16.03125%2C12.9902344%2C16.1699219%2C12.75%2C16.3496094%2C12.5498047c0.1801758-0.199707%2C0.4052734-0.3564453%2C0.675293-0.4697266s0.581543-0.1699219%2C0.9350586-0.1699219c0.3066406%2C0%2C0.5913086%2C0.0380859%2C0.8549805%2C0.1147461C19.078125%2C12.1015625%2C19.3061523%2C12.2167969%2C19.5%2C12.3701172c0.1928711%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4545898%2C0.5898438c0.1103516%2C0.2402344%2C0.1650391%2C0.5234375%2C0.1650391%2C0.8500977c0%2C0.3198242-0.0932617%2C0.6035156-0.2797852%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7553711%2C0.2963867%2C0.965332%2C0.6098633s0.3149414%2C0.6831055%2C0.3149414%2C1.1098633c0%2C0.3535156-0.0649414%2C0.6650391-0.1953125%2C0.9350586c-0.1298828%2C0.2700195-0.3046875%2C0.4951172-0.5249023%2C0.6748047c-0.2197266%2C0.1801758-0.4785156%2C0.3149414-0.7749023%2C0.4052734c-0.296875%2C0.0898438-0.6118164%2C0.1347656-0.9448242%2C0.1347656c-0.3603516%2C0-0.6870117-0.0498047-0.9799805-0.1499023c-0.293457-0.1000977-0.543457-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4750977-0.7250977s-0.1616211-0.6132812-0.1552734-0.9799805h0.8500977c0.0131836%2C0.4599609%2C0.1464844%2C0.8349609%2C0.3999023%2C1.125s0.6235352%2C0.4350586%2C1.1103516%2C0.4350586c0.206543%2C0%2C0.4033203-0.0317383%2C0.5898438-0.0952148c0.1865234-0.0629883%2C0.3500977-0.1533203%2C0.4902344-0.2700195c0.1396484-0.1162109%2C0.2514648-0.2597656%2C0.3349609-0.4296875c0.0830078-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0400391-0.4150391-0.1201172-0.5849609s-0.1870117-0.3134766-0.3203125-0.4301758c-0.1333008-0.1162109-0.2915039-0.203125-0.4746094-0.2597656c-0.1835938-0.0566406-0.3818359-0.0849609-0.5952148-0.0849609c-0.1801758%2C0-0.3500977%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C17.5332031%2C14.956543%2C17.5629883%2C14.9599609%2C17.5898438%2C14.9599609z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-number { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M3.7099609%2C13.8330078V8.7529297H1.8701172V8.0732422c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C3.3681641%2C7.7128906%2C3.5234375%2C7.5766602%2C3.6499023%2C7.402832c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023v7.0898438H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.5%2C12.7231445v1.0097656c0%2C0.3798828-0.0864258%2C0.706543-0.2597656%2C0.9799805c-0.1738281%2C0.2734375-0.4536133%2C0.4667969-0.840332%2C0.5800781v-0.5c0.1132812-0.0400391%2C0.2084961-0.0986328%2C0.2851562-0.1748047c0.0766602-0.0766602%2C0.1381836-0.1601562%2C0.1850586-0.25c0.0463867-0.090332%2C0.078125-0.1816406%2C0.0947266-0.2753906c0.0166016-0.0932617%2C0.0219727-0.1796875%2C0.0151367-0.2597656H7.3901367v-1.1098633H8.5z%22%2F%3E%3Cpath%20d%3D%22M9.7797852%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668s0.6816406%2C0.0532227%2C0.9453125%2C0.159668c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C9.7597656%2C10.0927734%2C9.7666016%2C9.8232422%2C9.7797852%2C9.5429688z%20M10.6850586%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C10.659668%2C10.6098633%2C10.6679688%2C10.9082031%2C10.6850586%2C11.237793z%22%2F%3E%3Cpath%20d%3D%22M15.3398438%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668S18.3613281%2C6.7963867%2C18.625%2C6.902832c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C15.3198242%2C10.0927734%2C15.3266602%2C9.8232422%2C15.3398438%2C9.5429688z%20M16.2451172%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C16.2197266%2C10.6098633%2C16.2280273%2C10.9082031%2C16.2451172%2C11.237793z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M3.7099609%2C13.8330078V8.7529297H1.8701172V8.0732422c0.2397461%2C0%2C0.4731445-0.0185547%2C0.699707-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C3.3681641%2C7.7128906%2C3.5234375%2C7.5766602%2C3.6499023%2C7.402832c0.1264648-0.1733398%2C0.2133789-0.3930664%2C0.2602539-0.659668h0.6499023v7.0898438H3.7099609z%22%2F%3E%3Cpath%20d%3D%22M8.5%2C12.7231445v1.0097656c0%2C0.3798828-0.0864258%2C0.706543-0.2597656%2C0.9799805c-0.1738281%2C0.2734375-0.4536133%2C0.4667969-0.840332%2C0.5800781v-0.5c0.1132812-0.0400391%2C0.2084961-0.0986328%2C0.2851562-0.1748047c0.0766602-0.0766602%2C0.1381836-0.1601562%2C0.1850586-0.25c0.0463867-0.090332%2C0.078125-0.1816406%2C0.0947266-0.2753906c0.0166016-0.0932617%2C0.0219727-0.1796875%2C0.0151367-0.2597656H7.3901367v-1.1098633H8.5z%22%2F%3E%3Cpath%20d%3D%22M9.7797852%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668s0.6816406%2C0.0532227%2C0.9453125%2C0.159668c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C9.7597656%2C10.0927734%2C9.7666016%2C9.8232422%2C9.7797852%2C9.5429688z%20M10.6850586%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C10.659668%2C10.6098633%2C10.6679688%2C10.9082031%2C10.6850586%2C11.237793z%22%2F%3E%3Cpath%20d%3D%22M15.3398438%2C9.5429688c0.0131836-0.2797852%2C0.0463867-0.5532227%2C0.1000977-0.8198242c0.0532227-0.2666016%2C0.1298828-0.5200195%2C0.2299805-0.7602539c0.1000977-0.2397461%2C0.2363281-0.449707%2C0.4101562-0.6298828c0.1733398-0.1801758%2C0.3916016-0.3232422%2C0.6547852-0.4301758c0.2631836-0.1064453%2C0.578125-0.159668%2C0.9448242-0.159668S18.3613281%2C6.7963867%2C18.625%2C6.902832c0.2631836%2C0.1069336%2C0.4814453%2C0.25%2C0.6547852%2C0.4301758s0.3100586%2C0.3901367%2C0.4101562%2C0.6298828c0.1000977%2C0.2402344%2C0.1767578%2C0.4936523%2C0.2299805%2C0.7602539s0.0864258%2C0.5400391%2C0.1000977%2C0.8198242c0.0131836%2C0.2802734%2C0.0200195%2C0.5498047%2C0.0200195%2C0.8100586c0%2C0.2597656-0.0068359%2C0.5297852-0.0200195%2C0.8100586c-0.0136719%2C0.2797852-0.046875%2C0.5532227-0.1000977%2C0.8198242s-0.1298828%2C0.5185547-0.2299805%2C0.7548828c-0.1000977%2C0.2368164-0.2368164%2C0.4453125-0.4101562%2C0.625c-0.1733398%2C0.1801758-0.3896484%2C0.3217773-0.6499023%2C0.425293c-0.2597656%2C0.1030273-0.5766602%2C0.1547852-0.9501953%2C0.1547852c-0.3666992%2C0-0.6816406-0.0517578-0.9448242-0.1547852c-0.2631836-0.1035156-0.4814453-0.2451172-0.6547852-0.425293c-0.1738281-0.1796875-0.3100586-0.3881836-0.4101562-0.625c-0.1000977-0.2363281-0.1767578-0.4882812-0.2299805-0.7548828c-0.0537109-0.2666016-0.0869141-0.5400391-0.1000977-0.8198242c-0.0131836-0.2802734-0.0200195-0.550293-0.0200195-0.8100586C15.3198242%2C10.0927734%2C15.3266602%2C9.8232422%2C15.3398438%2C9.5429688z%20M16.2451172%2C11.237793c0.0161133%2C0.3300781%2C0.0698242%2C0.6401367%2C0.159668%2C0.9301758c0.090332%2C0.2900391%2C0.2353516%2C0.5351562%2C0.4350586%2C0.7348633c0.2001953%2C0.2001953%2C0.4799805%2C0.300293%2C0.8398438%2C0.300293c0.3603516%2C0%2C0.6401367-0.1000977%2C0.840332-0.300293c0.199707-0.199707%2C0.3447266-0.4448242%2C0.4350586-0.7348633c0.0898438-0.2900391%2C0.1430664-0.6000977%2C0.159668-0.9301758c0.0166016-0.3295898%2C0.0253906-0.6279297%2C0.0253906-0.8950195c0-0.1728516-0.0019531-0.3647461-0.0053711-0.574707s-0.0200195-0.4199219-0.0498047-0.6298828c-0.0302734-0.2099609-0.0737305-0.4150391-0.1298828-0.6152344c-0.0571289-0.199707-0.1401367-0.375-0.25-0.5249023c-0.1103516-0.1499023-0.2485352-0.2714844-0.4150391-0.3652344c-0.1669922-0.0932617-0.3701172-0.1396484-0.6103516-0.1396484c-0.2397461%2C0-0.4433594%2C0.0463867-0.6098633%2C0.1396484c-0.1665039%2C0.09375-0.3046875%2C0.215332-0.4150391%2C0.3652344c-0.1098633%2C0.1499023-0.1933594%2C0.3251953-0.25%2C0.5249023c-0.0566406%2C0.2001953-0.1000977%2C0.4052734-0.1298828%2C0.6152344s-0.046875%2C0.4199219-0.0498047%2C0.6298828c-0.003418%2C0.2099609-0.0053711%2C0.4018555-0.0053711%2C0.574707C16.2197266%2C10.6098633%2C16.2280273%2C10.9082031%2C16.2451172%2C11.237793z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-integer { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7089844%2C14.8330078V9.7529297H2.8691406V9.0732422c0.2402344%2C0%2C0.4736328-0.0185547%2C0.7001953-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C4.3671875%2C8.7128906%2C4.5234375%2C8.5766602%2C4.6494141%2C8.402832c0.1259766-0.1733398%2C0.2138672-0.3930664%2C0.2607422-0.659668h0.6494141v7.0898438H4.7089844z%22%2F%3E%3Cpath%20d%3D%22M8.109375%2C9.2529297c0.09375-0.3066406%2C0.2382812-0.5712891%2C0.4355469-0.7949219c0.1962891-0.2231445%2C0.4414062-0.3984375%2C0.734375-0.5249023s0.6269531-0.1899414%2C1-0.1899414c0.3066406%2C0%2C0.5957031%2C0.0449219%2C0.8652344%2C0.1347656s0.5048828%2C0.2202148%2C0.7050781%2C0.3901367s0.3583984%2C0.3818359%2C0.4746094%2C0.6347656C12.4414062%2C9.15625%2C12.5%2C9.449707%2C12.5%2C9.7832031c0%2C0.3134766-0.0488281%2C0.5898438-0.1455078%2C0.8295898c-0.0966797%2C0.2402344-0.2255859%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.5498047%2C0.5151367C11.2128906%2C11.9262695%2C11%2C12.0732422%2C10.7792969%2C12.2128906c-0.2197266%2C0.1337891-0.4394531%2C0.2651367-0.6601562%2C0.3950195c-0.2197266%2C0.1298828-0.421875%2C0.2685547-0.6044922%2C0.4150391c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4697266%2C0.4750977c-0.1308594%2C0.1699219-0.2148438%2C0.3647461-0.2558594%2C0.5849609h3.640625v0.75H7.7998047c0.0332031-0.4199219%2C0.1083984-0.7783203%2C0.2246094-1.0751953c0.1162109-0.2963867%2C0.2646484-0.5546875%2C0.4453125-0.7749023c0.1796875-0.2197266%2C0.3837891-0.4130859%2C0.6103516-0.5800781c0.2265625-0.1665039%2C0.4628906-0.3232422%2C0.7089844-0.4697266c0.3007812-0.1865234%2C0.5644531-0.3583984%2C0.7910156-0.5151367s0.4140625-0.3149414%2C0.5644531-0.4750977c0.1503906-0.159668%2C0.2636719-0.3330078%2C0.3398438-0.5200195c0.0761719-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0371094-0.3681641-0.109375-0.5249023c-0.0742188-0.1567383-0.171875-0.2915039-0.2958984-0.4052734c-0.1230469-0.1132812-0.2685547-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.2470703%2C0-0.4580078%2C0.0517578-0.6347656%2C0.1547852C9.4179688%2C8.7514648%2C9.2734375%2C8.8862305%2C9.1601562%2C9.0532227C9.0458984%2C9.2197266%2C8.9648438%2C9.4082031%2C8.9140625%2C9.6181641c-0.0488281%2C0.2099609-0.0712891%2C0.4213867-0.0644531%2C0.6347656H8C7.9794922%2C9.8930664%2C8.015625%2C9.5595703%2C8.109375%2C9.2529297z%22%2F%3E%3Cpath%20d%3D%22M15.3896484%2C10.7929688c0.0332031%2C0%2C0.0664062%2C0%2C0.1005859%2C0h0.1796875c0.1796875%2C0%2C0.3515625-0.0249023%2C0.5146484-0.0751953c0.1630859-0.0498047%2C0.3066406-0.1230469%2C0.4306641-0.2197266c0.1230469-0.0966797%2C0.2207031-0.2182617%2C0.2949219-0.3652344c0.0722656-0.1464844%2C0.109375-0.3129883%2C0.109375-0.5c0-0.3798828-0.1201172-0.6650391-0.359375-0.8549805c-0.2402344-0.1899414-0.5410156-0.284668-0.9003906-0.284668c-0.2265625%2C0-0.4257812%2C0.0415039-0.5957031%2C0.125s-0.3095703%2C0.1948242-0.4199219%2C0.3349609C14.6347656%2C9.0927734%2C14.5527344%2C9.2563477%2C14.5%2C9.4428711c-0.0537109%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0126953-0.340332%2C0.0673828-0.6503906%2C0.1640625-0.9301758s0.2353516-0.5200195%2C0.4150391-0.7202148c0.1806641-0.199707%2C0.4052734-0.3564453%2C0.6748047-0.4697266c0.2705078-0.1132812%2C0.5820312-0.1699219%2C0.9355469-0.1699219c0.3066406%2C0%2C0.5917969%2C0.0380859%2C0.8554688%2C0.1147461c0.2626953%2C0.0766602%2C0.4902344%2C0.1918945%2C0.6845703%2C0.3452148c0.1923828%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4541016%2C0.5898438c0.1113281%2C0.2402344%2C0.1660156%2C0.5234375%2C0.1660156%2C0.8500977c0%2C0.3198242-0.09375%2C0.6035156-0.2802734%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7558594%2C0.2963867%2C0.9648438%2C0.6098633c0.2109375%2C0.3134766%2C0.3154297%2C0.6831055%2C0.3154297%2C1.1098633c0%2C0.3535156-0.0654297%2C0.6650391-0.1953125%2C0.9350586S17.7197266%2C14.2231445%2C17.5%2C14.402832c-0.2207031%2C0.1801758-0.4785156%2C0.3149414-0.7753906%2C0.4052734c-0.296875%2C0.0898438-0.6113281%2C0.1347656-0.9453125%2C0.1347656c-0.359375%2C0-0.6865234-0.0498047-0.9794922-0.1499023c-0.2939453-0.1000977-0.5439453-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4755859-0.7250977c-0.109375-0.2866211-0.1611328-0.6132812-0.1542969-0.9799805h0.8496094c0.0136719%2C0.4599609%2C0.1464844%2C0.8349609%2C0.4003906%2C1.125c0.2529297%2C0.2900391%2C0.6230469%2C0.4350586%2C1.109375%2C0.4350586c0.2070312%2C0%2C0.4042969-0.0317383%2C0.5898438-0.0952148c0.1875-0.0629883%2C0.3505859-0.1533203%2C0.4902344-0.2700195C17%2C13.7216797%2C17.1113281%2C13.578125%2C17.1953125%2C13.4082031c0.0820312-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0410156-0.4150391-0.1210938-0.5849609s-0.1865234-0.3134766-0.3203125-0.4301758c-0.1328125-0.1162109-0.2910156-0.203125-0.4746094-0.2597656s-0.3808594-0.0849609-0.5947266-0.0849609c-0.1806641%2C0-0.3505859%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C15.3330078%2C10.7895508%2C15.3632812%2C10.7929688%2C15.3896484%2C10.7929688z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.7089844%2C14.8330078V9.7529297H2.8691406V9.0732422c0.2402344%2C0%2C0.4736328-0.0185547%2C0.7001953-0.0551758s0.4316406-0.1049805%2C0.6152344-0.2050781C4.3671875%2C8.7128906%2C4.5234375%2C8.5766602%2C4.6494141%2C8.402832c0.1259766-0.1733398%2C0.2138672-0.3930664%2C0.2607422-0.659668h0.6494141v7.0898438H4.7089844z%22%2F%3E%3Cpath%20d%3D%22M8.109375%2C9.2529297c0.09375-0.3066406%2C0.2382812-0.5712891%2C0.4355469-0.7949219c0.1962891-0.2231445%2C0.4414062-0.3984375%2C0.734375-0.5249023s0.6269531-0.1899414%2C1-0.1899414c0.3066406%2C0%2C0.5957031%2C0.0449219%2C0.8652344%2C0.1347656s0.5048828%2C0.2202148%2C0.7050781%2C0.3901367s0.3583984%2C0.3818359%2C0.4746094%2C0.6347656C12.4414062%2C9.15625%2C12.5%2C9.449707%2C12.5%2C9.7832031c0%2C0.3134766-0.0488281%2C0.5898438-0.1455078%2C0.8295898c-0.0966797%2C0.2402344-0.2255859%2C0.4550781-0.3847656%2C0.6450195c-0.1601562%2C0.1904297-0.34375%2C0.3618164-0.5498047%2C0.5151367C11.2128906%2C11.9262695%2C11%2C12.0732422%2C10.7792969%2C12.2128906c-0.2197266%2C0.1337891-0.4394531%2C0.2651367-0.6601562%2C0.3950195c-0.2197266%2C0.1298828-0.421875%2C0.2685547-0.6044922%2C0.4150391c-0.1835938%2C0.1469727-0.3398438%2C0.3051758-0.4697266%2C0.4750977c-0.1308594%2C0.1699219-0.2148438%2C0.3647461-0.2558594%2C0.5849609h3.640625v0.75H7.7998047c0.0332031-0.4199219%2C0.1083984-0.7783203%2C0.2246094-1.0751953c0.1162109-0.2963867%2C0.2646484-0.5546875%2C0.4453125-0.7749023c0.1796875-0.2197266%2C0.3837891-0.4130859%2C0.6103516-0.5800781c0.2265625-0.1665039%2C0.4628906-0.3232422%2C0.7089844-0.4697266c0.3007812-0.1865234%2C0.5644531-0.3583984%2C0.7910156-0.5151367s0.4140625-0.3149414%2C0.5644531-0.4750977c0.1503906-0.159668%2C0.2636719-0.3330078%2C0.3398438-0.5200195c0.0761719-0.1865234%2C0.1152344-0.4033203%2C0.1152344-0.6499023c0-0.1933594-0.0371094-0.3681641-0.109375-0.5249023c-0.0742188-0.1567383-0.171875-0.2915039-0.2958984-0.4052734c-0.1230469-0.1132812-0.2685547-0.199707-0.4345703-0.2597656c-0.1669922-0.0600586-0.34375-0.0898438-0.5302734-0.0898438c-0.2470703%2C0-0.4580078%2C0.0517578-0.6347656%2C0.1547852C9.4179688%2C8.7514648%2C9.2734375%2C8.8862305%2C9.1601562%2C9.0532227C9.0458984%2C9.2197266%2C8.9648438%2C9.4082031%2C8.9140625%2C9.6181641c-0.0488281%2C0.2099609-0.0712891%2C0.4213867-0.0644531%2C0.6347656H8C7.9794922%2C9.8930664%2C8.015625%2C9.5595703%2C8.109375%2C9.2529297z%22%2F%3E%3Cpath%20d%3D%22M15.3896484%2C10.7929688c0.0332031%2C0%2C0.0664062%2C0%2C0.1005859%2C0h0.1796875c0.1796875%2C0%2C0.3515625-0.0249023%2C0.5146484-0.0751953c0.1630859-0.0498047%2C0.3066406-0.1230469%2C0.4306641-0.2197266c0.1230469-0.0966797%2C0.2207031-0.2182617%2C0.2949219-0.3652344c0.0722656-0.1464844%2C0.109375-0.3129883%2C0.109375-0.5c0-0.3798828-0.1201172-0.6650391-0.359375-0.8549805c-0.2402344-0.1899414-0.5410156-0.284668-0.9003906-0.284668c-0.2265625%2C0-0.4257812%2C0.0415039-0.5957031%2C0.125s-0.3095703%2C0.1948242-0.4199219%2C0.3349609C14.6347656%2C9.0927734%2C14.5527344%2C9.2563477%2C14.5%2C9.4428711c-0.0537109%2C0.1870117-0.0800781%2C0.3837891-0.0800781%2C0.590332h-0.8496094c0.0126953-0.340332%2C0.0673828-0.6503906%2C0.1640625-0.9301758s0.2353516-0.5200195%2C0.4150391-0.7202148c0.1806641-0.199707%2C0.4052734-0.3564453%2C0.6748047-0.4697266c0.2705078-0.1132812%2C0.5820312-0.1699219%2C0.9355469-0.1699219c0.3066406%2C0%2C0.5917969%2C0.0380859%2C0.8554688%2C0.1147461c0.2626953%2C0.0766602%2C0.4902344%2C0.1918945%2C0.6845703%2C0.3452148c0.1923828%2C0.1533203%2C0.3447266%2C0.3500977%2C0.4541016%2C0.5898438c0.1113281%2C0.2402344%2C0.1660156%2C0.5234375%2C0.1660156%2C0.8500977c0%2C0.3198242-0.09375%2C0.6035156-0.2802734%2C0.8500977s-0.4199219%2C0.4331055-0.7001953%2C0.5600586v0.0200195c0.4335938%2C0.0932617%2C0.7558594%2C0.2963867%2C0.9648438%2C0.6098633c0.2109375%2C0.3134766%2C0.3154297%2C0.6831055%2C0.3154297%2C1.1098633c0%2C0.3535156-0.0654297%2C0.6650391-0.1953125%2C0.9350586S17.7197266%2C14.2231445%2C17.5%2C14.402832c-0.2207031%2C0.1801758-0.4785156%2C0.3149414-0.7753906%2C0.4052734c-0.296875%2C0.0898438-0.6113281%2C0.1347656-0.9453125%2C0.1347656c-0.359375%2C0-0.6865234-0.0498047-0.9794922-0.1499023c-0.2939453-0.1000977-0.5439453-0.2480469-0.75-0.4448242c-0.2070312-0.1967773-0.3652344-0.4384766-0.4755859-0.7250977c-0.109375-0.2866211-0.1611328-0.6132812-0.1542969-0.9799805h0.8496094c0.0136719%2C0.4599609%2C0.1464844%2C0.8349609%2C0.4003906%2C1.125c0.2529297%2C0.2900391%2C0.6230469%2C0.4350586%2C1.109375%2C0.4350586c0.2070312%2C0%2C0.4042969-0.0317383%2C0.5898438-0.0952148c0.1875-0.0629883%2C0.3505859-0.1533203%2C0.4902344-0.2700195C17%2C13.7216797%2C17.1113281%2C13.578125%2C17.1953125%2C13.4082031c0.0820312-0.1704102%2C0.125-0.3618164%2C0.125-0.5751953c0-0.2202148-0.0410156-0.4150391-0.1210938-0.5849609s-0.1865234-0.3134766-0.3203125-0.4301758c-0.1328125-0.1162109-0.2910156-0.203125-0.4746094-0.2597656s-0.3808594-0.0849609-0.5947266-0.0849609c-0.1806641%2C0-0.3505859%2C0.0097656-0.5097656%2C0.0297852v-0.7197266C15.3330078%2C10.7895508%2C15.3632812%2C10.7929688%2C15.3896484%2C10.7929688z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-scientific { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.9804688%2C15.8330078v-5.5878906H2.9570312V9.4970703c0.2636719%2C0%2C0.5195312-0.0200195%2C0.7695312-0.0605469c0.2490234-0.0400391%2C0.4746094-0.1157227%2C0.6757812-0.2255859c0.2021484-0.1098633%2C0.3730469-0.2602539%2C0.5117188-0.4511719c0.1396484-0.1904297%2C0.234375-0.4321289%2C0.2871094-0.7255859h0.7148438v7.7988281H4.9804688z%22%2F%3E%3Cpath%20d%3D%22M8.5996094%2C11.1137695c0.0146484-0.3076172%2C0.0507812-0.6083984%2C0.1103516-0.9018555c0.0585938-0.2929688%2C0.1425781-0.5717773%2C0.2529297-0.8359375c0.109375-0.2641602%2C0.2597656-0.4951172%2C0.4511719-0.6928711C9.6044922%2C8.4848633%2C9.84375%2C8.3276367%2C10.1347656%2C8.2099609c0.2890625-0.1171875%2C0.6357422-0.1757812%2C1.0390625-0.1757812s0.75%2C0.0585938%2C1.0390625%2C0.1757812c0.2900391%2C0.1176758%2C0.5302734%2C0.2749023%2C0.7207031%2C0.4731445C13.125%2C8.8808594%2C13.2753906%2C9.1118164%2C13.3847656%2C9.3759766s0.1943359%2C0.5429688%2C0.2529297%2C0.8359375c0.0585938%2C0.293457%2C0.0947266%2C0.5942383%2C0.1103516%2C0.9018555c0.0136719%2C0.3081055%2C0.0214844%2C0.6054688%2C0.0214844%2C0.8911133c0%2C0.2861328-0.0078125%2C0.5830078-0.0214844%2C0.8911133c-0.015625%2C0.3081055-0.0517578%2C0.6088867-0.1103516%2C0.9018555c-0.0585938%2C0.293457-0.1435547%2C0.5703125-0.2529297%2C0.8305664s-0.2597656%2C0.4897461-0.4511719%2C0.6875c-0.1904297%2C0.1982422-0.4287109%2C0.3540039-0.7148438%2C0.4677734c-0.2861328%2C0.1132812-0.6347656%2C0.1704102-1.0449219%2C0.1704102c-0.4033203%2C0-0.75-0.0571289-1.0390625-0.1704102C9.84375%2C15.6699219%2C9.6044922%2C15.5141602%2C9.4140625%2C15.315918c-0.1914062-0.1977539-0.3417969-0.4272461-0.4511719-0.6875c-0.1103516-0.2602539-0.1943359-0.5371094-0.2529297-0.8305664c-0.0595703-0.2929688-0.0957031-0.59375-0.1103516-0.9018555S8.578125%2C12.2910156%2C8.578125%2C12.0048828C8.578125%2C11.7192383%2C8.5849609%2C11.421875%2C8.5996094%2C11.1137695z%20M9.5957031%2C12.9785156c0.0175781%2C0.362793%2C0.0761719%2C0.7041016%2C0.1757812%2C1.0229492c0.0986328%2C0.3188477%2C0.2578125%2C0.5883789%2C0.4785156%2C0.8085938c0.2197266%2C0.2197266%2C0.5273438%2C0.3300781%2C0.9238281%2C0.3300781s0.7041016-0.1103516%2C0.9238281-0.3300781c0.2207031-0.2202148%2C0.3789062-0.4897461%2C0.4785156-0.8085938s0.1582031-0.6601562%2C0.1757812-1.0229492c0.0185547-0.362793%2C0.0273438-0.690918%2C0.0273438-0.984375c0-0.190918-0.0019531-0.4018555-0.0048828-0.6328125c-0.0039062-0.230957-0.0224609-0.4619141-0.0556641-0.6928711s-0.0800781-0.456543-0.1425781-0.6762695c-0.0625-0.2202148-0.1542969-0.4125977-0.2753906-0.5776367s-0.2734375-0.2988281-0.4560547-0.4013672C11.6611328%2C8.9101562%2C11.4375%2C8.8588867%2C11.1738281%2C8.8588867s-0.4882812%2C0.0512695-0.6708984%2C0.1542969c-0.1835938%2C0.1025391-0.3359375%2C0.2363281-0.4560547%2C0.4013672C9.9257812%2C9.5795898%2C9.8339844%2C9.7719727%2C9.7714844%2C9.9921875c-0.0625%2C0.2197266-0.1103516%2C0.4453125-0.1425781%2C0.6762695c-0.0332031%2C0.230957-0.0527344%2C0.4619141-0.0556641%2C0.6928711c-0.0039062%2C0.230957-0.0048828%2C0.4418945-0.0048828%2C0.6328125C9.5683594%2C12.2875977%2C9.5761719%2C12.6157227%2C9.5957031%2C12.9785156z%22%2F%3E%3Cpath%20d%3D%22M14.3300781%2C5.1098633c0.0546875-0.1835938%2C0.1425781-0.3427734%2C0.2597656-0.4770508c0.1191406-0.1337891%2C0.265625-0.2387695%2C0.4414062-0.3149414c0.1757812-0.0756836%2C0.3759766-0.1137695%2C0.5996094-0.1137695c0.1845703%2C0%2C0.3574219%2C0.0268555%2C0.5195312%2C0.0810547C16.3125%2C4.3388672%2C16.453125%2C4.4169922%2C16.5742188%2C4.519043c0.1191406%2C0.1020508%2C0.2148438%2C0.2290039%2C0.2841797%2C0.3808594c0.0693359%2C0.1523438%2C0.1044922%2C0.328125%2C0.1044922%2C0.5283203c0%2C0.1879883-0.0283203%2C0.3540039-0.0859375%2C0.4975586c-0.0585938%2C0.144043-0.1347656%2C0.2734375-0.2314453%2C0.387207c-0.0966797%2C0.1142578-0.2060547%2C0.2172852-0.3300781%2C0.309082s-0.2519531%2C0.1801758-0.3837891%2C0.2641602c-0.1328125%2C0.0800781-0.2636719%2C0.1586914-0.3964844%2C0.2368164c-0.1318359%2C0.078125-0.2519531%2C0.1611328-0.3632812%2C0.2490234c-0.109375%2C0.0878906-0.203125%2C0.1831055-0.28125%2C0.2851562c-0.078125%2C0.1015625-0.1289062%2C0.21875-0.1533203%2C0.3505859h2.1845703v0.4501953h-2.7783203c0.0205078-0.2519531%2C0.0654297-0.4667969%2C0.1347656-0.6450195c0.0703125-0.1777344%2C0.1591797-0.3330078%2C0.2666016-0.4648438C14.6533203%2C7.2158203%2C14.7753906%2C7.1000977%2C14.9121094%2C7c0.1347656-0.1000977%2C0.2773438-0.1938477%2C0.4257812-0.2822266c0.1796875-0.1118164%2C0.3378906-0.2148438%2C0.4736328-0.3085938c0.1357422-0.0942383%2C0.2490234-0.1889648%2C0.3388672-0.2851562s0.1582031-0.2001953%2C0.2041016-0.3120117s0.0693359-0.2421875%2C0.0693359-0.3901367c0-0.1157227-0.0224609-0.2207031-0.0664062-0.3149414c-0.0439453-0.09375-0.1035156-0.1748047-0.1767578-0.2431641c-0.0742188-0.0678711-0.1611328-0.1196289-0.2607422-0.1557617c-0.1005859-0.0361328-0.2070312-0.0541992-0.3183594-0.0541992c-0.1484375%2C0-0.2753906%2C0.03125-0.3808594%2C0.0932617c-0.1064453%2C0.0620117-0.1933594%2C0.1430664-0.2617188%2C0.2431641C14.8916016%2C5.0898438%2C14.8417969%2C5.203125%2C14.8125%2C5.3291016s-0.0429688%2C0.2529297-0.0390625%2C0.3808594h-0.5097656C14.2519531%2C5.4941406%2C14.2734375%2C5.2939453%2C14.3300781%2C5.1098633z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M4.9804688%2C15.8330078v-5.5878906H2.9570312V9.4970703c0.2636719%2C0%2C0.5195312-0.0200195%2C0.7695312-0.0605469c0.2490234-0.0400391%2C0.4746094-0.1157227%2C0.6757812-0.2255859c0.2021484-0.1098633%2C0.3730469-0.2602539%2C0.5117188-0.4511719c0.1396484-0.1904297%2C0.234375-0.4321289%2C0.2871094-0.7255859h0.7148438v7.7988281H4.9804688z%22%2F%3E%3Cpath%20d%3D%22M8.5996094%2C11.1137695c0.0146484-0.3076172%2C0.0507812-0.6083984%2C0.1103516-0.9018555c0.0585938-0.2929688%2C0.1425781-0.5717773%2C0.2529297-0.8359375c0.109375-0.2641602%2C0.2597656-0.4951172%2C0.4511719-0.6928711C9.6044922%2C8.4848633%2C9.84375%2C8.3276367%2C10.1347656%2C8.2099609c0.2890625-0.1171875%2C0.6357422-0.1757812%2C1.0390625-0.1757812s0.75%2C0.0585938%2C1.0390625%2C0.1757812c0.2900391%2C0.1176758%2C0.5302734%2C0.2749023%2C0.7207031%2C0.4731445C13.125%2C8.8808594%2C13.2753906%2C9.1118164%2C13.3847656%2C9.3759766s0.1943359%2C0.5429688%2C0.2529297%2C0.8359375c0.0585938%2C0.293457%2C0.0947266%2C0.5942383%2C0.1103516%2C0.9018555c0.0136719%2C0.3081055%2C0.0214844%2C0.6054688%2C0.0214844%2C0.8911133c0%2C0.2861328-0.0078125%2C0.5830078-0.0214844%2C0.8911133c-0.015625%2C0.3081055-0.0517578%2C0.6088867-0.1103516%2C0.9018555c-0.0585938%2C0.293457-0.1435547%2C0.5703125-0.2529297%2C0.8305664s-0.2597656%2C0.4897461-0.4511719%2C0.6875c-0.1904297%2C0.1982422-0.4287109%2C0.3540039-0.7148438%2C0.4677734c-0.2861328%2C0.1132812-0.6347656%2C0.1704102-1.0449219%2C0.1704102c-0.4033203%2C0-0.75-0.0571289-1.0390625-0.1704102C9.84375%2C15.6699219%2C9.6044922%2C15.5141602%2C9.4140625%2C15.315918c-0.1914062-0.1977539-0.3417969-0.4272461-0.4511719-0.6875c-0.1103516-0.2602539-0.1943359-0.5371094-0.2529297-0.8305664c-0.0595703-0.2929688-0.0957031-0.59375-0.1103516-0.9018555S8.578125%2C12.2910156%2C8.578125%2C12.0048828C8.578125%2C11.7192383%2C8.5849609%2C11.421875%2C8.5996094%2C11.1137695z%20M9.5957031%2C12.9785156c0.0175781%2C0.362793%2C0.0761719%2C0.7041016%2C0.1757812%2C1.0229492c0.0986328%2C0.3188477%2C0.2578125%2C0.5883789%2C0.4785156%2C0.8085938c0.2197266%2C0.2197266%2C0.5273438%2C0.3300781%2C0.9238281%2C0.3300781s0.7041016-0.1103516%2C0.9238281-0.3300781c0.2207031-0.2202148%2C0.3789062-0.4897461%2C0.4785156-0.8085938s0.1582031-0.6601562%2C0.1757812-1.0229492c0.0185547-0.362793%2C0.0273438-0.690918%2C0.0273438-0.984375c0-0.190918-0.0019531-0.4018555-0.0048828-0.6328125c-0.0039062-0.230957-0.0224609-0.4619141-0.0556641-0.6928711s-0.0800781-0.456543-0.1425781-0.6762695c-0.0625-0.2202148-0.1542969-0.4125977-0.2753906-0.5776367s-0.2734375-0.2988281-0.4560547-0.4013672C11.6611328%2C8.9101562%2C11.4375%2C8.8588867%2C11.1738281%2C8.8588867s-0.4882812%2C0.0512695-0.6708984%2C0.1542969c-0.1835938%2C0.1025391-0.3359375%2C0.2363281-0.4560547%2C0.4013672C9.9257812%2C9.5795898%2C9.8339844%2C9.7719727%2C9.7714844%2C9.9921875c-0.0625%2C0.2197266-0.1103516%2C0.4453125-0.1425781%2C0.6762695c-0.0332031%2C0.230957-0.0527344%2C0.4619141-0.0556641%2C0.6928711c-0.0039062%2C0.230957-0.0048828%2C0.4418945-0.0048828%2C0.6328125C9.5683594%2C12.2875977%2C9.5761719%2C12.6157227%2C9.5957031%2C12.9785156z%22%2F%3E%3Cpath%20d%3D%22M14.3300781%2C5.1098633c0.0546875-0.1835938%2C0.1425781-0.3427734%2C0.2597656-0.4770508c0.1191406-0.1337891%2C0.265625-0.2387695%2C0.4414062-0.3149414c0.1757812-0.0756836%2C0.3759766-0.1137695%2C0.5996094-0.1137695c0.1845703%2C0%2C0.3574219%2C0.0268555%2C0.5195312%2C0.0810547C16.3125%2C4.3388672%2C16.453125%2C4.4169922%2C16.5742188%2C4.519043c0.1191406%2C0.1020508%2C0.2148438%2C0.2290039%2C0.2841797%2C0.3808594c0.0693359%2C0.1523438%2C0.1044922%2C0.328125%2C0.1044922%2C0.5283203c0%2C0.1879883-0.0283203%2C0.3540039-0.0859375%2C0.4975586c-0.0585938%2C0.144043-0.1347656%2C0.2734375-0.2314453%2C0.387207c-0.0966797%2C0.1142578-0.2060547%2C0.2172852-0.3300781%2C0.309082s-0.2519531%2C0.1801758-0.3837891%2C0.2641602c-0.1328125%2C0.0800781-0.2636719%2C0.1586914-0.3964844%2C0.2368164c-0.1318359%2C0.078125-0.2519531%2C0.1611328-0.3632812%2C0.2490234c-0.109375%2C0.0878906-0.203125%2C0.1831055-0.28125%2C0.2851562c-0.078125%2C0.1015625-0.1289062%2C0.21875-0.1533203%2C0.3505859h2.1845703v0.4501953h-2.7783203c0.0205078-0.2519531%2C0.0654297-0.4667969%2C0.1347656-0.6450195c0.0703125-0.1777344%2C0.1591797-0.3330078%2C0.2666016-0.4648438C14.6533203%2C7.2158203%2C14.7753906%2C7.1000977%2C14.9121094%2C7c0.1347656-0.1000977%2C0.2773438-0.1938477%2C0.4257812-0.2822266c0.1796875-0.1118164%2C0.3378906-0.2148438%2C0.4736328-0.3085938c0.1357422-0.0942383%2C0.2490234-0.1889648%2C0.3388672-0.2851562s0.1582031-0.2001953%2C0.2041016-0.3120117s0.0693359-0.2421875%2C0.0693359-0.3901367c0-0.1157227-0.0224609-0.2207031-0.0664062-0.3149414c-0.0439453-0.09375-0.1035156-0.1748047-0.1767578-0.2431641c-0.0742188-0.0678711-0.1611328-0.1196289-0.2607422-0.1557617c-0.1005859-0.0361328-0.2070312-0.0541992-0.3183594-0.0541992c-0.1484375%2C0-0.2753906%2C0.03125-0.3808594%2C0.0932617c-0.1064453%2C0.0620117-0.1933594%2C0.1430664-0.2617188%2C0.2431641C14.8916016%2C5.0898438%2C14.8417969%2C5.203125%2C14.8125%2C5.3291016s-0.0429688%2C0.2529297-0.0390625%2C0.3808594h-0.5097656C14.2519531%2C5.4941406%2C14.2734375%2C5.2939453%2C14.3300781%2C5.1098633z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-accounting { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C21h-10C4.1%2C21%2C3%2C19.9%2C3%2C18.5v-14C3%2C3.1%2C4.1%2C2%2C5.5%2C2h10C16.9%2C2%2C18%2C3.1%2C18%2C4.5v14C18%2C19.9%2C16.9%2C21%2C15.5%2C21z%20M5.5%2C3C4.7%2C3%2C4%2C3.7%2C4%2C4.5v14C4%2C19.3%2C4.7%2C20%2C5.5%2C20h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-14C17%2C3.7%2C16.3%2C3%2C15.5%2C3H5.5z%22%2F%3E%3Cpath%20d%3D%22M14.5%2C9h-8C5.7%2C9%2C5%2C8.3%2C5%2C7.5v-2C5%2C4.7%2C5.7%2C4%2C6.5%2C4h8C15.3%2C4%2C16%2C4.7%2C16%2C5.5v2C16%2C8.3%2C15.3%2C9%2C14.5%2C9z%20M6.5%2C5C6.2%2C5%2C6%2C5.2%2C6%2C5.5v2C6%2C7.8%2C6.2%2C8%2C6.5%2C8h8C14.8%2C8%2C15%2C7.8%2C15%2C7.5v-2C15%2C5.2%2C14.8%2C5%2C14.5%2C5H6.5z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M15.5%2C21h-10C4.1%2C21%2C3%2C19.9%2C3%2C18.5v-14C3%2C3.1%2C4.1%2C2%2C5.5%2C2h10C16.9%2C2%2C18%2C3.1%2C18%2C4.5v14C18%2C19.9%2C16.9%2C21%2C15.5%2C21z%20M5.5%2C3C4.7%2C3%2C4%2C3.7%2C4%2C4.5v14C4%2C19.3%2C4.7%2C20%2C5.5%2C20h10c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-14C17%2C3.7%2C16.3%2C3%2C15.5%2C3H5.5z%22%2F%3E%3Cpath%20d%3D%22M14.5%2C9h-8C5.7%2C9%2C5%2C8.3%2C5%2C7.5v-2C5%2C4.7%2C5.7%2C4%2C6.5%2C4h8C15.3%2C4%2C16%2C4.7%2C16%2C5.5v2C16%2C8.3%2C15.3%2C9%2C14.5%2C9z%20M6.5%2C5C6.2%2C5%2C6%2C5.2%2C6%2C5.5v2C6%2C7.8%2C6.2%2C8%2C6.5%2C8h8C14.8%2C8%2C15%2C7.8%2C15%2C7.5v-2C15%2C5.2%2C14.8%2C5%2C14.5%2C5H6.5z%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2216%22%20width%3D%223%22%20height%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-currency { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C4v14h22V4H0z%20M21%2C17H1V5h20V17z%22%2F%3E%3Cpath%20id%3D%22XMLID_3_%22%20d%3D%22M11%2C16c-2.2%2C0-4-2.2-4-5s1.8-5%2C4-5c2.2%2C0%2C4%2C2.2%2C4%2C5S13.2%2C16%2C11%2C16z%20M11%2C7c-1.7%2C0-3%2C1.8-3%2C4c0%2C2.2%2C1.3%2C4%2C3%2C4s3-1.8%2C3-4C14%2C8.8%2C12.7%2C7%2C11%2C7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C4v14h22V4H0z%20M21%2C17H1V5h20V17z%22%2F%3E%3Cpath%20id%3D%22XMLID_3_%22%20d%3D%22M11%2C16c-2.2%2C0-4-2.2-4-5s1.8-5%2C4-5c2.2%2C0%2C4%2C2.2%2C4%2C5S13.2%2C16%2C11%2C16z%20M11%2C7c-1.7%2C0-3%2C1.8-3%2C4c0%2C2.2%2C1.3%2C4%2C3%2C4s3-1.8%2C3-4C14%2C8.8%2C12.7%2C7%2C11%2C7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-date { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C20H2V7h18V20z%20M3%2C19h16V8H3V19z%22%2F%3E%3Cpath%20d%3D%22M8%2C6H5V2h3V6z%20M6%2C5h1V3H6V5z%22%2F%3E%3Cpath%20d%3D%22M17%2C6h-3V2h3V6z%20M15%2C5h1V3h-1V5z%22%2F%3E%3Cpath%20d%3D%22M8.8%2C15.8v-4.1H7.4v-0.5c0.2%2C0%2C0.4%2C0%2C0.6%2C0s0.3-0.1%2C0.5-0.2c0.1-0.1%2C0.3-0.2%2C0.4-0.3C8.9%2C10.6%2C9%2C10.4%2C9%2C10.2h0.5v5.7H8.8z%22%2F%3E%3Cpath%20d%3D%22M14.4%2C11.8c-0.3%2C0.4-0.5%2C0.8-0.7%2C1.2c-0.2%2C0.4-0.4%2C0.9-0.5%2C1.4c-0.1%2C0.5-0.2%2C0.9-0.2%2C1.4h-0.8c0-0.5%2C0.1-0.9%2C0.2-1.4c0.1-0.5%2C0.3-0.9%2C0.5-1.3s0.4-0.8%2C0.7-1.2c0.3-0.4%2C0.5-0.7%2C0.8-1h-3v-0.6h3.7v0.6C14.9%2C11.1%2C14.6%2C11.5%2C14.4%2C11.8z%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2217%22%20y%3D%223%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%224%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C20H2V7h18V20z%20M3%2C19h16V8H3V19z%22%2F%3E%3Cpath%20d%3D%22M8%2C6H5V2h3V6z%20M6%2C5h1V3H6V5z%22%2F%3E%3Cpath%20d%3D%22M17%2C6h-3V2h3V6z%20M15%2C5h1V3h-1V5z%22%2F%3E%3Cpath%20d%3D%22M8.8%2C15.8v-4.1H7.4v-0.5c0.2%2C0%2C0.4%2C0%2C0.6%2C0s0.3-0.1%2C0.5-0.2c0.1-0.1%2C0.3-0.2%2C0.4-0.3C8.9%2C10.6%2C9%2C10.4%2C9%2C10.2h0.5v5.7H8.8z%22%2F%3E%3Cpath%20d%3D%22M14.4%2C11.8c-0.3%2C0.4-0.5%2C0.8-0.7%2C1.2c-0.2%2C0.4-0.4%2C0.9-0.5%2C1.4c-0.1%2C0.5-0.2%2C0.9-0.2%2C1.4h-0.8c0-0.5%2C0.1-0.9%2C0.2-1.4c0.1-0.5%2C0.3-0.9%2C0.5-1.3s0.4-0.8%2C0.7-1.2c0.3-0.4%2C0.5-0.7%2C0.8-1h-3v-0.6h3.7v0.6C14.9%2C11.1%2C14.6%2C11.5%2C14.4%2C11.8z%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%224%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%222%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%226%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2217%22%20y%3D%223%22%20width%3D%223%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%224%22%20width%3D%221%22%20height%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-time { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.2%2C21.1c-5.7%2C0-10.3-4.6-10.3-10.3S5.5%2C0.5%2C11.2%2C0.5s10.3%2C4.6%2C10.3%2C10.3S16.9%2C21.1%2C11.2%2C21.1z%20M11.2%2C1.5c-5.1%2C0-9.3%2C4.2-9.3%2C9.3c0%2C5.1%2C4.2%2C9.3%2C9.3%2C9.3c5.1%2C0%2C9.3-4.2%2C9.3-9.3C20.5%2C5.7%2C16.3%2C1.5%2C11.2%2C1.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.5%2C11%22%2F%3E%3Ccircle%20cx%3D%2211.2%22%20cy%3D%2210.8%22%20r%3D%221.9%22%2F%3E%3Crect%20x%3D%2210.7%22%20y%3D%222.6%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227.1%22%20y%3D%2210.4%22%20width%3D%223.4%22%20height%3D%220.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M11.2%2C21.1c-5.7%2C0-10.3-4.6-10.3-10.3S5.5%2C0.5%2C11.2%2C0.5s10.3%2C4.6%2C10.3%2C10.3S16.9%2C21.1%2C11.2%2C21.1z%20M11.2%2C1.5c-5.1%2C0-9.3%2C4.2-9.3%2C9.3c0%2C5.1%2C4.2%2C9.3%2C9.3%2C9.3c5.1%2C0%2C9.3-4.2%2C9.3-9.3C20.5%2C5.7%2C16.3%2C1.5%2C11.2%2C1.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.5%2C11%22%2F%3E%3Ccircle%20cx%3D%2211.2%22%20cy%3D%2210.8%22%20r%3D%221.9%22%2F%3E%3Crect%20x%3D%2210.7%22%20y%3D%222.6%22%20width%3D%221%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%227.1%22%20y%3D%2210.4%22%20width%3D%223.4%22%20height%3D%220.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-percentage { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M2.7998047%2C6.4970703c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4863281-1.161132C3.5136719%2C5%2C3.8134766%2C4.7333984%2C4.1855469%2C4.5351562s0.8339844-0.296875%2C1.3867188-0.296875c0.5634766%2C0%2C1.0283203%2C0.0957031%2C1.3945312%2C0.2880859c0.3662109%2C0.1914062%2C0.6601562%2C0.4492188%2C0.8818359%2C0.7734375c0.2226562%2C0.3242188%2C0.3779297%2C0.7050781%2C0.46875%2C1.1435547c0.0898438%2C0.4375%2C0.1347656%2C0.9023438%2C0.1347656%2C1.3945312c0%2C0.4677734-0.0517578%2C0.9208984-0.1533203%2C1.359375c-0.1015625%2C0.4375-0.2695312%2C0.8222656-0.5039062%2C1.1513672c-0.234375%2C0.3300781-0.53125%2C0.5976562-0.890625%2C0.8017578c-0.3603516%2C0.2041016-0.8046875%2C0.3056641-1.3320312%2C0.3056641c-0.5400391%2C0-0.9960938-0.0927734-1.3681641-0.2792969c-0.3720703-0.1855469-0.671875-0.4404297-0.9003906-0.7646484c-0.2275391-0.3242188-0.3925781-0.7021484-0.4951172-1.1337891C2.7070312%2C8.8457031%2C2.65625%2C8.3837891%2C2.65625%2C7.8916016C2.65625%2C7.4003906%2C2.7041016%2C6.9355469%2C2.7998047%2C6.4970703z%20M4.0507812%2C8.7109375c0.0302734%2C0.3056641%2C0.0996094%2C0.5878906%2C0.2070312%2C0.8457031c0.1083984%2C0.2587891%2C0.2607422%2C0.4746094%2C0.4589844%2C0.6484375s0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3486328%2C0%2C0.6240234-0.0839844%2C0.828125-0.2519531s0.3632812-0.3808594%2C0.4775391-0.6386719c0.1132812-0.2578125%2C0.1884766-0.5429688%2C0.2246094-0.8554688c0.0361328-0.3115234%2C0.0537109-0.6054688%2C0.0537109-0.8818359c0-0.2636719-0.0146484-0.5488281-0.0449219-0.8544922C7.0273438%2C6.6767578%2C6.9580078%2C6.3955078%2C6.8496094%2C6.1367188C6.7421875%2C5.8789062%2C6.5888672%2C5.6630859%2C6.390625%2C5.4892578C6.1933594%2C5.3154297%2C5.9199219%2C5.2275391%2C5.5722656%2C5.2275391c-0.3359375%2C0-0.6064453%2C0.0878906-0.8105469%2C0.2617188S4.3984375%2C5.8789062%2C4.2851562%2C6.1367188C4.1708984%2C6.3955078%2C4.0957031%2C6.6767578%2C4.0595703%2C6.9833984C4.0244141%2C7.2890625%2C4.0058594%2C7.5800781%2C4.0058594%2C7.8564453C4.0058594%2C8.1201172%2C4.0205078%2C8.4052734%2C4.0507812%2C8.7109375z%20M15.5976562%2C4.0039062L5.9316406%2C17.3779297H4.3837891l9.6845703-13.3740234H15.5976562z%20M11.6923828%2C12.2568359c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4853516-1.1611328c0.2285156-0.3359375%2C0.5283203-0.6025391%2C0.9003906-0.8007812s0.8339844-0.296875%2C1.3857422-0.296875c0.5644531%2C0%2C1.0292969%2C0.0957031%2C1.3955078%2C0.2880859c0.3652344%2C0.1923828%2C0.6591797%2C0.4501953%2C0.8818359%2C0.7734375c0.2216797%2C0.3242188%2C0.3779297%2C0.7050781%2C0.4677734%2C1.1435547s0.1347656%2C0.9033203%2C0.1347656%2C1.3945312c0%2C0.46875-0.0507812%2C0.921875-0.1523438%2C1.359375c-0.1025391%2C0.4384766-0.2705078%2C0.8222656-0.5048828%2C1.1523438c-0.2333984%2C0.3300781-0.5302734%2C0.59375-0.890625%2C0.7919922c-0.3603516%2C0.1972656-0.8037109%2C0.296875-1.3320312%2C0.296875c-0.5400391%2C0-0.9960938-0.09375-1.3681641-0.2792969s-0.671875-0.4375-0.8994141-0.7558594c-0.2285156-0.3183594-0.3935547-0.6933594-0.4951172-1.125c-0.1025391-0.4316406-0.1533203-0.8935547-0.1533203-1.3857422S11.5957031%2C12.6953125%2C11.6923828%2C12.2568359z%20M12.9433594%2C14.4707031c0.0292969%2C0.3066406%2C0.0986328%2C0.5888672%2C0.2070312%2C0.8466797c0.1074219%2C0.2578125%2C0.2607422%2C0.4736328%2C0.4589844%2C0.6474609c0.1972656%2C0.1738281%2C0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3476562%2C0%2C0.6240234-0.0830078%2C0.828125-0.2519531c0.2041016-0.1679688%2C0.3623047-0.3808594%2C0.4765625-0.6386719s0.1894531-0.5429688%2C0.2255859-0.8544922c0.0351562-0.3125%2C0.0537109-0.6064453%2C0.0537109-0.8828125c0-0.2636719-0.015625-0.5488281-0.0449219-0.8544922c-0.0302734-0.3066406-0.0996094-0.5878906-0.2070312-0.8457031c-0.1083984-0.2587891-0.2607422-0.4746094-0.4589844-0.6484375s-0.4716797-0.2607422-0.8193359-0.2607422c-0.3359375%2C0-0.6064453%2C0.0869141-0.8095703%2C0.2607422c-0.2041016%2C0.1738281-0.3632812%2C0.3896484-0.4775391%2C0.6484375c-0.1142578%2C0.2578125-0.1884766%2C0.5390625-0.2246094%2C0.8457031c-0.0361328%2C0.3056641-0.0537109%2C0.5966797-0.0537109%2C0.8730469C12.8984375%2C13.8798828%2C12.9130859%2C14.1650391%2C12.9433594%2C14.4707031z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M2.7998047%2C6.4970703c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4863281-1.161132C3.5136719%2C5%2C3.8134766%2C4.7333984%2C4.1855469%2C4.5351562s0.8339844-0.296875%2C1.3867188-0.296875c0.5634766%2C0%2C1.0283203%2C0.0957031%2C1.3945312%2C0.2880859c0.3662109%2C0.1914062%2C0.6601562%2C0.4492188%2C0.8818359%2C0.7734375c0.2226562%2C0.3242188%2C0.3779297%2C0.7050781%2C0.46875%2C1.1435547c0.0898438%2C0.4375%2C0.1347656%2C0.9023438%2C0.1347656%2C1.3945312c0%2C0.4677734-0.0517578%2C0.9208984-0.1533203%2C1.359375c-0.1015625%2C0.4375-0.2695312%2C0.8222656-0.5039062%2C1.1513672c-0.234375%2C0.3300781-0.53125%2C0.5976562-0.890625%2C0.8017578c-0.3603516%2C0.2041016-0.8046875%2C0.3056641-1.3320312%2C0.3056641c-0.5400391%2C0-0.9960938-0.0927734-1.3681641-0.2792969c-0.3720703-0.1855469-0.671875-0.4404297-0.9003906-0.7646484c-0.2275391-0.3242188-0.3925781-0.7021484-0.4951172-1.1337891C2.7070312%2C8.8457031%2C2.65625%2C8.3837891%2C2.65625%2C7.8916016C2.65625%2C7.4003906%2C2.7041016%2C6.9355469%2C2.7998047%2C6.4970703z%20M4.0507812%2C8.7109375c0.0302734%2C0.3056641%2C0.0996094%2C0.5878906%2C0.2070312%2C0.8457031c0.1083984%2C0.2587891%2C0.2607422%2C0.4746094%2C0.4589844%2C0.6484375s0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3486328%2C0%2C0.6240234-0.0839844%2C0.828125-0.2519531s0.3632812-0.3808594%2C0.4775391-0.6386719c0.1132812-0.2578125%2C0.1884766-0.5429688%2C0.2246094-0.8554688c0.0361328-0.3115234%2C0.0537109-0.6054688%2C0.0537109-0.8818359c0-0.2636719-0.0146484-0.5488281-0.0449219-0.8544922C7.0273438%2C6.6767578%2C6.9580078%2C6.3955078%2C6.8496094%2C6.1367188C6.7421875%2C5.8789062%2C6.5888672%2C5.6630859%2C6.390625%2C5.4892578C6.1933594%2C5.3154297%2C5.9199219%2C5.2275391%2C5.5722656%2C5.2275391c-0.3359375%2C0-0.6064453%2C0.0878906-0.8105469%2C0.2617188S4.3984375%2C5.8789062%2C4.2851562%2C6.1367188C4.1708984%2C6.3955078%2C4.0957031%2C6.6767578%2C4.0595703%2C6.9833984C4.0244141%2C7.2890625%2C4.0058594%2C7.5800781%2C4.0058594%2C7.8564453C4.0058594%2C8.1201172%2C4.0205078%2C8.4052734%2C4.0507812%2C8.7109375z%20M15.5976562%2C4.0039062L5.9316406%2C17.3779297H4.3837891l9.6845703-13.3740234H15.5976562z%20M11.6923828%2C12.2568359c0.0957031-0.4375%2C0.2578125-0.8251953%2C0.4853516-1.1611328c0.2285156-0.3359375%2C0.5283203-0.6025391%2C0.9003906-0.8007812s0.8339844-0.296875%2C1.3857422-0.296875c0.5644531%2C0%2C1.0292969%2C0.0957031%2C1.3955078%2C0.2880859c0.3652344%2C0.1923828%2C0.6591797%2C0.4501953%2C0.8818359%2C0.7734375c0.2216797%2C0.3242188%2C0.3779297%2C0.7050781%2C0.4677734%2C1.1435547s0.1347656%2C0.9033203%2C0.1347656%2C1.3945312c0%2C0.46875-0.0507812%2C0.921875-0.1523438%2C1.359375c-0.1025391%2C0.4384766-0.2705078%2C0.8222656-0.5048828%2C1.1523438c-0.2333984%2C0.3300781-0.5302734%2C0.59375-0.890625%2C0.7919922c-0.3603516%2C0.1972656-0.8037109%2C0.296875-1.3320312%2C0.296875c-0.5400391%2C0-0.9960938-0.09375-1.3681641-0.2792969s-0.671875-0.4375-0.8994141-0.7558594c-0.2285156-0.3183594-0.3935547-0.6933594-0.4951172-1.125c-0.1025391-0.4316406-0.1533203-0.8935547-0.1533203-1.3857422S11.5957031%2C12.6953125%2C11.6923828%2C12.2568359z%20M12.9433594%2C14.4707031c0.0292969%2C0.3066406%2C0.0986328%2C0.5888672%2C0.2070312%2C0.8466797c0.1074219%2C0.2578125%2C0.2607422%2C0.4736328%2C0.4589844%2C0.6474609c0.1972656%2C0.1738281%2C0.4648438%2C0.2607422%2C0.8007812%2C0.2607422c0.3476562%2C0%2C0.6240234-0.0830078%2C0.828125-0.2519531c0.2041016-0.1679688%2C0.3623047-0.3808594%2C0.4765625-0.6386719s0.1894531-0.5429688%2C0.2255859-0.8544922c0.0351562-0.3125%2C0.0537109-0.6064453%2C0.0537109-0.8828125c0-0.2636719-0.015625-0.5488281-0.0449219-0.8544922c-0.0302734-0.3066406-0.0996094-0.5878906-0.2070312-0.8457031c-0.1083984-0.2587891-0.2607422-0.4746094-0.4589844-0.6484375s-0.4716797-0.2607422-0.8193359-0.2607422c-0.3359375%2C0-0.6064453%2C0.0869141-0.8095703%2C0.2607422c-0.2041016%2C0.1738281-0.3632812%2C0.3896484-0.4775391%2C0.6484375c-0.1142578%2C0.2578125-0.1884766%2C0.5390625-0.2246094%2C0.8457031c-0.0361328%2C0.3056641-0.0537109%2C0.5966797-0.0537109%2C0.8730469C12.8984375%2C13.8798828%2C12.9130859%2C14.1650391%2C12.9433594%2C14.4707031z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.icon-format-text { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%234F9E4F%22%3E%3Cg%3E%3Cpath%20d%3D%22M5.5234375%2C6.4316406L8.8710938%2C15H7.6113281l-0.9355469-2.5800781h-3.625L2.0917969%2C15H0.9277344l3.3359375-8.5683594H5.5234375z%20M6.3154297%2C11.4599609L4.8876953%2C7.4638672H4.8632812l-1.4511719%2C3.9960938H6.3154297z%22%2F%3E%3Cpath%20d%3D%22M15.21875%2C6.4316406c0.1845703%2C0%2C0.3828125%2C0.0019531%2C0.5947266%2C0.0058594s0.421875%2C0.0166016%2C0.6298828%2C0.0371094c0.2080078%2C0.0195312%2C0.4023438%2C0.0488281%2C0.5820312%2C0.0898438c0.1796875%2C0.0390625%2C0.3339844%2C0.0996094%2C0.4619141%2C0.1796875c0.2802734%2C0.1679688%2C0.5185547%2C0.4003906%2C0.7138672%2C0.6953125c0.1962891%2C0.296875%2C0.2939453%2C0.6601562%2C0.2939453%2C1.0927734c0%2C0.4560547-0.1103516%2C0.8505859-0.3291016%2C1.1816406c-0.2207031%2C0.3320312-0.5351562%2C0.578125-0.9433594%2C0.7382812v0.0244141c0.5292969%2C0.1113281%2C0.9326172%2C0.3515625%2C1.2128906%2C0.71875c0.2792969%2C0.3691406%2C0.4199219%2C0.8164062%2C0.4199219%2C1.3447266c0%2C0.3115234-0.0566406%2C0.6162109-0.1679688%2C0.9121094c-0.1123047%2C0.2958984-0.2783203%2C0.5576172-0.4980469%2C0.7861328c-0.2207031%2C0.2275391-0.4921875%2C0.4121094-0.8164062%2C0.5517578S16.6757812%2C15%2C16.2519531%2C15h-4.140625V6.4316406H15.21875z%20M15.53125%2C10.1162109c0.6484375%2C0%2C1.1132812-0.1142578%2C1.3984375-0.3427734c0.2832031-0.2275391%2C0.4257812-0.5693359%2C0.4257812-1.0253906c0-0.3046875-0.0488281-0.5439453-0.1445312-0.7207031c-0.0957031-0.1757812-0.2275391-0.3115234-0.3955078-0.4072266c-0.1679688-0.0966797-0.3623047-0.1582031-0.5820312-0.1865234C16.0136719%2C7.40625%2C15.7792969%2C7.3925781%2C15.53125%2C7.3925781h-2.2792969v2.7236328H15.53125z%20M16.1074219%2C14.0400391c0.5039062%2C0%2C0.8984375-0.1357422%2C1.1816406-0.4082031c0.2841797-0.2714844%2C0.4257812-0.6474609%2C0.4257812-1.1279297c0-0.2792969-0.0517578-0.5117188-0.15625-0.6953125c-0.1035156-0.1845703-0.2412109-0.3300781-0.4130859-0.4384766c-0.1728516-0.1083984-0.3701172-0.1845703-0.5947266-0.2275391c-0.2236328-0.0449219-0.4550781-0.0664062-0.6953125-0.0664062h-2.6035156v2.9638672H16.1074219z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22%2340865c%22%3E%3Cg%3E%3Cpath%20d%3D%22M5.5234375%2C6.4316406L8.8710938%2C15H7.6113281l-0.9355469-2.5800781h-3.625L2.0917969%2C15H0.9277344l3.3359375-8.5683594H5.5234375z%20M6.3154297%2C11.4599609L4.8876953%2C7.4638672H4.8632812l-1.4511719%2C3.9960938H6.3154297z%22%2F%3E%3Cpath%20d%3D%22M15.21875%2C6.4316406c0.1845703%2C0%2C0.3828125%2C0.0019531%2C0.5947266%2C0.0058594s0.421875%2C0.0166016%2C0.6298828%2C0.0371094c0.2080078%2C0.0195312%2C0.4023438%2C0.0488281%2C0.5820312%2C0.0898438c0.1796875%2C0.0390625%2C0.3339844%2C0.0996094%2C0.4619141%2C0.1796875c0.2802734%2C0.1679688%2C0.5185547%2C0.4003906%2C0.7138672%2C0.6953125c0.1962891%2C0.296875%2C0.2939453%2C0.6601562%2C0.2939453%2C1.0927734c0%2C0.4560547-0.1103516%2C0.8505859-0.3291016%2C1.1816406c-0.2207031%2C0.3320312-0.5351562%2C0.578125-0.9433594%2C0.7382812v0.0244141c0.5292969%2C0.1113281%2C0.9326172%2C0.3515625%2C1.2128906%2C0.71875c0.2792969%2C0.3691406%2C0.4199219%2C0.8164062%2C0.4199219%2C1.3447266c0%2C0.3115234-0.0566406%2C0.6162109-0.1679688%2C0.9121094c-0.1123047%2C0.2958984-0.2783203%2C0.5576172-0.4980469%2C0.7861328c-0.2207031%2C0.2275391-0.4921875%2C0.4121094-0.8164062%2C0.5517578S16.6757812%2C15%2C16.2519531%2C15h-4.140625V6.4316406H15.21875z%20M15.53125%2C10.1162109c0.6484375%2C0%2C1.1132812-0.1142578%2C1.3984375-0.3427734c0.2832031-0.2275391%2C0.4257812-0.5693359%2C0.4257812-1.0253906c0-0.3046875-0.0488281-0.5439453-0.1445312-0.7207031c-0.0957031-0.1757812-0.2275391-0.3115234-0.3955078-0.4072266c-0.1679688-0.0966797-0.3623047-0.1582031-0.5820312-0.1865234C16.0136719%2C7.40625%2C15.7792969%2C7.3925781%2C15.53125%2C7.3925781h-2.2792969v2.7236328H15.53125z%20M16.1074219%2C14.0400391c0.5039062%2C0%2C0.8984375-0.1357422%2C1.1816406-0.4082031c0.2841797-0.2714844%2C0.4257812-0.6474609%2C0.4257812-1.1279297c0-0.2792969-0.0517578-0.5117188-0.15625-0.6953125c-0.1035156-0.1845703-0.2412109-0.3300781-0.4130859-0.4384766c-0.1728516-0.1083984-0.3701172-0.1845703-0.5947266-0.2275391c-0.2236328-0.0449219-0.4550781-0.0664062-0.6953125-0.0664062h-2.6035156v2.9638672H16.1074219z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } i.icon.sortdown { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%234F9E4F%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-230%20256.4%20-230.7%20255.7%20-233%20258.1%20-233%20242%20-234%20242%20-234%20258.1%20-236.3%20255.7%20-237%20256.4%20-233.5%20260%20-233.5%20260%20-233.5%20260%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226%20249.55L-223.1%20242h1.08l3.09%207.55h-1.14l-0.88-2.29h-3.16l-0.83%202.29H-226zM-223.82%20246.45h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-223.82%20246.45z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.93%20259v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21v-0.89h5.41v0.89l-4.24%205.24%20-0.46%200.53h4.82V259H-225.93z%22%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%2340865c%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-230%20256.4%20-230.7%20255.7%20-233%20258.1%20-233%20242%20-234%20242%20-234%20258.1%20-236.3%20255.7%20-237%20256.4%20-233.5%20260%20-233.5%20260%20-233.5%20260%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226%20249.55L-223.1%20242h1.08l3.09%207.55h-1.14l-0.88-2.29h-3.16l-0.83%202.29H-226zM-223.82%20246.45h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-223.82%20246.45z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.93%20259v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21v-0.89h5.41v0.89l-4.24%205.24%20-0.46%200.53h4.82V259H-225.93z%22%2F%3E%3C%2Fsvg%3E"); } i.icon.sortup { width: 22px; height: 22px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%234F9E4F%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-233.5%20242%20-233.5%20242%20-233.5%20242%20-237%20245.6%20-236.3%20246.3%20-234%20243.9%20-234%20260%20-233%20260%20-233%20243.9%20-230.7%20246.3%20-230%20245.6%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226.53%20260l2.9-7.55h1.08L-219.47%20260h-1.14l-0.88-2.29h-3.16L-225.47%20260H-226.53zM-224.36%20256.9h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-224.36%20256.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.97%20250.55v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21V243h5.41v0.89l-4.24%205.24%20-0.46%200.53H-220v0.89H-225.97z%22%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%22-238%20240%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%2340865c%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-233.5%20242%20-233.5%20242%20-233.5%20242%20-237%20245.6%20-236.3%20246.3%20-234%20243.9%20-234%20260%20-233%20260%20-233%20243.9%20-230.7%20246.3%20-230%20245.6%20%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-226.53%20260l2.9-7.55h1.08L-219.47%20260h-1.14l-0.88-2.29h-3.16L-225.47%20260H-226.53zM-224.36%20256.9h2.56l-0.79-2.09c-0.24-0.64-0.42-1.16-0.54-1.57%20-0.1%200.48-0.23%200.97-0.41%201.44L-224.36%20256.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-225.97%20250.55v-0.93l3.87-4.84c0.28-0.34%200.54-0.64%200.78-0.9h-4.21V243h5.41v0.89l-4.24%205.24%20-0.46%200.53H-220v0.89H-225.97z%22%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-pdf { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234F9E4F%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3.363%20-3.658%2033%2033%22%20height%3D%2233px%22%20width%3D%2233px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.512%2C14.989c0.8-1.567%2C1.709-3.334%2C2.438-5.107l0%2C0l0.287-0.699%20%20c-0.949-3.616-1.52-6.52-1.011-8.396l0%2C0C10.362%2C0.297%2C10.929%2C0%2C11.535%2C0l0%2C0l0.368%2C0.005h0.068c0.83-0.013%2C1.22%2C1.042%2C1.264%2C1.453%20%20l0%2C0c0.073%2C0.684-0.242%2C1.839-0.242%2C1.839l0%2C0c0-0.467%2C0.018-1.221-0.276-1.873l0%2C0c-0.343-0.753-0.671-1.203-0.965-1.274l0%2C0%20%20C11.604%2C0.25%2C11.46%2C0.455%2C11.411%2C0.85l0%2C0c-0.104%2C0.553-0.134%2C1.252-0.134%2C1.611l0%2C0c0%2C1.272%2C0.25%2C2.952%2C0.743%2C4.684l0%2C0%20%20c0.093-0.269%2C0.174-0.526%2C0.24-0.768l0%2C0c0.101-0.38%2C0.743-2.9%2C0.743-2.9l0%2C0c0%2C0-0.162%2C3.354-0.388%2C4.371l0%2C0%20%20c-0.049%2C0.215-0.103%2C0.427-0.158%2C0.644l0%2C0c0.812%2C2.268%2C2.121%2C4.292%2C3.68%2C5.75l0%2C0c0.615%2C0.575%2C1.393%2C1.038%2C2.128%2C1.461l0%2C0%20%20c1.605-0.229%2C3.084-0.338%2C4.318-0.324l0%2C0c1.637%2C0.021%2C2.838%2C0.265%2C3.324%2C0.743l0%2C0c0.237%2C0.232%2C0.335%2C0.514%2C0.364%2C0.83l0%2C0%20%20c0.007%2C0.122-0.053%2C0.41-0.069%2C0.482l0%2C0c0.018-0.088%2C0.018-0.519-1.298-0.938l0%2C0c-1.033-0.33-2.971-0.32-5.295-0.073l0%2C0%20%20c2.688%2C1.315%2C5.308%2C1.969%2C6.138%2C1.577l0%2C0c0.203-0.1%2C0.448-0.437%2C0.448-0.437l0%2C0c0%2C0-0.146%2C0.665-0.252%2C0.831l0%2C0%20%20c-0.134%2C0.18-0.396%2C0.376-0.646%2C0.44l0%2C0c-1.312%2C0.351-4.722-0.459-7.695-2.158l0%2C0c-3.322%2C0.489-6.972%2C1.394-9.896%2C2.354l0%2C0%20%20c-2.874%2C5.036-5.036%2C7.35-6.793%2C6.47l0%2C0l-0.646-0.325c-0.263-0.149-0.303-0.516-0.242-0.813l0%2C0%20%20c0.205-1.003%2C1.462-2.513%2C3.988-4.021l0%2C0c0.272-0.165%2C1.483-0.805%2C1.483-0.805l0%2C0c0%2C0-0.896%2C0.868-1.106%2C1.038l0%2C0%20%20c-2.016%2C1.652-3.504%2C3.73-3.467%2C4.536l0%2C0l0.007%2C0.069C2.643%2C24.936%2C5.21%2C21.45%2C8.512%2C14.989%20M9.559%2C15.525%20%20c-0.551%2C1.038-1.09%2C2.001-1.588%2C2.886l0%2C0c2.752-1.153%2C5.715-1.892%2C8.535-2.416l0%2C0c-0.379-0.262-0.746-0.539-1.093-0.832l0%2C0%20%20c-1.555-1.313-2.737-2.955-3.596-4.681l0%2C0C11.273%2C11.948%2C10.626%2C13.507%2C9.559%2C15.525%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-xlsx { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2263%22%20height%3D%2263%22%20viewBox%3D%2216.287%2032.45%2063.000002%2063%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234f9e4f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m%2053.774%2C43.725%20c%202.825%2C-0.2%205.663%2C-0.375%208.5%2C-0.512%20-3.337%2C6.837%20-6.688%2C13.675%20-10.087%2C20.487%203.438%2C7%206.95%2C13.95%2010.399%2C20.95%20-3.012%2C-0.175%20-6.012%2C-0.362%20-9.024%2C-0.575%20-2.125%2C-5.213%20-4.713%2C-10.25%20-6.237%2C-15.7%20-1.7%2C5.075%20-4.125%2C9.862%20-6.075%2C14.838%20-2.737%2C-0.038%20-5.476%2C-0.15%20-8.213%2C-0.263%203.212%2C-6.287%206.312%2C-12.624%209.624%2C-18.874%20-2.813%2C-6.438%20-5.899%2C-12.75%20-8.8%2C-19.15%202.75%2C-0.163%205.5%2C-0.325%208.25%2C-0.475%201.862%2C4.888%203.9%2C9.712%205.438%2C14.725%201.65%2C-5.313%204.112%2C-10.313%206.225%2C-15.451%20z%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2263%22%20height%3D%2263%22%20viewBox%3D%2216.287%2032.45%2063.000002%2063%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m%2053.774%2C43.725%20c%202.825%2C-0.2%205.663%2C-0.375%208.5%2C-0.512%20-3.337%2C6.837%20-6.688%2C13.675%20-10.087%2C20.487%203.438%2C7%206.95%2C13.95%2010.399%2C20.95%20-3.012%2C-0.175%20-6.012%2C-0.362%20-9.024%2C-0.575%20-2.125%2C-5.213%20-4.713%2C-10.25%20-6.237%2C-15.7%20-1.7%2C5.075%20-4.125%2C9.862%20-6.075%2C14.838%20-2.737%2C-0.038%20-5.476%2C-0.15%20-8.213%2C-0.263%203.212%2C-6.287%206.312%2C-12.624%209.624%2C-18.874%20-2.813%2C-6.438%20-5.899%2C-12.75%20-8.8%2C-19.15%202.75%2C-0.163%205.5%2C-0.325%208.25%2C-0.475%201.862%2C4.888%203.9%2C9.712%205.438%2C14.725%201.65%2C-5.313%204.112%2C-10.313%206.225%2C-15.451%20z%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-ods { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234F9E4F%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%20-54.11%20193.631%20193.63%22%20height%3D%22193.63px%22%20width%3D%22193.631px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M193.16%2C5.615V5.609c-0.334-0.173-0.671-0.334-1.005-0.497%20%20c-5.356-2.586-11.256-4.287-17.525-4.88c-11.083-1.049-21.673%2C1.496-30.622%2C6.678c-6.13-3.477-13.071-5.741-20.542-6.448%20%20c-10.298-0.974-20.17%2C1.16-28.697%2C5.629c-0.084%2C0.044-0.17%2C0.095-0.251%2C0.135c-0.207%2C0.162-0.347%2C0.414-0.347%2C0.697%20%20c0%2C0.492%2C0.392%2C0.89%2C0.889%2C0.89c0.046%2C0%2C0.091-0.007%2C0.139-0.017c0.021-0.002%2C0.042-0.011%2C0.061-0.015%20%20c4.586-0.848%2C9.368-1.088%2C14.243-0.627c13.684%2C1.293%2C25.609%2C5.521%2C33.975%2C15.011c0.437%2C0.455%2C0.822%2C0.427%2C1.266-0.024%20%20c10.523-12.2%2C26.662-17.021%2C44.006-15.382c0.968%2C0.094%2C1.921%2C0.213%2C2.871%2C0.355c0.33%2C0.05%2C0.836%2C0.134%2C1.133%2C0.167%20%20c0.572%2C0.063%2C0.88-0.397%2C0.88-0.891C193.629%2C6.056%2C193.485%2C5.776%2C193.16%2C5.615L193.16%2C5.615z%22%20class%3D%22cls-1%22%20%2F%3E%3Cpath%20d%3D%22M173.054%2C48.544c-0.057-0.028-0.107-0.046-0.154-0.065%20%20c-10.518-4.35-22.021-6.758-34.094-6.758c-19.293%2C0-37.154%2C6.127-51.757%2C16.524c-11.146-4.993-23.497-7.776-36.496-7.776%20%20c-18.485%2C0-35.648%2C5.617-49.895%2C15.237c-0.047%2C0.029-0.095%2C0.066-0.149%2C0.104C0.205%2C66.044%2C0%2C66.418%2C0%2C66.848%20%20c0%2C0.729%2C0.592%2C1.323%2C1.323%2C1.323c0.086%2C0%2C0.174-0.013%2C0.259-0.03c0.058-0.015%2C0.107-0.027%2C0.161-0.048%20%20c8.166-2.456%2C16.832-3.791%2C25.798-3.791c23.836%2C0%2C45.083%2C5.634%2C61.08%2C20.681c0.038%2C0.028%2C0.071%2C0.065%2C0.111%2C0.104%20%20c0.232%2C0.205%2C0.53%2C0.325%2C0.863%2C0.325c0.412%2C0%2C0.774-0.188%2C1.018-0.486c0.006%2C0.005%2C0.515-0.72%2C0.773-1.069%20%20c16.246-22.217%2C43.03-33.172%2C72.845-33.172c2.129%2C0%2C4.246%2C0.08%2C6.338%2C0.225c0.602%2C0.047%2C1.873%2C0.144%2C1.902%2C0.144%20%20c0.727%2C0%2C1.322-0.591%2C1.322-1.323C173.796%2C49.203%2C173.492%2C48.752%2C173.054%2C48.544L173.054%2C48.544z%22%20class%3D%22cls-1%22%20%2F%3E%3C%2Fsvg%3E"); } i.icon.icon-format-csv { width: 30px; height: 30px; - background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2058%2058%22%20height%3D%2258px%22%20width%3D%2258px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234F9E4F%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2235.5%22%20%2F%3E%3C%2Fsvg%3E"); + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2058%2058%22%20height%3D%2258px%22%20width%3D%2258px%22%20y%3D%220px%22%20x%3D%220px%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2340865c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2213.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2224.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2242.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2238.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2234.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2230.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2226.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2222.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2218.5%22%20x%3D%2235.5%22%20%2F%3E%3Crect%20height%3D%221%22%20width%3D%229%22%20class%3D%22cls-1%22%20y%3D%2214.5%22%20x%3D%2235.5%22%20%2F%3E%3C%2Fsvg%3E"); } .navbar i.icon.icon-undo { width: 22px; @@ -6700,7 +6700,7 @@ html.pixel-ratio-3 .box-tabs ul > li:after { .shapes li .thumb { width: 100%; height: 100%; - background-color: #4F9E4F; + background-color: #40865c; } .chart-types li { width: 60px; diff --git a/apps/spreadsheeteditor/mobile/resources/less/app-ios.less b/apps/spreadsheeteditor/mobile/resources/less/app-ios.less index bc08b09b6..731534a4c 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/app-ios.less +++ b/apps/spreadsheeteditor/mobile/resources/less/app-ios.less @@ -2,7 +2,7 @@ @import url('../../../../../vendor/framework7/src/less/ios/_colors-vars.less'); // Colors -@themeColor: #4F9E4F; // (79,158,79) +@themeColor: #40865c; // (79,158,79) @appToolbarHeight: @toolbarSize; diff --git a/apps/spreadsheeteditor/mobile/resources/less/app-material.less b/apps/spreadsheeteditor/mobile/resources/less/app-material.less index c0bdc3df9..81c9018e1 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/app-material.less +++ b/apps/spreadsheeteditor/mobile/resources/less/app-material.less @@ -2,7 +2,7 @@ @import url('../../../../../vendor/framework7/src/less/material/_colors-vars.less'); // Colors -@themeColor: #4F9E4F; // (79,158,79) +@themeColor: #40865c; // (79,158,79) @navBarIconColor: #fff; @appToolbarHeight: @navbarSize; diff --git a/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less b/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less index cf57f45dd..85c032c69 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less +++ b/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less @@ -310,22 +310,22 @@ i.icon { &.icon-format-pdf { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-xlsx { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-ods { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-csv { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } } diff --git a/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less b/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less index 586a850ab..3cd76045f 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less +++ b/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less @@ -273,22 +273,22 @@ i.icon { &.icon-format-pdf { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-xlsx { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-ods { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-format-csv { width: 30px; height: 30px; - .encoded-svg-background(''); + .encoded-svg-background(''); } } From 127aafd25d89ddaf86b9cf3ef7501e93f8eb5992 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Wed, 7 Mar 2018 11:47:00 +0300 Subject: [PATCH 12/39] [DE][PE][SSE] replaced type="search" with type="text" for all the pages of documentation (Chrome search field cross bug) --- .../main/resources/help/de/HelpfulHints/About.htm | 2 +- .../resources/help/de/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/de/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/de/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/de/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/de/HelpfulHints/Review.htm | 2 +- .../main/resources/help/de/HelpfulHints/Search.htm | 2 +- .../main/resources/help/de/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/de/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/de/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/de/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/de/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/de/ProgramInterface/LayoutTab.htm | 2 +- .../main/resources/help/de/ProgramInterface/PluginsTab.htm | 2 +- .../help/de/ProgramInterface/ProgramInterface.htm | 2 +- .../main/resources/help/de/ProgramInterface/ReviewTab.htm | 2 +- .../resources/help/de/UsageInstructions/AddBorders.htm | 2 +- .../resources/help/de/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/de/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../main/resources/help/de/UsageInstructions/AlignText.htm | 2 +- .../help/de/UsageInstructions/BackgroundColor.htm | 2 +- .../help/de/UsageInstructions/ChangeColorScheme.htm | 2 +- .../help/de/UsageInstructions/ChangeWrappingStyle.htm | 2 +- .../help/de/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/de/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/de/UsageInstructions/CreateLists.htm | 2 +- .../help/de/UsageInstructions/DecorationStyles.htm | 2 +- .../help/de/UsageInstructions/FontTypeSizeColor.htm | 2 +- .../help/de/UsageInstructions/FormattingPresets.htm | 2 +- .../help/de/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/de/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/de/UsageInstructions/InsertDropCap.htm | 2 +- .../resources/help/de/UsageInstructions/InsertEquation.htm | 2 +- .../help/de/UsageInstructions/InsertFootnotes.htm | 2 +- .../help/de/UsageInstructions/InsertHeadersFooters.htm | 2 +- .../resources/help/de/UsageInstructions/InsertImages.htm | 2 +- .../help/de/UsageInstructions/InsertPageNumbers.htm | 2 +- .../resources/help/de/UsageInstructions/InsertTables.htm | 2 +- .../help/de/UsageInstructions/InsertTextObjects.htm | 2 +- .../resources/help/de/UsageInstructions/LineSpacing.htm | 2 +- .../help/de/UsageInstructions/NonprintingCharacters.htm | 2 +- .../resources/help/de/UsageInstructions/OpenCreateNew.htm | 2 +- .../resources/help/de/UsageInstructions/PageBreaks.htm | 2 +- .../help/de/UsageInstructions/ParagraphIndents.htm | 2 +- .../help/de/UsageInstructions/SavePrintDownload.htm | 2 +- .../resources/help/de/UsageInstructions/SectionBreaks.htm | 2 +- .../help/de/UsageInstructions/SetPageParameters.htm | 2 +- .../resources/help/de/UsageInstructions/SetTabStops.htm | 2 +- .../resources/help/de/UsageInstructions/UseMailMerge.htm | 2 +- .../resources/help/de/UsageInstructions/ViewDocInfo.htm | 2 +- .../main/resources/help/de/search/search.html | 2 +- .../main/resources/help/en/HelpfulHints/About.htm | 2 +- .../resources/help/en/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/en/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/en/HelpfulHints/KeyboardShortcuts.htm | 7 ++++++- .../main/resources/help/en/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/en/HelpfulHints/Review.htm | 2 +- .../main/resources/help/en/HelpfulHints/Search.htm | 2 +- .../main/resources/help/en/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/en/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/en/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/LayoutTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/PluginsTab.htm | 2 +- .../help/en/ProgramInterface/ProgramInterface.htm | 2 +- .../main/resources/help/en/ProgramInterface/ReviewTab.htm | 2 +- .../resources/help/en/UsageInstructions/AddBorders.htm | 2 +- .../resources/help/en/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/en/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../main/resources/help/en/UsageInstructions/AlignText.htm | 2 +- .../help/en/UsageInstructions/BackgroundColor.htm | 2 +- .../help/en/UsageInstructions/ChangeColorScheme.htm | 2 +- .../help/en/UsageInstructions/ChangeWrappingStyle.htm | 2 +- .../help/en/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/en/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/en/UsageInstructions/CreateLists.htm | 2 +- .../help/en/UsageInstructions/DecorationStyles.htm | 2 +- .../help/en/UsageInstructions/FontTypeSizeColor.htm | 2 +- .../help/en/UsageInstructions/FormattingPresets.htm | 2 +- .../help/en/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/en/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/en/UsageInstructions/InsertDropCap.htm | 2 +- .../resources/help/en/UsageInstructions/InsertEquation.htm | 2 +- .../help/en/UsageInstructions/InsertFootnotes.htm | 2 +- .../help/en/UsageInstructions/InsertHeadersFooters.htm | 2 +- .../resources/help/en/UsageInstructions/InsertImages.htm | 2 +- .../help/en/UsageInstructions/InsertPageNumbers.htm | 2 +- .../resources/help/en/UsageInstructions/InsertTables.htm | 2 +- .../help/en/UsageInstructions/InsertTextObjects.htm | 2 +- .../resources/help/en/UsageInstructions/LineSpacing.htm | 2 +- .../help/en/UsageInstructions/NonprintingCharacters.htm | 2 +- .../resources/help/en/UsageInstructions/OpenCreateNew.htm | 2 +- .../resources/help/en/UsageInstructions/PageBreaks.htm | 2 +- .../help/en/UsageInstructions/ParagraphIndents.htm | 2 +- .../help/en/UsageInstructions/SavePrintDownload.htm | 2 +- .../resources/help/en/UsageInstructions/SectionBreaks.htm | 2 +- .../help/en/UsageInstructions/SetPageParameters.htm | 2 +- .../resources/help/en/UsageInstructions/SetTabStops.htm | 2 +- .../resources/help/en/UsageInstructions/UseMailMerge.htm | 2 +- .../resources/help/en/UsageInstructions/ViewDocInfo.htm | 2 +- .../main/resources/help/en/search/search.html | 2 +- .../main/resources/help/es/HelpfulHints/About.htm | 2 +- .../resources/help/es/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/es/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/es/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/es/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/es/HelpfulHints/Review.htm | 2 +- .../main/resources/help/es/HelpfulHints/Search.htm | 2 +- .../main/resources/help/es/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/es/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/es/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/es/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/es/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/es/ProgramInterface/LayoutTab.htm | 2 +- .../main/resources/help/es/ProgramInterface/PluginsTab.htm | 2 +- .../help/es/ProgramInterface/ProgramInterface.htm | 2 +- .../main/resources/help/es/ProgramInterface/ReviewTab.htm | 2 +- .../resources/help/es/UsageInstructions/AddBorders.htm | 2 +- .../resources/help/es/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/es/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../main/resources/help/es/UsageInstructions/AlignText.htm | 2 +- .../help/es/UsageInstructions/BackgroundColor.htm | 2 +- .../help/es/UsageInstructions/ChangeColorScheme.htm | 2 +- .../help/es/UsageInstructions/ChangeWrappingStyle.htm | 2 +- .../help/es/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/es/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/es/UsageInstructions/CreateLists.htm | 2 +- .../help/es/UsageInstructions/DecorationStyles.htm | 2 +- .../help/es/UsageInstructions/FontTypeSizeColor.htm | 2 +- .../help/es/UsageInstructions/FormattingPresets.htm | 2 +- .../help/es/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/es/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/es/UsageInstructions/InsertDropCap.htm | 2 +- .../resources/help/es/UsageInstructions/InsertEquation.htm | 2 +- .../help/es/UsageInstructions/InsertFootnotes.htm | 2 +- .../help/es/UsageInstructions/InsertHeadersFooters.htm | 2 +- .../resources/help/es/UsageInstructions/InsertImages.htm | 2 +- .../help/es/UsageInstructions/InsertPageNumbers.htm | 2 +- .../resources/help/es/UsageInstructions/InsertTables.htm | 2 +- .../help/es/UsageInstructions/InsertTextObjects.htm | 2 +- .../resources/help/es/UsageInstructions/LineSpacing.htm | 2 +- .../help/es/UsageInstructions/NonprintingCharacters.htm | 2 +- .../resources/help/es/UsageInstructions/OpenCreateNew.htm | 2 +- .../resources/help/es/UsageInstructions/PageBreaks.htm | 2 +- .../help/es/UsageInstructions/ParagraphIndents.htm | 2 +- .../help/es/UsageInstructions/SavePrintDownload.htm | 2 +- .../resources/help/es/UsageInstructions/SectionBreaks.htm | 2 +- .../help/es/UsageInstructions/SetPageParameters.htm | 2 +- .../resources/help/es/UsageInstructions/SetTabStops.htm | 2 +- .../resources/help/es/UsageInstructions/UseMailMerge.htm | 2 +- .../resources/help/es/UsageInstructions/ViewDocInfo.htm | 2 +- .../main/resources/help/es/search/search.html | 2 +- .../main/resources/help/fr/HelpfulHints/About.htm | 2 +- .../resources/help/fr/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/fr/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/fr/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/fr/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/fr/HelpfulHints/Review.htm | 2 +- .../main/resources/help/fr/HelpfulHints/Search.htm | 2 +- .../main/resources/help/fr/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/fr/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/fr/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/fr/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/fr/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/fr/ProgramInterface/LayoutTab.htm | 2 +- .../main/resources/help/fr/ProgramInterface/PluginsTab.htm | 2 +- .../help/fr/ProgramInterface/ProgramInterface.htm | 2 +- .../main/resources/help/fr/ProgramInterface/ReviewTab.htm | 2 +- .../resources/help/fr/UsageInstructions/AddBorders.htm | 2 +- .../resources/help/fr/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/fr/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../main/resources/help/fr/UsageInstructions/AlignText.htm | 2 +- .../help/fr/UsageInstructions/BackgroundColor.htm | 2 +- .../help/fr/UsageInstructions/ChangeColorScheme.htm | 2 +- .../help/fr/UsageInstructions/ChangeWrappingStyle.htm | 2 +- .../help/fr/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/fr/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/fr/UsageInstructions/CreateLists.htm | 2 +- .../help/fr/UsageInstructions/DecorationStyles.htm | 2 +- .../help/fr/UsageInstructions/FontTypeSizeColor.htm | 2 +- .../help/fr/UsageInstructions/FormattingPresets.htm | 2 +- .../help/fr/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertDropCap.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertEquation.htm | 2 +- .../help/fr/UsageInstructions/InsertFootnotes.htm | 2 +- .../help/fr/UsageInstructions/InsertHeadersFooters.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertImages.htm | 2 +- .../help/fr/UsageInstructions/InsertPageNumbers.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertTables.htm | 2 +- .../help/fr/UsageInstructions/InsertTextObjects.htm | 2 +- .../resources/help/fr/UsageInstructions/LineSpacing.htm | 2 +- .../help/fr/UsageInstructions/NonprintingCharacters.htm | 2 +- .../resources/help/fr/UsageInstructions/OpenCreateNew.htm | 2 +- .../resources/help/fr/UsageInstructions/PageBreaks.htm | 2 +- .../help/fr/UsageInstructions/ParagraphIndents.htm | 2 +- .../help/fr/UsageInstructions/SavePrintDownload.htm | 2 +- .../resources/help/fr/UsageInstructions/SectionBreaks.htm | 2 +- .../help/fr/UsageInstructions/SetPageParameters.htm | 2 +- .../resources/help/fr/UsageInstructions/SetTabStops.htm | 2 +- .../resources/help/fr/UsageInstructions/UseMailMerge.htm | 2 +- .../resources/help/fr/UsageInstructions/ViewDocInfo.htm | 2 +- .../main/resources/help/fr/search/search.html | 2 +- .../main/resources/help/ru/HelpfulHints/About.htm | 2 +- .../resources/help/ru/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/ru/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/ru/HelpfulHints/KeyboardShortcuts.htm | 7 ++++++- .../main/resources/help/ru/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/ru/HelpfulHints/Review.htm | 2 +- .../main/resources/help/ru/HelpfulHints/Search.htm | 2 +- .../main/resources/help/ru/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/ru/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/ru/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/LayoutTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/PluginsTab.htm | 2 +- .../help/ru/ProgramInterface/ProgramInterface.htm | 2 +- .../main/resources/help/ru/ProgramInterface/ReviewTab.htm | 2 +- .../resources/help/ru/UsageInstructions/AddBorders.htm | 2 +- .../resources/help/ru/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/ru/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../main/resources/help/ru/UsageInstructions/AlignText.htm | 2 +- .../help/ru/UsageInstructions/BackgroundColor.htm | 2 +- .../help/ru/UsageInstructions/ChangeColorScheme.htm | 2 +- .../help/ru/UsageInstructions/ChangeWrappingStyle.htm | 2 +- .../help/ru/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/ru/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/ru/UsageInstructions/CreateLists.htm | 2 +- .../help/ru/UsageInstructions/DecorationStyles.htm | 2 +- .../help/ru/UsageInstructions/FontTypeSizeColor.htm | 2 +- .../help/ru/UsageInstructions/FormattingPresets.htm | 2 +- .../help/ru/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertDropCap.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertEquation.htm | 2 +- .../help/ru/UsageInstructions/InsertFootnotes.htm | 2 +- .../help/ru/UsageInstructions/InsertHeadersFooters.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertImages.htm | 2 +- .../help/ru/UsageInstructions/InsertPageNumbers.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertTables.htm | 2 +- .../help/ru/UsageInstructions/InsertTextObjects.htm | 2 +- .../resources/help/ru/UsageInstructions/LineSpacing.htm | 2 +- .../help/ru/UsageInstructions/NonprintingCharacters.htm | 2 +- .../resources/help/ru/UsageInstructions/OpenCreateNew.htm | 2 +- .../resources/help/ru/UsageInstructions/PageBreaks.htm | 2 +- .../help/ru/UsageInstructions/ParagraphIndents.htm | 2 +- .../help/ru/UsageInstructions/SavePrintDownload.htm | 2 +- .../resources/help/ru/UsageInstructions/SectionBreaks.htm | 2 +- .../help/ru/UsageInstructions/SetPageParameters.htm | 2 +- .../resources/help/ru/UsageInstructions/SetTabStops.htm | 2 +- .../resources/help/ru/UsageInstructions/UseMailMerge.htm | 2 +- .../resources/help/ru/UsageInstructions/ViewDocInfo.htm | 2 +- .../main/resources/help/ru/search/search.html | 2 +- .../main/resources/help/de/HelpfulHints/About.htm | 2 +- .../resources/help/de/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/de/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/de/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/de/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/de/HelpfulHints/Search.htm | 2 +- .../main/resources/help/de/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/de/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/de/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/de/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/de/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/de/ProgramInterface/PluginsTab.htm | 2 +- .../help/de/ProgramInterface/ProgramInterface.htm | 2 +- .../resources/help/de/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/de/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../help/de/UsageInstructions/ApplyTransitions.htm | 2 +- .../help/de/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/de/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/de/UsageInstructions/CreateLists.htm | 2 +- .../help/de/UsageInstructions/FillObjectsSelectColor.htm | 2 +- .../help/de/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/de/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/de/UsageInstructions/InsertEquation.htm | 2 +- .../resources/help/de/UsageInstructions/InsertImages.htm | 2 +- .../resources/help/de/UsageInstructions/InsertTables.htm | 2 +- .../resources/help/de/UsageInstructions/InsertText.htm | 2 +- .../resources/help/de/UsageInstructions/ManageSlides.htm | 2 +- .../help/de/UsageInstructions/ManipulateObjects.htm | 2 +- .../resources/help/de/UsageInstructions/OpenCreateNew.htm | 2 +- .../help/de/UsageInstructions/PreviewPresentation.htm | 2 +- .../help/de/UsageInstructions/SavePrintDownload.htm | 2 +- .../help/de/UsageInstructions/SetSlideParameters.htm | 2 +- .../help/de/UsageInstructions/ViewPresentationInfo.htm | 2 +- .../main/resources/help/de/search/search.html | 2 +- .../main/resources/help/en/HelpfulHints/About.htm | 2 +- .../resources/help/en/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/en/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/en/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/en/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/en/HelpfulHints/Search.htm | 2 +- .../main/resources/help/en/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/en/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/en/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/PluginsTab.htm | 2 +- .../help/en/ProgramInterface/ProgramInterface.htm | 2 +- .../resources/help/en/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/en/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../help/en/UsageInstructions/ApplyTransitions.htm | 2 +- .../help/en/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/en/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/en/UsageInstructions/CreateLists.htm | 2 +- .../help/en/UsageInstructions/FillObjectsSelectColor.htm | 2 +- .../help/en/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/en/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/en/UsageInstructions/InsertEquation.htm | 2 +- .../resources/help/en/UsageInstructions/InsertImages.htm | 2 +- .../resources/help/en/UsageInstructions/InsertTables.htm | 2 +- .../resources/help/en/UsageInstructions/InsertText.htm | 2 +- .../resources/help/en/UsageInstructions/ManageSlides.htm | 2 +- .../help/en/UsageInstructions/ManipulateObjects.htm | 2 +- .../resources/help/en/UsageInstructions/OpenCreateNew.htm | 2 +- .../help/en/UsageInstructions/PreviewPresentation.htm | 2 +- .../help/en/UsageInstructions/SavePrintDownload.htm | 2 +- .../help/en/UsageInstructions/SetSlideParameters.htm | 2 +- .../help/en/UsageInstructions/ViewPresentationInfo.htm | 2 +- .../main/resources/help/en/search/search.html | 2 +- .../main/resources/help/es/HelpfulHints/About.htm | 2 +- .../resources/help/es/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/es/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/es/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/es/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/es/HelpfulHints/Search.htm | 2 +- .../main/resources/help/es/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/es/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/es/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/es/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/es/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/es/ProgramInterface/PluginsTab.htm | 2 +- .../help/es/ProgramInterface/ProgramInterface.htm | 2 +- .../resources/help/es/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/es/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../help/es/UsageInstructions/ApplyTransitions.htm | 2 +- .../help/es/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/es/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/es/UsageInstructions/CreateLists.htm | 2 +- .../help/es/UsageInstructions/FillObjectsSelectColor.htm | 2 +- .../help/es/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/es/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/es/UsageInstructions/InsertEquation.htm | 2 +- .../resources/help/es/UsageInstructions/InsertImages.htm | 2 +- .../resources/help/es/UsageInstructions/InsertTables.htm | 2 +- .../resources/help/es/UsageInstructions/InsertText.htm | 2 +- .../resources/help/es/UsageInstructions/ManageSlides.htm | 2 +- .../help/es/UsageInstructions/ManipulateObjects.htm | 2 +- .../resources/help/es/UsageInstructions/OpenCreateNew.htm | 2 +- .../help/es/UsageInstructions/PreviewPresentation.htm | 2 +- .../help/es/UsageInstructions/SavePrintDownload.htm | 2 +- .../help/es/UsageInstructions/SetSlideParameters.htm | 2 +- .../help/es/UsageInstructions/ViewPresentationInfo.htm | 2 +- .../main/resources/help/es/search/search.html | 2 +- .../main/resources/help/fr/HelpfulHints/About.htm | 2 +- .../resources/help/fr/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/fr/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/fr/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/fr/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/fr/HelpfulHints/Search.htm | 2 +- .../main/resources/help/fr/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/fr/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/fr/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/fr/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/fr/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/fr/ProgramInterface/PluginsTab.htm | 2 +- .../help/fr/ProgramInterface/ProgramInterface.htm | 2 +- .../resources/help/fr/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/fr/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../help/fr/UsageInstructions/ApplyTransitions.htm | 2 +- .../help/fr/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/fr/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/fr/UsageInstructions/CreateLists.htm | 2 +- .../help/fr/UsageInstructions/FillObjectsSelectColor.htm | 2 +- .../help/fr/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertEquation.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertImages.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertTables.htm | 2 +- .../resources/help/fr/UsageInstructions/InsertText.htm | 2 +- .../resources/help/fr/UsageInstructions/ManageSlides.htm | 2 +- .../help/fr/UsageInstructions/ManipulateObjects.htm | 2 +- .../resources/help/fr/UsageInstructions/OpenCreateNew.htm | 2 +- .../help/fr/UsageInstructions/PreviewPresentation.htm | 2 +- .../help/fr/UsageInstructions/SavePrintDownload.htm | 2 +- .../help/fr/UsageInstructions/SetSlideParameters.htm | 2 +- .../help/fr/UsageInstructions/ViewPresentationInfo.htm | 2 +- .../main/resources/help/fr/search/search.html | 2 +- .../main/resources/help/ru/HelpfulHints/About.htm | 2 +- .../resources/help/ru/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/ru/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/ru/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/ru/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/ru/HelpfulHints/Search.htm | 2 +- .../main/resources/help/ru/HelpfulHints/SpellChecking.htm | 2 +- .../resources/help/ru/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/ru/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/PluginsTab.htm | 2 +- .../help/ru/ProgramInterface/ProgramInterface.htm | 2 +- .../resources/help/ru/UsageInstructions/AddHyperlinks.htm | 2 +- .../help/ru/UsageInstructions/AlignArrangeObjects.htm | 2 +- .../help/ru/UsageInstructions/ApplyTransitions.htm | 2 +- .../help/ru/UsageInstructions/CopyClearFormatting.htm | 2 +- .../help/ru/UsageInstructions/CopyPasteUndoRedo.htm | 2 +- .../resources/help/ru/UsageInstructions/CreateLists.htm | 2 +- .../help/ru/UsageInstructions/FillObjectsSelectColor.htm | 2 +- .../help/ru/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertCharts.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertEquation.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertImages.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertTables.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertText.htm | 2 +- .../resources/help/ru/UsageInstructions/ManageSlides.htm | 2 +- .../help/ru/UsageInstructions/ManipulateObjects.htm | 2 +- .../resources/help/ru/UsageInstructions/OpenCreateNew.htm | 2 +- .../help/ru/UsageInstructions/PreviewPresentation.htm | 2 +- .../help/ru/UsageInstructions/SavePrintDownload.htm | 2 +- .../help/ru/UsageInstructions/SetSlideParameters.htm | 2 +- .../help/ru/UsageInstructions/ViewPresentationInfo.htm | 2 +- .../main/resources/help/ru/search/search.html | 2 +- .../main/resources/help/en/Functions/abs.htm | 2 +- .../main/resources/help/en/Functions/accrint.htm | 2 +- .../main/resources/help/en/Functions/accrintm.htm | 2 +- .../main/resources/help/en/Functions/acos.htm | 2 +- .../main/resources/help/en/Functions/acosh.htm | 2 +- .../main/resources/help/en/Functions/acot.htm | 2 +- .../main/resources/help/en/Functions/acoth.htm | 2 +- .../main/resources/help/en/Functions/address.htm | 2 +- .../main/resources/help/en/Functions/aggregate.htm | 2 +- .../main/resources/help/en/Functions/amordegrc.htm | 2 +- .../main/resources/help/en/Functions/amorlinc.htm | 2 +- .../main/resources/help/en/Functions/and.htm | 2 +- .../main/resources/help/en/Functions/arabic.htm | 2 +- .../main/resources/help/en/Functions/asin.htm | 2 +- .../main/resources/help/en/Functions/asinh.htm | 2 +- .../main/resources/help/en/Functions/atan.htm | 2 +- .../main/resources/help/en/Functions/atan2.htm | 2 +- .../main/resources/help/en/Functions/atanh.htm | 2 +- .../main/resources/help/en/Functions/avedev.htm | 2 +- .../main/resources/help/en/Functions/average.htm | 2 +- .../main/resources/help/en/Functions/averagea.htm | 2 +- .../main/resources/help/en/Functions/averageif.htm | 2 +- .../main/resources/help/en/Functions/averageifs.htm | 2 +- .../main/resources/help/en/Functions/base.htm | 2 +- .../main/resources/help/en/Functions/besseli.htm | 2 +- .../main/resources/help/en/Functions/besselj.htm | 2 +- .../main/resources/help/en/Functions/besselk.htm | 2 +- .../main/resources/help/en/Functions/bessely.htm | 2 +- .../main/resources/help/en/Functions/beta-dist.htm | 2 +- .../main/resources/help/en/Functions/beta-inv.htm | 2 +- .../main/resources/help/en/Functions/betadist.htm | 2 +- .../main/resources/help/en/Functions/bin2dec.htm | 2 +- .../main/resources/help/en/Functions/bin2hex.htm | 2 +- .../main/resources/help/en/Functions/bin2oct.htm | 2 +- .../main/resources/help/en/Functions/binom-dist-range.htm | 2 +- .../main/resources/help/en/Functions/binom-dist.htm | 2 +- .../main/resources/help/en/Functions/binom-inv.htm | 2 +- .../main/resources/help/en/Functions/binomdist.htm | 2 +- .../main/resources/help/en/Functions/bitand.htm | 2 +- .../main/resources/help/en/Functions/bitlshift.htm | 2 +- .../main/resources/help/en/Functions/bitor.htm | 2 +- .../main/resources/help/en/Functions/bitrshift.htm | 2 +- .../main/resources/help/en/Functions/bitxor.htm | 2 +- .../main/resources/help/en/Functions/ceiling.htm | 2 +- .../main/resources/help/en/Functions/ceilingmath.htm | 2 +- .../main/resources/help/en/Functions/ceilingprecise.htm | 2 +- .../main/resources/help/en/Functions/char.htm | 2 +- .../main/resources/help/en/Functions/chidist.htm | 2 +- .../main/resources/help/en/Functions/chiinv.htm | 2 +- .../main/resources/help/en/Functions/chisq-dist-rt.htm | 2 +- .../main/resources/help/en/Functions/chisq-dist.htm | 2 +- .../main/resources/help/en/Functions/chisq-inv-rt.htm | 2 +- .../main/resources/help/en/Functions/chisq-inv.htm | 2 +- .../main/resources/help/en/Functions/chisq-test.htm | 2 +- .../main/resources/help/en/Functions/chitest.htm | 2 +- .../main/resources/help/en/Functions/choose.htm | 2 +- .../main/resources/help/en/Functions/clean.htm | 2 +- .../main/resources/help/en/Functions/code.htm | 2 +- .../main/resources/help/en/Functions/column.htm | 2 +- .../main/resources/help/en/Functions/columns.htm | 2 +- .../main/resources/help/en/Functions/combin.htm | 2 +- .../main/resources/help/en/Functions/combina.htm | 2 +- .../main/resources/help/en/Functions/complex.htm | 2 +- .../main/resources/help/en/Functions/concat.htm | 2 +- .../main/resources/help/en/Functions/concatenate.htm | 2 +- .../main/resources/help/en/Functions/confidence-norm.htm | 2 +- .../main/resources/help/en/Functions/confidence-t.htm | 2 +- .../main/resources/help/en/Functions/confidence.htm | 2 +- .../main/resources/help/en/Functions/correl.htm | 2 +- .../main/resources/help/en/Functions/cos.htm | 2 +- .../main/resources/help/en/Functions/cosh.htm | 2 +- .../main/resources/help/en/Functions/cot.htm | 2 +- .../main/resources/help/en/Functions/coth.htm | 2 +- .../main/resources/help/en/Functions/count.htm | 2 +- .../main/resources/help/en/Functions/counta.htm | 2 +- .../main/resources/help/en/Functions/countblank.htm | 2 +- .../main/resources/help/en/Functions/countif.htm | 2 +- .../main/resources/help/en/Functions/countifs.htm | 2 +- .../main/resources/help/en/Functions/coupdaybs.htm | 2 +- .../main/resources/help/en/Functions/coupdays.htm | 2 +- .../main/resources/help/en/Functions/coupdaysnc.htm | 2 +- .../main/resources/help/en/Functions/coupncd.htm | 2 +- .../main/resources/help/en/Functions/coupnum.htm | 2 +- .../main/resources/help/en/Functions/couppcd.htm | 2 +- .../main/resources/help/en/Functions/covar.htm | 2 +- .../main/resources/help/en/Functions/covariance-p.htm | 2 +- .../main/resources/help/en/Functions/covariance-s.htm | 2 +- .../main/resources/help/en/Functions/critbinom.htm | 2 +- .../main/resources/help/en/Functions/csc.htm | 2 +- .../main/resources/help/en/Functions/csch.htm | 2 +- .../main/resources/help/en/Functions/cumipmt.htm | 2 +- .../main/resources/help/en/Functions/cumprinc.htm | 2 +- .../main/resources/help/en/Functions/date.htm | 2 +- .../main/resources/help/en/Functions/datedif.htm | 2 +- .../main/resources/help/en/Functions/datevalue.htm | 2 +- .../main/resources/help/en/Functions/daverage.htm | 2 +- .../main/resources/help/en/Functions/day.htm | 2 +- .../main/resources/help/en/Functions/days.htm | 2 +- .../main/resources/help/en/Functions/days360.htm | 2 +- .../main/resources/help/en/Functions/db.htm | 2 +- .../main/resources/help/en/Functions/dcount.htm | 2 +- .../main/resources/help/en/Functions/dcounta.htm | 2 +- .../main/resources/help/en/Functions/ddb.htm | 2 +- .../main/resources/help/en/Functions/dec2bin.htm | 2 +- .../main/resources/help/en/Functions/dec2hex.htm | 2 +- .../main/resources/help/en/Functions/dec2oct.htm | 2 +- .../main/resources/help/en/Functions/decimal.htm | 2 +- .../main/resources/help/en/Functions/degrees.htm | 2 +- .../main/resources/help/en/Functions/delta.htm | 2 +- .../main/resources/help/en/Functions/devsq.htm | 2 +- .../main/resources/help/en/Functions/dget.htm | 2 +- .../main/resources/help/en/Functions/disc.htm | 2 +- .../main/resources/help/en/Functions/dmax.htm | 2 +- .../main/resources/help/en/Functions/dmin.htm | 2 +- .../main/resources/help/en/Functions/dollar.htm | 2 +- .../main/resources/help/en/Functions/dollarde.htm | 2 +- .../main/resources/help/en/Functions/dollarfr.htm | 2 +- .../main/resources/help/en/Functions/dproduct.htm | 2 +- .../main/resources/help/en/Functions/dstdev.htm | 2 +- .../main/resources/help/en/Functions/dstdevp.htm | 2 +- .../main/resources/help/en/Functions/dsum.htm | 2 +- .../main/resources/help/en/Functions/duration.htm | 2 +- .../main/resources/help/en/Functions/dvar.htm | 2 +- .../main/resources/help/en/Functions/dvarp.htm | 2 +- .../main/resources/help/en/Functions/ecma-ceiling.htm | 2 +- .../main/resources/help/en/Functions/edate.htm | 2 +- .../main/resources/help/en/Functions/effect.htm | 2 +- .../main/resources/help/en/Functions/eomonth.htm | 2 +- .../main/resources/help/en/Functions/erf-precise.htm | 2 +- .../main/resources/help/en/Functions/erf.htm | 2 +- .../main/resources/help/en/Functions/erfc-precise.htm | 2 +- .../main/resources/help/en/Functions/erfc.htm | 2 +- .../main/resources/help/en/Functions/error.type.htm | 2 +- .../main/resources/help/en/Functions/even.htm | 2 +- .../main/resources/help/en/Functions/exact.htm | 2 +- .../main/resources/help/en/Functions/exp.htm | 2 +- .../main/resources/help/en/Functions/expon-dist.htm | 2 +- .../main/resources/help/en/Functions/expondist.htm | 2 +- .../main/resources/help/en/Functions/f-dist-rt.htm | 2 +- .../main/resources/help/en/Functions/f-dist.htm | 2 +- .../main/resources/help/en/Functions/f-inv-rt.htm | 2 +- .../main/resources/help/en/Functions/f-inv.htm | 2 +- .../main/resources/help/en/Functions/fact.htm | 2 +- .../main/resources/help/en/Functions/factdouble.htm | 2 +- .../main/resources/help/en/Functions/false.htm | 2 +- .../main/resources/help/en/Functions/fdist.htm | 2 +- .../main/resources/help/en/Functions/find.htm | 2 +- .../main/resources/help/en/Functions/finv.htm | 2 +- .../main/resources/help/en/Functions/fisher.htm | 2 +- .../main/resources/help/en/Functions/fisherinv.htm | 2 +- .../main/resources/help/en/Functions/fixed.htm | 2 +- .../main/resources/help/en/Functions/floor.htm | 2 +- .../main/resources/help/en/Functions/floormath.htm | 2 +- .../main/resources/help/en/Functions/floorprecise.htm | 2 +- .../main/resources/help/en/Functions/forecast-linear.htm | 2 +- .../main/resources/help/en/Functions/forecast.htm | 2 +- .../main/resources/help/en/Functions/frequency.htm | 2 +- .../main/resources/help/en/Functions/fv.htm | 2 +- .../main/resources/help/en/Functions/fvschedule.htm | 2 +- .../main/resources/help/en/Functions/gamma-dist.htm | 2 +- .../main/resources/help/en/Functions/gamma-inv.htm | 2 +- .../main/resources/help/en/Functions/gamma.htm | 2 +- .../main/resources/help/en/Functions/gammadist.htm | 2 +- .../main/resources/help/en/Functions/gammainv.htm | 2 +- .../main/resources/help/en/Functions/gammaln-precise.htm | 2 +- .../main/resources/help/en/Functions/gammaln.htm | 2 +- .../main/resources/help/en/Functions/gauss.htm | 2 +- .../main/resources/help/en/Functions/gcd.htm | 2 +- .../main/resources/help/en/Functions/geomean.htm | 2 +- .../main/resources/help/en/Functions/gestep.htm | 2 +- .../main/resources/help/en/Functions/harmean.htm | 2 +- .../main/resources/help/en/Functions/hex2bin.htm | 2 +- .../main/resources/help/en/Functions/hex2dec.htm | 2 +- .../main/resources/help/en/Functions/hex2oct.htm | 2 +- .../main/resources/help/en/Functions/hlookup.htm | 2 +- .../main/resources/help/en/Functions/hour.htm | 2 +- .../main/resources/help/en/Functions/hypgeomdist.htm | 2 +- .../main/resources/help/en/Functions/if.htm | 2 +- .../main/resources/help/en/Functions/iferror.htm | 2 +- .../main/resources/help/en/Functions/ifna.htm | 2 +- .../main/resources/help/en/Functions/imabs.htm | 2 +- .../main/resources/help/en/Functions/imaginary.htm | 2 +- .../main/resources/help/en/Functions/imargument.htm | 2 +- .../main/resources/help/en/Functions/imconjugate.htm | 2 +- .../main/resources/help/en/Functions/imcos.htm | 2 +- .../main/resources/help/en/Functions/imcosh.htm | 2 +- .../main/resources/help/en/Functions/imcot.htm | 2 +- .../main/resources/help/en/Functions/imcsc.htm | 2 +- .../main/resources/help/en/Functions/imcsch.htm | 2 +- .../main/resources/help/en/Functions/imdiv.htm | 2 +- .../main/resources/help/en/Functions/imexp.htm | 2 +- .../main/resources/help/en/Functions/imln.htm | 2 +- .../main/resources/help/en/Functions/imlog10.htm | 2 +- .../main/resources/help/en/Functions/imlog2.htm | 2 +- .../main/resources/help/en/Functions/impower.htm | 2 +- .../main/resources/help/en/Functions/improduct.htm | 2 +- .../main/resources/help/en/Functions/imreal.htm | 2 +- .../main/resources/help/en/Functions/imsec.htm | 2 +- .../main/resources/help/en/Functions/imsech.htm | 2 +- .../main/resources/help/en/Functions/imsin.htm | 2 +- .../main/resources/help/en/Functions/imsinh.htm | 2 +- .../main/resources/help/en/Functions/imsqrt.htm | 2 +- .../main/resources/help/en/Functions/imsub.htm | 2 +- .../main/resources/help/en/Functions/imsum.htm | 2 +- .../main/resources/help/en/Functions/imtan.htm | 2 +- .../main/resources/help/en/Functions/index.htm | 2 +- .../main/resources/help/en/Functions/indirect.htm | 2 +- .../main/resources/help/en/Functions/int.htm | 2 +- .../main/resources/help/en/Functions/intercept.htm | 2 +- .../main/resources/help/en/Functions/intrate.htm | 2 +- .../main/resources/help/en/Functions/ipmt.htm | 2 +- .../main/resources/help/en/Functions/irr.htm | 2 +- .../main/resources/help/en/Functions/isblank.htm | 2 +- .../main/resources/help/en/Functions/iserr.htm | 2 +- .../main/resources/help/en/Functions/iserror.htm | 2 +- .../main/resources/help/en/Functions/iseven.htm | 2 +- .../main/resources/help/en/Functions/isformula.htm | 2 +- .../main/resources/help/en/Functions/islogical.htm | 2 +- .../main/resources/help/en/Functions/isna.htm | 2 +- .../main/resources/help/en/Functions/isnontext.htm | 2 +- .../main/resources/help/en/Functions/isnumber.htm | 2 +- .../main/resources/help/en/Functions/isoceiling.htm | 2 +- .../main/resources/help/en/Functions/isodd.htm | 2 +- .../main/resources/help/en/Functions/isoweeknum.htm | 2 +- .../main/resources/help/en/Functions/ispmt.htm | 2 +- .../main/resources/help/en/Functions/isref.htm | 2 +- .../main/resources/help/en/Functions/istext.htm | 2 +- .../main/resources/help/en/Functions/kurt.htm | 2 +- .../main/resources/help/en/Functions/large.htm | 2 +- .../main/resources/help/en/Functions/lcm.htm | 2 +- .../main/resources/help/en/Functions/left.htm | 2 +- .../main/resources/help/en/Functions/len.htm | 2 +- .../main/resources/help/en/Functions/ln.htm | 2 +- .../main/resources/help/en/Functions/log.htm | 2 +- .../main/resources/help/en/Functions/log10.htm | 2 +- .../main/resources/help/en/Functions/loginv.htm | 2 +- .../main/resources/help/en/Functions/lognorm-dist.htm | 2 +- .../main/resources/help/en/Functions/lognorm-inv.htm | 2 +- .../main/resources/help/en/Functions/lognormdist.htm | 2 +- .../main/resources/help/en/Functions/lookup.htm | 2 +- .../main/resources/help/en/Functions/lower.htm | 2 +- .../main/resources/help/en/Functions/match.htm | 2 +- .../main/resources/help/en/Functions/max.htm | 2 +- .../main/resources/help/en/Functions/maxa.htm | 2 +- .../main/resources/help/en/Functions/maxifs.htm | 2 +- .../main/resources/help/en/Functions/mdeterm.htm | 2 +- .../main/resources/help/en/Functions/mduration.htm | 2 +- .../main/resources/help/en/Functions/median.htm | 2 +- .../main/resources/help/en/Functions/mid.htm | 2 +- .../main/resources/help/en/Functions/min.htm | 2 +- .../main/resources/help/en/Functions/mina.htm | 2 +- .../main/resources/help/en/Functions/minifs.htm | 2 +- .../main/resources/help/en/Functions/minute.htm | 2 +- .../main/resources/help/en/Functions/minverse.htm | 2 +- .../main/resources/help/en/Functions/mirr.htm | 2 +- .../main/resources/help/en/Functions/mmult.htm | 2 +- .../main/resources/help/en/Functions/mod.htm | 2 +- .../main/resources/help/en/Functions/mode-mult.htm | 2 +- .../main/resources/help/en/Functions/mode-sngl.htm | 2 +- .../main/resources/help/en/Functions/mode.htm | 2 +- .../main/resources/help/en/Functions/month.htm | 2 +- .../main/resources/help/en/Functions/mround.htm | 2 +- .../main/resources/help/en/Functions/multinomial.htm | 2 +- .../main/resources/help/en/Functions/n.htm | 2 +- .../main/resources/help/en/Functions/na.htm | 2 +- .../main/resources/help/en/Functions/negbinom-dist.htm | 2 +- .../main/resources/help/en/Functions/negbinomdist.htm | 2 +- .../main/resources/help/en/Functions/networkdays-intl.htm | 2 +- .../main/resources/help/en/Functions/networkdays.htm | 2 +- .../main/resources/help/en/Functions/nominal.htm | 2 +- .../main/resources/help/en/Functions/norm-dist.htm | 2 +- .../main/resources/help/en/Functions/norm-inv.htm | 2 +- .../main/resources/help/en/Functions/norm-s-dist.htm | 2 +- .../main/resources/help/en/Functions/norm-s-inv.htm | 2 +- .../main/resources/help/en/Functions/normdist.htm | 2 +- .../main/resources/help/en/Functions/norminv.htm | 2 +- .../main/resources/help/en/Functions/normsdist.htm | 2 +- .../main/resources/help/en/Functions/normsinv.htm | 2 +- .../main/resources/help/en/Functions/not.htm | 2 +- .../main/resources/help/en/Functions/now.htm | 2 +- .../main/resources/help/en/Functions/nper.htm | 2 +- .../main/resources/help/en/Functions/npv.htm | 2 +- .../main/resources/help/en/Functions/numbervalue.htm | 2 +- .../main/resources/help/en/Functions/oct2bin.htm | 2 +- .../main/resources/help/en/Functions/oct2dec.htm | 2 +- .../main/resources/help/en/Functions/oct2hex.htm | 2 +- .../main/resources/help/en/Functions/odd.htm | 2 +- .../main/resources/help/en/Functions/oddfprice.htm | 2 +- .../main/resources/help/en/Functions/oddfyield.htm | 2 +- .../main/resources/help/en/Functions/oddlprice.htm | 2 +- .../main/resources/help/en/Functions/oddlyield.htm | 2 +- .../main/resources/help/en/Functions/offset.htm | 2 +- .../main/resources/help/en/Functions/or.htm | 2 +- .../main/resources/help/en/Functions/pearson.htm | 2 +- .../main/resources/help/en/Functions/percentile-exc.htm | 2 +- .../main/resources/help/en/Functions/percentile-inc.htm | 2 +- .../main/resources/help/en/Functions/percentile.htm | 2 +- .../main/resources/help/en/Functions/percentrank-exc.htm | 2 +- .../main/resources/help/en/Functions/percentrank-inc.htm | 2 +- .../main/resources/help/en/Functions/percentrank.htm | 2 +- .../main/resources/help/en/Functions/permut.htm | 2 +- .../main/resources/help/en/Functions/permutationa.htm | 2 +- .../main/resources/help/en/Functions/phi.htm | 2 +- .../main/resources/help/en/Functions/pi.htm | 2 +- .../main/resources/help/en/Functions/pmt.htm | 2 +- .../main/resources/help/en/Functions/poisson-dist.htm | 2 +- .../main/resources/help/en/Functions/poisson.htm | 2 +- .../main/resources/help/en/Functions/power.htm | 2 +- .../main/resources/help/en/Functions/ppmt.htm | 2 +- .../main/resources/help/en/Functions/price.htm | 2 +- .../main/resources/help/en/Functions/pricedisc.htm | 2 +- .../main/resources/help/en/Functions/pricemat.htm | 2 +- .../main/resources/help/en/Functions/prob.htm | 2 +- .../main/resources/help/en/Functions/product.htm | 2 +- .../main/resources/help/en/Functions/proper.htm | 2 +- .../main/resources/help/en/Functions/pv.htm | 2 +- .../main/resources/help/en/Functions/quartile-exc.htm | 2 +- .../main/resources/help/en/Functions/quartile-inc.htm | 2 +- .../main/resources/help/en/Functions/quartile.htm | 2 +- .../main/resources/help/en/Functions/quotient.htm | 2 +- .../main/resources/help/en/Functions/radians.htm | 2 +- .../main/resources/help/en/Functions/rand.htm | 2 +- .../main/resources/help/en/Functions/randbetween.htm | 2 +- .../main/resources/help/en/Functions/rank-avg.htm | 2 +- .../main/resources/help/en/Functions/rank-eq.htm | 2 +- .../main/resources/help/en/Functions/rank.htm | 2 +- .../main/resources/help/en/Functions/rate.htm | 2 +- .../main/resources/help/en/Functions/received.htm | 2 +- .../main/resources/help/en/Functions/replace.htm | 2 +- .../main/resources/help/en/Functions/rept.htm | 2 +- .../main/resources/help/en/Functions/right.htm | 2 +- .../main/resources/help/en/Functions/roman.htm | 2 +- .../main/resources/help/en/Functions/round.htm | 2 +- .../main/resources/help/en/Functions/rounddown.htm | 2 +- .../main/resources/help/en/Functions/roundup.htm | 2 +- .../main/resources/help/en/Functions/row.htm | 2 +- .../main/resources/help/en/Functions/rows.htm | 2 +- .../main/resources/help/en/Functions/rri.htm | 2 +- .../main/resources/help/en/Functions/rsq.htm | 2 +- .../main/resources/help/en/Functions/search.htm | 2 +- .../main/resources/help/en/Functions/sec.htm | 2 +- .../main/resources/help/en/Functions/sech.htm | 2 +- .../main/resources/help/en/Functions/second.htm | 2 +- .../main/resources/help/en/Functions/seriessum.htm | 2 +- .../main/resources/help/en/Functions/sheet.htm | 2 +- .../main/resources/help/en/Functions/sheets.htm | 2 +- .../main/resources/help/en/Functions/sign.htm | 2 +- .../main/resources/help/en/Functions/sin.htm | 2 +- .../main/resources/help/en/Functions/sinh.htm | 2 +- .../main/resources/help/en/Functions/skew-p.htm | 2 +- .../main/resources/help/en/Functions/skew.htm | 2 +- .../main/resources/help/en/Functions/sln.htm | 2 +- .../main/resources/help/en/Functions/slope.htm | 2 +- .../main/resources/help/en/Functions/small.htm | 2 +- .../main/resources/help/en/Functions/sqrt.htm | 2 +- .../main/resources/help/en/Functions/sqrtpi.htm | 2 +- .../main/resources/help/en/Functions/standardize.htm | 2 +- .../main/resources/help/en/Functions/stdev-p.htm | 2 +- .../main/resources/help/en/Functions/stdev-s.htm | 2 +- .../main/resources/help/en/Functions/stdev.htm | 2 +- .../main/resources/help/en/Functions/stdeva.htm | 2 +- .../main/resources/help/en/Functions/stdevp.htm | 2 +- .../main/resources/help/en/Functions/stdevpa.htm | 2 +- .../main/resources/help/en/Functions/steyx.htm | 2 +- .../main/resources/help/en/Functions/substitute.htm | 2 +- .../main/resources/help/en/Functions/subtotal.htm | 2 +- .../main/resources/help/en/Functions/sum.htm | 2 +- .../main/resources/help/en/Functions/sumif.htm | 2 +- .../main/resources/help/en/Functions/sumifs.htm | 2 +- .../main/resources/help/en/Functions/sumproduct.htm | 2 +- .../main/resources/help/en/Functions/sumsq.htm | 2 +- .../main/resources/help/en/Functions/sumx2my2.htm | 2 +- .../main/resources/help/en/Functions/sumx2py2.htm | 2 +- .../main/resources/help/en/Functions/sumxmy2.htm | 2 +- .../main/resources/help/en/Functions/switch.htm | 2 +- .../main/resources/help/en/Functions/syd.htm | 2 +- .../main/resources/help/en/Functions/t-dist-2t.htm | 2 +- .../main/resources/help/en/Functions/t-dist-rt.htm | 2 +- .../main/resources/help/en/Functions/t-dist.htm | 2 +- .../main/resources/help/en/Functions/t-inv-2t.htm | 2 +- .../main/resources/help/en/Functions/t-inv.htm | 2 +- .../main/resources/help/en/Functions/t-test.htm | 2 +- .../main/resources/help/en/Functions/t.htm | 2 +- .../main/resources/help/en/Functions/tan.htm | 2 +- .../main/resources/help/en/Functions/tanh.htm | 2 +- .../main/resources/help/en/Functions/tbilleq.htm | 2 +- .../main/resources/help/en/Functions/tbillprice.htm | 2 +- .../main/resources/help/en/Functions/tbillyield.htm | 2 +- .../main/resources/help/en/Functions/tdist.htm | 2 +- .../main/resources/help/en/Functions/text.htm | 2 +- .../main/resources/help/en/Functions/textjoin.htm | 2 +- .../main/resources/help/en/Functions/time.htm | 2 +- .../main/resources/help/en/Functions/timevalue.htm | 2 +- .../main/resources/help/en/Functions/tinv.htm | 2 +- .../main/resources/help/en/Functions/today.htm | 2 +- .../main/resources/help/en/Functions/transpose.htm | 2 +- .../main/resources/help/en/Functions/trim.htm | 2 +- .../main/resources/help/en/Functions/trimmean.htm | 2 +- .../main/resources/help/en/Functions/true.htm | 2 +- .../main/resources/help/en/Functions/trunc.htm | 2 +- .../main/resources/help/en/Functions/ttest.htm | 2 +- .../main/resources/help/en/Functions/type.htm | 2 +- .../main/resources/help/en/Functions/unichar.htm | 2 +- .../main/resources/help/en/Functions/unicode.htm | 2 +- .../main/resources/help/en/Functions/upper.htm | 2 +- .../main/resources/help/en/Functions/value.htm | 2 +- .../main/resources/help/en/Functions/var-p.htm | 2 +- .../main/resources/help/en/Functions/var-s.htm | 2 +- .../main/resources/help/en/Functions/var.htm | 2 +- .../main/resources/help/en/Functions/vara.htm | 2 +- .../main/resources/help/en/Functions/varp.htm | 2 +- .../main/resources/help/en/Functions/varpa.htm | 2 +- .../main/resources/help/en/Functions/vdb.htm | 2 +- .../main/resources/help/en/Functions/vlookup.htm | 2 +- .../main/resources/help/en/Functions/weekday.htm | 2 +- .../main/resources/help/en/Functions/weeknum.htm | 2 +- .../main/resources/help/en/Functions/weibull-dist.htm | 2 +- .../main/resources/help/en/Functions/weibull.htm | 2 +- .../main/resources/help/en/Functions/workday-intl.htm | 2 +- .../main/resources/help/en/Functions/workday.htm | 2 +- .../main/resources/help/en/Functions/xirr.htm | 2 +- .../main/resources/help/en/Functions/xnpv.htm | 2 +- .../main/resources/help/en/Functions/xor.htm | 2 +- .../main/resources/help/en/Functions/year.htm | 2 +- .../main/resources/help/en/Functions/yearfrac.htm | 2 +- .../main/resources/help/en/Functions/yield.htm | 2 +- .../main/resources/help/en/Functions/yielddisc.htm | 2 +- .../main/resources/help/en/Functions/yieldmat.htm | 2 +- .../main/resources/help/en/Functions/z-test.htm | 2 +- .../main/resources/help/en/Functions/ztest.htm | 2 +- .../main/resources/help/en/HelpfulHints/About.htm | 2 +- .../resources/help/en/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/en/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/en/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/en/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/en/HelpfulHints/Search.htm | 2 +- .../resources/help/en/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/en/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/en/ProgramInterface/PluginsTab.htm | 2 +- .../help/en/ProgramInterface/ProgramInterface.htm | 2 +- .../resources/help/en/UsageInstructions/AddBorders.htm | 2 +- .../resources/help/en/UsageInstructions/AddHyperlinks.htm | 2 +- .../main/resources/help/en/UsageInstructions/AlignText.htm | 2 +- .../help/en/UsageInstructions/ChangeNumberFormat.htm | 2 +- .../help/en/UsageInstructions/ClearFormatting.htm | 2 +- .../resources/help/en/UsageInstructions/CopyPasteData.htm | 2 +- .../help/en/UsageInstructions/FontTypeSizeStyle.htm | 2 +- .../help/en/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/en/UsageInstructions/InsertChart.htm | 2 +- .../help/en/UsageInstructions/InsertDeleteCells.htm | 2 +- .../resources/help/en/UsageInstructions/InsertEquation.htm | 2 +- .../resources/help/en/UsageInstructions/InsertFunction.htm | 2 +- .../resources/help/en/UsageInstructions/InsertImages.htm | 2 +- .../help/en/UsageInstructions/InsertTextObjects.htm | 2 +- .../resources/help/en/UsageInstructions/ManageSheets.htm | 2 +- .../help/en/UsageInstructions/ManipulateObjects.htm | 2 +- .../resources/help/en/UsageInstructions/MergeCells.htm | 2 +- .../resources/help/en/UsageInstructions/OpenCreateNew.htm | 2 +- .../help/en/UsageInstructions/SavePrintDownload.htm | 2 +- .../main/resources/help/en/UsageInstructions/SortData.htm | 2 +- .../main/resources/help/en/UsageInstructions/UndoRedo.htm | 2 +- .../resources/help/en/UsageInstructions/UseNamedRanges.htm | 2 +- .../resources/help/en/UsageInstructions/ViewDocInfo.htm | 2 +- .../main/resources/help/en/search/search.html | 2 +- .../main/resources/help/ru/Functions/abs.htm | 2 +- .../main/resources/help/ru/Functions/accrint.htm | 2 +- .../main/resources/help/ru/Functions/accrintm.htm | 2 +- .../main/resources/help/ru/Functions/acos.htm | 2 +- .../main/resources/help/ru/Functions/acosh.htm | 2 +- .../main/resources/help/ru/Functions/acot.htm | 2 +- .../main/resources/help/ru/Functions/acoth.htm | 2 +- .../main/resources/help/ru/Functions/address.htm | 2 +- .../main/resources/help/ru/Functions/aggregate.htm | 2 +- .../main/resources/help/ru/Functions/amordegrc.htm | 2 +- .../main/resources/help/ru/Functions/amorlinc.htm | 2 +- .../main/resources/help/ru/Functions/and.htm | 2 +- .../main/resources/help/ru/Functions/arabic.htm | 2 +- .../main/resources/help/ru/Functions/asin.htm | 2 +- .../main/resources/help/ru/Functions/asinh.htm | 2 +- .../main/resources/help/ru/Functions/atan.htm | 2 +- .../main/resources/help/ru/Functions/atan2.htm | 2 +- .../main/resources/help/ru/Functions/atanh.htm | 2 +- .../main/resources/help/ru/Functions/avedev.htm | 2 +- .../main/resources/help/ru/Functions/average.htm | 2 +- .../main/resources/help/ru/Functions/averagea.htm | 2 +- .../main/resources/help/ru/Functions/averageif.htm | 2 +- .../main/resources/help/ru/Functions/averageifs.htm | 2 +- .../main/resources/help/ru/Functions/base.htm | 2 +- .../main/resources/help/ru/Functions/besseli.htm | 2 +- .../main/resources/help/ru/Functions/besselj.htm | 2 +- .../main/resources/help/ru/Functions/besselk.htm | 2 +- .../main/resources/help/ru/Functions/bessely.htm | 2 +- .../main/resources/help/ru/Functions/beta-dist.htm | 2 +- .../main/resources/help/ru/Functions/beta-inv.htm | 2 +- .../main/resources/help/ru/Functions/betadist.htm | 2 +- .../main/resources/help/ru/Functions/bin2dec.htm | 2 +- .../main/resources/help/ru/Functions/bin2hex.htm | 2 +- .../main/resources/help/ru/Functions/bin2oct.htm | 2 +- .../main/resources/help/ru/Functions/binom-dist-range.htm | 2 +- .../main/resources/help/ru/Functions/binom-dist.htm | 2 +- .../main/resources/help/ru/Functions/binom-inv.htm | 2 +- .../main/resources/help/ru/Functions/binomdist.htm | 2 +- .../main/resources/help/ru/Functions/bitand.htm | 2 +- .../main/resources/help/ru/Functions/bitlshift.htm | 2 +- .../main/resources/help/ru/Functions/bitor.htm | 2 +- .../main/resources/help/ru/Functions/bitrshift.htm | 2 +- .../main/resources/help/ru/Functions/bitxor.htm | 2 +- .../main/resources/help/ru/Functions/ceiling.htm | 2 +- .../main/resources/help/ru/Functions/ceilingmath.htm | 2 +- .../main/resources/help/ru/Functions/ceilingprecise.htm | 2 +- .../main/resources/help/ru/Functions/char.htm | 2 +- .../main/resources/help/ru/Functions/chidist.htm | 2 +- .../main/resources/help/ru/Functions/chiinv.htm | 2 +- .../main/resources/help/ru/Functions/chisq-dist-rt.htm | 2 +- .../main/resources/help/ru/Functions/chisq-dist.htm | 2 +- .../main/resources/help/ru/Functions/chisq-inv-rt.htm | 2 +- .../main/resources/help/ru/Functions/chisq-inv.htm | 2 +- .../main/resources/help/ru/Functions/chisq-test.htm | 2 +- .../main/resources/help/ru/Functions/chitest.htm | 2 +- .../main/resources/help/ru/Functions/choose.htm | 2 +- .../main/resources/help/ru/Functions/clean.htm | 2 +- .../main/resources/help/ru/Functions/code.htm | 2 +- .../main/resources/help/ru/Functions/column.htm | 2 +- .../main/resources/help/ru/Functions/columns.htm | 2 +- .../main/resources/help/ru/Functions/combin.htm | 2 +- .../main/resources/help/ru/Functions/combina.htm | 2 +- .../main/resources/help/ru/Functions/complex.htm | 2 +- .../main/resources/help/ru/Functions/concat.htm | 2 +- .../main/resources/help/ru/Functions/concatenate.htm | 2 +- .../main/resources/help/ru/Functions/confidence-norm.htm | 2 +- .../main/resources/help/ru/Functions/confidence-t.htm | 2 +- .../main/resources/help/ru/Functions/confidence.htm | 2 +- .../main/resources/help/ru/Functions/correl.htm | 2 +- .../main/resources/help/ru/Functions/cos.htm | 2 +- .../main/resources/help/ru/Functions/cosh.htm | 2 +- .../main/resources/help/ru/Functions/cot.htm | 2 +- .../main/resources/help/ru/Functions/coth.htm | 2 +- .../main/resources/help/ru/Functions/count.htm | 2 +- .../main/resources/help/ru/Functions/counta.htm | 2 +- .../main/resources/help/ru/Functions/countblank.htm | 2 +- .../main/resources/help/ru/Functions/countif.htm | 2 +- .../main/resources/help/ru/Functions/countifs.htm | 2 +- .../main/resources/help/ru/Functions/coupdaybs.htm | 2 +- .../main/resources/help/ru/Functions/coupdays.htm | 2 +- .../main/resources/help/ru/Functions/coupdaysnc.htm | 2 +- .../main/resources/help/ru/Functions/coupncd.htm | 2 +- .../main/resources/help/ru/Functions/coupnum.htm | 2 +- .../main/resources/help/ru/Functions/couppcd.htm | 2 +- .../main/resources/help/ru/Functions/covar.htm | 2 +- .../main/resources/help/ru/Functions/covariance-p.htm | 2 +- .../main/resources/help/ru/Functions/covariance-s.htm | 2 +- .../main/resources/help/ru/Functions/critbinom.htm | 2 +- .../main/resources/help/ru/Functions/csc.htm | 2 +- .../main/resources/help/ru/Functions/csch.htm | 2 +- .../main/resources/help/ru/Functions/cumipmt.htm | 2 +- .../main/resources/help/ru/Functions/cumprinc.htm | 2 +- .../main/resources/help/ru/Functions/date.htm | 2 +- .../main/resources/help/ru/Functions/datedif.htm | 2 +- .../main/resources/help/ru/Functions/datevalue.htm | 2 +- .../main/resources/help/ru/Functions/daverage.htm | 2 +- .../main/resources/help/ru/Functions/day.htm | 2 +- .../main/resources/help/ru/Functions/days.htm | 2 +- .../main/resources/help/ru/Functions/days360.htm | 2 +- .../main/resources/help/ru/Functions/db.htm | 2 +- .../main/resources/help/ru/Functions/dcount.htm | 2 +- .../main/resources/help/ru/Functions/dcounta.htm | 2 +- .../main/resources/help/ru/Functions/ddb.htm | 2 +- .../main/resources/help/ru/Functions/dec2bin.htm | 2 +- .../main/resources/help/ru/Functions/dec2hex.htm | 2 +- .../main/resources/help/ru/Functions/dec2oct.htm | 2 +- .../main/resources/help/ru/Functions/decimal.htm | 2 +- .../main/resources/help/ru/Functions/degrees.htm | 2 +- .../main/resources/help/ru/Functions/delta.htm | 2 +- .../main/resources/help/ru/Functions/devsq.htm | 2 +- .../main/resources/help/ru/Functions/dget.htm | 2 +- .../main/resources/help/ru/Functions/disc.htm | 2 +- .../main/resources/help/ru/Functions/dmax.htm | 2 +- .../main/resources/help/ru/Functions/dmin.htm | 2 +- .../main/resources/help/ru/Functions/dollar.htm | 2 +- .../main/resources/help/ru/Functions/dollarde.htm | 2 +- .../main/resources/help/ru/Functions/dollarfr.htm | 2 +- .../main/resources/help/ru/Functions/dproduct.htm | 2 +- .../main/resources/help/ru/Functions/dstdev.htm | 2 +- .../main/resources/help/ru/Functions/dstdevp.htm | 2 +- .../main/resources/help/ru/Functions/dsum.htm | 2 +- .../main/resources/help/ru/Functions/duration.htm | 2 +- .../main/resources/help/ru/Functions/dvar.htm | 2 +- .../main/resources/help/ru/Functions/dvarp.htm | 2 +- .../main/resources/help/ru/Functions/ecma-ceiling.htm | 2 +- .../main/resources/help/ru/Functions/edate.htm | 2 +- .../main/resources/help/ru/Functions/effect.htm | 2 +- .../main/resources/help/ru/Functions/eomonth.htm | 2 +- .../main/resources/help/ru/Functions/erf-precise.htm | 2 +- .../main/resources/help/ru/Functions/erf.htm | 2 +- .../main/resources/help/ru/Functions/erfc-precise.htm | 2 +- .../main/resources/help/ru/Functions/erfc.htm | 2 +- .../main/resources/help/ru/Functions/error.type.htm | 2 +- .../main/resources/help/ru/Functions/even.htm | 2 +- .../main/resources/help/ru/Functions/exact.htm | 2 +- .../main/resources/help/ru/Functions/exp.htm | 2 +- .../main/resources/help/ru/Functions/expon-dist.htm | 2 +- .../main/resources/help/ru/Functions/expondist.htm | 2 +- .../main/resources/help/ru/Functions/f-dist-rt.htm | 2 +- .../main/resources/help/ru/Functions/f-dist.htm | 2 +- .../main/resources/help/ru/Functions/f-inv-rt.htm | 2 +- .../main/resources/help/ru/Functions/f-inv.htm | 2 +- .../main/resources/help/ru/Functions/fact.htm | 2 +- .../main/resources/help/ru/Functions/factdouble.htm | 2 +- .../main/resources/help/ru/Functions/false.htm | 2 +- .../main/resources/help/ru/Functions/fdist.htm | 2 +- .../main/resources/help/ru/Functions/find.htm | 2 +- .../main/resources/help/ru/Functions/finv.htm | 2 +- .../main/resources/help/ru/Functions/fisher.htm | 2 +- .../main/resources/help/ru/Functions/fisherinv.htm | 2 +- .../main/resources/help/ru/Functions/fixed.htm | 2 +- .../main/resources/help/ru/Functions/floor.htm | 2 +- .../main/resources/help/ru/Functions/floormath.htm | 2 +- .../main/resources/help/ru/Functions/floorprecise.htm | 2 +- .../main/resources/help/ru/Functions/forecast-linear.htm | 2 +- .../main/resources/help/ru/Functions/forecast.htm | 2 +- .../main/resources/help/ru/Functions/frequency.htm | 2 +- .../main/resources/help/ru/Functions/fv.htm | 2 +- .../main/resources/help/ru/Functions/fvschedule.htm | 2 +- .../main/resources/help/ru/Functions/gamma-dist.htm | 2 +- .../main/resources/help/ru/Functions/gamma-inv.htm | 2 +- .../main/resources/help/ru/Functions/gamma.htm | 2 +- .../main/resources/help/ru/Functions/gammadist.htm | 2 +- .../main/resources/help/ru/Functions/gammainv.htm | 2 +- .../main/resources/help/ru/Functions/gammaln-precise.htm | 2 +- .../main/resources/help/ru/Functions/gammaln.htm | 2 +- .../main/resources/help/ru/Functions/gauss.htm | 2 +- .../main/resources/help/ru/Functions/gcd.htm | 2 +- .../main/resources/help/ru/Functions/geomean.htm | 2 +- .../main/resources/help/ru/Functions/gestep.htm | 2 +- .../main/resources/help/ru/Functions/harmean.htm | 2 +- .../main/resources/help/ru/Functions/hex2bin.htm | 2 +- .../main/resources/help/ru/Functions/hex2dec.htm | 2 +- .../main/resources/help/ru/Functions/hex2oct.htm | 2 +- .../main/resources/help/ru/Functions/hlookup.htm | 2 +- .../main/resources/help/ru/Functions/hour.htm | 2 +- .../main/resources/help/ru/Functions/hypgeomdist.htm | 2 +- .../main/resources/help/ru/Functions/if.htm | 2 +- .../main/resources/help/ru/Functions/iferror.htm | 2 +- .../main/resources/help/ru/Functions/ifna.htm | 2 +- .../main/resources/help/ru/Functions/imabs.htm | 2 +- .../main/resources/help/ru/Functions/imaginary.htm | 2 +- .../main/resources/help/ru/Functions/imargument.htm | 2 +- .../main/resources/help/ru/Functions/imconjugate.htm | 2 +- .../main/resources/help/ru/Functions/imcos.htm | 2 +- .../main/resources/help/ru/Functions/imcosh.htm | 2 +- .../main/resources/help/ru/Functions/imcot.htm | 2 +- .../main/resources/help/ru/Functions/imcsc.htm | 2 +- .../main/resources/help/ru/Functions/imcsch.htm | 2 +- .../main/resources/help/ru/Functions/imdiv.htm | 2 +- .../main/resources/help/ru/Functions/imexp.htm | 2 +- .../main/resources/help/ru/Functions/imln.htm | 2 +- .../main/resources/help/ru/Functions/imlog10.htm | 2 +- .../main/resources/help/ru/Functions/imlog2.htm | 2 +- .../main/resources/help/ru/Functions/impower.htm | 2 +- .../main/resources/help/ru/Functions/improduct.htm | 2 +- .../main/resources/help/ru/Functions/imreal.htm | 2 +- .../main/resources/help/ru/Functions/imsec.htm | 2 +- .../main/resources/help/ru/Functions/imsech.htm | 2 +- .../main/resources/help/ru/Functions/imsin.htm | 2 +- .../main/resources/help/ru/Functions/imsinh.htm | 2 +- .../main/resources/help/ru/Functions/imsqrt.htm | 2 +- .../main/resources/help/ru/Functions/imsub.htm | 2 +- .../main/resources/help/ru/Functions/imsum.htm | 2 +- .../main/resources/help/ru/Functions/imtan.htm | 2 +- .../main/resources/help/ru/Functions/index.htm | 2 +- .../main/resources/help/ru/Functions/indirect.htm | 2 +- .../main/resources/help/ru/Functions/int.htm | 2 +- .../main/resources/help/ru/Functions/intercept.htm | 2 +- .../main/resources/help/ru/Functions/intrate.htm | 2 +- .../main/resources/help/ru/Functions/ipmt.htm | 2 +- .../main/resources/help/ru/Functions/irr.htm | 2 +- .../main/resources/help/ru/Functions/isblank.htm | 2 +- .../main/resources/help/ru/Functions/iserr.htm | 2 +- .../main/resources/help/ru/Functions/iserror.htm | 2 +- .../main/resources/help/ru/Functions/iseven.htm | 2 +- .../main/resources/help/ru/Functions/isformula.htm | 2 +- .../main/resources/help/ru/Functions/islogical.htm | 2 +- .../main/resources/help/ru/Functions/isna.htm | 2 +- .../main/resources/help/ru/Functions/isnontext.htm | 2 +- .../main/resources/help/ru/Functions/isnumber.htm | 2 +- .../main/resources/help/ru/Functions/isoceiling.htm | 2 +- .../main/resources/help/ru/Functions/isodd.htm | 2 +- .../main/resources/help/ru/Functions/isoweeknum.htm | 2 +- .../main/resources/help/ru/Functions/ispmt.htm | 2 +- .../main/resources/help/ru/Functions/isref.htm | 2 +- .../main/resources/help/ru/Functions/istext.htm | 2 +- .../main/resources/help/ru/Functions/kurt.htm | 2 +- .../main/resources/help/ru/Functions/large.htm | 2 +- .../main/resources/help/ru/Functions/lcm.htm | 2 +- .../main/resources/help/ru/Functions/left.htm | 2 +- .../main/resources/help/ru/Functions/len.htm | 2 +- .../main/resources/help/ru/Functions/ln.htm | 2 +- .../main/resources/help/ru/Functions/log.htm | 2 +- .../main/resources/help/ru/Functions/log10.htm | 2 +- .../main/resources/help/ru/Functions/loginv.htm | 2 +- .../main/resources/help/ru/Functions/lognorm-dist.htm | 2 +- .../main/resources/help/ru/Functions/lognorm-inv.htm | 2 +- .../main/resources/help/ru/Functions/lognormdist.htm | 2 +- .../main/resources/help/ru/Functions/lookup.htm | 2 +- .../main/resources/help/ru/Functions/lower.htm | 2 +- .../main/resources/help/ru/Functions/match.htm | 2 +- .../main/resources/help/ru/Functions/max.htm | 2 +- .../main/resources/help/ru/Functions/maxa.htm | 2 +- .../main/resources/help/ru/Functions/maxifs.htm | 2 +- .../main/resources/help/ru/Functions/mdeterm.htm | 2 +- .../main/resources/help/ru/Functions/mduration.htm | 2 +- .../main/resources/help/ru/Functions/median.htm | 2 +- .../main/resources/help/ru/Functions/mid.htm | 2 +- .../main/resources/help/ru/Functions/min.htm | 2 +- .../main/resources/help/ru/Functions/mina.htm | 2 +- .../main/resources/help/ru/Functions/minifs.htm | 2 +- .../main/resources/help/ru/Functions/minute.htm | 2 +- .../main/resources/help/ru/Functions/minverse.htm | 2 +- .../main/resources/help/ru/Functions/mirr.htm | 2 +- .../main/resources/help/ru/Functions/mmult.htm | 2 +- .../main/resources/help/ru/Functions/mod.htm | 2 +- .../main/resources/help/ru/Functions/mode-mult.htm | 2 +- .../main/resources/help/ru/Functions/mode-sngl.htm | 2 +- .../main/resources/help/ru/Functions/mode.htm | 2 +- .../main/resources/help/ru/Functions/month.htm | 2 +- .../main/resources/help/ru/Functions/mround.htm | 2 +- .../main/resources/help/ru/Functions/multinomial.htm | 2 +- .../main/resources/help/ru/Functions/n.htm | 2 +- .../main/resources/help/ru/Functions/na.htm | 2 +- .../main/resources/help/ru/Functions/negbinom-dist.htm | 2 +- .../main/resources/help/ru/Functions/negbinomdist.htm | 2 +- .../main/resources/help/ru/Functions/networkdays-intl.htm | 2 +- .../main/resources/help/ru/Functions/networkdays.htm | 2 +- .../main/resources/help/ru/Functions/nominal.htm | 2 +- .../main/resources/help/ru/Functions/norm-dist.htm | 2 +- .../main/resources/help/ru/Functions/norm-inv.htm | 2 +- .../main/resources/help/ru/Functions/norm-s-dist.htm | 2 +- .../main/resources/help/ru/Functions/norm-s-inv.htm | 2 +- .../main/resources/help/ru/Functions/normdist.htm | 2 +- .../main/resources/help/ru/Functions/norminv.htm | 2 +- .../main/resources/help/ru/Functions/normsdist.htm | 2 +- .../main/resources/help/ru/Functions/normsinv.htm | 2 +- .../main/resources/help/ru/Functions/not.htm | 2 +- .../main/resources/help/ru/Functions/now.htm | 2 +- .../main/resources/help/ru/Functions/nper.htm | 2 +- .../main/resources/help/ru/Functions/npv.htm | 2 +- .../main/resources/help/ru/Functions/numbervalue.htm | 2 +- .../main/resources/help/ru/Functions/oct2bin.htm | 2 +- .../main/resources/help/ru/Functions/oct2dec.htm | 2 +- .../main/resources/help/ru/Functions/oct2hex.htm | 2 +- .../main/resources/help/ru/Functions/odd.htm | 2 +- .../main/resources/help/ru/Functions/oddfprice.htm | 2 +- .../main/resources/help/ru/Functions/oddfyield.htm | 2 +- .../main/resources/help/ru/Functions/oddlprice.htm | 2 +- .../main/resources/help/ru/Functions/oddlyield.htm | 2 +- .../main/resources/help/ru/Functions/offset.htm | 2 +- .../main/resources/help/ru/Functions/or.htm | 2 +- .../main/resources/help/ru/Functions/pearson.htm | 2 +- .../main/resources/help/ru/Functions/percentile-exc.htm | 2 +- .../main/resources/help/ru/Functions/percentile-inc.htm | 2 +- .../main/resources/help/ru/Functions/percentile.htm | 2 +- .../main/resources/help/ru/Functions/percentrank-exc.htm | 2 +- .../main/resources/help/ru/Functions/percentrank-inc.htm | 2 +- .../main/resources/help/ru/Functions/percentrank.htm | 2 +- .../main/resources/help/ru/Functions/permut.htm | 2 +- .../main/resources/help/ru/Functions/permutationa.htm | 2 +- .../main/resources/help/ru/Functions/phi.htm | 2 +- .../main/resources/help/ru/Functions/pi.htm | 2 +- .../main/resources/help/ru/Functions/pmt.htm | 2 +- .../main/resources/help/ru/Functions/poisson-dist.htm | 2 +- .../main/resources/help/ru/Functions/poisson.htm | 2 +- .../main/resources/help/ru/Functions/power.htm | 2 +- .../main/resources/help/ru/Functions/ppmt.htm | 2 +- .../main/resources/help/ru/Functions/price.htm | 2 +- .../main/resources/help/ru/Functions/pricedisc.htm | 2 +- .../main/resources/help/ru/Functions/pricemat.htm | 2 +- .../main/resources/help/ru/Functions/prob.htm | 2 +- .../main/resources/help/ru/Functions/product.htm | 2 +- .../main/resources/help/ru/Functions/proper.htm | 2 +- .../main/resources/help/ru/Functions/pv.htm | 2 +- .../main/resources/help/ru/Functions/quartile-exc.htm | 2 +- .../main/resources/help/ru/Functions/quartile-inc.htm | 2 +- .../main/resources/help/ru/Functions/quartile.htm | 2 +- .../main/resources/help/ru/Functions/quotient.htm | 2 +- .../main/resources/help/ru/Functions/radians.htm | 2 +- .../main/resources/help/ru/Functions/rand.htm | 2 +- .../main/resources/help/ru/Functions/randbetween.htm | 2 +- .../main/resources/help/ru/Functions/rank-avg.htm | 2 +- .../main/resources/help/ru/Functions/rank-eq.htm | 2 +- .../main/resources/help/ru/Functions/rank.htm | 2 +- .../main/resources/help/ru/Functions/rate.htm | 2 +- .../main/resources/help/ru/Functions/received.htm | 2 +- .../main/resources/help/ru/Functions/replace.htm | 2 +- .../main/resources/help/ru/Functions/rept.htm | 2 +- .../main/resources/help/ru/Functions/right.htm | 2 +- .../main/resources/help/ru/Functions/roman.htm | 2 +- .../main/resources/help/ru/Functions/round.htm | 2 +- .../main/resources/help/ru/Functions/rounddown.htm | 2 +- .../main/resources/help/ru/Functions/roundup.htm | 2 +- .../main/resources/help/ru/Functions/row.htm | 2 +- .../main/resources/help/ru/Functions/rows.htm | 2 +- .../main/resources/help/ru/Functions/rri.htm | 2 +- .../main/resources/help/ru/Functions/rsq.htm | 2 +- .../main/resources/help/ru/Functions/search.htm | 2 +- .../main/resources/help/ru/Functions/sec.htm | 2 +- .../main/resources/help/ru/Functions/sech.htm | 2 +- .../main/resources/help/ru/Functions/second.htm | 2 +- .../main/resources/help/ru/Functions/seriessum.htm | 2 +- .../main/resources/help/ru/Functions/sheet.htm | 2 +- .../main/resources/help/ru/Functions/sheets.htm | 2 +- .../main/resources/help/ru/Functions/sign.htm | 2 +- .../main/resources/help/ru/Functions/sin.htm | 2 +- .../main/resources/help/ru/Functions/sinh.htm | 2 +- .../main/resources/help/ru/Functions/skew-p.htm | 2 +- .../main/resources/help/ru/Functions/skew.htm | 2 +- .../main/resources/help/ru/Functions/sln.htm | 2 +- .../main/resources/help/ru/Functions/slope.htm | 2 +- .../main/resources/help/ru/Functions/small.htm | 2 +- .../main/resources/help/ru/Functions/sqrt.htm | 2 +- .../main/resources/help/ru/Functions/sqrtpi.htm | 2 +- .../main/resources/help/ru/Functions/standardize.htm | 2 +- .../main/resources/help/ru/Functions/stdev-p.htm | 2 +- .../main/resources/help/ru/Functions/stdev-s.htm | 2 +- .../main/resources/help/ru/Functions/stdev.htm | 2 +- .../main/resources/help/ru/Functions/stdeva.htm | 2 +- .../main/resources/help/ru/Functions/stdevp.htm | 2 +- .../main/resources/help/ru/Functions/stdevpa.htm | 2 +- .../main/resources/help/ru/Functions/steyx.htm | 2 +- .../main/resources/help/ru/Functions/substitute.htm | 2 +- .../main/resources/help/ru/Functions/subtotal.htm | 2 +- .../main/resources/help/ru/Functions/sum.htm | 2 +- .../main/resources/help/ru/Functions/sumif.htm | 2 +- .../main/resources/help/ru/Functions/sumifs.htm | 2 +- .../main/resources/help/ru/Functions/sumproduct.htm | 2 +- .../main/resources/help/ru/Functions/sumsq.htm | 2 +- .../main/resources/help/ru/Functions/sumx2my2.htm | 2 +- .../main/resources/help/ru/Functions/sumx2py2.htm | 2 +- .../main/resources/help/ru/Functions/sumxmy2.htm | 2 +- .../main/resources/help/ru/Functions/switch.htm | 2 +- .../main/resources/help/ru/Functions/syd.htm | 2 +- .../main/resources/help/ru/Functions/t-dist-2t.htm | 2 +- .../main/resources/help/ru/Functions/t-dist-rt.htm | 2 +- .../main/resources/help/ru/Functions/t-dist.htm | 2 +- .../main/resources/help/ru/Functions/t-inv-2t.htm | 2 +- .../main/resources/help/ru/Functions/t-inv.htm | 2 +- .../main/resources/help/ru/Functions/t-test.htm | 2 +- .../main/resources/help/ru/Functions/t.htm | 2 +- .../main/resources/help/ru/Functions/tan.htm | 2 +- .../main/resources/help/ru/Functions/tanh.htm | 2 +- .../main/resources/help/ru/Functions/tbilleq.htm | 2 +- .../main/resources/help/ru/Functions/tbillprice.htm | 2 +- .../main/resources/help/ru/Functions/tbillyield.htm | 2 +- .../main/resources/help/ru/Functions/tdist.htm | 2 +- .../main/resources/help/ru/Functions/text.htm | 2 +- .../main/resources/help/ru/Functions/textjoin.htm | 2 +- .../main/resources/help/ru/Functions/time.htm | 2 +- .../main/resources/help/ru/Functions/timevalue.htm | 2 +- .../main/resources/help/ru/Functions/tinv.htm | 2 +- .../main/resources/help/ru/Functions/today.htm | 2 +- .../main/resources/help/ru/Functions/transpose.htm | 2 +- .../main/resources/help/ru/Functions/trim.htm | 2 +- .../main/resources/help/ru/Functions/trimmean.htm | 2 +- .../main/resources/help/ru/Functions/true.htm | 2 +- .../main/resources/help/ru/Functions/trunc.htm | 2 +- .../main/resources/help/ru/Functions/ttest.htm | 2 +- .../main/resources/help/ru/Functions/type.htm | 2 +- .../main/resources/help/ru/Functions/unichar.htm | 2 +- .../main/resources/help/ru/Functions/unicode.htm | 2 +- .../main/resources/help/ru/Functions/upper.htm | 2 +- .../main/resources/help/ru/Functions/value.htm | 2 +- .../main/resources/help/ru/Functions/var-p.htm | 2 +- .../main/resources/help/ru/Functions/var-s.htm | 2 +- .../main/resources/help/ru/Functions/var.htm | 2 +- .../main/resources/help/ru/Functions/vara.htm | 2 +- .../main/resources/help/ru/Functions/varp.htm | 2 +- .../main/resources/help/ru/Functions/varpa.htm | 2 +- .../main/resources/help/ru/Functions/vdb.htm | 2 +- .../main/resources/help/ru/Functions/vlookup.htm | 2 +- .../main/resources/help/ru/Functions/weekday.htm | 2 +- .../main/resources/help/ru/Functions/weeknum.htm | 2 +- .../main/resources/help/ru/Functions/weibull-dist.htm | 2 +- .../main/resources/help/ru/Functions/weibull.htm | 2 +- .../main/resources/help/ru/Functions/workday-intl.htm | 2 +- .../main/resources/help/ru/Functions/workday.htm | 2 +- .../main/resources/help/ru/Functions/xirr.htm | 2 +- .../main/resources/help/ru/Functions/xnpv.htm | 2 +- .../main/resources/help/ru/Functions/xor.htm | 2 +- .../main/resources/help/ru/Functions/year.htm | 2 +- .../main/resources/help/ru/Functions/yearfrac.htm | 2 +- .../main/resources/help/ru/Functions/yield.htm | 2 +- .../main/resources/help/ru/Functions/yielddisc.htm | 2 +- .../main/resources/help/ru/Functions/yieldmat.htm | 2 +- .../main/resources/help/ru/Functions/z-test.htm | 2 +- .../main/resources/help/ru/Functions/ztest.htm | 2 +- .../main/resources/help/ru/HelpfulHints/About.htm | 2 +- .../resources/help/ru/HelpfulHints/AdvancedSettings.htm | 2 +- .../help/ru/HelpfulHints/CollaborativeEditing.htm | 2 +- .../resources/help/ru/HelpfulHints/KeyboardShortcuts.htm | 2 +- .../main/resources/help/ru/HelpfulHints/Navigation.htm | 2 +- .../main/resources/help/ru/HelpfulHints/Search.htm | 2 +- .../resources/help/ru/HelpfulHints/SupportedFormats.htm | 2 +- .../main/resources/help/ru/ProgramInterface/FileTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/HomeTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/InsertTab.htm | 2 +- .../main/resources/help/ru/ProgramInterface/PluginsTab.htm | 2 +- .../help/ru/ProgramInterface/ProgramInterface.htm | 2 +- .../resources/help/ru/UsageInstructions/AddBorders.htm | 2 +- .../resources/help/ru/UsageInstructions/AddHyperlinks.htm | 2 +- .../main/resources/help/ru/UsageInstructions/AlignText.htm | 2 +- .../help/ru/UsageInstructions/ChangeNumberFormat.htm | 2 +- .../help/ru/UsageInstructions/ClearFormatting.htm | 2 +- .../resources/help/ru/UsageInstructions/CopyPasteData.htm | 2 +- .../help/ru/UsageInstructions/FontTypeSizeStyle.htm | 2 +- .../help/ru/UsageInstructions/InsertAutoshapes.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertChart.htm | 2 +- .../help/ru/UsageInstructions/InsertDeleteCells.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertEquation.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertFunction.htm | 2 +- .../resources/help/ru/UsageInstructions/InsertImages.htm | 2 +- .../help/ru/UsageInstructions/InsertTextObjects.htm | 2 +- .../resources/help/ru/UsageInstructions/ManageSheets.htm | 2 +- .../help/ru/UsageInstructions/ManipulateObjects.htm | 2 +- .../resources/help/ru/UsageInstructions/MergeCells.htm | 2 +- .../resources/help/ru/UsageInstructions/OpenCreateNew.htm | 2 +- .../help/ru/UsageInstructions/SavePrintDownload.htm | 2 +- .../main/resources/help/ru/UsageInstructions/SortData.htm | 2 +- .../main/resources/help/ru/UsageInstructions/UndoRedo.htm | 2 +- .../resources/help/ru/UsageInstructions/UseNamedRanges.htm | 2 +- .../resources/help/ru/UsageInstructions/ViewDocInfo.htm | 2 +- .../main/resources/help/ru/search/search.html | 2 +- 1357 files changed, 1367 insertions(+), 1357 deletions(-) diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/About.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/About.htm index 2af5f9281..635065f5c 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/About.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    Über den Dokumenteneditor

    Der Dokumenteneditor ist eine Online-Anwendung, mit der Sie Ihre Dokumente direkt in Ihrem Browser betrachten und bearbeiten können.

    diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm index eaa1d9b29..79223605d 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Erweiterte Einstellungen des Dokumenteneditors

    Über die Funktion erweiterten Einstellungen können Sie die Grundeinstellungen im Dokumenteneditor ändern. Klicken Sie dazu in der oberen Menüleiste auf die Registerkarte Datei und wählen Sie die Option Erweiterte Einstellungen.... Sie können auch das Symbol Erweiterte Einstellungen Symbol in der rechten oberen Ecke der Registerkarte Start anklicken.

    diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm index dd4e17e43..ffb02498c 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Gemeinsame Bearbeitung von Dokumenten

    Im Dokumenteneditor haben Sie die Möglichkeit, gemeinsam mit anderen Nutzern an einem Dokument zu arbeiten. Diese Funktion umfasst:

    diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm index 324f8341a..6ac9c41bf 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Tastenkombinationen

    diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Navigation.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Navigation.htm index b07b79bd0..92be9dd2f 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Navigation.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Einstellungen und Navigationswerkzeuge anzeigen

    Der Dokumenteneditor bietet mehrere Werkzeuge, um Ihnen die Navigation durch Ihr Dokument zu erleichtern: Lineale, Zoom, Seitenzahlen usw.

    diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Review.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Review.htm index 7e4951b41..bb3e6421b 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Review.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Review.htm @@ -11,7 +11,7 @@
    - +

    Dokumentenprüfung

    Wenn jemand eine Datei mit Überprüfungsberechtigung mit Ihnen teilt, müssen Sie die Funktion für die Überprüfung verwenden.

    diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Search.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Search.htm index ede265d70..fb7267553 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Search.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Suchen und Ersetzen

    Wenn Sie im aktuellen Dokument nach Zeichen, Wörtern oder Phrasen suchen möchten, klicken Sie auf das Suche Symbol in der linken Seitenleiste.

    diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/SpellChecking.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/SpellChecking.htm index 650f0ff1e..bb5db8a4e 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/SpellChecking.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@
    - +

    Rechtschreibprüfung

    Der Dokumenteneditor bietet Ihnen die Möglichkeit, die Rechtschreibung Ihres Textes in einer bestimmten Sprache zu überprüfen und Fehler während der Bearbeitung zu korrigieren.

    diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm index 3ed71e51e..79a693ab6 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Unterstützte Formate von elektronischen Dokumenten

    Elektronische Dokumente stellen die am meisten benutzte Computerdateien dar. Dank des inzwischen hoch entwickelten Computernetzwerks ist es bequemer anstatt von gedruckten Dokumenten elektronische Dokumente zu verbreiten. Aufgrund der Vielfältigkeit der Geräte, die für die Anzeige der Dokumente verwendet werden, gibt es viele proprietäre und offene Dateiformate. Der Dokumenteneditor unterstützt die geläufigsten Formate.

    diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/FileTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/FileTab.htm index 4e04eedb0..8e4024cb5 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/FileTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Datei

    Über die Registerkarte Datei können Sie einige grundlegende Vorgänge in der aktuellen Datei durchführen.

    diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/HomeTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/HomeTab.htm index 7ee0620b0..bf1d23897 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/HomeTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Start

    Die Registerkarte Start wird standardmäßig geöffnet, wenn Sie ein beliebiges Dokument öffnen. Über diese Registerkarte können Sie Schriftart und Absätze formatieren. Auch einige andere Optionen sind hier verfügbar, wie Seriendruck, Farbschemata und Ansichtseinstellungen.

    diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/InsertTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/InsertTab.htm index e56d1b4cb..fefaef112 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/InsertTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte einfügen

    Die Registerkarte Einfügen ermöglicht das Hinzufügen einiger Seitenformatierungselemente sowie visueller Objekte und Kommentare.

    diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm index aabaa455c..7d101c457 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Layout

    Über die Registerkarte Layout, können Sie die Darstellung des Dokuments ändern: Legen Sie die Seitenparameter fest und definieren Sie die Anordnung der visuellen Elemente.

    diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/PluginsTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/PluginsTab.htm index e3a7bc890..9f6656d74 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/PluginsTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Plug-in

    Die Registerkarte Plugins ermöglicht den Zugriff auf erweiterte Bearbeitungsfunktionen mit verfügbaren Komponenten von Drittanbietern.

    diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm index 938d5161e..c3308e1a8 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Einführung in die Benutzeroberfläche des Dokumenteneditors

    Der Dokumenteneditor verfügt über eine Benutzeroberfläche mit Registerkarten, in der Bearbeitungsbefehle nach Funktionalität in Registerkarten gruppiert sind.

    diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/ReviewTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/ReviewTab.htm index c497a66d7..42ab00f5f 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/ReviewTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/ReviewTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Überprüfen

    Die Registerkarte Überprüfen ermöglicht die Überprüfung des Dokuments: Stellen Sie sicher, dass die Rechtschreibung des Textes korrekt ist, verwalten Sie Kommentare und verfolgen Sie Änderungen, die von einem Rezensenten vorgenommen wurden.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddBorders.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddBorders.htm index eef23957a..d9e7d5171 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddBorders.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddBorders.htm @@ -11,7 +11,7 @@
    - +

    Rahmen hinzufügen

    Hinzufügen eines Rahmens in einen Absatz eine Seite oder das ganze Dokument:

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm index afefd1901..b92a0c469 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Hyperlink einfügen

    Einfügen eines Hyperlinks

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm index 46214e5cc..bd38259ae 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Objekte auf einer Seite anordnen und ausrichten

    Die hinzugefügten Autoformen, Bilder, Diagramme und Textboxen können auf einer Seite ausgerichtet, gruppiert und angeordnet werden. Um eine dieser Aktionenauszuführen, wählen Sie zuerst ein einzelnes Objekt oder mehrere Objekte auf der Seite aus. Um mehrere Objekte zu wählen, halten Sie die Taste STRG gedrückt und klicken Sie auf die gewünschten Objekte. Um ein Textfeld auszuwählen, klicken Sie auf den Rahmen und nicht auf den darin befindlichen Text. Danach können Sie über Symbole in der Registerkarte Layout navigieren, die nachstehend beschrieben werden, oder die entsprechenden Optionen aus dem Rechtsklickmenü nutzen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignText.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignText.htm index 052ce8051..f14058400 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignText.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignText.htm @@ -11,7 +11,7 @@
    - +

    Text in einem Absatz ausrichten

    Üblicherweise unterscheidet man zwischen vier verschiedenen Textausrichtungen: linksbündig, rechtsbündig, Blocksatz, zentriert. Text ausrichten:

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/BackgroundColor.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/BackgroundColor.htm index 832821d4d..75deb91fd 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/BackgroundColor.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/BackgroundColor.htm @@ -11,7 +11,7 @@
    - +

    Hintergrundfarbe für einen Absatz festlegen

    Der gesamte Absatz, einschließlich Leerzeichen und Zeilenabständen wird mit der gewählten Farbe hinterlegt.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeColorScheme.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeColorScheme.htm index f822979c9..bbfa9c71b 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeColorScheme.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeColorScheme.htm @@ -11,7 +11,7 @@
    - +

    Farbschema ändern

    Farbschemata werden auf das gesamte Dokument angewendet. Sie werden verwendet, um das Layout Ihres Dokuments zu verändern und definieren die Palette der Designfarben für Dokumentenelemente (Schrift, Hintergrund, Tabellen, AutoFormen, Diagramme). Wenn Sie bestimmte Designfarben auf Dokumentenelemente angewendet haben und dann ein anderes Farbschema auswählen, ändern sich die Farben in Ihrem Dokument entsprechend.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeWrappingStyle.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeWrappingStyle.htm index 98dd5ca25..2388b1fa9 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeWrappingStyle.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeWrappingStyle.htm @@ -11,7 +11,7 @@
    - +

    Textumbruch ändern

    Die Option Textumbruch legt fest, wie ein Objekt relativ zum Text positioniert wird. Sie können den Umbruchstil für eingefügt Objekte ändern, wie beispielsweise Formen, Bilder, Diagramme, Textfelder oder Tabellen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm index 202e8c035..db38630d5 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Textformatierung übernehmen/entfernen

    Kopieren einer bestimmte Textformatierung:

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm index 2b6089072..03008e3be 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Textpassagen kopieren/einfügen, Aktionen rückgängig machen/wiederholen

    Zwischenablage verwenden

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateLists.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateLists.htm index 1770d63b6..905a9c72a 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateLists.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Listen erstellen

    Liste in einem Dokument erstellen:

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/DecorationStyles.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/DecorationStyles.htm index ceaa4806c..a8ec253d2 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/DecorationStyles.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/DecorationStyles.htm @@ -11,7 +11,7 @@
    - +

    Dekoschriften anwenden

    Das Symbol für Dekoschriften finden sie unter der Registerkarte Start in der oberen Symbolleiste.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/FontTypeSizeColor.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/FontTypeSizeColor.htm index 2920c2f2a..6c4f8f914 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/FontTypeSizeColor.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/FontTypeSizeColor.htm @@ -11,7 +11,7 @@
    - +

    Schriftart, -größe und -farbe festlegen

    Sie können Schriftart, Größe und Farbe der Schrift mithilfe der entsprechenden Symbole in der Registerkarte Start auf der oberen Symbolleiste festlegen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/FormattingPresets.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/FormattingPresets.htm index 2ab07ec5f..fc8d19184 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/FormattingPresets.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/FormattingPresets.htm @@ -11,7 +11,7 @@
    - +

    Formatvorlagen anwenden

    Jede Formatvorlage besteht aus einer Reihe vordefinierter Formatierungsoptionen: (Schriftgröße, Farbe, Zeilenabstand, Ausrichtung usw.). Mit den Vorlagen können Sie verschiedene Segmente des Dokuments schnell formatieren (Überschriften, Zwischenüberschriften, Listen, normaler Text, Zitate) und müssen nicht jedes Mal mehrere Formatierungsoptionen einzeln anwenden. Gleichzeitig stellen Sie auf diese Weise auch ein einheitliches Erscheinungsbild für das gesamte Dokument sicher. Eine Vorlage kann immer nur bis zum Ende eines Absatzes angewendet werden.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm index 767b9228a..b3a8c5ef1 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    AutoFormen einfügen

    Eine AutoForm einfügen

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCharts.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCharts.htm index 576caab91..c2526ea29 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCharts.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

    Diagramme einfügen

    Diagramm einfügen

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDropCap.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDropCap.htm index bee6be5a0..e21b93166 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDropCap.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDropCap.htm @@ -11,7 +11,7 @@
    - +

    Initialbuchstaben einfügen

    Ein Initial ist der erste Buchstabe eines Absatzes, der viel größer als die anderen ist sich in der Höhe über mehrere Zeilen erstreckt.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEquation.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEquation.htm index 8a66f0213..7d501182c 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEquation.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Formeln einfügen

    Mit dem Dokumenteneditor können Sie Formeln mithilfe der integrierten Vorlagen erstellen, sie bearbeiten, Sonderzeichen einfügen (einschließlich mathematischer Operatoren, griechischer Buchstaben, Akzente usw.).

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertFootnotes.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertFootnotes.htm index 9baeedd16..8f8a7e6ec 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertFootnotes.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertFootnotes.htm @@ -11,7 +11,7 @@
    - +

    Fußnoten einfügen

    Sie haben die Möglichkeit Fußnoten einzufügen, um Kommentare zu bestimmten Sätzen oder Begriffen in Ihrem Text einzufügen, Referenzen und Quellen anzugeben usw.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertHeadersFooters.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertHeadersFooters.htm index c3a5006d4..461d326f7 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertHeadersFooters.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertHeadersFooters.htm @@ -11,7 +11,7 @@
    - +

    Kopf- und Fußzeilen einfügen

    Kopf- oder Fußzeile hinzuzufügen oder die vorhandene Kopf- oder Fußzeile bearbeiten:

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertImages.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertImages.htm index 5953b86fd..dfb8a0aeb 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertImages.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Bilder einfügen

    Im Dokumenteneditor können Sie Bilder in den gängigen Formaten in Ihr Dokument einfügen. Die folgenden Formate werden unterstützt: BMP, GIF, JPEG, JPG, PNG.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertPageNumbers.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertPageNumbers.htm index cd28842b5..fe7f941b1 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertPageNumbers.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertPageNumbers.htm @@ -11,7 +11,7 @@
    - +

    Seitenzahlen einfügen

    Seitenzahlen in ein Dokument einfügen:

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTables.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTables.htm index 8504a3d24..b31b2f7c6 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTables.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

    Tabellen einfügen

    Eine Tabelle einfügen

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTextObjects.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTextObjects.htm index b2b3ebdb2..035e37f95 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTextObjects.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTextObjects.htm @@ -11,7 +11,7 @@
    - +

    Textobjekte einfügen

    Um Ihren Text lesbarer zu gestalten und die Aufmerksamkeit auf einen bestimmten Teil des Dokuments zu lenken, können Sie ein Textfeld (rechteckigen Rahmen, in den ein Text eingegeben werden kann) oder ein TextArt-Textfeld (Textfeld mit einer vordefinierten Schriftart und Farbe, das die Anwendung von Texteffekten ermöglicht) einfügen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/LineSpacing.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/LineSpacing.htm index 6e6c71ac2..c8437d8a3 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/LineSpacing.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/LineSpacing.htm @@ -11,7 +11,7 @@
    - +

    Zeilenabstand in Absätzen festlegen

    Der Dokumenteneditor ermöglicht Ihnen die Zeilenhöhe für die Textzeilen innerhalb des Absatzes sowie die Abstände zwischen den einzelnen Absätzen festzulegen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/NonprintingCharacters.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/NonprintingCharacters.htm index 2934d2088..8e1247e9d 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/NonprintingCharacters.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/NonprintingCharacters.htm @@ -11,7 +11,7 @@
    - +

    Formatierungszeichen ein-/ausblenden

    Die Formatierungszeichen helfen Ihnen bei der Bearbeitung eines Dokuments. Sie zeigen das Vorhandensein verschiedener Formatierungen an, aber sie werden nicht mit dem Dokument gedruckt, auch wenn sie auf dem Bildschirm angezeigt werden.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm index e57f67a49..0efbec879 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Ein neues Dokument erstellen oder ein vorhandenes öffnen

    Nachdem Sie die Arbeit an einem Dokument abgeschlossen haben, können Sie sofort zu einem vorhandenen Dokument übergehen, dass Sie kürzlich bearbeitet haben, ein neues Dokument erstellen oder die Liste mit den vorhandenen Dokumenten öffnen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/PageBreaks.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/PageBreaks.htm index 4e088a607..e4a1aa374 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/PageBreaks.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/PageBreaks.htm @@ -11,7 +11,7 @@
    - +

    Seitenumbrüche einfügen

    Im Dokumenteneditor können Sie einen Seitenumbruch einfügen, um eine neue Seite zu beginnen und die Optionen der Seitennummerierung einzustellen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ParagraphIndents.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ParagraphIndents.htm index 0450470ca..ed90b21c9 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ParagraphIndents.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ParagraphIndents.htm @@ -11,7 +11,7 @@
    - +

    Absatzeinzüge ändern

    Im Document Editor können Sie den Einzug der ersten Zeile vom linken Seitenrand sowie die Absatzeinzüge von links und rechts einstellen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm index 3b752c29b..efdead7cc 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Dokument speichern/runterladen/drucken

    Standardmäßig speichert der Dokumenteneditor Ihre Datei während der Bearbeitung automatisch alle 2 Sekunden, um Datenverluste im Falle eines unerwarteten Programmabschlusses zu verhindern. Wenn Sie die Datei im Schnellmodus bearbeiten, fordert der Timer 25 Mal pro Sekunde Aktualisierungen an und speichert vorgenommene Änderungen. Wenn Sie die Datei im Modus Strikt bearbeiten, werden Änderungen automatisch alle 10 Minuten gespeichert. Sie können den bevorzugten Co-Bearbeitungs-Modus nach Belieben auswählen oder die Funktion AutoSave auf der Seite Erweiterte Einstellungen deaktivieren.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SectionBreaks.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SectionBreaks.htm index b897b2ded..c787ea0a0 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SectionBreaks.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SectionBreaks.htm @@ -11,7 +11,7 @@
    - +

    Abschnittsumbrüche einfügen

    Mithilfe von Abschnittsumbrüchen können Sie ein anderes Layout oder eine andere Formatierung für bestimmten Abschnitte in Ihrem Dokument festlegen. Sie können beispielsweise Kopf- und Fußzeilen, Seitennummerierungen, Fußnotenformate, Ränder, Größe, Ausrichtung oder Spaltennummer für jeden einzelnen Abschnitt individuell festlegen.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetPageParameters.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetPageParameters.htm index b9664df2d..0cade2688 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetPageParameters.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetPageParameters.htm @@ -11,7 +11,7 @@
    - +

    Seitenparameter festlegen

    Um das Seitenlayout zu ändern, d. H. Seitenausrichtung und Seitengröße festzulegen, die Ränder anzupassen und Spalten einzufügen, verwenden Sie die entsprechenden Symbole auf der Registerkarte Layout der oberen Symbolleiste.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetTabStops.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetTabStops.htm index ae0697cfc..516f77090 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetTabStops.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetTabStops.htm @@ -11,7 +11,7 @@
    - +

    Tabstopps setzen

    Es ist möglich die Tabstopps im Dokumenteneditor zu verändern, d.h., zu ändern, an welche Position die Schreibmarke vorrückt, wenn Sie die Tabulatortaste auf Ihrer Tastatur drücken.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/UseMailMerge.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/UseMailMerge.htm index 9f521b093..5811d3923 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/UseMailMerge.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/UseMailMerge.htm @@ -11,7 +11,7 @@
    - +

    Seriendruck verwenden

    Hinweis: Diese Option ist nur in der bezahlten Version verfügbar.

    diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ViewDocInfo.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ViewDocInfo.htm index 624608e7b..bac8f861a 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ViewDocInfo.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ViewDocInfo.htm @@ -11,7 +11,7 @@
    - +

    Dokumenteigenschaften anzeigen

    Um detaillierte Informationen über das aktuelle Dokument einzusehen, wechseln Sie in die Registerkarte Datei und wählen Sie die Option Dokumenteigenschaften....

    diff --git a/apps/documenteditor/main/resources/help/de/search/search.html b/apps/documenteditor/main/resources/help/de/search/search.html index 23c6f96ba..b5c8869af 100644 --- a/apps/documenteditor/main/resources/help/de/search/search.html +++ b/apps/documenteditor/main/resources/help/de/search/search.html @@ -225,7 +225,7 @@
    - +

    Suche...

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm index ada6445c2..499560793 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    About Document Editor

    Document Editor is an online application that lets you look through diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm index 7645170c0..07b26c657 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@

    - +

    Advanced Settings of Document Editor

    Document Editor lets you change its advanced settings. To access them, open the File tab at the top toolbar and select the Advanced Settings... option. You can also use the Advanced settings icon icon in the right upper corner at the Home tab of the top toolbar.

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm index 13d123f22..d5e003e32 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Collaborative Document Editing

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

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm index 5683eadb1..229662465 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Keyboard Shortcuts

    @@ -327,6 +327,11 @@ + diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm index b2cb0f37b..e2af19b19 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    View Settings and Navigation Tools

    Document Editor offers several tools to help you view and navigate through your document: zoom, page number indicator etc.

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm index be8b60c57..c6162da52 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm @@ -11,7 +11,7 @@
    - +

    Document Review

    When somebody shares a file with you that has review permissions, you need to use the document Review feature.

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/Search.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/Search.htm index 5d6d380b9..0a73b942d 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/Search.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Search and Replace Function

    To search for the needed characters, words or phrases used in the currently edited document, diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/SpellChecking.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/SpellChecking.htm index 6da0f23dd..cc9266342 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/SpellChecking.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@

    - +

    Spell-checking

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

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm index 57b8817a8..38c9ef2b6 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Supported Formats of Electronic Documents

    Electronic documents represent one of the most commonly used computer files. diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/FileTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/FileTab.htm index ad4767617..b34aa506a 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/FileTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@

    - +

    File tab

    The File tab allows to perform some basic operations on the current file.

    diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/HomeTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/HomeTab.htm index 6a1b15e40..bf4fb2d45 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/HomeTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Home tab

    The Home tab opens by default when you open a document. It allows to format font and paragraphs. Some other options are also available here, such as Mail Merge, color schemes, view settings.

    diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm index 63abbbaf5..57924c6b1 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Insert tab

    The Insert tab allows to add some page formatting elements, as well as visual objects and comments.

    diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/LayoutTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/LayoutTab.htm index cbbebac0f..32b10a7a9 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/LayoutTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/LayoutTab.htm @@ -11,7 +11,7 @@
    - +

    Layout tab

    The Layout tab allows to change the document appearance: set up page parameters and define the arrangement of visual elements.

    diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm index f902da209..17d4d837b 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Plugins tab

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

    diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm index c0bead45a..17c2cf97a 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Introducing the Document Editor user interface

    Document Editor uses a tabbed interface where editing commands are grouped into tabs by functionality.

    diff --git a/apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm b/apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm index 6899f9e83..49bc7a61b 100644 --- a/apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm +++ b/apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm @@ -11,7 +11,7 @@
    - +

    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.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/AddBorders.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/AddBorders.htm index 52f0665fb..d64076c78 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/AddBorders.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/AddBorders.htm @@ -11,7 +11,7 @@
    - +

    Add borders

    To add borders to a paragraph, page, or the whole document,

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

    Add hyperlinks

    To add a hyperlink,

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/AlignArrangeObjects.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/AlignArrangeObjects.htm index d8e1dc55a..e9cc928e2 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Align and arrange objects on a page

    The added autoshapes, images, charts or text boxes can be aligned, grouped and ordered on a page. To perform any of these actions, first select a separate object or several objects on the page. To select several objects, hold down the Ctrl key and left-click the necessary objects. To select a text box, click on its border, not the text within it. After that you can use either the icons at the Layout tab of the top toolbar described below or the analogous options from the right-click menu.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/AlignText.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/AlignText.htm index 52fa0820a..6486d3b5e 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/AlignText.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/AlignText.htm @@ -11,7 +11,7 @@
    - +

    Align your text in a paragraph

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

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/BackgroundColor.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/BackgroundColor.htm index b7597f06d..66ae17d19 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/BackgroundColor.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/BackgroundColor.htm @@ -11,7 +11,7 @@
    - +

    Select background color for a paragraph

    Background color is applied to the whole paragraph and completely fills all the paragraph space from the left page margin to the right page margin.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/ChangeColorScheme.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/ChangeColorScheme.htm index 11d90172d..1f5e4f768 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/ChangeColorScheme.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/ChangeColorScheme.htm @@ -11,7 +11,7 @@
    - +

    Change color scheme

    Color schemes are applied to the whole document. They are used to quickly change the appearance of your document, since they are define the Theme Colors palette for document elements (font, background, tables, autoshapes, charts). If you've applied some Theme Colors to document elements and then selected a different Color Scheme, the applied colors in your document change correspondingly.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/ChangeWrappingStyle.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/ChangeWrappingStyle.htm index e66381996..4245f3aa7 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/ChangeWrappingStyle.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/ChangeWrappingStyle.htm @@ -11,7 +11,7 @@
    - +

    Change text wrapping

    The Wrapping Style option determines the way the object is positioned relative to the text. You can change the text wrapping style for inserted objects, such as shapes, images, charts, text boxes or tables.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyClearFormatting.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyClearFormatting.htm index f082e9289..dcf74785a 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyClearFormatting.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Copy/clear text formatting

    To copy a certain text formatting,

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm index 43e324cd7..bab471d0f 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Copy/paste text passages, undo/redo your actions

    Use basic clipboard operations

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/CreateLists.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/CreateLists.htm index 5e823c844..6ff8fe812 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/CreateLists.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Create lists

    To create a list in your document,

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/DecorationStyles.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/DecorationStyles.htm index 7bf0e6054..37c15b971 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/DecorationStyles.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/DecorationStyles.htm @@ -11,7 +11,7 @@
    - +

    Apply font decoration styles

    You can apply various font decoration styles using the corresponding icons situated at the Home tab of the top toolbar.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/FontTypeSizeColor.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/FontTypeSizeColor.htm index eaee1449e..869698c01 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/FontTypeSizeColor.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/FontTypeSizeColor.htm @@ -11,7 +11,7 @@
    - +

    Set font type, size, and color

    You can select the font type, its size and color using the corresponding icons situated at the Home tab of the top toolbar.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/FormattingPresets.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/FormattingPresets.htm index a6b2a7038..d22a069cf 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/FormattingPresets.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/FormattingPresets.htm @@ -11,7 +11,7 @@
    - +

    Apply formatting styles

    Each formatting style is a set of predefined formatting options: (font size, color, line spacing, alignment etc.). The styles allow you to quickly format different parts of the document (headings, subheadings, lists, normal text, quotes) instead of applying several formatting options individually each time. This also ensures a consistent appearance throughout the entire document. A style can be applied to the whole paragraph only.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm index 8042aaeee..cf3761be0 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    Insert autoshapes

    Insert an autoshape

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertCharts.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertCharts.htm index ee3d370ff..f5352791b 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertCharts.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

    Insert charts

    Insert a chart

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertDropCap.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertDropCap.htm index 0fc2938b7..c113e67bc 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertDropCap.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertDropCap.htm @@ -11,7 +11,7 @@
    - +

    Insert a drop cap

    A Drop cap is the first letter of a paragraph that is much larger than others and takes up several lines in height.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertEquation.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertEquation.htm index 078ccd780..b4e322c4e 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertEquation.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Insert equations

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

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertFootnotes.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertFootnotes.htm index 7f1b9a477..56a3807d4 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertFootnotes.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertFootnotes.htm @@ -11,7 +11,7 @@
    - +

    Insert footnotes

    You can add footnotes to provide explanations or comments for certain sentences or terms used in your text, make references to the sources etc.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertHeadersFooters.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertHeadersFooters.htm index 845dd6569..3ce7b066c 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertHeadersFooters.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertHeadersFooters.htm @@ -11,7 +11,7 @@
    - +

    Insert headers and footers

    To add a header or footer to your document or edit the existing one,

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertImages.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertImages.htm index 61ea99a8a..e07b8aeb2 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertImages.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Insert images

    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.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertPageNumbers.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertPageNumbers.htm index 42b3b98d6..c930aa247 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertPageNumbers.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertPageNumbers.htm @@ -11,7 +11,7 @@
    - +

    Insert page numbers

    To insert page numbers into your document,

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTables.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTables.htm index 04d82b511..d2bf83e91 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTables.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

    Insert tables

    Insert a table

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTextObjects.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTextObjects.htm index 07649e6a4..cc66eed45 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTextObjects.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertTextObjects.htm @@ -11,7 +11,7 @@
    - +

    Insert text objects

    To make your text more emphatic and draw attention to a specific part of the document, you can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects).

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/LineSpacing.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/LineSpacing.htm index f840d8dfb..f83e3e0de 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/LineSpacing.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/LineSpacing.htm @@ -11,7 +11,7 @@
    - +

    Set paragraph line spacing

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

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/NonprintingCharacters.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/NonprintingCharacters.htm index 58d10162c..2430f69e1 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/NonprintingCharacters.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/NonprintingCharacters.htm @@ -11,7 +11,7 @@
    - +

    Show/hide nonprinting characters

    Nonprinting characters help you edit a document. They indicate the presence of various types of formatting, but they do not print with the document, even when they are displayed on the screen.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm index d76775cc7..4e4ef8ae4 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Create a new document or open an existing one

    After you finished working at one document, you can immediately proceed to an already existing document that you have recently edited, create a new one, or return to the list of existing documents.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/PageBreaks.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/PageBreaks.htm index b33fa123f..359ec1500 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/PageBreaks.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/PageBreaks.htm @@ -11,7 +11,7 @@
    - +

    Insert page breaks

    In Document Editor, you can add the page break to start a new page and adjust pagination options.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/ParagraphIndents.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/ParagraphIndents.htm index 1f64fa9aa..b94a410ae 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/ParagraphIndents.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/ParagraphIndents.htm @@ -11,7 +11,7 @@
    - +

    Change paragraph indents

    In Document Editor, you can change the first line offset from the left part of the page as well as the paragraph offset from the left and right sides of the page.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm index 2a7a6a79f..d4004f923 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Save/download/print your document

    By default, Document Editor automatically saves your file each 2 seconds when you work on it preventing your data loss in case of the unexpected program closing. If you co-edit the file in the Fast mode, the timer requests for updates 25 times a second and saves the changes if they have been made. When the file is being co-edited in the Strict mode, changes are automatically saved at 10-minute intervals. If you need, you can easily select the preferred co-editing mode or disable the Autosave feature on the Advanced Settings page.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/SectionBreaks.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/SectionBreaks.htm index 917dd6745..385e9642e 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/SectionBreaks.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/SectionBreaks.htm @@ -11,7 +11,7 @@
    - +

    Insert section breaks

    Section breaks allow you to apply a different layout or formatting for the certain parts of your document. For example, you can use individual headers and footers, page numbering, footnotes format, margins, size, orientation, or column number for each separate section.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm index 841e41678..ee8bc1847 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm @@ -11,7 +11,7 @@
    - +

    Set page parameters

    To change page layout, i.e. set page orientation and size, adjust margins and insert columns, use the corresponding icons at the Layout tab of the top toolbar.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/SetTabStops.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/SetTabStops.htm index 08bfd88c8..47ab6c097 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/SetTabStops.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/SetTabStops.htm @@ -11,7 +11,7 @@
    - +

    Set tab stops

    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.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/UseMailMerge.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/UseMailMerge.htm index 10948e565..1e5c99b4a 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/UseMailMerge.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/UseMailMerge.htm @@ -11,7 +11,7 @@
    - +

    Use Mail Merge

    Note: this option is available for paid versions only.

    diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm index f315f3c23..25b079bcc 100644 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm +++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm @@ -11,7 +11,7 @@
    - +

    View document information

    To access the detailed information about the currently edited document, click the File tab of the top toolbar and select the Document Info... option.

    diff --git a/apps/documenteditor/main/resources/help/en/search/search.html b/apps/documenteditor/main/resources/help/en/search/search.html index 06f59b876..97576e91e 100644 --- a/apps/documenteditor/main/resources/help/en/search/search.html +++ b/apps/documenteditor/main/resources/help/en/search/search.html @@ -224,7 +224,7 @@
    - +

    Searching...

    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/About.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/About.htm index 5bc95b091..48b4c4dbd 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/About.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    Sobre el editor de documentos

    El Editor de documentos es una aplicación en línea que le permite revisar y editar documentos directamente en su navegador.

    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/AdvancedSettings.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/AdvancedSettings.htm index 47cc2056d..7ddd2a140 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/AdvancedSettings.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Ajustes avanzados del editor de documentos

    El editor de documentos le permite cambiar los ajustes avanzados. Para acceder a ellos, pulse la pestaña Archivo en la barra de herramientas superior y seleccione la opción Ajustes avanzados.... También puede usar el Icono de Ajustes avanzados icono en la esquina derecha de arriba en la pestaña de Inicio en la barra de herramientas superior.

    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/CollaborativeEditing.htm index b253b0150..ca348eb01 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/CollaborativeEditing.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Edición Colaborativa de Documentos

    Editor de Documentos le ofrece la posibilidad de trabajar en el documento en colaboración con otros usuarios. Esta función incluye:

    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/KeyboardShortcuts.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/KeyboardShortcuts.htm index 8791a54ab..f8d18bdd1 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Atajos de teclado

    Ctrl+Shift+P Add the current page number to the text or to the page footer.
    Modifying Objects
    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/Navigation.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/Navigation.htm index 9ad9b2a29..ffe2588af 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/Navigation.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Configuración de la vista y herramientas de navegación

    Editor de Documentos ofrece varias herramientas para ayudarle a ver y navegar por su documento: ampliación (zoom), botones de la página anterior/siguiente, indicador de número de la página.

    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/Review.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/Review.htm index a01fe0af6..155a3dd58 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/Review.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/Review.htm @@ -11,7 +11,7 @@
    - +

    Revisión de documentos

    Cuando alguien comparte un archivo con usted y que tiene permiso de revisión, use la función de Revisión del documento.

    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/Search.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/Search.htm index 1bd933935..f5a1857f9 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/Search.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Función "Encontrar y Reemplazar"

    Para encontrar unos carácteres necesarios, palabras o frases usados en el documento que Usted está editando en este momento, haga clic en el icono Icono Buscar situado en la barra lateral izquierda.

    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/SpellChecking.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/SpellChecking.htm index 77b19c5a3..785e3209b 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/SpellChecking.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@
    - +

    Corrección ortográfica

    El editor de documentos le permite comprobar la ortografía de su texto en un cierto idioma y corregir errores durante la edición.

    diff --git a/apps/documenteditor/main/resources/help/es/HelpfulHints/SupportedFormats.htm b/apps/documenteditor/main/resources/help/es/HelpfulHints/SupportedFormats.htm index 9ad8aa899..0561c7e38 100644 --- a/apps/documenteditor/main/resources/help/es/HelpfulHints/SupportedFormats.htm +++ b/apps/documenteditor/main/resources/help/es/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Formatos Soportados de Documentos Electrónicos

    Documentos electrónicos representan uno de los archivos infórmaticos más comúnmente utilizados. Gracias a un nivel alto de desarrollo de las redes infórmaticas actuales es más conveniente distribuir documentos de forma electrónica. Debido a una variedad de dispositivos usados para presentación de documentos existen muchos formatos de archivos patentados y abiertos. Document Editor soporta los formatos más populares.

    diff --git a/apps/documenteditor/main/resources/help/es/ProgramInterface/FileTab.htm b/apps/documenteditor/main/resources/help/es/ProgramInterface/FileTab.htm index 214142081..a24dfbd54 100644 --- a/apps/documenteditor/main/resources/help/es/ProgramInterface/FileTab.htm +++ b/apps/documenteditor/main/resources/help/es/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña Archivo

    La pestaña Archivo permite realizar algunas operaciones básicas en la carpeta actual.

    diff --git a/apps/documenteditor/main/resources/help/es/ProgramInterface/HomeTab.htm b/apps/documenteditor/main/resources/help/es/ProgramInterface/HomeTab.htm index 1875ab51c..f404659e7 100644 --- a/apps/documenteditor/main/resources/help/es/ProgramInterface/HomeTab.htm +++ b/apps/documenteditor/main/resources/help/es/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña de Inicio

    La pestaña de Inicio se abre por defecto cuando abre un documento. Le permite cambiar el tipo de letra y los párrafos. También hay más opciones disponibles como Combinación de Correspondencia, combinación de colores y ajustes de vista.

    diff --git a/apps/documenteditor/main/resources/help/es/ProgramInterface/InsertTab.htm b/apps/documenteditor/main/resources/help/es/ProgramInterface/InsertTab.htm index 321ebeb47..1109953ce 100644 --- a/apps/documenteditor/main/resources/help/es/ProgramInterface/InsertTab.htm +++ b/apps/documenteditor/main/resources/help/es/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña de Insertar

    La pestaña de Insertar le permite añadir elementos para editar, así como objetos visuales y comentarios.

    diff --git a/apps/documenteditor/main/resources/help/es/ProgramInterface/LayoutTab.htm b/apps/documenteditor/main/resources/help/es/ProgramInterface/LayoutTab.htm index 21b20240f..d95bd5d8c 100644 --- a/apps/documenteditor/main/resources/help/es/ProgramInterface/LayoutTab.htm +++ b/apps/documenteditor/main/resources/help/es/ProgramInterface/LayoutTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña Configuración de Formato

    La pestaña de Configuración de Formato le permite cambiar el formato del documento: configurar parámetros de la página y definir la disposición de los elementos visuales.

    diff --git a/apps/documenteditor/main/resources/help/es/ProgramInterface/PluginsTab.htm b/apps/documenteditor/main/resources/help/es/ProgramInterface/PluginsTab.htm index a42b9e9db..984a39a55 100644 --- a/apps/documenteditor/main/resources/help/es/ProgramInterface/PluginsTab.htm +++ b/apps/documenteditor/main/resources/help/es/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña Puglins

    La pestaña Puglins permite acceso a características de edición avanzadas usando componentes disponibles de terceros.

    diff --git a/apps/documenteditor/main/resources/help/es/ProgramInterface/ProgramInterface.htm b/apps/documenteditor/main/resources/help/es/ProgramInterface/ProgramInterface.htm index ced5df294..aa01d7fd0 100644 --- a/apps/documenteditor/main/resources/help/es/ProgramInterface/ProgramInterface.htm +++ b/apps/documenteditor/main/resources/help/es/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Introduciendo el Editor de Documento Interfaz de Usuario

    El Editor del Documento usa un interfaz intercalada donde los comandos de edición se agrupan en pestañas de forma funcional.

    diff --git a/apps/documenteditor/main/resources/help/es/ProgramInterface/ReviewTab.htm b/apps/documenteditor/main/resources/help/es/ProgramInterface/ReviewTab.htm index 36bad74f4..41e8a5c84 100644 --- a/apps/documenteditor/main/resources/help/es/ProgramInterface/ReviewTab.htm +++ b/apps/documenteditor/main/resources/help/es/ProgramInterface/ReviewTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña de Revisión

    La pestaña de Revisión permite revisar el documento: se asegura de que la ortografía del texto es correcta, gestiona comentarios, rastrea cambios hechos por un revisor.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/AddBorders.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/AddBorders.htm index 3f8f17b50..f67568dae 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/AddBorders.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/AddBorders.htm @@ -11,7 +11,7 @@
    - +

    Añadir bordes

    Para añadir bordes a un párrafo, una página o a un documento,

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/AddHyperlinks.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/AddHyperlinks.htm index 96f3bd3b8..27fa0f6c6 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/AddHyperlinks.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Añada hiperenlaces

    Para añadir un hiperenlace,

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/AlignArrangeObjects.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/AlignArrangeObjects.htm index c58d79a8d..a44f7d327 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Alinee y arregle objetos en una página

    Los bloques de texto o autoformas, gráficos e imágenes añadidos, pueden ser alineados, agrupados y ordenados en una página. Para realizar una de estas acciones, primero seleccione un objeto o varios objetos en la página. Para seleccionar varios objetos, mantenga apretada la tecla Ctrl y haga clic sobre los objetos necesarios. Para seleccionar un bloque de texto, haga clic en su borde, no en el texto de dentro. Después, puede usar o los iconos de la barra de herramientas superior de Formato que se describen más abajo o las opciones análogas del menú contextual.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/AlignText.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/AlignText.htm index 8c8c19111..6a80c8f2e 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/AlignText.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/AlignText.htm @@ -11,7 +11,7 @@
    - +

    Alinee su texto a una línea o un párrafo

    Normalmente el texto se alinea de cuatros modos: a la izquierda, a la derecha, al centro o justificado. Para hacerlo,

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/BackgroundColor.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/BackgroundColor.htm index 40693e31b..75d67d3c3 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/BackgroundColor.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/BackgroundColor.htm @@ -11,7 +11,7 @@
    - +

    Seleccione color de fondo para un párrafo

    El color de fondo se aplica a todo el párrafo y rellena completamente todo el espacio del párrafo del margen izquierdo al margen derecho de la página.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/ChangeColorScheme.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/ChangeColorScheme.htm index cd6f96d2a..5ceebc77a 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/ChangeColorScheme.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/ChangeColorScheme.htm @@ -11,7 +11,7 @@
    - +

    Cambie combinación de colores

    La combinación de colores se aplica a todo el documento. Se usa para cambiar el aspecto del documento, porque define la paleta Colores de tema para los elementos de un documento (letra, fondo, tablas, autoformas, gráficos). Si aplica algunos Colores de tema a los elementos del documento y después selecciona una Combinación de colores, los colores aplicados en su documentos se cambiarán de forma correspondiente.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/ChangeWrappingStyle.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/ChangeWrappingStyle.htm index 3c8f1e6d1..6d2c43211 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/ChangeWrappingStyle.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/ChangeWrappingStyle.htm @@ -11,7 +11,7 @@
    - +

    Cambiar la justificación del texto

    La opción de Justificación de estilo determina la manera en la que el objeto se posiciona en relación con el texto. Puede cambiar el estilo de justificación del texto por objetos insertados, como formas, imágenes, gráficos, cuadros de texto o tablas.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/CopyClearFormatting.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/CopyClearFormatting.htm index 269b97e4f..d366a8c7d 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/CopyClearFormatting.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Copie/borre formato de texto

    Para copiar un formato de texto en concreto,

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/CopyPasteUndoRedo.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/CopyPasteUndoRedo.htm index 50f1aa0c2..56f2c68c4 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Copie/pegue pasajes de texto, deshaga/rehaga sus acciones

    Use operaciones de portapapeles básico

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/CreateLists.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/CreateLists.htm index 713b4280b..310fa8b2f 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/CreateLists.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Cree listas

    Para crear una lista en su documento,

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/DecorationStyles.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/DecorationStyles.htm index c098606c9..fba3a73f0 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/DecorationStyles.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/DecorationStyles.htm @@ -11,7 +11,7 @@
    - +

    Aplique estilos de letra

    Puede aplicar varios estilos de letra usando los iconos correspondientes que se sitúan en la pestaña de Inicio en la barra de herramientas superior.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/FontTypeSizeColor.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/FontTypeSizeColor.htm index 8849b81b7..44d37edb2 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/FontTypeSizeColor.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/FontTypeSizeColor.htm @@ -11,7 +11,7 @@
    - +

    Establezca tipo,tamaño y color de letra

    Puede seleccionar el tipo, tamaño y color de la letra usando los iconos correspondientes que están disponibles en la pestaña de Inicio en la barra de herramientas superior.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/FormattingPresets.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/FormattingPresets.htm index 87d6e8d29..5e0685d86 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/FormattingPresets.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/FormattingPresets.htm @@ -11,7 +11,7 @@
    - +

    Aplique estilos predeterminados de formato

    Cada estilo de formato es un conjunto de opciones de formato predeterminado: (tamaño de letra, color, espaciado, alineamiento, etc.) Los estilos le permiten formatear de forma rápida las distintas partes del documento (encabezados, subtítulos, listas, texto normal, citas) en vez de aplicar varias opciones de forma individual cada vez. Esto también asegura una apariencia consistente en todo el documento. Un estilo se puede aplicar a un solo párrafo.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertAutoshapes.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertAutoshapes.htm index 2d2b02faf..b645f4e88 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertAutoshapes.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    Inserte autoformas

    Inserte un autoforma

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertCharts.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertCharts.htm index c030774a1..a86b98e7e 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertCharts.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

    Inserte gráficos

    Inserte un gráfico

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertDropCap.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertDropCap.htm index 06d489dba..f34d37aee 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertDropCap.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertDropCap.htm @@ -11,7 +11,7 @@
    - +

    Inserte una letra mayúscula

    La letra mayúscula es la primera letra de un párrafo que es más grande que las otras y ocupa unas líneas en altura.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertEquation.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertEquation.htm index 9701227f2..6e0775ec4 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertEquation.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Inserte ecuación

    El Editor de Documentos le permite crear ecuaciones usando las plantillas predeterminadas, editarlas, añadir caracteres especiales (incluyendo operaciones matemáticas, letras Griegas, acentos, etc).

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertFootnotes.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertFootnotes.htm index 364d0135c..08b94d3cb 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertFootnotes.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertFootnotes.htm @@ -11,7 +11,7 @@
    - +

    Insertar pies de página

    Puede añadir pies de página para proporcionar explicaciones o comentarios para algunas oraciones o términos usados en el texto, hacer referencia a fuentes y más.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertHeadersFooters.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertHeadersFooters.htm index fa2ad0647..a34773bcc 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertHeadersFooters.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertHeadersFooters.htm @@ -11,7 +11,7 @@
    - +

    Inserte encabezados y pies de página

    Para añadir encabezados o pies de página a su documento o editar los existentes,

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertImages.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertImages.htm index 52d5d0baf..b81b28a36 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertImages.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Inserte imágenes

    En el editor de documentos, usted puede insertar imágenes de formatos más populares en su documento. Los siguientes formatos de imágenes son compatibles: BMP, GIF, JPEG, JPG, PNG.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertPageNumbers.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertPageNumbers.htm index 033c6b5b7..183386064 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertPageNumbers.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertPageNumbers.htm @@ -11,7 +11,7 @@
    - +

    Inserte números de páginas

    Para insertar números de las páginas en su documento,

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertTables.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertTables.htm index 54905b756..82bef9518 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertTables.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

    Inserte tablas

    Inserte una tabla

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertTextObjects.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertTextObjects.htm index 6f8436b10..1bcc1c570 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertTextObjects.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/InsertTextObjects.htm @@ -11,7 +11,7 @@
    - +

    Insertar objetos con texto

    Para hacer su texto más enfático y captar atención a una parte concreta del documento, puede insertar una casilla de texto (un marco rectangular que permita introducir texto) o un objeto de Arte de texto (una casilla de texto con un estilo de letra y color predeterminado que permite aplicar algunos efectos de texto).

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/LineSpacing.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/LineSpacing.htm index 971fcd13e..8031f5607 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/LineSpacing.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/LineSpacing.htm @@ -11,7 +11,7 @@
    - +

    Establezca espaciado de línea de párrafo

    En el editor de documentos, usted puede establecer la altura de línea para las líneas de texto en un párrafo y también márgenes entre el párrafo actual, el previo o el posterior.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/NonprintingCharacters.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/NonprintingCharacters.htm index 74323df31..222003169 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/NonprintingCharacters.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/NonprintingCharacters.htm @@ -11,7 +11,7 @@
    - +

    Muestre/oculte caracteres no imprimibles

    Los caracteres no imprimibles le ayuda a editar un documento. Indican la presencia de diferentes tipos de formato, pero no se imprimen con el documento si no que solo se muestran en la pantalla.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/OpenCreateNew.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/OpenCreateNew.htm index 09efe9d50..9ba94b214 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/OpenCreateNew.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Cree un documento nuevo o abra el documento existente

    Cuando usted ha terminado de trabajar con un documento, usted puede dirigirse al documento que ha sido editado últimamente, crear un documento nuevo, o volver a la lista de documentos existentes.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/PageBreaks.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/PageBreaks.htm index c884672f9..6cdd457a2 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/PageBreaks.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/PageBreaks.htm @@ -11,7 +11,7 @@
    - +

    Inserte saltos de página

    En el editor de documentos, usted puede añadir un salto de página para empezar una página nueva y ajustar las opciones de paginación.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/ParagraphIndents.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/ParagraphIndents.htm index 3950f7a42..c33b74591 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/ParagraphIndents.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/ParagraphIndents.htm @@ -11,7 +11,7 @@
    - +

    Cambie sangrías de párrafo

    En el editor de documentos, usted puede desplazar la primera línea de párrafo desde la parte izquierda de la página y también todo el párrafo desde las partes derecha y izquierda de la página.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/SavePrintDownload.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/SavePrintDownload.htm index 901d81fc2..59336823b 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/SavePrintDownload.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Guarde/imprima/descargue su documento

    Cuando usted trabaja en su documento el editor de documentos guarda su archivo cada 2 segundos automáticamente preveniendo la pérdida de datos en caso de un cierre inesperado del programa. Si co-edita el archivo en el modo Rápido, el tiempo requerido para actualizaciones es de 25 cada segundo y guarda los cambios si estos se han producido. Si el archivo se está editando por varias prsonas a la vez, los cambios se guardan cada 10 minutos. Se puede fácilmente desactivar la función Autoguardado en la página Ajustes avanzados.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/SectionBreaks.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/SectionBreaks.htm index ba7b01f68..9202300be 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/SectionBreaks.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/SectionBreaks.htm @@ -11,7 +11,7 @@
    - +

    Inserte saltos de sección

    La opción saltos de sección le permite aplicar un diseño o formato diferente a las ciertas partes de su documento. Por ejemplo, usted puede usar encabezados y pies de página, numeración de páginas, márgenes, tamaño, u orientación para cada sección separada.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/SetPageParameters.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/SetPageParameters.htm index a8d672c85..de01984f3 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/SetPageParameters.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/SetPageParameters.htm @@ -11,7 +11,7 @@
    - +

    Establezca parámetros de página

    Para establecer la orientación de la página y su tamaño, ajustar márgenes e insertar columnas, use los iconos correspondientes en la pestaña Configuración de Formato en barra de herramientas superior.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/SetTabStops.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/SetTabStops.htm index 03d9893f1..c89c2bff5 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/SetTabStops.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/SetTabStops.htm @@ -11,7 +11,7 @@
    - +

    Fije tabuladores

    En el editor de documentos, usted puede cambiar tabuladores, es decir, la posición que avanza el cursor al pulsar la tecla Tab en el teclado.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/UseMailMerge.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/UseMailMerge.htm index 57649b886..34fb204dd 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/UseMailMerge.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/UseMailMerge.htm @@ -11,7 +11,7 @@
    - +

    Usar la Combinación de Correspondencia

    Nota: esta opción solo está disponible para versiones de pago.

    diff --git a/apps/documenteditor/main/resources/help/es/UsageInstructions/ViewDocInfo.htm b/apps/documenteditor/main/resources/help/es/UsageInstructions/ViewDocInfo.htm index 422931da3..3f00b6ab7 100644 --- a/apps/documenteditor/main/resources/help/es/UsageInstructions/ViewDocInfo.htm +++ b/apps/documenteditor/main/resources/help/es/UsageInstructions/ViewDocInfo.htm @@ -11,7 +11,7 @@
    - +

    Vea información sobre documento

    Para acceder a la información detallada sobre el documento actualmente editado, pulse el icono Archivo en la barra de herramientas superior y seleccione la opción Información sobre documento....

    diff --git a/apps/documenteditor/main/resources/help/es/search/search.html b/apps/documenteditor/main/resources/help/es/search/search.html index 57c4ec458..318efd8e2 100644 --- a/apps/documenteditor/main/resources/help/es/search/search.html +++ b/apps/documenteditor/main/resources/help/es/search/search.html @@ -225,7 +225,7 @@
    - +

    Búsqueda...

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/About.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/About.htm index 55872129d..968cd136d 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/About.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    À propos de Document Editor

    Document Editor est une application en ligne qui vous permet de parcourir et de modifier des documents directement sur le portail .

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/AdvancedSettings.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/AdvancedSettings.htm index b9914e0a3..e37be6cbb 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/AdvancedSettings.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Paramètres avancés de Document Editor

    Document Editor vous permet de modifier ses paramètres avancés. Pour y accéder, cliquez sur l'onglet Fichier dans la barre d'outils supérieure et sélectionnez l'option Paramètres avancés.... Vous pouvez également utiliser l'icône Paramètres avancés dans le coin supérieur droit de l'onglet Accueil de la barre d'outils supérieure.

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/CollaborativeEditing.htm index ab30b314e..e4a5d7e15 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/CollaborativeEditing.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Edition collaborative des documents

    Document Editor vous offre la possibilité de travailler sur un document simultanément avec d'autres utilisateurs. Cette fonction inclut :

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/KeyboardShortcuts.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/KeyboardShortcuts.htm index 0ebf242bc..8239eb08b 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Raccourcis clavier

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/Navigation.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/Navigation.htm index ab889d1a5..2aaa0c982 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/Navigation.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Paramètres d'affichage et outils de navigation

    Document Editor est doté de plusieurs outils qui vous aide à visionner et naviguer à travers votre document : les règles, le zoom, les boutons page précédente / suivante, l'affichage des numéros de page.

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/Review.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/Review.htm index da2e64320..b91ad4439 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/Review.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/Review.htm @@ -11,7 +11,7 @@
    - +

    Révision du document

    Lorsque quelqu'un partage avec vous un fichier disposant des autorisations de révision, vous devez utiliser la fonction Révision du document.

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/Search.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/Search.htm index 4d1a3c233..415b44e42 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/Search.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Fonctions de recherche et remplacement

    Pour rechercher les caractères voulus, des mots ou des phrases utilisés dans le document en cours d'édition, cliquez sur l'icône Icône Recherche située sur la barre latérale gauche.

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/SpellChecking.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/SpellChecking.htm index f9a1f1d89..87e13c62a 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/SpellChecking.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@
    - +

    Vérification de l'orthographe

    Document Editor vous permet de vérifier l'orthographe du texte saisi dans une certaine langue et corriger des fautes lors de l'édition.

    diff --git a/apps/documenteditor/main/resources/help/fr/HelpfulHints/SupportedFormats.htm b/apps/documenteditor/main/resources/help/fr/HelpfulHints/SupportedFormats.htm index 5de8f8db8..ce95e803c 100644 --- a/apps/documenteditor/main/resources/help/fr/HelpfulHints/SupportedFormats.htm +++ b/apps/documenteditor/main/resources/help/fr/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Formats des documents électroniques pris en charge

    Les documents électroniques représentent l'un des types des fichiers les plus utilisés en informatique. Grâce à l'utilisation du réseau informatique tant développé aujourd'hui, il est possible et plus pratique de distribuer des documents électroniques que des versions imprimées. Les formats de fichier ouverts et propriétaires sont bien nombreux à cause de la variété des périphériques utilisés pour la présentation des documents. Document Editor prend en charge les formats les plus populaires.

    diff --git a/apps/documenteditor/main/resources/help/fr/ProgramInterface/FileTab.htm b/apps/documenteditor/main/resources/help/fr/ProgramInterface/FileTab.htm index f0326eec1..6c0009d45 100644 --- a/apps/documenteditor/main/resources/help/fr/ProgramInterface/FileTab.htm +++ b/apps/documenteditor/main/resources/help/fr/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Fichier

    L'onglet Fichier permet d'effectuer certaines opérations de base sur le fichier en cours.

    diff --git a/apps/documenteditor/main/resources/help/fr/ProgramInterface/HomeTab.htm b/apps/documenteditor/main/resources/help/fr/ProgramInterface/HomeTab.htm index dbe28db59..d6ddf03a9 100644 --- a/apps/documenteditor/main/resources/help/fr/ProgramInterface/HomeTab.htm +++ b/apps/documenteditor/main/resources/help/fr/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Accueil

    L'onglet Accueil s'ouvre par défaut lorsque vous ouvrez un document. Il permet de formater la police et les paragraphes. D'autres options sont également disponibles ici, telles que Publipostage, schémas de couleurs, paramètres d'affichage.

    diff --git a/apps/documenteditor/main/resources/help/fr/ProgramInterface/InsertTab.htm b/apps/documenteditor/main/resources/help/fr/ProgramInterface/InsertTab.htm index 4a3b4d543..416780224 100644 --- a/apps/documenteditor/main/resources/help/fr/ProgramInterface/InsertTab.htm +++ b/apps/documenteditor/main/resources/help/fr/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Insertion

    L'onglet Insertion permet d'ajouter des éléments de mise en page, ainsi que des objets visuels et des commentaires.

    diff --git a/apps/documenteditor/main/resources/help/fr/ProgramInterface/LayoutTab.htm b/apps/documenteditor/main/resources/help/fr/ProgramInterface/LayoutTab.htm index 047214b80..2f8dadd5d 100644 --- a/apps/documenteditor/main/resources/help/fr/ProgramInterface/LayoutTab.htm +++ b/apps/documenteditor/main/resources/help/fr/ProgramInterface/LayoutTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Mise en page

    L'onglet Mise en page permet de modifier l'apparence du document : configurer les paramètres de la page et définir la disposition des éléments visuels.

    diff --git a/apps/documenteditor/main/resources/help/fr/ProgramInterface/PluginsTab.htm b/apps/documenteditor/main/resources/help/fr/ProgramInterface/PluginsTab.htm index 432988861..ff0cdf816 100644 --- a/apps/documenteditor/main/resources/help/fr/ProgramInterface/PluginsTab.htm +++ b/apps/documenteditor/main/resources/help/fr/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Modules complémentaires

    L'onglet Modules complémentaires permet d'accéder à des fonctions d'édition avancées à l'aide de composants tiers disponibles.

    diff --git a/apps/documenteditor/main/resources/help/fr/ProgramInterface/ProgramInterface.htm b/apps/documenteditor/main/resources/help/fr/ProgramInterface/ProgramInterface.htm index e7dd03f1e..b7ab805f4 100644 --- a/apps/documenteditor/main/resources/help/fr/ProgramInterface/ProgramInterface.htm +++ b/apps/documenteditor/main/resources/help/fr/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Présentation de l'interface de Document Editor

    Document Editor utilise une interface à onglets où les commandes d'édition sont regroupées en onglets par fonctionnalité.

    diff --git a/apps/documenteditor/main/resources/help/fr/ProgramInterface/ReviewTab.htm b/apps/documenteditor/main/resources/help/fr/ProgramInterface/ReviewTab.htm index 2ad8707f5..35eb080f7 100644 --- a/apps/documenteditor/main/resources/help/fr/ProgramInterface/ReviewTab.htm +++ b/apps/documenteditor/main/resources/help/fr/ProgramInterface/ReviewTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Révision

    L'onglet Révision permet de vérifier le document : assurez-vous que l'orthographe du texte est correcte, gérez les commentaires, suivez les modifications apportées par un relecteur.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/AddBorders.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/AddBorders.htm index f7db843f3..38409dd3b 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/AddBorders.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/AddBorders.htm @@ -11,7 +11,7 @@
    - +

    Ajouter des bordures

    Pour ajouter des bordures à un paragraphe, à une page ou à tout le document,

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/AddHyperlinks.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/AddHyperlinks.htm index a8846c74c..5ad868f15 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/AddHyperlinks.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Ajouter des liens hypertextes

    Pour ajouter un lien hypertexte,

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/AlignArrangeObjects.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/AlignArrangeObjects.htm index 10824072a..9657d537a 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Aligner et organiser des objets sur une page

    Les blocs de texte, les formes automatiques, les images et les graphiques ajoutés peuvent être alignés, regroupés, triés, répartis horizontalement et verticalement sur une page. Pour effectuer une de ces actions, sélectionnez d'abord un ou plusieurs objets sur la page. Pour sélectionner plusieurs objets, maintenez la touche Ctrl enfoncée et cliquez avec le bouton gauche sur les objets nécessaires. Pour sélectionner un bloc de texte, cliquez sur son bord, pas sur le texte à l'intérieur. Après quoi vous pouvez utiliser soit les icônes de l'onglet Mise en page de la barre d'outils supérieure décrites ci-après soit les options similaires du menu contextuel.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/AlignText.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/AlignText.htm index 46deb737e..768dd3ebe 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/AlignText.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/AlignText.htm @@ -11,7 +11,7 @@
    - +

    Alignement du texte d'un paragraphe

    Le texte peut être aligné de quatre façons : aligné à gauche, centré, aligné à droite et justifié. Pour le faire,

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/BackgroundColor.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/BackgroundColor.htm index d1854e70a..0ac11aa5e 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/BackgroundColor.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/BackgroundColor.htm @@ -11,7 +11,7 @@
    - +

    Sélectionner la couleur d'arrière-plan pour un paragraphe

    La couleur d'arrière-plan est appliquée au paragraphe entier et remplit complètement l’espace du paragraphe de la marge de page gauche à la marge de page droite.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/ChangeColorScheme.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/ChangeColorScheme.htm index e258ed67d..2d88896c1 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/ChangeColorScheme.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/ChangeColorScheme.htm @@ -11,7 +11,7 @@
    - +

    Modifier le jeu de couleurs

    Les jeux de couleurs s'appliquent au document entier. Utilisés pour le changement rapide de l'apparence de votre document, les jeux de couleurs définissent la palette Couleurs de thème pour les éléments du document (police, arrière-plan, tableaux, formes automatiques, graphiques). Si vous appliquez des Couleurs de thèmes aux éléments du document et sélectionnez un nouveau Jeu de couleurs, les couleurs appliquées aux éléments de votre document, par conséquent, seront modifiées.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/ChangeWrappingStyle.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/ChangeWrappingStyle.htm index e1ace48af..3c035cada 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/ChangeWrappingStyle.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/ChangeWrappingStyle.htm @@ -11,7 +11,7 @@
    - +

    Changer l'habillage du texte

    L'option Style d'habillage détermine la position de l'objet par rapport au texte. Vous pouvez modifier le style d'habillage de texte pour les objets insérés, tels que les formes, les images, les graphiques, les zones de texte ou les tableaux.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/CopyClearFormatting.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/CopyClearFormatting.htm index b45ca3473..a1e3f3d6f 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/CopyClearFormatting.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Copier/effacer la mise en forme du texte

    Pour copier une certaine mise en forme du texte,

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/CopyPasteUndoRedo.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/CopyPasteUndoRedo.htm index c1432e08f..a06badb49 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Copier/coller les passages de texte, annuler/rétablir vos actions

    Utiliser les opérations basiques du presse-papier

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/CreateLists.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/CreateLists.htm index c3263e256..2260d2fdd 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/CreateLists.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Créer des listes

    Pour créer une liste dans votre document,

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/DecorationStyles.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/DecorationStyles.htm index a298206c3..ca8e59cff 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/DecorationStyles.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/DecorationStyles.htm @@ -11,7 +11,7 @@
    - +

    Appliquer les styles de police

    Vous pouvez appliquer différents styles de police à l'aide des icônes correspondantes situées dans l'onglet Accueil de la barre d'outils supérieure.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/FontTypeSizeColor.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/FontTypeSizeColor.htm index 8b050f80a..9c1b8b5ac 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/FontTypeSizeColor.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/FontTypeSizeColor.htm @@ -11,7 +11,7 @@
    - +

    Définir le type de police, la taille et la couleur

    Vous pouvez sélectionner le type, la taille et la couleur de police à l'aide des icônes correspondantes situées dans l'onglet Accueil de la barre d'outils supérieure.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/FormattingPresets.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/FormattingPresets.htm index bb795b9a6..32ccdaf9e 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/FormattingPresets.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/FormattingPresets.htm @@ -11,7 +11,7 @@
    - +

    Appliquer les styles de formatage

    Chaque style de mise en forme représente un ensemble des options de mise en forme : (taille de la police, couleur, interligne, alignment etc.). Les styles permettent de mettre en forme rapidement les parties différentes du texte (en-têtes, sous-titres, listes,texte normal, citations) au lieu d'appliquer les options de mise en forme différentes individuellement chaque fois que vous en avez besoin. Cela permet également d'assurer une apparence uniforme de tout le document. Un style n'est appliqué au'au paragraphe entier.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertAutoshapes.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertAutoshapes.htm index 9a12d83cd..a4a578b1d 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertAutoshapes.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    Insérer des formes automatiques

    Insérer une forme automatique

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertCharts.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertCharts.htm index ede0b705b..7b6c23fd6 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertCharts.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

    Insérer des graphiques

    Insérer un graphique

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertDropCap.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertDropCap.htm index 569a4c985..a08bc0b6e 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertDropCap.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertDropCap.htm @@ -11,7 +11,7 @@
    - +

    Insérer une lettrine

    Une Lettrine est une lettre initiale du paragraphe, elle est plus grande que les autres lettres et occupe une hauteur supérieure à la ligne courante.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertEquation.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertEquation.htm index 65db0b6af..4a74abc1d 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertEquation.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Insérer des équations

    Document Editor vous permet de créer des équations à l'aide des modèles intégrés, de les modifier, d'insérer des caractères spéciaux (à savoir des opérateurs mathématiques, des lettres grecques, des accents, etc.).

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertFootnotes.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertFootnotes.htm index 3e78978a7..283dd5550 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertFootnotes.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertFootnotes.htm @@ -11,7 +11,7 @@
    - +

    Insérer les notes de bas de page

    Vous pouvez ajouter des notes de bas de page pour fournir des explications ou des commentaires sur certaines phrases ou termes utilisés dans votre texte, faire des références aux sources, etc.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertHeadersFooters.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertHeadersFooters.htm index f6b361046..d7aac92eb 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertHeadersFooters.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertHeadersFooters.htm @@ -11,7 +11,7 @@
    - +

    Insérer les en-têtes et pieds de page

    Pour ajouter un en-tête ou un pied de page à votre document ou modifier ceux qui déjà existent ,

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertImages.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertImages.htm index 53f350cd0..8db947f38 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertImages.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Insérer des images

    Document Editor vous permet d'insérer des images aux formats populaires. Les formats d'image pris en charge sont les suivants : BMP, GIF, JPEG, JPG, PNG.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertPageNumbers.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertPageNumbers.htm index 29e638a10..fd8ec6670 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertPageNumbers.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertPageNumbers.htm @@ -11,7 +11,7 @@
    - +

    Insérer les numéros de page

    Pour insérer des numéros de page dans votre document,

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertTables.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertTables.htm index 4bde4e860..caad1a7a1 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertTables.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

    Insérer des tableaux

    Insérer un tableau

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertTextObjects.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertTextObjects.htm index 6a3bb388a..dbfdfb508 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertTextObjects.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/InsertTextObjects.htm @@ -11,7 +11,7 @@
    - +

    Insérer des objets textuels

    Pour rendre votre texte plus explicite et attirer l'attention sur une partie spécifique du document, vous pouvez insérer une zone de texte (un cadre rectangulaire qui permet de saisir du texte) ou un objet Text Art (une zone de texte avec un style de police prédéfini et couleur qui permet d'appliquer certains effets de texte).

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/LineSpacing.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/LineSpacing.htm index a7fd3ce0b..da76e1468 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/LineSpacing.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/LineSpacing.htm @@ -11,7 +11,7 @@
    - +

    Régler l'interligne du paragraphe

    En utilisant Document Editor, vous pouvez définir la hauteur de la ligne pour les lignes de texte dans le paragraphe ainsi que les marges entre le paragraphe courant et précédent ou suivant.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/NonprintingCharacters.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/NonprintingCharacters.htm index c2d299a8a..1e710a9f1 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/NonprintingCharacters.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/NonprintingCharacters.htm @@ -11,7 +11,7 @@
    - +

    Afficher/masquer les caractères non imprimables

    Les caractères non imprimables aident à éditer le document. Ils indiquent la présence de différents types de mises en forme, mais ils ne sont pas imprimés, même quand ils sont affichés à l'écran.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/OpenCreateNew.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/OpenCreateNew.htm index 8eed71cfc..212fcba0d 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/OpenCreateNew.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Créer un nouveau document ou ouvrir un document existant

    Une fois que vous avez fini de travailler sur un document, vous pouvez immédiatement passer au document existant que vous avez récemment édité, créer un nouveau, ou revenir à la liste des documents existants.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/PageBreaks.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/PageBreaks.htm index 21fbee52e..4f16c0b89 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/PageBreaks.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/PageBreaks.htm @@ -11,7 +11,7 @@
    - +

    Insérer des sauts de page

    En utilisant Document Editor, vous pouvez ajouter le saut de page pour commencer une nouvelle page et régler les options de pagination.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/ParagraphIndents.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/ParagraphIndents.htm index 8a245f799..4848a208e 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/ParagraphIndents.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/ParagraphIndents.htm @@ -11,7 +11,7 @@
    - +

    Changer les retraits de paragraphe

    En utilisant Document Editor, vous pouvez changer le premier décalage de la ligne sur la partie gauche de la page aussi bien que le décalage du paragraphe du côté gauche et du côté droit de la page.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/SavePrintDownload.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/SavePrintDownload.htm index 45e74fdd7..14ec28318 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/SavePrintDownload.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Enregistrer / télécharger / imprimer votre document

    Par défaut, quand vous travaillez Document Editor enregistre automatiquement votre fichier toutes les 2 secondes visant à prévenir la perte des données au cas d'une fermeture inattendue de l'éditeur. Si vous co-éditez le fichier en mode Rapide, le minuteur récupère les mises à jour 25 fois par seconde et enregistre les modifications si elles ont été effectuées. Si vous co-éditez le fichier en mode Strict, les modifications sont automatiquement enregistrées toutes les 10 minutes. Si nécessaire, vous pouvez facilement changer la périodicité de l'enregistrement automatique ou même désactiver cette fonction sur la page Paramètres avancés.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/SectionBreaks.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/SectionBreaks.htm index 964fc12db..dd0b0efd5 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/SectionBreaks.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/SectionBreaks.htm @@ -11,7 +11,7 @@
    - +

    Insérer les sauts de section

    Les sauts de section vous permettent d'appliquer des mises en page et mises en formes différentes pour de certaines parties de votre document. Par exemple, vous pouvez utiliser des en-têtes et pieds de page, des numérotations des pages, des marges, la taille, l'orientation, ou le numéro de colonne individuels pour chaque section séparée.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/SetPageParameters.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/SetPageParameters.htm index 09d545edf..e7f17d321 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/SetPageParameters.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/SetPageParameters.htm @@ -11,7 +11,7 @@
    - +

    Régler les paramètres de page

    Pour modifier la mise en page, c'est-à-dire définir l'orientation et la taille de la page, ajuster les marges et insérer des colonnes, utilisez les icônes correspondantes dans l'onglet Mise en page de la barre d'outils supérieure.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/SetTabStops.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/SetTabStops.htm index 0e8a8320c..79f2bc41a 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/SetTabStops.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/SetTabStops.htm @@ -11,7 +11,7 @@
    - +

    Définir des taquets de tabulation

    Document Editor vous permet de changer des taquets de tabulation c'est-à-dire l'emplacement où le curseur s'arrête quand vous appuyez sur la touche Tab du clavier.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/UseMailMerge.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/UseMailMerge.htm index e7dc9f8fd..98e98c3fb 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/UseMailMerge.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/UseMailMerge.htm @@ -11,7 +11,7 @@
    - +

    Utiliser le Publipostage

    Remarque : cette option est disponible uniquement pour les versions payantes.

    diff --git a/apps/documenteditor/main/resources/help/fr/UsageInstructions/ViewDocInfo.htm b/apps/documenteditor/main/resources/help/fr/UsageInstructions/ViewDocInfo.htm index 3caa7f934..a4fcd0926 100644 --- a/apps/documenteditor/main/resources/help/fr/UsageInstructions/ViewDocInfo.htm +++ b/apps/documenteditor/main/resources/help/fr/UsageInstructions/ViewDocInfo.htm @@ -11,7 +11,7 @@
    - +

    Afficher les informations sur le document

    Pour accéder aux informations détaillées sur le document actuellement édité, cliquez sur l'onglet Fichier de la barre d'outils supérieure et sélectionnez l'option Informations sur le document....

    diff --git a/apps/documenteditor/main/resources/help/fr/search/search.html b/apps/documenteditor/main/resources/help/fr/search/search.html index 6eec06b51..ac32537c0 100644 --- a/apps/documenteditor/main/resources/help/fr/search/search.html +++ b/apps/documenteditor/main/resources/help/fr/search/search.html @@ -224,7 +224,7 @@
    - +

    Recherche...

    diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/About.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/About.htm index ba403667f..28857390c 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/About.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    О редакторе документов

    Онлайн-редактор документов - это diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm index 3c689ef89..87dd9e086 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@

    - +

    Дополнительные параметры редактора документов

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

    diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm index a3e4e8bb4..8983a122a 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Совместное редактирование документа

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

    diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm index eaaf01f73..2f2422d8c 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Сочетания клавиш

    @@ -325,6 +325,11 @@ + diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/Navigation.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/Navigation.htm index e6c02b881..b8baf0e5c 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/Navigation.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Параметры представления и инструменты навигации

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

    diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/Review.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/Review.htm index 6484e6ab6..06460c2cc 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/Review.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/Review.htm @@ -11,7 +11,7 @@
    - +

    Рецензирование документа

    Когда кто-то предоставляет вам доступ к файлу с правами на рецензирование, используйте функцию Рецензирования документа.

    diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/Search.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/Search.htm index 9a83377c7..63c282c59 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/Search.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Функция поиска и замены

    Чтобы найти нужные символы, слова или фразы, использованные в документе, который Вы в данный момент редактируете, diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm index 9c4309024..d8cbd3204 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@

    - +

    Проверка орфографии

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

    diff --git a/apps/documenteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm b/apps/documenteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm index a6acb8058..e01a7f4aa 100644 --- a/apps/documenteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm +++ b/apps/documenteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Поддерживаемые форматы электронных документов

    Электронные документы - это одни из наиболее широко используемых компьютерных файлов. diff --git a/apps/documenteditor/main/resources/help/ru/ProgramInterface/FileTab.htm b/apps/documenteditor/main/resources/help/ru/ProgramInterface/FileTab.htm index 47d9a6fd7..63114dbb5 100644 --- a/apps/documenteditor/main/resources/help/ru/ProgramInterface/FileTab.htm +++ b/apps/documenteditor/main/resources/help/ru/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@

    - +

    Вкладка Файл

    Вкладка Файл позволяет выполнить некоторые базовые операции с текущим файлом.

    diff --git a/apps/documenteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm b/apps/documenteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm index 52b0fa899..589cb9532 100644 --- a/apps/documenteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm +++ b/apps/documenteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Главная

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

    diff --git a/apps/documenteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm b/apps/documenteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm index 7d007fa40..694803cb7 100644 --- a/apps/documenteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm +++ b/apps/documenteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Вставка

    Вкладка Вставка позволяет добавлять элементы форматирования страницы, а также визуальные объекты и комментарии.

    diff --git a/apps/documenteditor/main/resources/help/ru/ProgramInterface/LayoutTab.htm b/apps/documenteditor/main/resources/help/ru/ProgramInterface/LayoutTab.htm index a9547ec47..18c778a89 100644 --- a/apps/documenteditor/main/resources/help/ru/ProgramInterface/LayoutTab.htm +++ b/apps/documenteditor/main/resources/help/ru/ProgramInterface/LayoutTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Макет

    Вкладка Макет позволяет изменить внешний вид документа: задать параметры страницы и определить расположение визуальных элементов.

    diff --git a/apps/documenteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm b/apps/documenteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm index 6c386e673..f1d393ef6 100644 --- a/apps/documenteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm +++ b/apps/documenteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Плагины

    Вкладка Плагины позволяет получить доступ к дополнительным возможностям редактирования, используя доступные сторонние компоненты.

    diff --git a/apps/documenteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm b/apps/documenteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm index afb78b6bb..92b1640ca 100644 --- a/apps/documenteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm +++ b/apps/documenteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Знакомство с пользовательским интерфейсом редактора документов

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

    diff --git a/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReviewTab.htm b/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReviewTab.htm index f122a1c75..b3c990a85 100644 --- a/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReviewTab.htm +++ b/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReviewTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Рецензирование

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm index 771e97e18..d65581a62 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm @@ -11,7 +11,7 @@
    - +

    Добавление границ

    Для добавления границ к абзацу, странице или всему документу:

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm index 1fef8827b..05ab81cf3 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Добавление гиперссылок

    Для добавления гиперссылки:

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm index 55a7204dc..b8bb11fa0 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Выравнивание и упорядочивание объектов на странице

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignText.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignText.htm index 34fdb5555..66effb8ae 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignText.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignText.htm @@ -11,7 +11,7 @@
    - +

    Выравнивание текста в абзаце

    Текст обычно выравнивается четырьмя способами: по левому краю, по правому краю, по центру или по ширине. Для этого:

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/BackgroundColor.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/BackgroundColor.htm index 200d6e328..07dff5222 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/BackgroundColor.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/BackgroundColor.htm @@ -11,7 +11,7 @@
    - +

    Выбор цвета фона для абзаца

    Цвет фона применяется ко всему абзацу и полностью заполняет пространство абзаца от левого поля страницы до правого поля страницы.

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeColorScheme.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeColorScheme.htm index 7c2b70b9b..c5e0961f3 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeColorScheme.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeColorScheme.htm @@ -11,7 +11,7 @@
    - +

    Выбор цветовой схемы

    Цветовые схемы применяются ко всему документу. Они используются для быстрого изменения вида документа, поскольку они определяют палитру diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeWrappingStyle.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeWrappingStyle.htm index 87dd46445..dc7857428 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeWrappingStyle.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeWrappingStyle.htm @@ -11,7 +11,7 @@

    - +

    Изменение стиля обтекания текстом

    Опция Стиль обтекания определяет способ размещения объекта относительно текста. Можно изменить стиль обтекания текстом для вставленных объектов, таких как фигуры, изображения, диаграммы, текстовые поля или таблицы.

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm index 875e5a39d..1aac0c6d6 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Копирование/очистка форматирования текста

    Чтобы скопировать определенное форматирование текста,

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm index 31b2708fc..0dcd8ed3e 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Копирование/вставка текста, отмена/повтор действий

    Использование основных операций с буфером обмена

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/CreateLists.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/CreateLists.htm index 911b9326d..3d31fcc1b 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/CreateLists.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Создание списков

    Для создания в документе списка:

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/DecorationStyles.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/DecorationStyles.htm index 4c32c8531..76d131b85 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/DecorationStyles.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/DecorationStyles.htm @@ -11,7 +11,7 @@
    - +

    Применение стилей оформления шрифта

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeColor.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeColor.htm index 27fa17325..902302689 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeColor.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeColor.htm @@ -11,7 +11,7 @@
    - +

    Задание типа, размера и цвета шрифта

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/FormattingPresets.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/FormattingPresets.htm index 6e4e7b27e..6a7a22efe 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/FormattingPresets.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/FormattingPresets.htm @@ -11,7 +11,7 @@
    - +

    Применение стилей форматирования

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm index c6a2ab3c8..291fcf430 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm index 8f2303295..cf289fc71 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertDropCap.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertDropCap.htm index 48f87aae8..20f1520c3 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertDropCap.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertDropCap.htm @@ -11,7 +11,7 @@
    - +

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

    Буквица - это первая буква абзаца, которая намного больше всех остальных и занимает в высоту несколько строк.

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm index 0781d9e51..f623e393f 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertFootnotes.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertFootnotes.htm index 6c04e62f1..379a39e4d 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertFootnotes.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertFootnotes.htm @@ -11,7 +11,7 @@
    - +

    Вставка сносок

    Сноски можно добавлять, чтобы пояснить или прокомментировать какие-то фразы или термины, использованные в тексте, указать ссылки на источники и так далее.

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm index b9ba9978c..7bf424f1b 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm @@ -11,7 +11,7 @@
    - +

    Вставка колонтитулов

    Чтобы добавить в документ верхний или нижний колонтитулы или изменить существующие,

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm index a9985a3a1..d0d47e496 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertPageNumbers.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertPageNumbers.htm index d55027a39..e50dfa750 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertPageNumbers.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertPageNumbers.htm @@ -11,7 +11,7 @@
    - +

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

    Для вставки в документ номеров страниц:

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTables.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTables.htm index d8d36de08..49607182d 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTables.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm index 8350e753d..7250876d1 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm @@ -11,7 +11,7 @@
    - +

    Вставка текстовых объектов

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/LineSpacing.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/LineSpacing.htm index 912833f15..1e818253e 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/LineSpacing.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/LineSpacing.htm @@ -11,7 +11,7 @@
    - +

    Задание междустрочного интервала в абзацах

    В редакторе документов можно задать высоту строки для строк текста в абзаце, а также поля между текущим и предыдущим или последующим абзацем.

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/NonprintingCharacters.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/NonprintingCharacters.htm index 3c07c5d8a..dc476a970 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/NonprintingCharacters.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/NonprintingCharacters.htm @@ -11,7 +11,7 @@
    - +

    Отображение/скрытие непечатаемых символов

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm index e7e5e6884..dd0dc092a 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Создание нового документа или открытие существующего

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/PageBreaks.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/PageBreaks.htm index 2b604d3b5..d36390491 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/PageBreaks.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/PageBreaks.htm @@ -11,7 +11,7 @@
    - +

    Вставка разрывов страниц

    В редакторе документов можно добавить разрыв страницы, чтобы начать новую страницу, а также настроить параметры разбивки на страницы.

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/ParagraphIndents.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/ParagraphIndents.htm index f0733b706..d1c6f9480 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/ParagraphIndents.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/ParagraphIndents.htm @@ -11,7 +11,7 @@
    - +

    Изменение отступов абзацев

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm index a2b460920..bfb13c444 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Сохранение / скачивание / печать документа

    По умолчанию онлайн-редактор документов автоматически сохраняет файл каждые 2 секунды, когда вы работаете над ним, чтобы не допустить потери данных в случае непредвиденного закрытия программы. Если вы совместно редактируете файл в Быстром режиме, таймер запрашивает наличие изменений 25 раз в секунду и сохраняет их, если они были внесены. При совместном редактировании файла в Строгом режиме изменения автоматически сохраняются каждые 10 минут. При необходимости можно легко выбрать предпочтительный режим совместного редактирования или отключить функцию автоматического сохранения на странице Дополнительные параметры.

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/SectionBreaks.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/SectionBreaks.htm index 5f484b73b..d7ed4da83 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/SectionBreaks.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/SectionBreaks.htm @@ -11,7 +11,7 @@
    - +

    Вставка разрывов раздела

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetPageParameters.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetPageParameters.htm index d3739e819..43a4f2758 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetPageParameters.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetPageParameters.htm @@ -11,7 +11,7 @@

    - +

    Задание параметров страницы

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetTabStops.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetTabStops.htm index 05dabfb8d..503ffcbdd 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetTabStops.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetTabStops.htm @@ -11,7 +11,7 @@
    - +

    Установка позиций табуляции

    В онлайн-редакторе документов можно изменить позиции табуляции, то есть те позиции, куда переходит курсор при нажатии клавиши Tab на клавиатуре.

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/UseMailMerge.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/UseMailMerge.htm index bf08c8579..b0a84dc8a 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/UseMailMerge.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/UseMailMerge.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm index 70bebf66a..f1ace7c25 100644 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm +++ b/apps/documenteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm @@ -11,7 +11,7 @@
    - +

    Просмотр сведений о документе

    Чтобы получить доступ к подробным сведениям о редактируемом документе, нажмите на вкладку Файл на верхней панели инструментов и выберите опцию Сведения о документе....

    diff --git a/apps/documenteditor/main/resources/help/ru/search/search.html b/apps/documenteditor/main/resources/help/ru/search/search.html index a878817df..12e867c23 100644 --- a/apps/documenteditor/main/resources/help/ru/search/search.html +++ b/apps/documenteditor/main/resources/help/ru/search/search.html @@ -225,7 +225,7 @@
    - +

    Поиск...

    diff --git a/apps/presentationeditor/main/resources/help/de/HelpfulHints/About.htm b/apps/presentationeditor/main/resources/help/de/HelpfulHints/About.htm index 0134e0522..aa949a845 100644 --- a/apps/presentationeditor/main/resources/help/de/HelpfulHints/About.htm +++ b/apps/presentationeditor/main/resources/help/de/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    Über den Präsentationseditor

    Der Präsentationseditor ist eine Online- Anwendung, mit der Sie Ihre Dokumente direkt in Ihrem Browser betrachten und bearbeiten können.

    diff --git a/apps/presentationeditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm b/apps/presentationeditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm index 2d6552737..56b25c3bb 100644 --- a/apps/presentationeditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm +++ b/apps/presentationeditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Erweiterte Einstellungen des Präsentationseditors

    Über die Funktion erweiterten Einstellungen können Sie die Grundeinstellungen im Präsentationseditor ändern. Klicken Sie dazu in der oberen Symbolleiste auf die Registerkarte Datei und wählen Sie die Option Erweiterte Einstellungen.... Sie können auch das Erweiterte Einstellungen Symbol in der rechten oberen Ecke der Registerkarte Start anklicken.

    diff --git a/apps/presentationeditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm b/apps/presentationeditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm index 43f6c0993..4c7dec34f 100644 --- a/apps/presentationeditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm +++ b/apps/presentationeditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Gemeinsame Bearbeitung von Präsentationen

    Im Präsentationseneditor haben Sie die Möglichkeit, gemeinsam mit anderen Nutzern an einer Präsentation zu arbeiten. Diese Funktion umfasst:

    diff --git a/apps/presentationeditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm b/apps/presentationeditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm index 8d02fd008..614a692be 100644 --- a/apps/presentationeditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/presentationeditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Tastenkombinationen

    Ctrl+Shift+P Добавить текущий номер в текст на странице или к нижнему колонтитулу.
    Модификация объектов
    diff --git a/apps/presentationeditor/main/resources/help/de/HelpfulHints/Navigation.htm b/apps/presentationeditor/main/resources/help/de/HelpfulHints/Navigation.htm index 4909f131b..38a1c2cd4 100644 --- a/apps/presentationeditor/main/resources/help/de/HelpfulHints/Navigation.htm +++ b/apps/presentationeditor/main/resources/help/de/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Ansichtseinstellungen und Navigationswerkzeuge

    Der Präsentationseditor bietet mehrere Werkzeuge, um Ihnen die Ansicht und Navigation in Ihrer Präsentation zu erleichtern: Zoom, vorherige/nächste folie, Anzeige der Foliennummer.

    diff --git a/apps/presentationeditor/main/resources/help/de/HelpfulHints/Search.htm b/apps/presentationeditor/main/resources/help/de/HelpfulHints/Search.htm index e3d370953..652fcce55 100644 --- a/apps/presentationeditor/main/resources/help/de/HelpfulHints/Search.htm +++ b/apps/presentationeditor/main/resources/help/de/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Suchfunktion

    Wenn Sie in der aktuellen Präsentation nach Zeichen, Wörtern oder Phrasen suchen wollen, klicken Sie auf das Suche Symbol in der linken Seitenleiste.

    diff --git a/apps/presentationeditor/main/resources/help/de/HelpfulHints/SpellChecking.htm b/apps/presentationeditor/main/resources/help/de/HelpfulHints/SpellChecking.htm index 1c10f6d81..94a1b7a74 100644 --- a/apps/presentationeditor/main/resources/help/de/HelpfulHints/SpellChecking.htm +++ b/apps/presentationeditor/main/resources/help/de/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@
    - +

    Rechtschreibprüfung

    Der Präsentationseditor bietet Ihnen die Möglichkeit, die Rechtschreibung Ihres Textes in einer bestimmten Sprache zu überprüfen und Fehler während der Bearbeitung zu korrigieren.

    diff --git a/apps/presentationeditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm b/apps/presentationeditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm index ea23dd3dc..1301e63e2 100644 --- a/apps/presentationeditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm +++ b/apps/presentationeditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Unterstützte Formate elektronischer Präsentationen

    Eine Präsentation besteht aus einer Reihe von Folien, die verschiedene Arten von Inhalten enthalten können, z. B. Bilder, Mediendateien, Text, Effekte etc. Der Präsentationseditor unterstützt die folgenden Formate:

    diff --git a/apps/presentationeditor/main/resources/help/de/ProgramInterface/FileTab.htm b/apps/presentationeditor/main/resources/help/de/ProgramInterface/FileTab.htm index 534344dbb..523fa6a04 100644 --- a/apps/presentationeditor/main/resources/help/de/ProgramInterface/FileTab.htm +++ b/apps/presentationeditor/main/resources/help/de/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Datei

    Über die Registerkarte Datei können Sie einige grundlegende Vorgänge in der aktuellen Datei durchführen.

    diff --git a/apps/presentationeditor/main/resources/help/de/ProgramInterface/HomeTab.htm b/apps/presentationeditor/main/resources/help/de/ProgramInterface/HomeTab.htm index 0e2c8e977..89648de68 100644 --- a/apps/presentationeditor/main/resources/help/de/ProgramInterface/HomeTab.htm +++ b/apps/presentationeditor/main/resources/help/de/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Start

    Die Registerkarte Start wird standardmäßig geöffnet, wenn Sie eine beliebige Präsentation öffnen. Hier können Sie allgemeine Folienparameter festlegen, Text formatieren und Objekte einfügen und diesen ausrichten und anordnen.

    diff --git a/apps/presentationeditor/main/resources/help/de/ProgramInterface/InsertTab.htm b/apps/presentationeditor/main/resources/help/de/ProgramInterface/InsertTab.htm index 0564df22c..fe729f356 100644 --- a/apps/presentationeditor/main/resources/help/de/ProgramInterface/InsertTab.htm +++ b/apps/presentationeditor/main/resources/help/de/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Einfügen

    Über die Registerkarte Einfügen können Sie visuelle Objekte und Kommentare zu Ihrer Präsentation hinzufügen.

    diff --git a/apps/presentationeditor/main/resources/help/de/ProgramInterface/PluginsTab.htm b/apps/presentationeditor/main/resources/help/de/ProgramInterface/PluginsTab.htm index 30dfd7d45..08229ee40 100644 --- a/apps/presentationeditor/main/resources/help/de/ProgramInterface/PluginsTab.htm +++ b/apps/presentationeditor/main/resources/help/de/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Registerkarte Plug-ins

    Die Registerkarte Plugins ermöglicht den Zugriff auf erweiterte Bearbeitungsfunktionen mit verfügbaren Komponenten von Drittanbietern.

    diff --git a/apps/presentationeditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm b/apps/presentationeditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm index 971d0c1cc..435827874 100644 --- a/apps/presentationeditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm +++ b/apps/presentationeditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Einführung in die Benutzeroberfläche des Präsentationseditors

    Der Präsentationseditor verfügt über eine Benutzeroberfläche mit Registerkarten, in der Bearbeitungsbefehle nach Funktionalität in Registerkarten gruppiert sind.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm index 30a0fc121..6f983b4ae 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Hyperlink einfügen

    Einfügen eines Hyperlinks

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm index b61ed9669..d31d96b9e 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Objekte auf einer Folie anordnen und ausrichten

    Die hinzugefügten Textbereiche, AutoFormen, Diagramme und Bilder können auf der Folie ausgerichtet, gruppiert, angeordnet und horizontal oder vertikal verteilt werden. Um einen dieser Vorgänge auszuführen, wählen Sie zuerst ein einzelnes Objekt oder mehrere Objekte auf der Folie aus. Um mehrere Objekte zu wählen, halten Sie die Taste STRG gedrückt und klicken Sie auf die gewünschten Objekte. Um ein Textfeld auszuwählen, klicken Sie auf den Rahmen und nicht auf den darin befindlichen Text. Danach können Sie entweder über die nachstehend beschriebenden Symbole in der Registerkarte Layout navigieren oder Sie nutzen die entsprechenden Optionen aus dem Rechtsklickmenü.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/ApplyTransitions.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/ApplyTransitions.htm index 627d0ae62..a6c08d705 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/ApplyTransitions.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/ApplyTransitions.htm @@ -11,7 +11,7 @@
    - +

    Übergänge hinzufügen

    Ein Übergang ist ein Animationseffekt, beim Wechsel zwischen zwei Folien, während einer Bildschirmdemonstration. Sie können den gleichen Übergang zu allen Folien hinzufügen oder verschiedene Übergänge auf jede einzelne Folie anwenden und die Eigenschaften der Übergänge anpassen.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm index 4741ba3f9..ae25d99e7 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Formatierung übernehmen/entfernen

    Kopieren einer bestimmte Textformatierung:

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm index 8197845ea..1bd603706 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Daten kopieren/einfügen, Aktionen rückgängig machen/wiederholen

    Um gewählte Objekte (Folien, Textabschnitte, AutoFormen) in Ihrer Präsentation auszuschneiden, zu kopieren, einzufügen oder Aktionen rückgängig zu machen bzw. zu wiederholen, nutzen Sie die Optionen aus dem Rechtsklickmenü oder die entsprechenden Tastenkombinationen oder die Symbole die auf jeder beliebigen Registerkarte in der oberen Symbolleiste verfügbar sind:

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/CreateLists.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/CreateLists.htm index 33e6ac935..5bc1b430d 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/CreateLists.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Nummerierte Listen erstellen

    Nummerierte Liste in einer Präsentation erstellen:

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/FillObjectsSelectColor.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/FillObjectsSelectColor.htm index 6db541537..036964717 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/FillObjectsSelectColor.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/FillObjectsSelectColor.htm @@ -11,7 +11,7 @@
    - +

    Objekte ausfüllen und Farben auswählen

    Sie haben die Möglichkeit für Folien, AutoFormen und DekoSchriften verschiedene Füllfarben und Hintergründe zu verwenden.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm index e857c7183..e4cc2b5a3 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    AutoFormen einfügen und formatieren

    AutoForm einfügen

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertCharts.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertCharts.htm index eef5f754c..8ea3a5fa7 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertCharts.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

    Diagramme einfügen und bearbeiten

    Ein Diagramm einfügen

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertEquation.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertEquation.htm index 716781888..704d1921e 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertEquation.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Formeln einfügen

    Mit dem Präsentationseditor können Sie Formeln mithilfe der integrierten Vorlagen erstellen, sie bearbeiten, Sonderzeichen einfügen (einschließlich mathematischer Operatoren, griechischer Buchstaben, Akzente usw.).

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertImages.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertImages.htm index 9886f5ff5..87dc83c8c 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertImages.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Bilder einfügen und anpassen

    Ein Bild einfügen

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertTables.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertTables.htm index 83fa5a485..b2ec73e85 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertTables.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

    Tabellen einfügen und formatieren

    Eine Tabelle einfügen

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertText.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertText.htm index 354b187b4..3ba091851 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertText.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/InsertText.htm @@ -11,7 +11,7 @@
    - +

    Text einfügen und formatieren

    Text einfügen

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/ManageSlides.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/ManageSlides.htm index e98f6d00a..df4ac18db 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/ManageSlides.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/ManageSlides.htm @@ -11,7 +11,7 @@
    - +

    Folien verwalten

    Standardmäßig besteht eine neu erstellte Präsentation aus einer leeren Titelfolie. Sie haben nun die Möglichkeit neue Folien zu erstellen, eine Folie zu kopieren, um sie an anderer Stelle in der Folienliste einzufügen, Folien zu duplizieren, Folien mit dem Cursor in eine andere Position zu ziehen, um die Reihenfolge zu verändern, überflüssige Folien zu löschen, ausgewählte Folien auszublenden.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/ManipulateObjects.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/ManipulateObjects.htm index 159de1193..757945866 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/ManipulateObjects.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/ManipulateObjects.htm @@ -11,7 +11,7 @@
    - +

    Objekte formatieren

    Sie können die verschiedene Objekte auf einer Folie mithilfe der speziellen Ziehpunkte manuell verschieben, drehen und ihre Größe ändern. Alternativ können Sie über die rechte Seitenleiste oder das Fenster Erweiterte Einstellungen genaue Werte für die Abmessungen und die Position von Objekten festlegen.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm index 87529e7b5..ccaeb7722 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Eine neue Präsentation erstellen oder eine vorhandene öffnen

    Nachdem Sie die Arbeit an einer Präsentation abgeschlossen haben, können Sie sofort zu einer bereits vorhandenen Präsentation übergehen, die Sie kürzlich bearbeitet haben, eine neue Präsentation erstellen oder die Liste mit den vorhandenen Präsentationen öffnen.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/PreviewPresentation.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/PreviewPresentation.htm index 7598bdfc9..c9e9d8eaa 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/PreviewPresentation.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/PreviewPresentation.htm @@ -11,7 +11,7 @@
    - +

    Vorschau einer Präsentation

    Vorschau beginnen

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm index f0c09f076..1d98c481a 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Präsentation speichern/drucken/herunterladen

    Standardmäßig speichert wird Ihre Datei im Präsentationseditor während der Bearbeitung automatisch alle 2 Sekunden gespeichert, um Datenverluste im Falle eines unerwarteten Programmabsturzes zu verhindern. Wenn Sie die Datei im Schnellmodus co-editieren, fordert der Timer 25 Mal pro Sekunde Aktualisierungen an und speichert vorgenommene Änderungen. Wenn Sie die Datei im Modus Strikt co-editieren, werden Änderungen automatisch alle 10 Minuten gespeichert. Sie können den bevorzugten Co-Modus nach Belieben auswählen oder die Funktion AutoSave auf der Seite Erweiterte Einstellungen deaktivieren.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/SetSlideParameters.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/SetSlideParameters.htm index 433bf91f7..f76c0022d 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/SetSlideParameters.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/SetSlideParameters.htm @@ -11,7 +11,7 @@
    - +

    Folienparameter festlegen

    Um Ihre Präsentation zu personalisieren, können Sie ein Thema und ein Farbschema sowie die Foliengröße und -ausrichtung für die gesamte Präsentation auswählen, Hintergrundfarbe oder Folienlayout für jede einzelne Folie ändern und Übergänge zwischen den Folien hinzufügen. Es ist außerdem möglich Notizen zu jeder Folie einzufüllen, die hilfreich sein können, wenn Sie die Präsentation in der Referentenansicht wiedergeben.

    diff --git a/apps/presentationeditor/main/resources/help/de/UsageInstructions/ViewPresentationInfo.htm b/apps/presentationeditor/main/resources/help/de/UsageInstructions/ViewPresentationInfo.htm index fdc6150bf..4a85958ed 100644 --- a/apps/presentationeditor/main/resources/help/de/UsageInstructions/ViewPresentationInfo.htm +++ b/apps/presentationeditor/main/resources/help/de/UsageInstructions/ViewPresentationInfo.htm @@ -11,7 +11,7 @@
    - +

    Präsentationseigenschaften anzeigen

    Um detaillierte Informationen über die aktuelle Präsentation einzusehen, wechseln Sie in die Registerkarte Datei und wählen Sie die Option Präsentationseigenschaften....

    diff --git a/apps/presentationeditor/main/resources/help/de/search/search.html b/apps/presentationeditor/main/resources/help/de/search/search.html index 23c6f96ba..b5c8869af 100644 --- a/apps/presentationeditor/main/resources/help/de/search/search.html +++ b/apps/presentationeditor/main/resources/help/de/search/search.html @@ -225,7 +225,7 @@
    - +

    Suche...

    diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/About.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/About.htm index 2b88ccd2f..a29770cf7 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/About.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    About Presentation Editor

    Presentation Editor is an online application that lets you look through diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm index cb39e6749..9ac0582b7 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@

    - +

    Advanced Settings of Presentation Editor

    Presentation Editor lets you change its advanced settings. To access them, open the File tab at the top toolbar and select the Advanced Settings... option. You can also use the Advanced settings icon icon in the right upper corner at the Home tab of the top toolbar.

    diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm index c468b0b40..97166ea6c 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Collaborative Presentation Editing

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

    diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm index d2273310b..8e05a663c 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Keyboard Shortcuts

    diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/Navigation.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/Navigation.htm index 15d2408d1..ed82aa0bc 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/Navigation.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    View Settings and Navigation Tools

    Presentation Editor offers several tools to help you view and navigate through your presentation: zoom, previous/next slide buttons, slide number indicator.

    diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/Search.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/Search.htm index 87a6bc31f..1aac9fc19 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/Search.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Search Function

    To search for the needed characters, words or phrases used in the currently edited presentation, diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/SpellChecking.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/SpellChecking.htm index f30d7189d..e989e91a0 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/SpellChecking.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@

    - +

    Spell-checking

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

    diff --git a/apps/presentationeditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm b/apps/presentationeditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm index 62304abd2..4a59efe2e 100644 --- a/apps/presentationeditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm +++ b/apps/presentationeditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Supported Formats of Electronic Presentation

    Presentation is a set of slides that may include different type of content such as images, media files, text, effects etc. diff --git a/apps/presentationeditor/main/resources/help/en/ProgramInterface/FileTab.htm b/apps/presentationeditor/main/resources/help/en/ProgramInterface/FileTab.htm index ac9db0432..99b49a219 100644 --- a/apps/presentationeditor/main/resources/help/en/ProgramInterface/FileTab.htm +++ b/apps/presentationeditor/main/resources/help/en/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@

    - +

    File tab

    The File tab allows to perform some basic operations on the current file.

    diff --git a/apps/presentationeditor/main/resources/help/en/ProgramInterface/HomeTab.htm b/apps/presentationeditor/main/resources/help/en/ProgramInterface/HomeTab.htm index 57fe0018a..b228dbfdf 100644 --- a/apps/presentationeditor/main/resources/help/en/ProgramInterface/HomeTab.htm +++ b/apps/presentationeditor/main/resources/help/en/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Home tab

    The Home tab opens by default when you open a presentation. It allows to set general slide parameters, format text, insert some objects, align and arrange them.

    diff --git a/apps/presentationeditor/main/resources/help/en/ProgramInterface/InsertTab.htm b/apps/presentationeditor/main/resources/help/en/ProgramInterface/InsertTab.htm index 5e8834358..117a5b688 100644 --- a/apps/presentationeditor/main/resources/help/en/ProgramInterface/InsertTab.htm +++ b/apps/presentationeditor/main/resources/help/en/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Insert tab

    The Insert tab allows to add visual objects and comments into your presentation.

    diff --git a/apps/presentationeditor/main/resources/help/en/ProgramInterface/PluginsTab.htm b/apps/presentationeditor/main/resources/help/en/ProgramInterface/PluginsTab.htm index b586f5832..c84204368 100644 --- a/apps/presentationeditor/main/resources/help/en/ProgramInterface/PluginsTab.htm +++ b/apps/presentationeditor/main/resources/help/en/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Plugins tab

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

    diff --git a/apps/presentationeditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm b/apps/presentationeditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm index c99aa1823..8b0515f83 100644 --- a/apps/presentationeditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm +++ b/apps/presentationeditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Introducing the Presentation Editor user interface

    Presentation Editor uses a tabbed interface where editing commands are grouped into tabs by functionality.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm index f4860fdee..e91deec57 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Add hyperlinks

    To add a hyperlink,

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/AlignArrangeObjects.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/AlignArrangeObjects.htm index 19fea7ce3..9d1e5f0c2 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Align and arrange objects on a slide

    The added autoshapes, images, charts or text boxes can be aligned, grouped, ordered, distributed horizontally and vertically on a slide. To perform any of these actions, first select a separate object or several objects in the slide editing area. To select several objects, hold down the Ctrl key and left-click the necessary objects. To select a text box, click on its border, not the text within it. After that you can use either the icons at the Home tab of the top toolbar described below or the analogous options from the right-click menu.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ApplyTransitions.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ApplyTransitions.htm index 5623120b2..940df40e3 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ApplyTransitions.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ApplyTransitions.htm @@ -11,7 +11,7 @@
    - +

    Apply transitions

    A transition is an effect that appears between two slides when one slide advances to the next one during a demonstration. You can apply the same transition to all slides or apply different transitions to each separate slide and adjust the transition properties.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyClearFormatting.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyClearFormatting.htm index 47c757a67..6d0c04e91 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyClearFormatting.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Copy/clear formatting

    To copy a certain text formatting,

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm index 03a13463d..a775043bb 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Copy/paste data, undo/redo your actions

    To cut, copy and paste selected objects (slides, text passages, autoshapes) in the current presentation or undo/redo your actions use the corresponding options from the right-click menu, or keyboard shortcuts, or icons available at any tab of the top toolbar:

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/CreateLists.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/CreateLists.htm index dbb52f1e1..484788fa9 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/CreateLists.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Create lists

    To create a list in your presentation,

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/FillObjectsSelectColor.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/FillObjectsSelectColor.htm index 3bdbec839..7851d7bdd 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/FillObjectsSelectColor.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/FillObjectsSelectColor.htm @@ -11,7 +11,7 @@
    - +

    Fill objects and select colors

    You can apply different fills for the slide, autoshape and Text Art font background.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm index 98782a9d2..a1970c0c6 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    Insert and format autoshapes

    Insert an autoshape

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertCharts.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertCharts.htm index e2adc507f..d017a7605 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertCharts.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

    Insert and edit charts

    Insert a chart

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm index d1a8ba6f7..83bebdcaa 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Insert equations

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

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertImages.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertImages.htm index 2f23aee42..131a1352b 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertImages.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Insert and adjust images

    Insert an image

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertTables.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertTables.htm index 8d3e0738e..db905796a 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertTables.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

    Insert and format tables

    Insert a table

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertText.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertText.htm index 55f9a4002..eca5a035d 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertText.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/InsertText.htm @@ -11,7 +11,7 @@
    - +

    Insert and format your text

    Insert your text

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManageSlides.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManageSlides.htm index a0082dc4e..c31417186 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManageSlides.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManageSlides.htm @@ -11,7 +11,7 @@
    - +

    Manage slides

    By default, a newly created presentation has one blank Title Slide. You can create new slides, copy a slide to be able to paste it to another place in the slide list, duplicate slides, move slides to change their order in the slide list, delete unnecessary slides, mark some slides as hidden.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm index 2a252fe68..2958db806 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm @@ -11,7 +11,7 @@
    - +

    Manipulate objects on a slide

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

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm index ea0ca5064..8de448ae5 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Create a new presentation or open an existing one

    When Presentation Editor is open, you can immediately proceed to an already existing presentation that you have recently edited, create a new one, or return to the list of existing presentations.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/PreviewPresentation.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/PreviewPresentation.htm index 0bcc4976d..8ac6a9ffc 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/PreviewPresentation.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/PreviewPresentation.htm @@ -11,7 +11,7 @@
    - +

    Preview your presentation

    Start the preview

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm index 868dd7d48..1b354fab1 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Save/print/download your presentation

    By default, Рresentation Editor automatically saves your file each 2 seconds when you work on it preventing your data loss in case of the unexpected program closing. If you co-edit the file in the Fast mode, the timer requests for updates 25 times a second and saves the changes if they have been made. When the file is being co-edited in the Strict mode, changes are automatically saved at 10-minute intervals. If you need, you can easily select the preferred co-editing mode or disable the Autosave feature on the Advanced Settings page.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/SetSlideParameters.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/SetSlideParameters.htm index c09d4a879..217bd7bc9 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/SetSlideParameters.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/SetSlideParameters.htm @@ -11,7 +11,7 @@
    - +

    Set slide parameters

    To customize your presentation, you can select a theme, color scheme, slide size and orientation for the entire presentation, change the background fill or slide layout for each separate slide, apply transitions between the slides. It's also possible to add explanatory notes to each slide that can be helpful when demonstrating the presentation in the Presenter mode.

    diff --git a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ViewPresentationInfo.htm b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ViewPresentationInfo.htm index 1a44a05c2..cb48b5d99 100644 --- a/apps/presentationeditor/main/resources/help/en/UsageInstructions/ViewPresentationInfo.htm +++ b/apps/presentationeditor/main/resources/help/en/UsageInstructions/ViewPresentationInfo.htm @@ -11,7 +11,7 @@
    - +

    View presentation information

    To access the detailed information about the currently edited presentation, click the File tab of the top toolbar and select the Presentation Info option.

    diff --git a/apps/presentationeditor/main/resources/help/en/search/search.html b/apps/presentationeditor/main/resources/help/en/search/search.html index 06f59b876..97576e91e 100644 --- a/apps/presentationeditor/main/resources/help/en/search/search.html +++ b/apps/presentationeditor/main/resources/help/en/search/search.html @@ -224,7 +224,7 @@
    - +

    Searching...

    diff --git a/apps/presentationeditor/main/resources/help/es/HelpfulHints/About.htm b/apps/presentationeditor/main/resources/help/es/HelpfulHints/About.htm index 4531fd8bc..d21f66c0e 100644 --- a/apps/presentationeditor/main/resources/help/es/HelpfulHints/About.htm +++ b/apps/presentationeditor/main/resources/help/es/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    Acerca del editor de presentaciones

    El editor de presentaciones es una aplicación en línea que le permite ver y editar presentaciones directamente en su navegador.

    diff --git a/apps/presentationeditor/main/resources/help/es/HelpfulHints/AdvancedSettings.htm b/apps/presentationeditor/main/resources/help/es/HelpfulHints/AdvancedSettings.htm index 85c2c8218..809b8ab45 100644 --- a/apps/presentationeditor/main/resources/help/es/HelpfulHints/AdvancedSettings.htm +++ b/apps/presentationeditor/main/resources/help/es/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Ajustes avanzados del editor de presentaciones

    El editor de presentaciones le permite cambiar los ajustes avanzados. Para acceder a estos, abra la pestaña Archivo en la barra de herramientas superior y seleccione la opción Ajustes avanzados.... Usted también puede usar el icono Icono Ajustes avanzados en la esquina derecha en la pestaña Inicio en la barra de herramientas superior.

    diff --git a/apps/presentationeditor/main/resources/help/es/HelpfulHints/CollaborativeEditing.htm b/apps/presentationeditor/main/resources/help/es/HelpfulHints/CollaborativeEditing.htm index 5c9f2c902..585c5a20a 100644 --- a/apps/presentationeditor/main/resources/help/es/HelpfulHints/CollaborativeEditing.htm +++ b/apps/presentationeditor/main/resources/help/es/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Edición de presentación en colaboración

    El editor de presentaciones le ofrece la posibilidad de trabajar en una presentación en colaboración con otros usuarios. Esta función incluye:

    diff --git a/apps/presentationeditor/main/resources/help/es/HelpfulHints/KeyboardShortcuts.htm b/apps/presentationeditor/main/resources/help/es/HelpfulHints/KeyboardShortcuts.htm index e01b73036..b0a910f9e 100644 --- a/apps/presentationeditor/main/resources/help/es/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/presentationeditor/main/resources/help/es/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Atajos de teclado

    diff --git a/apps/presentationeditor/main/resources/help/es/HelpfulHints/Navigation.htm b/apps/presentationeditor/main/resources/help/es/HelpfulHints/Navigation.htm index 458e71e86..d7f2e0b89 100644 --- a/apps/presentationeditor/main/resources/help/es/HelpfulHints/Navigation.htm +++ b/apps/presentationeditor/main/resources/help/es/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Configuración de la vista y herramientas de navegación

    El editor de presentaciones ofrece varias herramientas para ayudarle a visualizar y navegar por su presentación: zoom, los botones de diapositiva anterior/siguiente, el indicador del numero de diapositiva.

    diff --git a/apps/presentationeditor/main/resources/help/es/HelpfulHints/Search.htm b/apps/presentationeditor/main/resources/help/es/HelpfulHints/Search.htm index 6ed2e238e..a636c8bf8 100644 --- a/apps/presentationeditor/main/resources/help/es/HelpfulHints/Search.htm +++ b/apps/presentationeditor/main/resources/help/es/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Función de búsqueda

    Para buscar los caracteres necesarios, palabras o frases usadas en la presentación actualmente editada, haga clic en el Icono Buscar icono situado en la barra izquierda lateral.

    diff --git a/apps/presentationeditor/main/resources/help/es/HelpfulHints/SpellChecking.htm b/apps/presentationeditor/main/resources/help/es/HelpfulHints/SpellChecking.htm index 93edc9c7d..8b662d4ee 100644 --- a/apps/presentationeditor/main/resources/help/es/HelpfulHints/SpellChecking.htm +++ b/apps/presentationeditor/main/resources/help/es/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@
    - +

    Corrección ortográfica

    El editor de documentos le permite comprobar la ortografía de su texto en un idioma concreto y corregir errores mientras edita.

    diff --git a/apps/presentationeditor/main/resources/help/es/HelpfulHints/SupportedFormats.htm b/apps/presentationeditor/main/resources/help/es/HelpfulHints/SupportedFormats.htm index de942fc01..ffd558888 100644 --- a/apps/presentationeditor/main/resources/help/es/HelpfulHints/SupportedFormats.htm +++ b/apps/presentationeditor/main/resources/help/es/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Formatos compatibles de presentaciones electrónicas

    La presentación es un conjunto de diapositivas que puede incluir distintos tipos de contenido por como imágenes, archivos multimedia, texto, efectos etc. El editor de presentaciones es compatible con los siguientes formatos de presentaciones:

    diff --git a/apps/presentationeditor/main/resources/help/es/ProgramInterface/FileTab.htm b/apps/presentationeditor/main/resources/help/es/ProgramInterface/FileTab.htm index d327dd08f..f78a99d05 100644 --- a/apps/presentationeditor/main/resources/help/es/ProgramInterface/FileTab.htm +++ b/apps/presentationeditor/main/resources/help/es/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña de archivo

    La pestaña de Archivo permite realizar operaciones básicas en el archivo actual.

    diff --git a/apps/presentationeditor/main/resources/help/es/ProgramInterface/HomeTab.htm b/apps/presentationeditor/main/resources/help/es/ProgramInterface/HomeTab.htm index c5ae8ac4e..d9dfc07e9 100644 --- a/apps/presentationeditor/main/resources/help/es/ProgramInterface/HomeTab.htm +++ b/apps/presentationeditor/main/resources/help/es/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña de Inicio

    La pestaña de Inicio se abre por defecto cuando abre una presentación. Permite fijar parámetros generales con respecto a diapositivas, formato del texto, insertar, alinear y organizar varios objetos.

    diff --git a/apps/presentationeditor/main/resources/help/es/ProgramInterface/InsertTab.htm b/apps/presentationeditor/main/resources/help/es/ProgramInterface/InsertTab.htm index fe854e163..b5a903726 100644 --- a/apps/presentationeditor/main/resources/help/es/ProgramInterface/InsertTab.htm +++ b/apps/presentationeditor/main/resources/help/es/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña Insertar

    La pestaña Insertar permite añadir objetos visuales y comentarios a su presentación.

    diff --git a/apps/presentationeditor/main/resources/help/es/ProgramInterface/PluginsTab.htm b/apps/presentationeditor/main/resources/help/es/ProgramInterface/PluginsTab.htm index 8833306b2..b879932f8 100644 --- a/apps/presentationeditor/main/resources/help/es/ProgramInterface/PluginsTab.htm +++ b/apps/presentationeditor/main/resources/help/es/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Pestaña de Puglins

    La pestaña de Puglins permite acceder a funciones de edición avanzadas usando componentes disponibles de terceros.

    diff --git a/apps/presentationeditor/main/resources/help/es/ProgramInterface/ProgramInterface.htm b/apps/presentationeditor/main/resources/help/es/ProgramInterface/ProgramInterface.htm index 9a1b94b29..08a0fae91 100644 --- a/apps/presentationeditor/main/resources/help/es/ProgramInterface/ProgramInterface.htm +++ b/apps/presentationeditor/main/resources/help/es/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Introduciendo el interfaz de usuario de Editor de Presentación

    El Editor de Presentación usa un interfaz de pestañas donde los comandos de edición se agrupan en pestañas de manera funcional.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/AddHyperlinks.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/AddHyperlinks.htm index 13d3a44c6..c21eab65b 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/AddHyperlinks.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Añada hiperenlace

    Para añadir un hiperenlace,

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/AlignArrangeObjects.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/AlignArrangeObjects.htm index af8121695..7129faec5 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Alinee y organice objetos en una diapositiva

    Los cuadros de texto o autoformas, gráficos e imágenes añadidos, se pueden alinear, agrupar, ordenar, o distribuir horizontal y verticalmente en una diapositiva. Para realizar una de estas acciones, primero seleccione un objeto o varios objetos en el área de edición de diapositiva. Para seleccionar unos objetos, mantenga apretada la tecla Ctrl y haga clic sobre los objetos necesarios. Para seleccionar un cuadro de texto, haga clic en su borde y no en el texto de dentro. Después, puede utilizar o los iconos en la pestaña de Inicio de la barra de herramientas superior que se describen más adelante o las opciones análogas del menú contextual.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/ApplyTransitions.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/ApplyTransitions.htm index 7008c2a7b..5fe16b862 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/ApplyTransitions.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/ApplyTransitions.htm @@ -11,7 +11,7 @@
    - +

    Aplique transiciones

    La transición es un efecto de animación que se aplica entre dos diapositivas cuando una diapositiva avanza a la otra durante una demonstración. Usted puede aplicar la misma transición a todas las diapositivas o aplicar distintas transiciones a cada diapositiva por separado y ajustar los parámetros de transición.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/CopyClearFormatting.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/CopyClearFormatting.htm index 8681a6a75..05b7298f7 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/CopyClearFormatting.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Copie/elimine formato

    Para copiar un formato de un texto en particular,

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/CopyPasteUndoRedo.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/CopyPasteUndoRedo.htm index d06434e93..210f322b7 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Copie/pegue sus datos, deshaga/rehaga sus acciones

    Para cortar, copiar y pegar los objetos seleccionados (diapositivas, párrafos de texto, autoformas) en su presentación o deshacer y reahecer sus acciones, use las opciones correspondientes del menú contextual, o los atajos de teclado, o los iconos correspondientes en la barra de herramientas superior:

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/CreateLists.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/CreateLists.htm index 7cc7a1ba5..fcabf9cec 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/CreateLists.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Cree listas

    Para crear una lista en su presentación,

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/FillObjectsSelectColor.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/FillObjectsSelectColor.htm index 5f8c10579..775d359cf 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/FillObjectsSelectColor.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/FillObjectsSelectColor.htm @@ -11,7 +11,7 @@
    - +

    Rellene objetos y seleccione colores

    Usted puede aplicar rellenos distintos al fondo de diapositivas, autoformas y Text Art.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertAutoshapes.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertAutoshapes.htm index 12e0861ef..849907074 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertAutoshapes.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    Inserte y dé formato a autoformas

    Inserte un autoforma

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertCharts.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertCharts.htm index 0ca9150a2..069797d1f 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertCharts.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

    Inserte y edite gráficos

    Inserte un gráfico

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertEquation.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertEquation.htm index f59fd4ab6..c99b64b41 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertEquation.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Inserte ecuación

    El Editor de Presentación le permite construir ecuaciones usando las plantillas incorporadas, editarlas, insertar caracteres especiales (incluyendo operadores matemáticos, letras griegas, acentos, etc.).

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertImages.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertImages.htm index 6713ac9db..9d4123c24 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertImages.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Inserte y ajuste imágenes

    Inserte una imagen

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertTables.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertTables.htm index 7c293b554..ae9e2174b 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertTables.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

    Inserte tablas y deles formato

    Inserte una tabla

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertText.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertText.htm index 64e6f99b2..759615c3c 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertText.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/InsertText.htm @@ -11,7 +11,7 @@
    - +

    Inserte su texto y dele formato

    Inserte su texto

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/ManageSlides.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/ManageSlides.htm index 1ec98dd30..4622b7019 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/ManageSlides.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/ManageSlides.htm @@ -11,7 +11,7 @@
    - +

    Gestione diapositivas

    De manera predeterminada, una presentación nueva tiene una diapositiva en blanco con una Diapositiva de Título. Puede crear diapositivas nuevas, copiar una diapositiva y pegarla en otra posición de la lista de diapositivas, duplicar diapositivas, mover diapositivas para cambiar su orden en la lista en diapositivas, eliminar diapositivas innecesarias, marcar algunas diapositivas como ocultas.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/ManipulateObjects.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/ManipulateObjects.htm index a0a516ffb..855ebf9b0 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/ManipulateObjects.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/ManipulateObjects.htm @@ -11,7 +11,7 @@
    - +

    Maneje objetos en una diapositiva

    Usted puede cambiar el tamaño de objetos diferentes, moverlos, girarlos en una diapositiva de forma manual usando los controladores especiales. Usted también puede especificar de forma exacta las dimensiones y posición de varios objetos usando la barra derecha lateral o la ventana Ajustes avanzados.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/OpenCreateNew.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/OpenCreateNew.htm index 99fabefb5..2da4322c4 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/OpenCreateNew.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Cree una presentación nueva o abra una existente

    Si el editor de presentaciones está abierto, usted puede abrir una presentación existente recién editada, crear una presentación nueva, o volver a la lista de presentaciones existentes de forma rápida.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/PreviewPresentation.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/PreviewPresentation.htm index 2e582ce9d..a73676de4 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/PreviewPresentation.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/PreviewPresentation.htm @@ -11,7 +11,7 @@
    - +

    Obtenga vista previa de su presentación

    Empezar la vista previa

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/SavePrintDownload.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/SavePrintDownload.htm index 42ca68cc1..b09f62477 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/SavePrintDownload.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Guarde/imprima/descargue su presentación

    Cuando usted trabaja en su presentación, el editor de presentaciones guarda su archivo cada 2 segundos automáticamente preveniendo la pérdida de datos en caso de un cierre inesperado del programa. Si está editando el archivo con varias personas a la vez en el modo Rápido, el temporizador requiere actualizaciones 25 veces por segundo y guarda los cambios si estos se han producido. Si el archivo se está editando por varias personas a la vez en el modo Estricto, los cambios se guardan de forma automática cada 10 minutos. Si lo necesita, puede de forma fácil seleccionar el modo de co-edición preferido o desactivar la función Autoguardado en la página Ajustes avanzados.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/SetSlideParameters.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/SetSlideParameters.htm index c6ae7fb58..fd57f1963 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/SetSlideParameters.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/SetSlideParameters.htm @@ -11,7 +11,7 @@
    - +

    Establezca parámetros de diapositiva

    Para personalizar su presentación, usted puede seleccionar un tema, la combinación de colores y el tamaño de la diapositiva para toda la presentación, también puede cambiar el relleno del fondo o el diseño de cada diapositiva de forma separada, e introducir transiciones entre diapositivas. También es posible añadir notas explicativas a cada diapositiva que puedan ser de ayuda cuando muestra la presentación en el modo Presentar.

    diff --git a/apps/presentationeditor/main/resources/help/es/UsageInstructions/ViewPresentationInfo.htm b/apps/presentationeditor/main/resources/help/es/UsageInstructions/ViewPresentationInfo.htm index cabc59647..2a6adb885 100644 --- a/apps/presentationeditor/main/resources/help/es/UsageInstructions/ViewPresentationInfo.htm +++ b/apps/presentationeditor/main/resources/help/es/UsageInstructions/ViewPresentationInfo.htm @@ -11,7 +11,7 @@
    - +

    Vea información sobre la presentación

    Para acceder a la información detallada sobre la presentación actualmente editada, haga clic en la pestaña Archivo en la barra izquierda lateral y seleccione la opción Información sobre presentación.

    diff --git a/apps/presentationeditor/main/resources/help/es/search/search.html b/apps/presentationeditor/main/resources/help/es/search/search.html index 57c4ec458..318efd8e2 100644 --- a/apps/presentationeditor/main/resources/help/es/search/search.html +++ b/apps/presentationeditor/main/resources/help/es/search/search.html @@ -225,7 +225,7 @@
    - +

    Búsqueda...

    diff --git a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/About.htm b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/About.htm index 85d3963d0..a29f25e20 100644 --- a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/About.htm +++ b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    A propos de Presentation Editor

    Presentation Editor est une application en ligne qui vous permet de visionner et de modifier des présentations directement sur le portail .

    diff --git a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/AdvancedSettings.htm b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/AdvancedSettings.htm index c73598c46..d4080ab19 100644 --- a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/AdvancedSettings.htm +++ b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Paramètres avancés de Presentation Editor

    Presentation Editor vous permet de modifier ses paramètres avancés. Pour y accéder, ouvrez l'onglet Fichier de la barre d'outils supérieure et sélectionnez l'option Paramètres avancés.... Vous pouvez également utiliser l'icône Paramètres avancés dans le coin supérieur droit de l'onglet Accueil de la barre d'outils supérieure.

    diff --git a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/CollaborativeEditing.htm b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/CollaborativeEditing.htm index 57bafe0a7..28f13d5fc 100644 --- a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/CollaborativeEditing.htm +++ b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Edition collaborative des présentations

    Presentation Editor vous offre la possibilité de travailler sur votre présentation simultanément avec d'autres utilisateurs. Cette fonction inclut :

    diff --git a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/KeyboardShortcuts.htm b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/KeyboardShortcuts.htm index 874259820..5d462282e 100644 --- a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Raccourcis clavier

    diff --git a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/Navigation.htm b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/Navigation.htm index 24c6038c5..9bbb2352b 100644 --- a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/Navigation.htm +++ b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Paramètres d'affichage et outils de navigation

    Presentation Editor vous offre plusieurs outils afin de vous aider à visionner et naviguer à travers votre présentation : les règles, le zoom, les boutons diapositive précédente / suivante, l'indicateur du numéro de diapositive.

    diff --git a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/Search.htm b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/Search.htm index d6e40d503..701fedba1 100644 --- a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/Search.htm +++ b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Fonction de recherche

    Pour rechercher des caractères, des mots ou des phrases dans la présentation actuelle, cliquez sur l'icône Icône Recherche située sur la barre latérale gauche.

    diff --git a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/SpellChecking.htm b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/SpellChecking.htm index 845b2fcfa..a38b5f987 100644 --- a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/SpellChecking.htm +++ b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@
    - +

    Vérification de l'orthographe

    Presentation Editor vous permet de vérifier l'orthographe du texte saisi dans une certaine langue et corriger des fautes lors de l'édition.

    diff --git a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/SupportedFormats.htm b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/SupportedFormats.htm index 7f5b92310..c43c3fab4 100644 --- a/apps/presentationeditor/main/resources/help/fr/HelpfulHints/SupportedFormats.htm +++ b/apps/presentationeditor/main/resources/help/fr/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Formats des présentations électroniques pris en charge

    La présentation est un ensemble des diapositives qui peut inclure de différents types de contenu tels que des images, des fichiers multimédias, des textes, des effets etc. Presentation Editor supporte les formats suivants :

    diff --git a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/FileTab.htm b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/FileTab.htm index e5a1cfadf..c258022f0 100644 --- a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/FileTab.htm +++ b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Fichier

    L'onglet Fichier permet d'effectuer certaines opérations de base sur le fichier en cours.

    diff --git a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/HomeTab.htm b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/HomeTab.htm index e655dda9a..269c80f39 100644 --- a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/HomeTab.htm +++ b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Accueil

    L'onglet Accueil s'ouvre par défaut lorsque vous ouvrez une présentation. Il permet de définir les paramètres généraux de la diapositive, formater le texte, insérer des objets, les aligner et les organiser.

    diff --git a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/InsertTab.htm b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/InsertTab.htm index ca617c640..3ef167b43 100644 --- a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/InsertTab.htm +++ b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Insertion

    L'onglet Insertion permet d'ajouter des objets visuels et des commentaires dans votre présentation.

    diff --git a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/PluginsTab.htm b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/PluginsTab.htm index 562171d9b..2a4012f65 100644 --- a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/PluginsTab.htm +++ b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Onglet Modules complémentaires

    L'onglet Modules complémentaires permet d'accéder à des fonctions d'édition avancées à l'aide de composants tiers disponibles.

    diff --git a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/ProgramInterface.htm b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/ProgramInterface.htm index 145a93843..5dace42e3 100644 --- a/apps/presentationeditor/main/resources/help/fr/ProgramInterface/ProgramInterface.htm +++ b/apps/presentationeditor/main/resources/help/fr/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Présentation de l'interface utilisateur de Presentation Editor

    Presentation Editor utilise une interface à onglets dans laquelle les commandes d'édition sont regroupées en onglets par fonctionnalité.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/AddHyperlinks.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/AddHyperlinks.htm index e8d0f642b..d5ec056e9 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/AddHyperlinks.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Ajouter des liens hypertextes

    Pour ajouter un lien hypertexte,

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/AlignArrangeObjects.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/AlignArrangeObjects.htm index a46977f94..e079a0c02 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Aligner et organiser des objets dans une diapositive

    Les formes automatiques, images, graphiques et blocs de texte ajoutés peuvent être alignés, regroupés, triés, répartis horizontalement et verticalement dans une diapositive. Pour effectuer une de ces actions, premièrement sélectionnez un objet ou plusieurs objets dans la zone de travail. Pour sélectionner plusieurs objets, maintenez la touche Ctrl enfoncée et cliquez avec le bouton gauche sur les objets nécessaires. Pour sélectionner un bloc de texte, cliquez sur son bord, pas sur le texte à l'intérieur. Après quoi vous pouvez utiliser soit les icônes de la barre d'outils supérieure décrites ci-après soit les options similaires du menu contextuel.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ApplyTransitions.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ApplyTransitions.htm index 7b1ad94dd..fd890f821 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ApplyTransitions.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ApplyTransitions.htm @@ -11,7 +11,7 @@
    - +

    Appliquer des transitions

    Une transition est un effet d'animation qui apparaît entre deux diapositives quand une diapositive avance vers la suivante pendant la démonstration. Vous pouvez appliquer une même transition à toutes les diapositives ou de differentes transitions à chaque diapositive séparée et régler leurs propriétés.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CopyClearFormatting.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CopyClearFormatting.htm index b82732369..56e9cf349 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CopyClearFormatting.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Copier/effacer la mise en forme

    Pour copier une certaine mise en forme du texte,

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CopyPasteUndoRedo.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CopyPasteUndoRedo.htm index d4af9b3c8..7820edb6e 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Copier/coller les données, annuler/rétablir vos actions

    Pour couper, copier et coller les objets sélectionnés (diapositives, passages de texte, formes automatiques) de votre présentation ou annuler/rétablir vos actions, utilisez les icônes correspondantes sur la barre d'outils supérieure :

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CreateLists.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CreateLists.htm index 6714a7991..c459d6a95 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CreateLists.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Créer des listes

    Pour créer une liste dans votre présentation,

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/FillObjectsSelectColor.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/FillObjectsSelectColor.htm index c4e480e94..5cc60c7d9 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/FillObjectsSelectColor.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/FillObjectsSelectColor.htm @@ -11,7 +11,7 @@
    - +

    Remplir des objets et sélectionner des couleurs

    Vous pouvez appliquer de différents remplissages pour l'arrière-plan de diapositives ainsi que pour les formes automatiques.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertAutoshapes.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertAutoshapes.htm index 7c2aa75a4..5236e8d0a 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertAutoshapes.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    Insérer et mettre en forme des formes automatiques

    Insérer une forme automatique

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertCharts.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertCharts.htm index 2022bb0ea..2c45c4caf 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertCharts.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

    Insérer et modifier des graphiques

    Insérer un graphique

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertEquation.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertEquation.htm index 7d4e6bcc1..a88a48a12 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertEquation.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Insérer des équations

    Presentation Editor vous permet de créer des équations à l'aide des modèles intégrés, de les éditer, d'insérer des caractères spéciaux (y compris des opérateurs mathématiques, des lettres grecques, des accents, etc.).

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertImages.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertImages.htm index fdd115790..9aad55aa9 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertImages.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Insérer et modifier des images

    Insérer une image

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertTables.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertTables.htm index cef127dbe..19e86bb0b 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertTables.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

    Insérer et mettre en forme des tableaux

    Insérer un tableau

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertText.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertText.htm index 44b06cb10..2ef4920bc 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertText.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/InsertText.htm @@ -11,7 +11,7 @@
    - +

    Insérer et mettre en forme votre texte

    Insérer votre texte

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ManageSlides.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ManageSlides.htm index da5c99cae..5a0d6c58c 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ManageSlides.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ManageSlides.htm @@ -11,7 +11,7 @@
    - +

    Gérer des diapositives

    Par défaut, une présentation nouvellement créée a une diapositive de titre vide. Vous pouvez créer de nouvelles diapositives, copier une diapositive pour pouvoir la coller à un autre endroit de la liste, dupliquer des diapositives, déplacer des diapositives pour modifier leur ordre dans la liste des diapositives, supprimer des diapositives inutiles, marquer certaines diapositives comme masquées.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ManipulateObjects.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ManipulateObjects.htm index 9d52cb131..c24e6091b 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ManipulateObjects.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ManipulateObjects.htm @@ -11,7 +11,7 @@
    - +

    Manipuler des objets

    Vous pouvez redimensionner, déplacer, faire pivoter différents objets manuellement sur une diapositive à l'aide des poignées spéciales. Vous pouvez également spécifier les dimensions et la position de certains objets à l'aide de la barre latérale droite ou de la fenêtre Paramètres avancés.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/OpenCreateNew.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/OpenCreateNew.htm index 840e5a372..8e3dac259 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/OpenCreateNew.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Créer une nouvelle présentation ou ouvrir une présentation existante

    Quand Presentation Editor est ouvert, vous pouvez ouvrir une présentation existante récemment modifiée, créer une nouvelle présentation, ou revenir à la liste des présentations existantes.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/PreviewPresentation.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/PreviewPresentation.htm index c2ecececc..edb2c6b32 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/PreviewPresentation.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/PreviewPresentation.htm @@ -11,7 +11,7 @@
    - +

    Aperçu de la présentation

    Démarrer l'aperçu

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/SavePrintDownload.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/SavePrintDownload.htm index d9caf5aa2..a62c8fc8b 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/SavePrintDownload.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Enregistrer/imprimer/télécharger votre présentation

    Par défaut, quand vous travaillez Presentation Editor enregistre automatiquement votre fichier toutes les 2 secondes visant à prévenir la perte des données au cas d'une fermeture inattendue de l'éditeur. Si vous co-éditez le fichier en mode Rapide, le minuteur récupère les mises à jour 25 fois par seconde et enregistre les modifications si elles ont été effectuées. Si vous co-éditez le fichier en mode Strict, les modifications sont automatiquement enregistrées toutes les 10 minutes. Si nécessaire, vous pouvez facilement changer la périodicité de l'enregistrement automatique ou même désactiver cette fonction sur la page Paramètres avancés.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/SetSlideParameters.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/SetSlideParameters.htm index 56386bb4e..7b4d4039a 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/SetSlideParameters.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/SetSlideParameters.htm @@ -11,7 +11,7 @@
    - +

    Définir les paramètres de la diapositive

    Pour personnaliser votre présentation, vous pouvez sélectionner un thème, un jeu de couleurs et la taille de la diapositive pour toute la présentation, changer le remplissage de l'arrière-plan ou la mise en page pour chaque diapositive séparée aussi bien qu'appliquer des transitions entre les diapositives. Il est également possible d'ajouter des notes explicatives à chaque diapositive qui peuvent être utiles lorsque la présentation est en mode Présentateur.

    diff --git a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ViewPresentationInfo.htm b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ViewPresentationInfo.htm index dec13135f..a058be40b 100644 --- a/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ViewPresentationInfo.htm +++ b/apps/presentationeditor/main/resources/help/fr/UsageInstructions/ViewPresentationInfo.htm @@ -11,7 +11,7 @@
    - +

    Afficher les informations sur la présentation

    Pour accéder aux informations détaillées sur la présentation actuellement modifiée, cliquez sur l'onglet Fichier de la barre d'outils supérieure et sélectionnez l'option Infos sur la présentation.

    diff --git a/apps/presentationeditor/main/resources/help/fr/search/search.html b/apps/presentationeditor/main/resources/help/fr/search/search.html index 6eec06b51..ac32537c0 100644 --- a/apps/presentationeditor/main/resources/help/fr/search/search.html +++ b/apps/presentationeditor/main/resources/help/fr/search/search.html @@ -224,7 +224,7 @@
    - +

    Recherche...

    diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/About.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/About.htm index 326e4cd8a..f9ca4daad 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/About.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    О редакторе презентаций

    Онлайн-редактор презентаций - это онлайн-приложение, которое позволяет просматривать и редактировать презентации непосредственно в браузере.

    diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm index 251d1c180..f3b95da24 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Дополнительные параметры редактора презентаций

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm index 8d4022785..e30b418af 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Совместное редактирование презентаций

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm index cfbdba523..17bc62b67 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Сочетания клавиш

    diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Navigation.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Navigation.htm index ff6330bb6..9f5382b93 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Navigation.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Параметры представления и инструменты навигации

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Search.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Search.htm index cc17debf3..fb85d5a05 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Search.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Функция поиска

    Чтобы найти нужные символы, слова или фразы, которые используются в редактируемой презентации, diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm index 6cc6c389d..e2c8b13ee 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm @@ -11,7 +11,7 @@

    - +

    Проверка орфографии

    В редакторе презентаций можно проверять правописание текста на определенном языке и исправлять ошибки в ходе редактирования.

    diff --git a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm index 70c8285f1..d4039fa9f 100644 --- a/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm +++ b/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Поддерживаемые форматы электронных презентаций

    Презентация - это серия слайдов, которые могут содержать различные типы контента, такие как изображения, файлы мультимедиа, текст, эффекты и т.д. diff --git a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/FileTab.htm b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/FileTab.htm index 38f639202..3fda62199 100644 --- a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/FileTab.htm +++ b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@

    - +

    Вкладка Файл

    Вкладка Файл позволяет выполнить некоторые базовые операции с текущим файлом.

    diff --git a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/HomeTab.htm b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/HomeTab.htm index 33abd0947..f1f886ffa 100644 --- a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/HomeTab.htm +++ b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Главная

    Вкладка Главная открывается по умолчанию при открытии презентации. Она позволяет задать основные параметры слайда, форматировать текст, вставлять некоторые объекты, выравнивать и располагать их в определенном порядке.

    diff --git a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/InsertTab.htm b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/InsertTab.htm index 231992b89..68d82eacd 100644 --- a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/InsertTab.htm +++ b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Вставка

    Вкладка Вставка позволяет добавлять в презентацию визуальные объекты и комментарии.

    diff --git a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm index 14679aeae..d70e00fa5 100644 --- a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm +++ b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Плагины

    Вкладка Плагины позволяет получить доступ к дополнительным возможностям редактирования, используя доступные сторонние компоненты.

    diff --git a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm index bce15e49f..9897b7cba 100644 --- a/apps/presentationeditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm +++ b/apps/presentationeditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Знакомство с пользовательским интерфейсом редактора презентаций

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm index 3fdd2d80c..3d50cc152 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Добавление гиперссылок

    Для добавления гиперссылки:

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm index 7dd07473f..610621b35 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm @@ -11,7 +11,7 @@
    - +

    Выравнивание и упорядочивание объектов на слайде

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ApplyTransitions.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ApplyTransitions.htm index cd3e9ae1f..d0a8a4db5 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ApplyTransitions.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ApplyTransitions.htm @@ -11,7 +11,7 @@
    - +

    Применение переходов

    Переход - это эффект, который появляется между двумя слайдами при смене одного слайда другим во время показа. Можно применить один и тот же переход ко всем слайдам или разные переходы к каждому отдельному слайду и настроить свойства перехода.

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm index a845fa547..1765f497f 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Копирование/очистка форматирования текста

    Чтобы скопировать определенное форматирование текста,

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm index df1528425..0c16b9461 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Копирование / вставка данных, отмена / повтор действий

    Для вырезания, копирования и вставки выделенных объектов (слайдов, фрагментов текста, автофигур) в текущей презентации или отмены / повтора действий используйте соответствующие команды контекстного меню или значки, доступные на любой вкладке верхней панели инструментов:

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CreateLists.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CreateLists.htm index aae8c468b..7e0ba4c5a 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CreateLists.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CreateLists.htm @@ -11,7 +11,7 @@
    - +

    Создание списков

    Для создания списка в презентации:

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/FillObjectsSelectColor.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/FillObjectsSelectColor.htm index efea88b36..82120ea76 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/FillObjectsSelectColor.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/FillObjectsSelectColor.htm @@ -11,7 +11,7 @@
    - +

    Заливка объектов и выбор цветов

    Можно использовать различные заливки для фона слайда, автофигур и шрифта объектов Text Art.

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm index c56c60407..707963ed1 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm index 85ac8ac72..674ca35f0 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm index c99511ed9..083eab7b9 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm index d530fdc09..0934c12ca 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm index 8ef162d30..91b23d055 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm index 3db88e54c..277fa2c32 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm @@ -11,7 +11,7 @@
    - +

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

    Вставка текста

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManageSlides.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManageSlides.htm index 0241762b2..22255b9e3 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManageSlides.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManageSlides.htm @@ -11,7 +11,7 @@
    - +

    Управление слайдами

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm index f07783653..60c320fe3 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm index 87faa202b..57884bbbb 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Создание новой презентации или открытие существующей

    Когда онлайн-редактор презентаций открыт, Вы можете сразу же перейти к уже существующей презентации, которую Вы недавно редактировали, создать новую, или вернуться к списку существующих презентаций.

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/PreviewPresentation.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/PreviewPresentation.htm index fda2760ad..867ff286a 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/PreviewPresentation.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/PreviewPresentation.htm @@ -11,7 +11,7 @@
    - +

    Просмотр презентации

    Запуск просмотра слайдов

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm index b56b1665f..bc305abb1 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Сохранение / печать / скачивание презентации

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SetSlideParameters.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SetSlideParameters.htm index c829e24c8..3770a4749 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SetSlideParameters.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SetSlideParameters.htm @@ -11,7 +11,7 @@

    - +

    Настройка параметров слайда

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ViewPresentationInfo.htm b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ViewPresentationInfo.htm index 21aca69b2..8d857a01a 100644 --- a/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ViewPresentationInfo.htm +++ b/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ViewPresentationInfo.htm @@ -11,7 +11,7 @@
    - +

    Просмотр сведений о презентации

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

    diff --git a/apps/presentationeditor/main/resources/help/ru/search/search.html b/apps/presentationeditor/main/resources/help/ru/search/search.html index a878817df..12e867c23 100644 --- a/apps/presentationeditor/main/resources/help/ru/search/search.html +++ b/apps/presentationeditor/main/resources/help/ru/search/search.html @@ -225,7 +225,7 @@
    - +

    Поиск...

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/abs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/abs.htm index c26d0da51..c5bc99fcf 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/abs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/abs.htm @@ -11,7 +11,7 @@
    - +

    ABS Function

    The ABS function is one of the math and trigonometry functions. It is used to return the absolute value of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/accrint.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/accrint.htm index 33af3aa96..ec31e0be2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/accrint.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/accrint.htm @@ -11,7 +11,7 @@
    - +

    ACCRINT Function

    The ACCRINT function is one of the financial functions. It is used to calculate the accrued interest for a security that pays periodic interest.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/accrintm.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/accrintm.htm index 5f05ccf41..c2517d091 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/accrintm.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/accrintm.htm @@ -11,7 +11,7 @@
    - +

    ACCRINTM Function

    The ACCRINTM function is one of the financial functions. It is used to calculate the accrued interest for a security that pays interest at maturity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/acos.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/acos.htm index 1749b8277..9e16d736b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/acos.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/acos.htm @@ -11,7 +11,7 @@
    - +

    ACOS Function

    The ACOS function is one of the math and trigonometry functions. It is used to return the arccosine of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/acosh.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/acosh.htm index 8309cf6ab..f6c205633 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/acosh.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/acosh.htm @@ -11,7 +11,7 @@
    - +

    ACOSH Function

    The ACOSH function is one of the math and trigonometry functions. It is used to return the inverse hyperbolic cosine of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/acot.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/acot.htm index 8c9f7b754..fc190de4e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/acot.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/acot.htm @@ -11,7 +11,7 @@
    - +

    ACOT Function

    The ACOT function is one of the math and trigonometry functions. It is used to return the principal value of the arccotangent, or inverse cotangent, of a number. The returned angle is measured in radians in the range 0 to Pi.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/acoth.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/acoth.htm index 5cb75def1..70a982acc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/acoth.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/acoth.htm @@ -11,7 +11,7 @@
    - +

    ACOTH Function

    The ACOTH function is one of the math and trigonometry functions. It is used to return the inverse hyperbolic cotangent of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/address.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/address.htm index 23e108914..19ef4090c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/address.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/address.htm @@ -11,7 +11,7 @@
    - +

    ADDRESS Function

    The ADDRESS function is one of the lookup and reference functions. It is used to return a text representation of a cell address.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/aggregate.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/aggregate.htm index 75e547c2c..73ff42147 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/aggregate.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/aggregate.htm @@ -11,7 +11,7 @@
    - +

    AGGREGATE Function

    The AGGREGATE function is one of the math and trigonometry functions. The function is used to return an aggregate in a list or database. The AGGREGATE function can apply different aggregate functions to a list or database with the option to ignore hidden rows and error values.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/amordegrc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/amordegrc.htm index 28113318c..a37805c77 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/amordegrc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/amordegrc.htm @@ -11,7 +11,7 @@
    - +

    AMORDEGRC Function

    The AMORDEGRC function is one of the financial functions. It is used to calculate the depreciation of an asset for each accounting period using a degressive depreciation method.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/amorlinc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/amorlinc.htm index b367e77f4..3fcd9a021 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/amorlinc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/amorlinc.htm @@ -11,7 +11,7 @@
    - +

    AMORLINC Function

    The AMORLINC function is one of the financial functions. It is used to calculate the depreciation of an asset for each accounting period using a linear depreciation method.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/and.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/and.htm index 5bafd7d29..2bf649463 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/and.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/and.htm @@ -11,7 +11,7 @@
    - +

    AND Function

    The AND function is one of the logical functions. It is used to check if the logical value you enter is TRUE or FALSE. The function returns TRUE if all the arguments are TRUE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/arabic.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/arabic.htm index ce8e89773..069ec3833 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/arabic.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/arabic.htm @@ -11,7 +11,7 @@
    - +

    ARABIC Function

    The ARABIC function is one of the math and trigonometry functions. The function is used to convert a Roman numeral to an Arabic numeral.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/asin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/asin.htm index 617c76ece..d41826bbe 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/asin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/asin.htm @@ -11,7 +11,7 @@
    - +

    ASIN Function

    The ASIN function is one of the math and trigonometry functions. It is used to return the arcsine of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/asinh.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/asinh.htm index 6e3a2ba76..3bd7a61f4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/asinh.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/asinh.htm @@ -11,7 +11,7 @@
    - +

    ASINH Function

    The ASINH function is one of the math and trigonometry functions. It is used to return the inverse hyperbolic sine of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/atan.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/atan.htm index a7a2b7fc7..dcbf70742 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/atan.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/atan.htm @@ -11,7 +11,7 @@
    - +

    ATAN Function

    The ATAN function is one of the math and trigonometry functions. It is used to return the arctangent of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/atan2.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/atan2.htm index 432f33334..0dec75cd1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/atan2.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/atan2.htm @@ -11,7 +11,7 @@
    - +

    ATAN2 Function

    The ATAN2 function is one of the math and trigonometry functions. It is used to return the arctangent of x and y coordinates.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/atanh.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/atanh.htm index a514fc680..1fffdf2ac 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/atanh.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/atanh.htm @@ -11,7 +11,7 @@
    - +

    ATANH Function

    The ATANH function is one of the math and trigonometry functions. It is used to return the inverse hyperbolic tangent of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/avedev.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/avedev.htm index da159ad2c..b3976d973 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/avedev.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/avedev.htm @@ -11,7 +11,7 @@
    - +

    AVEDEV Function

    The AVEDEV function is one of the statistical functions. It is used to analyze the range of data and return the average of the absolute deviations of numbers from their mean.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/average.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/average.htm index 353160a12..53462099a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/average.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/average.htm @@ -11,7 +11,7 @@
    - +

    AVERAGE Function

    The AVERAGE function is one of the statistical functions. It is used to analyze the range of data and find the average value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/averagea.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/averagea.htm index 0f3a797c8..a84177bbb 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/averagea.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/averagea.htm @@ -11,7 +11,7 @@
    - +

    AVERAGEA Function

    The AVERAGEA function is one of the statistical functions. It is used to analyze the range of data including text and logical values and find the average value. The AVERAGEA function treats text and FALSE as a value of 0 and TRUE as a value of 1.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/averageif.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/averageif.htm index 2cedf109f..bcd113f21 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/averageif.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/averageif.htm @@ -11,7 +11,7 @@
    - +

    AVERAGEIF Function

    The AVERAGEIF function is one of the statistical functions. It is used to analyze the range of data and find the average value of all numbers in a range of cells, based on the specified criterion.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/averageifs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/averageifs.htm index e1bd687ec..fecde7b29 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/averageifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/averageifs.htm @@ -11,7 +11,7 @@
    - +

    AVERAGEIFS Function

    The AVERAGEIFS function is one of the statistical functions. It is used to analyze the range of data and find the average value of all numbers in a range of cells, based on multiple criteria.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/base.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/base.htm index 17bad25ba..aed476687 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/base.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/base.htm @@ -11,7 +11,7 @@
    - +

    BASE Function

    The BASE function is one of the math and trigonometry functions. It is used to convert a number into a text representation with the given base.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/besseli.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/besseli.htm index 6aeb53797..16641b92c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/besseli.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/besseli.htm @@ -11,7 +11,7 @@
    - +

    BESSELI Function

    The BESSELI function is one of the engineering functions. It is used to return the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/besselj.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/besselj.htm index 2e85a3a93..121ab7c41 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/besselj.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/besselj.htm @@ -11,7 +11,7 @@
    - +

    BESSELJ Function

    The BESSELJ function is one of the engineering functions. It is used to return the Bessel function.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/besselk.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/besselk.htm index d7205f615..0faa56388 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/besselk.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/besselk.htm @@ -11,7 +11,7 @@
    - +

    BESSELK Function

    The BESSELK function is one of the engineering functions. It is used to return the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bessely.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bessely.htm index 2d53029b8..715da838e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bessely.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bessely.htm @@ -11,7 +11,7 @@
    - +

    BESSELY Function

    The BESSELY function is one of the engineering functions. It is used to return the Bessel function, which is also called the Weber function or the Neumann function.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/beta-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/beta-dist.htm index d30f100dd..47d2ead03 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/beta-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/beta-dist.htm @@ -11,7 +11,7 @@
    - +

    BETA.DIST Function

    The BETA.DIST function is one of the statistical functions. It is used to return the beta distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/beta-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/beta-inv.htm index 29d232820..98edb8268 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/beta-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/beta-inv.htm @@ -11,7 +11,7 @@
    - +

    BETA.INV Function

    The BETA.INV function is one of the statistical functions. It is used to return the inverse of the beta cumulative probability density function (BETA.DIST).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/betadist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/betadist.htm index 2d1456c3f..8477f944f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/betadist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/betadist.htm @@ -11,7 +11,7 @@
    - +

    BETADIST Function

    The BETADIST function is one of the statistical functions. It is used to return the cumulative beta probability density function.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2dec.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2dec.htm index c383fc10d..022fc5c9e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2dec.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2dec.htm @@ -11,7 +11,7 @@
    - +

    BIN2DEC Function

    The BIN2DEC function is one of the engineering functions. It is used to convert a binary number into a decimal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2hex.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2hex.htm index 325f683f5..fdcc6076e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2hex.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2hex.htm @@ -11,7 +11,7 @@
    - +

    BIN2HEX Function

    The BIN2HEX function is one of the engineering functions. It is used to convert a binary number into a hexadecimal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2oct.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2oct.htm index 05cc2791b..d3abc5ee2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2oct.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bin2oct.htm @@ -11,7 +11,7 @@
    - +

    BIN2OCT Function

    The BIN2OCT function is one of the engineering functions. It is used to convert a binary number into an octal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist-range.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist-range.htm index dab775e03..5d869c421 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist-range.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist-range.htm @@ -11,7 +11,7 @@
    - +

    BINOM.DIST.RANGE Function

    The BINOM.DIST.RANGE function is one of the statistical functions. It is used to return the probability of a trial result using a binomial distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist.htm index b4add5b63..4fa7d4927 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist.htm @@ -11,7 +11,7 @@
    - +

    BINOM.DIST Function

    The BINOM.DIST function is one of the statistical functions. It is used to return the individual term binomial distribution probability.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-inv.htm index 2095f1793..c6c5c1f69 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/binom-inv.htm @@ -11,7 +11,7 @@
    - +

    BINOM.INV Function

    The BINOM.INV function is one of the statistical functions. It is used to return the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/binomdist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/binomdist.htm index b7f03f081..6c325b7b7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/binomdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/binomdist.htm @@ -11,7 +11,7 @@
    - +

    BINOMDIST Function

    The BINOMDIST function is one of the statistical functions. It is used to return the individual term binomial distribution probability.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitand.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitand.htm index 42355ffbf..ccda785d8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitand.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitand.htm @@ -11,7 +11,7 @@
    - +

    BITAND Function

    The BITAND function is one of the engineering functions. It is used to return a bitwise 'AND' of two numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitlshift.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitlshift.htm index a068d9b9a..bdd4c4934 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitlshift.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitlshift.htm @@ -11,7 +11,7 @@
    - +

    BITLSHIFT Function

    The BITLSHIFT function is one of the engineering functions. It is used to return a number shifted left by the specified number of bits.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitor.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitor.htm index 3aa6276ab..5c76df52a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitor.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitor.htm @@ -11,7 +11,7 @@
    - +

    BITOR Function

    The BITOR function is one of the engineering functions. It is used to return a bitwise 'OR' of two numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitrshift.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitrshift.htm index fc37b6e9f..eb5cdabbc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitrshift.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitrshift.htm @@ -11,7 +11,7 @@
    - +

    BITRSHIFT Function

    The BITRSHIFT function is one of the engineering functions. It is used to return a number shifted right by the specified number of bits.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitxor.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitxor.htm index fdbde2d66..7a4b7e341 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/bitxor.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/bitxor.htm @@ -11,7 +11,7 @@
    - +

    BITXOR Function

    The BITXOR function is one of the engineering functions. It is used to return a bitwise 'XOR' of two numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ceiling.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ceiling.htm index d65e37304..f1477b945 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ceiling.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ceiling.htm @@ -11,7 +11,7 @@
    - +

    CEILING Function

    The CEILING function is one of the math and trigonometry functions. It is used to round the number up to the nearest multiple of significance.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingmath.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingmath.htm index 8945ffba2..4d1cdd978 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingmath.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingmath.htm @@ -11,7 +11,7 @@
    - +

    CEILING.MATH Function

    The CEILING.MATH function is one of the math and trigonometry functions. It is used to round a number up to the nearest integer or to the nearest multiple of significance.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingprecise.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingprecise.htm index 3ee7e25de..8de08ca5a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingprecise.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingprecise.htm @@ -11,7 +11,7 @@
    - +

    CEILING.PRECISE Function

    The CEILING.PRECISE function is one of the math and trigonometry functions. It is used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance. The number is always rounded up regardless of its sing.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/char.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/char.htm index 0c2be77a7..50dd62cbe 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/char.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/char.htm @@ -11,7 +11,7 @@
    - +

    CHAR Function

    The CHAR function is one of the text and data functions. Is used to return the ASCII character specified by a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/chidist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/chidist.htm index 0724320e7..414189c0a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/chidist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/chidist.htm @@ -11,7 +11,7 @@
    - +

    CHIDIST Function

    The CHIDIST function is one of the statistical functions. It is used to return the right-tailed probability of the chi-squared distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/chiinv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/chiinv.htm index 1f27457a5..334e7e615 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/chiinv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/chiinv.htm @@ -11,7 +11,7 @@
    - +

    CHIINV Function

    The CHIINV function is one of the statistical functions. It is used to return the inverse of the right-tailed probability of the chi-squared distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist-rt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist-rt.htm index 1172ddf0c..e726f01a8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist-rt.htm @@ -11,7 +11,7 @@
    - +

    CHISQ.DIST.RT Function

    The CHISQ.DIST.RT function is one of the statistical functions. It is used to return the right-tailed probability of the chi-squared distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist.htm index 8ac3ea44b..539359b20 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist.htm @@ -11,7 +11,7 @@
    - +

    CHISQ.DIST Function

    The CHISQ.DIST function is one of the statistical functions. It is used to return the chi-squared distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv-rt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv-rt.htm index 9917d47ea..3966d52b2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv-rt.htm @@ -11,7 +11,7 @@
    - +

    CHISQ.INV.RT Function

    The CHISQ.INV.RT function is one of the statistical functions. It is used to return the inverse of the right-tailed probability of the chi-squared distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv.htm index f151b13ad..c6500b7ef 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv.htm @@ -11,7 +11,7 @@
    - +

    CHISQ.INV Function

    The CHISQ.INV function is one of the statistical functions. It is used to return the inverse of the left-tailed probability of the chi-squared distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-test.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-test.htm index 8028e60c3..3f856df6f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-test.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-test.htm @@ -11,7 +11,7 @@
    - +

    CHISQ.TEST Function

    The CHISQ.TEST function is one of the statistical functions. It is used to return the test for independence, the value from the chi-squared (χ2) distribution for the statistic and the appropriate degrees of freedom.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/chitest.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/chitest.htm index 667fda337..63b53088c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/chitest.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/chitest.htm @@ -11,7 +11,7 @@
    - +

    CHITEST Function

    The CHITEST function is one of the statistical functions. It is used to return the test for independence, the value from the chi-squared (χ2) distribution for the statistic and the appropriate degrees of freedom.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/choose.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/choose.htm index 88628497f..c32b9335f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/choose.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/choose.htm @@ -11,7 +11,7 @@
    - +

    CHOOSE Function

    The CHOOSE function is one of the lookup and reference functions. It is used to return a value from a list of values based on a specified index (position).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/clean.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/clean.htm index dde792c46..c1b0c3fa9 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/clean.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/clean.htm @@ -11,7 +11,7 @@
    - +

    CLEAN Function

    The CLEAN function is one of the text and data functions. Is used to remove all the nonprintable characters from the selected string.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/code.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/code.htm index 80f6bb377..7c859180a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/code.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/code.htm @@ -11,7 +11,7 @@
    - +

    CODE Function

    The CODE function is one of the text and data functions. Is used to return the ASCII value of the specified character or the first character in a cell.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/column.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/column.htm index 57a092ccd..ff6bb06a3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/column.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/column.htm @@ -11,7 +11,7 @@
    - +

    COLUMN Function

    The COLUMN function is one of the lookup and reference functions. It is used to return the column number of a cell.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/columns.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/columns.htm index 6575f6572..a47d3496e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/columns.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/columns.htm @@ -11,7 +11,7 @@
    - +

    COLUMNS Function

    The COLUMNS function is one of the lookup and reference functions. It is used to return the number of columns in a cell reference.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/combin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/combin.htm index c1ac9b129..944349c5c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/combin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/combin.htm @@ -11,7 +11,7 @@
    - +

    COMBIN Function

    The COMBIN function is one of the math and trigonometry functions. It is used to return the number of combinations for a specified number of items.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/combina.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/combina.htm index 6f4ccadec..8a7ee20b0 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/combina.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/combina.htm @@ -11,7 +11,7 @@
    - +

    COMBINA Function

    The COMBINA function is one of the math and trigonometry functions. It is used to return the number of combinations (with repetitions) for a given number of items.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/complex.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/complex.htm index 240ce229a..608890ce5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/complex.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/complex.htm @@ -11,7 +11,7 @@
    - +

    COMPLEX Function

    The COMPLEX function is one of the engineering functions. It is used to convert a real part and an imaginary part into the complex number expressed in a + bi or a + bj form.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/concat.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/concat.htm index ed464dc2d..f41c48096 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/concat.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/concat.htm @@ -11,7 +11,7 @@
    - +

    CONCAT Function

    The CONCAT function is one of the text and data functions. Is used to combine the data from two or more cells into a single one. This function replaces the CONCATENATE function.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/concatenate.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/concatenate.htm index f161d7bcd..a6250739a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/concatenate.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/concatenate.htm @@ -11,7 +11,7 @@
    - +

    CONCATENATE Function

    The CONCATENATE function is one of the text and data functions. Is used to combine the data from two or more cells into a single one.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-norm.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-norm.htm index 0d6f1b0bc..5680cd57c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-norm.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-norm.htm @@ -11,7 +11,7 @@
    - +

    CONFIDENCE.NORM Function

    The CONFIDENCE.NORM function is one of the statistical functions. It is used to return the confidence interval for a population mean, using a normal distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-t.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-t.htm index ab5b83909..c477297fb 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-t.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-t.htm @@ -11,7 +11,7 @@
    - +

    CONFIDENCE.T Function

    The CONFIDENCE.T function is one of the statistical functions. It is used to return the confidence interval for a population mean, using a Student's t distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence.htm index 12919ea05..9557adb0b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/confidence.htm @@ -11,7 +11,7 @@
    - +

    CONFIDENCE Function

    The CONFIDENCE function is one of the statistical functions. It is used to return the confidence interval.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/correl.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/correl.htm index 13d79d1ef..03440ad83 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/correl.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/correl.htm @@ -11,7 +11,7 @@
    - +

    CORREL Function

    The CORREL function is one of the statistical functions. It is used to analyze the range of data and return the correlation coefficient of two range of cells.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/cos.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/cos.htm index f63bef45f..60f55b2fd 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/cos.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/cos.htm @@ -11,7 +11,7 @@
    - +

    COS Function

    The COS function is one of the math and trigonometry functions. It is used to return the cosine of an angle.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/cosh.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/cosh.htm index 980753f06..dd9c82a76 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/cosh.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/cosh.htm @@ -11,7 +11,7 @@
    - +

    COSH Function

    The COSH function is one of the math and trigonometry functions. It is used to return the hyperbolic cosine of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/cot.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/cot.htm index acc50fe67..c9ff6f30f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/cot.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/cot.htm @@ -11,7 +11,7 @@
    - +

    COT Function

    The COT function is one of the math and trigonometry functions. It is used to return the cotangent of an angle specified in radians.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/coth.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/coth.htm index a03fb1de1..22355c461 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/coth.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/coth.htm @@ -11,7 +11,7 @@
    - +

    COTH Function

    The COTH function is one of the math and trigonometry functions. It is used to return the hyperbolic cotangent of a hyperbolic angle.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/count.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/count.htm index 3b88de162..3763e570b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/count.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/count.htm @@ -11,7 +11,7 @@
    - +

    COUNT Function

    The COUNT function is one of the statistical functions. It is used to count the number of the selected cells which contain numbers ignoring empty cells or those contaning text.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/counta.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/counta.htm index 0e64324f6..8e23e2a7f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/counta.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/counta.htm @@ -11,7 +11,7 @@
    - +

    COUNTA Function

    The COUNTA function is one of the statistical functions. It is used to analyze the range of cells and count the number of cells that are not empty.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/countblank.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/countblank.htm index 895d3bc23..19a567e36 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/countblank.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/countblank.htm @@ -11,7 +11,7 @@
    - +

    COUNTBLANK Function

    The COUNTBLANK function is one of the statistical functions. It is used to analyze the range of cells and return the number of the empty cells.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/countif.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/countif.htm index 2924eab50..7af02da01 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/countif.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/countif.htm @@ -11,7 +11,7 @@
    - +

    COUNTIF Function

    The COUNTIF function is one of the statistical functions. It is used to count the number of the selected cells based on the specified criterion.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/countifs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/countifs.htm index e2c1861ee..654a7b790 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/countifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/countifs.htm @@ -11,7 +11,7 @@
    - +

    COUNTIFS Function

    The COUNTIFS function is one of the statistical functions. It is used to count the number of the selected cells based on multiple criteria.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdaybs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdaybs.htm index 02617535a..5f876dbb8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdaybs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdaybs.htm @@ -11,7 +11,7 @@
    - +

    COUPDAYBS Function

    The COUPDAYBS function is one of the financial functions. It is used to calculate the number of days from the beginning of the coupon period to the settlement date.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdays.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdays.htm index 6b4058f75..e15c07336 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdays.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdays.htm @@ -11,7 +11,7 @@
    - +

    COUPDAYS Function

    The COUPDAYS function is one of the financial functions. It is used to calculate the number of days in the coupon period that contains the settlement date.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdaysnc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdaysnc.htm index 93527a7de..b693d778a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdaysnc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupdaysnc.htm @@ -11,7 +11,7 @@
    - +

    COUPDAYSNC Function

    The COUPDAYSNC function is one of the financial functions. It is used to calculate the number of days from the settlement date to the next coupon payment.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupncd.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupncd.htm index e7ef34ca0..d0c07e117 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupncd.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupncd.htm @@ -11,7 +11,7 @@
    - +

    COUPNCD Function

    The COUPNCD function is one of the financial functions. It is used to calculate the next coupon date after the settlement date.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupnum.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupnum.htm index 646d73dac..5c8e36359 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/coupnum.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/coupnum.htm @@ -11,7 +11,7 @@
    - +

    COUPNUM Function

    The COUPNUM function is one of the financial functions. It is used to calculate the number of coupons between the settlement date and the maturity date.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/couppcd.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/couppcd.htm index c73a04afd..6c6ef77a8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/couppcd.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/couppcd.htm @@ -11,7 +11,7 @@
    - +

    COUPPCD Function

    The COUPPCD function is one of the financial functions. It is used to calculate the previous coupon date before the settlement date.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/covar.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/covar.htm index a03fdb1bd..ffc0c8405 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/covar.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/covar.htm @@ -11,7 +11,7 @@
    - +

    COVAR Function

    The COVAR function is one of the statistical functions. It is used to return the covariance of two ranges of data.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/covariance-p.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/covariance-p.htm index 2a73274cf..a0a3b291e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/covariance-p.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/covariance-p.htm @@ -11,7 +11,7 @@
    - +

    COVARIANCE.P Function

    The COVARIANCE.P function is one of the statistical functions. It is used to return population covariance, the average of the products of deviations for each data point pair in two data sets; use covariance to determine the relationship between two data sets.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/covariance-s.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/covariance-s.htm index bedbb3072..8b5fa8a4f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/covariance-s.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/covariance-s.htm @@ -11,7 +11,7 @@
    - +

    COVARIANCE.S Function

    The COVARIANCE.S function is one of the statistical functions. It is used to return the sample covariance, the average of the products of deviations for each data point pair in two data sets.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/critbinom.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/critbinom.htm index 8453ff5e7..e2a4901f9 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/critbinom.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/critbinom.htm @@ -11,7 +11,7 @@
    - +

    CRITBINOM Function

    The CRITBINOM function is one of the statistical functions. It is used to return the smallest value for which the cumulative binomial distribution is greater than or equal to the specified alpha value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/csc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/csc.htm index 05257dfd9..2782d3149 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/csc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/csc.htm @@ -11,7 +11,7 @@
    - +

    CSC Function

    The CSC function is one of the math and trigonometry functions. It is used to return the cosecant of an angle specified in radians.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/csch.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/csch.htm index ff7b0b905..17edc956f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/csch.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/csch.htm @@ -11,7 +11,7 @@
    - +

    CSCH Function

    The CSCH function is one of the math and trigonometry functions. It is used to return the hyperbolic cosecant of an angle specified in radians.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/cumipmt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/cumipmt.htm index b6db9fc49..95e154d6b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/cumipmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/cumipmt.htm @@ -11,7 +11,7 @@
    - +

    CUMIPMT Function

    The CUMIPMT function is one of the financial functions. It is used to calculate the cumulative interest paid on an investment between two periods based on a specified interest rate and a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/cumprinc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/cumprinc.htm index 4c74dc303..28e705894 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/cumprinc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/cumprinc.htm @@ -11,7 +11,7 @@
    - +

    CUMPRINC Function

    The CUMPRINC function is one of the financial functions. It is used to calculate the cumulative principal paid on an investment between two periods based on a specified interest rate and a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/date.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/date.htm index 576096a01..1affd32b6 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/date.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/date.htm @@ -11,7 +11,7 @@
    - +

    DATE Function

    The DATE function is one of the date and time functions. It is used to add dates in the default format MM/dd/yyyy.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/datedif.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/datedif.htm index 792ebaa1a..8790f7bcb 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/datedif.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/datedif.htm @@ -11,7 +11,7 @@
    - +

    DATEDIF Function

    The DATEDIF function is one of the date and time functions. It is used to return the difference between two date values (start date and end date), based on the interval (unit) specified.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/datevalue.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/datevalue.htm index a6deec9d7..d08d289f3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/datevalue.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/datevalue.htm @@ -11,7 +11,7 @@
    - +

    DATEVALUE Function

    The DATEVALUE function is one of the date and time functions. It is used to return a serial number of the specified date.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/daverage.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/daverage.htm index 72834f0b3..2c60bf290 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/daverage.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/daverage.htm @@ -11,7 +11,7 @@
    - +

    DAVERAGE Function

    The DAVERAGE function is one of the database functions. It is used to average the values in a field (column) of records in a list or database that match conditions you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/day.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/day.htm index a220f8cbf..8502eac5c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/day.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/day.htm @@ -11,7 +11,7 @@
    - +

    DAY Function

    The DAY function is one of the date and time functions. It returns the day (a number from 1 to 31) of the date given in the numerical format (MM/dd/yyyy by default).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/days.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/days.htm index 0fadf3ed9..8bd506465 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/days.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/days.htm @@ -11,7 +11,7 @@
    - +

    DAYS Function

    The DAYS function is one of the date and time functions. Is used to return the number of days between two dates.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/days360.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/days360.htm index f78a55a76..5933c11df 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/days360.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/days360.htm @@ -11,7 +11,7 @@
    - +

    DAYS360 Function

    The DAYS360 function is one of the date and time functions. Is used to return the number of days between two dates (start-date and end-date) based on a 360-day year using one of the calculation method (US or European).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/db.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/db.htm index f3439d20b..5d353342d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/db.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/db.htm @@ -11,7 +11,7 @@
    - +

    DB Function

    The DB function is one of the financial functions. It is used to calculate the depreciation of an asset for a specified accounting period using the fixed-declining balance method.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dcount.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dcount.htm index 97bf11c9b..fe9f64bae 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dcount.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dcount.htm @@ -11,7 +11,7 @@
    - +

    DCOUNT Function

    The DCOUNT function is one of the database functions. It is used to count the cells that contain numbers in a field (column) of records in a list or database that match conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dcounta.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dcounta.htm index 854c076b5..c87e32092 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dcounta.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dcounta.htm @@ -11,7 +11,7 @@
    - +

    DCOUNTA Function

    The DCOUNTA function is one of the database functions. It is used to count the nonblank cells (logical values and text are also counted) in a field (column) of records in a list or database that match conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ddb.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ddb.htm index b7de225dc..0fdd24ff7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ddb.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ddb.htm @@ -11,7 +11,7 @@
    - +

    DDB Function

    The DDB function is one of the financial functions. It is used to calculate the depreciation of an asset for a specified accounting period using the double-declining balance method.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2bin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2bin.htm index 19c2ef583..959c404c3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2bin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2bin.htm @@ -11,7 +11,7 @@
    - +

    DEC2BIN Function

    The DEC2BIN function is one of the engineering functions. It is used to convert a decimal number into a binary number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2hex.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2hex.htm index a4fcb6c23..bd081c6f1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2hex.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2hex.htm @@ -11,7 +11,7 @@
    - +

    DEC2HEX Function

    The DEC2HEX function is one of the engineering functions. It is used to convert a decimal number into a hexadecimal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2oct.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2oct.htm index fa7982a60..13f5f5911 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2oct.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dec2oct.htm @@ -11,7 +11,7 @@
    - +

    DEC2OCT Function

    The DEC2OCT function is one of the engineering functions. It is used to convert a decimal number into an octal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/decimal.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/decimal.htm index e6682892a..d09233833 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/decimal.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/decimal.htm @@ -11,7 +11,7 @@
    - +

    DECIMAL Function

    The DECIMAL function is one of the math and trigonometry functions. It is used to convert a text representation of a number in a given base into a decimal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/degrees.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/degrees.htm index 27377f048..4f45b54a4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/degrees.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/degrees.htm @@ -11,7 +11,7 @@
    - +

    DEGREES Function

    The DEGREES function is one of the math and trigonometry functions. It is used to convert radians into degrees.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/delta.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/delta.htm index dc6997fcf..253e90ddf 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/delta.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/delta.htm @@ -11,7 +11,7 @@
    - +

    DELTA Function

    The DELTA function is one of the engineering functions. It is used to test if two numbers are equal. The function returns 1 if the numbers are equal and 0 otherwise.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/devsq.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/devsq.htm index 8456f6381..f1b628769 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/devsq.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/devsq.htm @@ -11,7 +11,7 @@
    - +

    DEVSQ Function

    The DEVSQ function is one of the statistical functions. It is used to analyze the range of data and sum the squares of the deviations of numbers from their mean.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dget.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dget.htm index 66bdc5ec8..d5cc1180e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dget.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dget.htm @@ -11,7 +11,7 @@
    - +

    DGET Function

    The DGET function is one of the database functions. It is used to extract a single value from a column of a list or database that matches conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/disc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/disc.htm index d08a5fba6..e199bba5c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/disc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/disc.htm @@ -11,7 +11,7 @@
    - +

    DISC Function

    The DISC function is one of the financial functions. It is used to calculate the discount rate for a security.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dmax.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dmax.htm index 5df0e7ed2..bdff97a8b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dmax.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dmax.htm @@ -11,7 +11,7 @@
    - +

    DMAX Function

    The DMAX function is one of the database functions. It is used to return the largest number in a field (column) of records in a list or database that matches conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dmin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dmin.htm index 51292efd4..ade78e862 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dmin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dmin.htm @@ -11,7 +11,7 @@
    - +

    DMIN Function

    The DMIN function is one of the database functions. It is used to return the smallest number in a field (column) of records in a list or database that matches conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dollar.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dollar.htm index 8241e5cba..91bc251f0 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dollar.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dollar.htm @@ -11,7 +11,7 @@
    - +

    DOLLAR Function

    The DOLLAR function is one of the text and data functions. Is used to convert a number to text, using a currency format $#.##.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dollarde.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dollarde.htm index dc96f4c4e..0a072e256 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dollarde.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dollarde.htm @@ -11,7 +11,7 @@
    - +

    DOLLARDE Function

    The DOLLARDE function is one of the financial functions. It is used to convert a dollar price represented as a fraction into a dollar price represented as a decimal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dollarfr.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dollarfr.htm index 75bc8d011..3afaa0abc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dollarfr.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dollarfr.htm @@ -11,7 +11,7 @@
    - +

    DOLLARFR Function

    The DOLLARFR function is one of the financial functions. It is used to convert a dollar price represented as a decimal number into a dollar price represented as a fraction.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dproduct.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dproduct.htm index 3a11225ce..bca60c857 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dproduct.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dproduct.htm @@ -11,7 +11,7 @@
    - +

    DPRODUCT Function

    The DPRODUCT function is one of the database functions. It is used to multiply the values in a field (column) of records in a list or database that match conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dstdev.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dstdev.htm index f534bf583..7f4e07103 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dstdev.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dstdev.htm @@ -11,7 +11,7 @@
    - +

    DSTDEV Function

    The DSTDEV function is one of the database functions. It is used to estimate the standard deviation of a population based on a sample by using the numbers in a field (column) of records in a list or database that match conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dstdevp.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dstdevp.htm index 250c6a70f..6471a2f3a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dstdevp.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dstdevp.htm @@ -11,7 +11,7 @@
    - +

    DSTDEVP Function

    The DSTDEVP function is one of the database functions. It is used to calculate the standard deviation of a population based on the entire population by using the numbers in a field (column) of records in a list or database that match conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dsum.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dsum.htm index 663e8e73c..03ee197d6 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dsum.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dsum.htm @@ -11,7 +11,7 @@
    - +

    DSUM Function

    The DSUM function is one of the database functions. It is used to add the numbers in a field (column) of records in a list or database that match conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/duration.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/duration.htm index bd7f0a04e..ea224bac8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/duration.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/duration.htm @@ -11,7 +11,7 @@
    - +

    DURATION Function

    The DURATION function is one of the financial functions. It is used to calculate the Macaulay duration of a security with an assumed par value of $100.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dvar.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dvar.htm index 1d2c68bf0..912f87733 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dvar.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dvar.htm @@ -11,7 +11,7 @@
    - +

    DVAR Function

    The DVAR function is one of the database functions. It is used to estimate the variance of a population based on a sample by using the numbers in a field (column) of records in a list or database that match conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/dvarp.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/dvarp.htm index 1294a9433..aa399af8a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/dvarp.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/dvarp.htm @@ -11,7 +11,7 @@
    - +

    DVARP Function

    The DVARP function is one of the database functions. It is used to calculate the variance of a population based on the entire population by using the numbers in a field (column) of records in a list or database that match conditions that you specify.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ecma-ceiling.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ecma-ceiling.htm index 7272989a3..57db3cbed 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ecma-ceiling.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ecma-ceiling.htm @@ -11,7 +11,7 @@
    - +

    ECMA.CEILING Function

    The ECMA.CEILING function is one of the math and trigonometry functions. It is used to round the number up to the nearest multiple of significance. Negative numbers are rounded towards zero.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/edate.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/edate.htm index 1c43d9878..358e33c3c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/edate.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/edate.htm @@ -11,7 +11,7 @@
    - +

    EDATE Function

    The EDATE function is one of the date and time functions. It is used to return the serial number of the date which comes the indicated number of months (month-offset) before or after the specified date (start-date).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/effect.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/effect.htm index 1dbbf5a6b..dc2e0f3cb 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/effect.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/effect.htm @@ -11,7 +11,7 @@
    - +

    EFFECT Function

    The EFFECT function is one of the financial functions. It is used to calculate the effective annual interest rate for a security based on a specified nominal annual interest rate and the number of compounding periods per year.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/eomonth.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/eomonth.htm index 10294c17b..36960880e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/eomonth.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/eomonth.htm @@ -11,7 +11,7 @@
    - +

    EOMONTH Function

    The EOMONTH function is one of the date and time functions. Is used to return the serial number of the last day of the month that comes the indicated number of months before or after the specified start date.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/erf-precise.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/erf-precise.htm index dac7a7a8a..ebf9cb575 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/erf-precise.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/erf-precise.htm @@ -11,7 +11,7 @@
    - +

    ERF.PRECISE Function

    The ERF.PRECISE function is one of the engineering functions. It is used to return the error function integrated between 0 and the specified lower limit.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/erf.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/erf.htm index 8c82792b0..6bd6b7b27 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/erf.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/erf.htm @@ -11,7 +11,7 @@
    - +

    ERF Function

    The ERF function is one of the engineering functions. It is used to calculate the error function integrated between the specified lower and upper limits.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/erfc-precise.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/erfc-precise.htm index eaf2a7719..9ca13db73 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/erfc-precise.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/erfc-precise.htm @@ -11,7 +11,7 @@
    - +

    ERFC.PRECISE Function

    The ERFC.PRECISE function is one of the engineering functions. It is used to calculate the complementary error function integrated between the specified lower limit and infinity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/erfc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/erfc.htm index 6780ecae3..aa5acb77b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/erfc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/erfc.htm @@ -11,7 +11,7 @@
    - +

    ERFC Function

    The ERFC function is one of the engineering functions. It is used to calculate the complementary error function integrated between the specified lower limit and infinity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/error.type.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/error.type.htm index 94370c2b3..c206e7326 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/error.type.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/error.type.htm @@ -11,7 +11,7 @@
    - +

    ERROR.TYPE Function

    The ERROR.TYPE function is one of the information functions. It is used to return the numeric representation of one of the existing errors.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/even.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/even.htm index 9c8402573..3cddb5747 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/even.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/even.htm @@ -11,7 +11,7 @@
    - +

    EVEN Function

    The EVEN function is one of the math and trigonometry functions. It is used to round the number up to the nearest even integer.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/exact.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/exact.htm index e100f3c67..7a75e74f4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/exact.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/exact.htm @@ -11,7 +11,7 @@
    - +

    EXACT Function

    The EXACT function is one of the text and data functions. Is used to compare data in two cells. The function returns TRUE if the data are the same, and FALSE if not.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/exp.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/exp.htm index cbe9d7d4a..78997aca5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/exp.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/exp.htm @@ -11,7 +11,7 @@
    - +

    EXP Function

    The EXP function is one of the math and trigonometry functions. It is used to return the e constant raised to the desired power. The e constant is equal to 2,71828182845904.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/expon-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/expon-dist.htm index ed51c39b4..9595226a5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/expon-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/expon-dist.htm @@ -11,7 +11,7 @@
    - +

    EXPON.DIST Function

    The EXPON.DIST function is one of the statistical functions. It is used to return the exponential distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/expondist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/expondist.htm index 3897fc3f3..59032f429 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/expondist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/expondist.htm @@ -11,7 +11,7 @@
    - +

    EXPONDIST Function

    The EXPONDIST function is one of the statistical functions. It is used to return the exponential distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist-rt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist-rt.htm index 34831285d..ca7499434 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist-rt.htm @@ -11,7 +11,7 @@
    - +

    F.DIST.RT Function

    The F.DIST.RT function is one of the statistical functions. It is used to return the (right-tailed) F probability distribution (degree of diversity) for two data sets. You can use this function to determine whether two data sets have different degrees of diversity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist.htm index cf536dfd5..3ef9b0511 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist.htm @@ -11,7 +11,7 @@
    - +

    F.DIST Function

    The F.DIST function is one of the statistical functions. It is used to return the F probability distribution. You can use this function to determine whether two data sets have different degrees of diversity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv-rt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv-rt.htm index 10d237852..2a11d8681 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv-rt.htm @@ -11,7 +11,7 @@
    - +

    F.INV.RT Function

    The F.INV.RT function is one of the statistical functions. It is used to return the inverse of the (right-tailed) F probability distribution. The F distribution can be used in an F-test that compares the degree of variability in two data sets.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv.htm index 195df6ebf..5c05cd307 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv.htm @@ -11,7 +11,7 @@
    - +

    F.INV Function

    The F.INV function is one of the statistical functions. It is used to return the inverse of the (right-tailed) F probability distribution. The F distribution can be used in an F-test that compares the degree of variability in two data sets.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/fact.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/fact.htm index f4ba7433f..17bff3041 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/fact.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/fact.htm @@ -11,7 +11,7 @@
    - +

    FACT Function

    The FACT function is one of the math and trigonometry functions. It is used to return the factorial of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/factdouble.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/factdouble.htm index d0883a423..83e4219dc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/factdouble.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/factdouble.htm @@ -11,7 +11,7 @@
    - +

    FACTDOUBLE Function

    The FACTDOUBLE function is one of the math and trigonometry functions. It is used to return the double factorial of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/false.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/false.htm index ff2d0876a..8896202a5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/false.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/false.htm @@ -11,7 +11,7 @@
    - +

    FALSE Function

    The FALSE function is one of the logical functions. The function returns FALSE and does not require any argument.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/fdist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/fdist.htm index 6c6f51d48..f9e50e17d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/fdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/fdist.htm @@ -11,7 +11,7 @@
    - +

    FDIST Function

    The FDIST function is one of the statistical functions. It is used to return the (right-tailed) F probability distribution (degree of diversity) for two data sets. You can use this function to determine whether two data sets have different degrees of diversity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/find.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/find.htm index 87fad91cf..daf1c3b46 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/find.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/find.htm @@ -11,7 +11,7 @@
    - +

    FIND/FINDB Function

    The FIND/FINDB function is one of the text and data functions. Is used to find the specified substring (string-1) within a string (string-2). The FIND function is intended for languages that use the single-byte character set (SBCS), while FINDB - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/finv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/finv.htm index 90790a609..738b22b0c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/finv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/finv.htm @@ -11,7 +11,7 @@
    - +

    FINV Function

    The FINV function is one of the statistical functions. It is used to return the inverse of the (right-tailed) F probability distribution. The F distribution can be used in an F-test that compares the degree of variability in two data sets.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/fisher.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/fisher.htm index 00ae2e4ed..17ce1a94e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/fisher.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/fisher.htm @@ -11,7 +11,7 @@
    - +

    FISHER Function

    The FISHER function is one of the statistical functions. It is used to return the Fisher transformation of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/fisherinv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/fisherinv.htm index 4df7afb34..f151183ab 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/fisherinv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/fisherinv.htm @@ -11,7 +11,7 @@
    - +

    FISHERINV Function

    The FISHERINV function is one of the statistical functions. It is used to perform the inverse of Fisher transformation.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/fixed.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/fixed.htm index f5e416f71..ec36abd4a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/fixed.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/fixed.htm @@ -11,7 +11,7 @@
    - +

    FIXED Function

    The FIXED function is one of the text and data functions. Is used to return the text representation of a number rounded to a specified number of decimal places.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/floor.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/floor.htm index a9f54c318..bb9e4fbfc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/floor.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/floor.htm @@ -11,7 +11,7 @@
    - +

    FLOOR Function

    The FLOOR function is one of the math and trigonometry functions. It is used to round the number down to the nearest multiple of significance.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/floormath.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/floormath.htm index 195fc6d15..591c80bda 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/floormath.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/floormath.htm @@ -11,7 +11,7 @@
    - +

    FLOOR.MATH Function

    The FLOOR.MATH function is one of the math and trigonometry functions. It is used to round a number down to the nearest integer or to the nearest multiple of significance.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/floorprecise.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/floorprecise.htm index bb7c15471..cbf3776d8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/floorprecise.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/floorprecise.htm @@ -11,7 +11,7 @@
    - +

    FLOOR.PRECISE Function

    The FLOOR.PRECISE function is one of the math and trigonometry functions. It is used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance. The number is always rounded down regardless of its sing.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-linear.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-linear.htm index ad5685705..1c161ffcd 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-linear.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-linear.htm @@ -11,7 +11,7 @@
    - +

    FORECAST.LINEAR Function

    The FORECAST.LINEAR function is one of the statistical functions. It is used to calculate, or predict, a future value by using existing values; the predicted value is a y-value for a given x-value. The known values are existing x-values and y-values, and the new value is predicted by using linear regression.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast.htm index 1052acdbf..05c8a9f65 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast.htm @@ -11,7 +11,7 @@
    - +

    FORECAST Function

    The FORECAST function is one of the statistical functions. It is used to predict a future value based on existing values provided.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/frequency.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/frequency.htm index ec2f5a81a..641de5267 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/frequency.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/frequency.htm @@ -11,7 +11,7 @@
    - +

    FREQUENCY Function

    The FREQUENCY function is one of the statistical functions. It is used to сalculate how often values occur within the selected range of cells and display the first value of the returned vertical array of numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/fv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/fv.htm index 8ae9ae524..487a90332 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/fv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/fv.htm @@ -11,7 +11,7 @@
    - +

    FV Function

    The FV function is one of the financial functions. It is used to calculate the future value of an investment based on a specified interest rate and a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/fvschedule.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/fvschedule.htm index 18d652bd5..20fe93f1b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/fvschedule.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/fvschedule.htm @@ -11,7 +11,7 @@
    - +

    FVSCHEDULE Function

    The FVSCHEDULE function is one of the financial functions. It is used to calculate the future value of an investment based on a series of changeable interest rates.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm index 90993c63b..5ca437997 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm @@ -11,7 +11,7 @@
    - +

    GAMMA.DIST Function

    The GAMMA.DIST function is one of the statistical functions. It is used to return the gamma distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm index 48bfd0867..45ce7a89b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm @@ -11,7 +11,7 @@
    - +

    GAMMA.INV Function

    The GAMMA.INV function is one of the statistical functions. It is used to return the inverse of the gamma cumulative distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm index 64090f8bb..e416ae2d8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm @@ -11,7 +11,7 @@
    - +

    GAMMA Function

    The GAMMA function is one of the statistical functions. It is used to return the gamma function value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm index 1ad824420..e1755f31a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm @@ -11,7 +11,7 @@
    - +

    GAMMADIST Function

    The GAMMADIST function is one of the statistical functions. It is used to return the gamma distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm index 1f216c472..b98f555fe 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm @@ -11,7 +11,7 @@
    - +

    GAMMAINV Function

    The GAMMAINV function is one of the statistical functions. It is used to return the inverse of the gamma cumulative distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln-precise.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln-precise.htm index 4eca3539a..f54887e48 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln-precise.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln-precise.htm @@ -11,7 +11,7 @@
    - +

    GAMMALN.PRECISE Function

    The GAMMALN.PRECISE function is one of the statistical functions. It is used to return the natural logarithm of the gamma function.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln.htm index 797c19111..195794610 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln.htm @@ -11,7 +11,7 @@
    - +

    GAMMALN Function

    The GAMMALN function is one of the statistical functions. It is used to return the natural logarithm of the gamma function.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm index 3834e1924..86cca8673 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm @@ -11,7 +11,7 @@
    - +

    GAUSS Function

    The GAUSS function is one of the statistical functions. It is used to calculate the probability that a member of a standard normal population will fall between the mean and z standard deviations from the mean.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gcd.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gcd.htm index db20707e3..b3f52020c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gcd.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gcd.htm @@ -11,7 +11,7 @@
    - +

    GCD Function

    The GCD function is one of the math and trigonometry functions. It is used to return the greatest common divisor of two or more numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/geomean.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/geomean.htm index a6d956b04..b3c95efaa 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/geomean.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/geomean.htm @@ -11,7 +11,7 @@
    - +

    GEOMEAN Function

    The GEOMEAN function is one of the statistical functions. It is used to calculate the geometric mean of the argument list.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/gestep.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/gestep.htm index ca557e966..43e7dc9fd 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/gestep.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/gestep.htm @@ -11,7 +11,7 @@
    - +

    GESTEP Function

    The GESTEP function is one of the engineering functions. It is used to test if a number is greater than a threshold value. The function returns 1 if the number is greater than or equal to the threshold value and 0 otherwise.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/harmean.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/harmean.htm index 0c38cf17b..d22085200 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/harmean.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/harmean.htm @@ -11,7 +11,7 @@
    - +

    HARMEAN Function

    The HARMEAN function is one of the statistical functions. It is used to calculate the harmonic mean of the argument list.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2bin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2bin.htm index 454e4518b..fea684337 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2bin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2bin.htm @@ -11,7 +11,7 @@
    - +

    HEX2BIN Function

    The HEX2BIN function is one of the engineering functions. It is used to convert a hexadecimal number to a binary number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2dec.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2dec.htm index f99e39f3c..c1e904232 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2dec.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2dec.htm @@ -11,7 +11,7 @@
    - +

    HEX2DEC Function

    The HEX2DEC function is one of the engineering functions. It is used to convert a hexadecimal number into a decimal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2oct.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2oct.htm index daddbdc03..cf5e0e5f7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2oct.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2oct.htm @@ -11,7 +11,7 @@
    - +

    HEX2OCT Function

    The HEX2OCT function is one of the engineering functions. It is used to convert a hexadecimal number to an octal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/hlookup.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/hlookup.htm index 537895201..03c110ee2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/hlookup.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/hlookup.htm @@ -11,7 +11,7 @@
    - +

    HLOOKUP Function

    The HLOOKUP function is one of the lookup and reference functions. It is used to perform the horizontal search for a value in the top row of a table or an array and return the value in the same column based on a specified row index number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/hour.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/hour.htm index 2b3b2a19e..03a77ec7b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/hour.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/hour.htm @@ -11,7 +11,7 @@
    - +

    HOUR Function

    The HOUR function is one of the date and time functions. It returns the hour (a number from 0 to 23) of the time value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/hypgeomdist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/hypgeomdist.htm index 0e705e90a..a142638cf 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/hypgeomdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/hypgeomdist.htm @@ -11,7 +11,7 @@
    - +

    HYPGEOMDIST Function

    The HYPGEOMDIST function is one of the statistical functions. It is used to return the hypergeometric distribution, the probability of a given number of sample successes, given the sample size, population successes, and population size.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/if.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/if.htm index b6e892d3c..6cd4d708d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/if.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/if.htm @@ -11,7 +11,7 @@
    - +

    IF Function

    The IF function is one of the logical functions. Is used to check the logical expression and return one value if it is TRUE, or another if it is FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/iferror.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/iferror.htm index dcdb081b5..6414e3639 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/iferror.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/iferror.htm @@ -11,7 +11,7 @@
    - +

    IFERROR Function

    The IFERROR function is one of the logical functions. It is used to check if there is an error in the formula in the first argument. The function returns the result of the formula if there is no error, or the value_if_error if there is one.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ifna.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ifna.htm index 30cd3246a..9ed18b8d1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ifna.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ifna.htm @@ -11,7 +11,7 @@
    - +

    IFNA Function

    The IFNA function is one of the logical functions. It is used to check if there is an error in the formula in the first argument. The function returns the value you specify if the formula returns the #N/A error value, otherwise returns the result of the formula.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imabs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imabs.htm index bb5f361d4..12bad4e66 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imabs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imabs.htm @@ -11,7 +11,7 @@
    - +

    IMABS Function

    The IMABS function is one of the engineering functions. It is used to return the absolute value of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imaginary.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imaginary.htm index 9ca7ce174..e2906c3a9 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imaginary.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imaginary.htm @@ -11,7 +11,7 @@
    - +

    IMAGINARY Function

    The IMAGINARY function is one of the engineering functions. It is used to return the imaginary part of the specified complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imargument.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imargument.htm index 1893235c3..eb46d7dd5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imargument.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imargument.htm @@ -11,7 +11,7 @@
    - +

    IMARGUMENT Function

    The IMARGUMENT function is one of the engineering functions. It is used to return the argument Theta, an angle expressed in radians.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imconjugate.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imconjugate.htm index e1cd150dd..deaab63f5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imconjugate.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imconjugate.htm @@ -11,7 +11,7 @@
    - +

    IMCONJUGATE Function

    The IMCONJUGATE function is one of the engineering functions. It is used to return the complex conjugate of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcos.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcos.htm index f0c44e833..22137115d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcos.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcos.htm @@ -11,7 +11,7 @@
    - +

    IMCOS Function

    The IMCOS function is one of the engineering functions. It is used to return the cosine of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcosh.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcosh.htm index 13dec2651..34491dd7c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcosh.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcosh.htm @@ -11,7 +11,7 @@
    - +

    IMCOSH Function

    The IMCOSH function is one of the engineering functions. It is used to return the hyperbolic cosine of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcot.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcot.htm index 628807103..a3e4458be 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcot.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcot.htm @@ -11,7 +11,7 @@
    - +

    IMCOT Function

    The IMCOT function is one of the engineering functions. It is used to return the cotangent of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcsc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcsc.htm index 32885fa1b..012482fb8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcsc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcsc.htm @@ -11,7 +11,7 @@
    - +

    IMCSC Function

    The IMCSC function is one of the engineering functions. It is used to return the cosecant of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcsch.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcsch.htm index c340cf57d..1b059e684 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imcsch.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imcsch.htm @@ -11,7 +11,7 @@
    - +

    IMCSCH Function

    The IMCSCH function is one of the engineering functions. It is used to return the hyperbolic cosecant of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imdiv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imdiv.htm index 04aa2f382..df1883b16 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imdiv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imdiv.htm @@ -11,7 +11,7 @@
    - +

    IMDIV Function

    The IMDIV function is one of the engineering functions. It is used to return the quotient of two complex numbers expressed in x + yi or x + yj form.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imexp.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imexp.htm index 183101461..d3b5bc6b8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imexp.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imexp.htm @@ -11,7 +11,7 @@
    - +

    IMEXP Function

    The IMEXP function is one of the engineering functions. It is used to return the e constant raised to the to the power specified by a complex number. The e constant is equal to 2,71828182845904.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imln.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imln.htm index 0cee62f0f..8d83e71b7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imln.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imln.htm @@ -11,7 +11,7 @@
    - +

    IMLN Function

    The IMLN function is one of the engineering functions. It is used to return the natural logarithm of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imlog10.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imlog10.htm index 42eaefc2c..5c52252af 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imlog10.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imlog10.htm @@ -11,7 +11,7 @@
    - +

    IMLOG10 Function

    The IMLOG10 function is one of the engineering functions. It is used to return the logarithm of a complex number to a base of 10.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imlog2.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imlog2.htm index 1972bb796..bde95c235 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imlog2.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imlog2.htm @@ -11,7 +11,7 @@
    - +

    IMLOG2 Function

    The IMLOG2 function is one of the engineering functions. It is used to return the logarithm of a complex number to a base of 2.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/impower.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/impower.htm index 7edaa24c5..35802cb8f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/impower.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/impower.htm @@ -11,7 +11,7 @@
    - +

    IMPOWER Function

    The IMPOWER function is one of the engineering functions. It is used to return the result of a complex number raised to the desired power.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/improduct.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/improduct.htm index 2b021c13c..20d6f63ca 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/improduct.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/improduct.htm @@ -11,7 +11,7 @@
    - +

    IMPRODUCT Function

    The IMPRODUCT function is one of the engineering functions. It is used to return the product of the specified complex numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imreal.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imreal.htm index beb3028e9..40c314867 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imreal.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imreal.htm @@ -11,7 +11,7 @@
    - +

    IMREAL Function

    The IMREAL function is one of the engineering functions. It is used to return the real part of the specified complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsec.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsec.htm index f37f2179a..d07d7a7dd 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsec.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsec.htm @@ -11,7 +11,7 @@
    - +

    IMSEC Function

    The IMSEC function is one of the engineering functions. It is used to return the secant of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsech.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsech.htm index b1eadbc43..34abd3b81 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsech.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsech.htm @@ -11,7 +11,7 @@
    - +

    IMSECH Function

    The IMSECH function is one of the engineering functions. It is used to return the hyperbolic secant of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsin.htm index 39bac8bd5..5dba0ba29 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsin.htm @@ -11,7 +11,7 @@
    - +

    IMSIN Function

    The IMSIN function is one of the engineering functions. It is used to return the sine of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsinh.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsinh.htm index efcdcb4fa..5491a2d48 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsinh.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsinh.htm @@ -11,7 +11,7 @@
    - +

    IMSINH Function

    The IMSINH function is one of the engineering functions. It is used to return the hyperbolic sine of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsqrt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsqrt.htm index 66e4efc0d..1b41bce02 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsqrt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsqrt.htm @@ -11,7 +11,7 @@
    - +

    IMSQRT Function

    The IMSQRT function is one of the engineering functions. It is used to return the square root of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsub.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsub.htm index 43bb95cec..5428e2b37 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsub.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsub.htm @@ -11,7 +11,7 @@
    - +

    IMSUB Function

    The IMSUB function is one of the engineering functions. It is used to return the difference of two complex numbers expressed in x + yi or x + yj form.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsum.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsum.htm index 019b20244..f925b7b87 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imsum.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imsum.htm @@ -11,7 +11,7 @@
    - +

    IMSUM Function

    The IMSUM function is one of the engineering functions. It is used to return the sum of the specified complex numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/imtan.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/imtan.htm index e5da3db2a..60f6b02b2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/imtan.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/imtan.htm @@ -11,7 +11,7 @@
    - +

    IMTAN Function

    The IMTAN function is one of the engineering functions. It is used to return the tangent of a complex number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/index.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/index.htm index c62ce91f0..1e25e52e7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/index.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/index.htm @@ -11,7 +11,7 @@
    - +

    INDEX Function

    The INDEX function is one of the lookup and reference functions. It is used to return a value within a range of cells on the base of a specified row and column number. The INDEX function has two forms.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/indirect.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/indirect.htm index 0dc1fa504..c7f6b4028 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/indirect.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/indirect.htm @@ -11,7 +11,7 @@
    - +

    INDIRECT Function

    The INDIRECT function is one of the lookup and reference functions. It is used to return the reference to a cell based on its string representation.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/int.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/int.htm index 3b33cfc94..2d8144ff2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/int.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/int.htm @@ -11,7 +11,7 @@
    - +

    INT Function

    The INT function is one of the math and trigonometry functions. It is used to analyze and return the integer part of the specified number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/intercept.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/intercept.htm index b0d4c23c6..335e93762 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/intercept.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/intercept.htm @@ -11,7 +11,7 @@
    - +

    INTERCEPT Function

    The INTERCEPT function is one of the statistical functions. It is used to analyze the first array values and second array values to calculate the intersection point.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/intrate.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/intrate.htm index 099291243..49bb04e96 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/intrate.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/intrate.htm @@ -11,7 +11,7 @@
    - +

    INTRATE Function

    The INTRATE function is one of the financial functions. It is used to calculate the interest rate for a fully invested security that pays interest only at maturity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ipmt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ipmt.htm index 3d729c5b5..99c42b00b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ipmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ipmt.htm @@ -11,7 +11,7 @@
    - +

    IPMT Function

    The IPMT function is one of the financial functions. It is used to calculate the interest payment for an investment based on a specified interest rate and a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/irr.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/irr.htm index e3ad8bc99..4a8259a03 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/irr.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/irr.htm @@ -11,7 +11,7 @@
    - +

    IRR Function

    The IRR function is one of the financial functions. It is used to calculate the internal rate of return for a series of periodic cash flows.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isblank.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isblank.htm index 0f3bef81d..b25011631 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isblank.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isblank.htm @@ -11,7 +11,7 @@
    - +

    ISBLANK Function

    The ISBLANK function is one of the information functions. It is used to check if the cell is empty or not. If the cell does not contain any value, the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/iserr.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/iserr.htm index 941839982..aaecba2d1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/iserr.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/iserr.htm @@ -11,7 +11,7 @@
    - +

    ISERR Function

    The ISERR function is one of the information functions. It is used to check for an error value. If the cell contains an error value (except #N/A), the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/iserror.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/iserror.htm index 488cb305e..f062805ad 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/iserror.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/iserror.htm @@ -11,7 +11,7 @@
    - +

    ISERROR Function

    The ISERROR function is one of the information functions. It is used to check for an error value. If the cell contains one of the error values: #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME? or #NULL, the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/iseven.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/iseven.htm index b627d4e4d..8f1de3b29 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/iseven.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/iseven.htm @@ -11,7 +11,7 @@
    - +

    ISEVEN Function

    The ISEVEN function is one of the information functions. It is used to check for an even value. If the cell contains an even value, the function returns TRUE. If the value is odd, it returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isformula.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isformula.htm index b66460e01..703b24cbd 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isformula.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isformula.htm @@ -11,7 +11,7 @@
    - +

    ISFORMULA Function

    The ISFORMULA function is one of the information functions. It is used to check whether there is a reference to a cell that contains a formula. If the cell contains a formula, the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/islogical.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/islogical.htm index 782f46a64..5426eef97 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/islogical.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/islogical.htm @@ -11,7 +11,7 @@
    - +

    ISLOGICAL Function

    The ISLOGICAL function is one of the information functions. It is used to check for a logical value (TRUE or FALSE). If the cell contains a logical value, the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isna.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isna.htm index 584f9a0fb..d17c2fdc5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isna.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isna.htm @@ -11,7 +11,7 @@
    - +

    ISNA Function

    The ISNA function is one of the information functions. It is used to check for a #N/A error. If the cell contains a #N/A error value, the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isnontext.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isnontext.htm index 911b72113..78e8fc0a8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isnontext.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isnontext.htm @@ -11,7 +11,7 @@
    - +

    ISNONTEXT Function

    The ISNONTEXT function is one of the information functions. It is used to check for a value that is not a text. If the cell does not contain a text value, the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isnumber.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isnumber.htm index b6b226d90..c87632bde 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isnumber.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isnumber.htm @@ -11,7 +11,7 @@
    - +

    ISNUMBER Function

    The ISNUMBER function is one of the information functions. It is used to check for a numeric value. If the cell contains a numeric value, the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isoceiling.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isoceiling.htm index dc002d524..a2f578ae1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isoceiling.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isoceiling.htm @@ -11,7 +11,7 @@
    - +

    ISO.CEILING Function

    The ISO.CEILING function is one of the math and trigonometry functions. It is used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance. The number is always rounded up regardless of its sing.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isodd.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isodd.htm index 23b8be20d..ee0102193 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isodd.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isodd.htm @@ -11,7 +11,7 @@
    - +

    ISODD Function

    The ISODD function is one of the information functions. It is used to check for an odd value. If the cell contains an odd value, the function returns TRUE. If the value is even, it returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isoweeknum.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isoweeknum.htm index 74d50fda9..8d3e44696 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isoweeknum.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isoweeknum.htm @@ -11,7 +11,7 @@
    - +

    ISOWEEKNUM Function

    The ISOWEEKNUM function is one of the date and time functions. It used to return number of the ISO week number of the year for a given date. Returns a number between 1 and 54.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ispmt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ispmt.htm index 70cc18aa2..20fe45519 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ispmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ispmt.htm @@ -11,7 +11,7 @@
    - +

    ISPMT Function

    The ISPMT function is one of the financial functions. It is used to calculate the interest payment for a specified period of an investment based on a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/isref.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/isref.htm index 6021b80bd..e18e41dc1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/isref.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/isref.htm @@ -11,7 +11,7 @@
    - +

    ISREF Function

    The ISREF function is one of the information functions. It is used to verify if the value is a valid cell reference.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/istext.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/istext.htm index 2e2b2680d..c712acef1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/istext.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/istext.htm @@ -11,7 +11,7 @@
    - +

    ISTEXT Function

    The ISTEXT function is one of the information functions. It is used to check for a text value. If the cell contains a text value, the function returns TRUE, otherwise the function returns FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/kurt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/kurt.htm index d6038fa44..b5336a3e8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/kurt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/kurt.htm @@ -11,7 +11,7 @@
    - +

    KURT Function

    The KURT function is one of the statistical functions. It is used to return the kurtosis of the argument list.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/large.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/large.htm index 0bd1268bd..0d2de64b3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/large.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/large.htm @@ -11,7 +11,7 @@
    - +

    LARGE Function

    The LARGE function is one of the statistical functions. It is used to analyze the range of cells and return the nth largest value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/lcm.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/lcm.htm index 835de6256..a2cf2089c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/lcm.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/lcm.htm @@ -11,7 +11,7 @@
    - +

    LCM Function

    The LCM function is one of the math and trigonometry functions. It is used to return the lowest common multiple of one or more numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/left.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/left.htm index 4fdf75074..422c7cfa3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/left.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/left.htm @@ -11,7 +11,7 @@
    - +

    LEFT/LEFTB Function

    The LEFT/LEFTB function is one of the text and data functions. Is used to extract the substring from the specified string starting from the left character. The LEFT function is intended for languages that use the single-byte character set (SBCS), while LEFTB - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/len.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/len.htm index c86b4157c..a22c45efe 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/len.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/len.htm @@ -11,7 +11,7 @@
    - +

    LEN/LENB Function

    The LEN/LENB function is one of the text and data functions. Is used to analyse the specified string and return the number of characters it contains. The LEN function is intended for languages that use the single-byte character set (SBCS), while LENB - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ln.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ln.htm index e2045c31e..de66ec3c4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ln.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ln.htm @@ -11,7 +11,7 @@
    - +

    LN Function

    The LN function is one of the math and trigonometry functions. It is used to return the natural logarithm of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/log.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/log.htm index a9edae526..f985ff6be 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/log.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/log.htm @@ -11,7 +11,7 @@
    - +

    LOG Function

    The LOG function is one of the math and trigonometry functions. It is used to return the logarithm of a number to a specified base.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/log10.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/log10.htm index 989f59c11..b6b702ed8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/log10.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/log10.htm @@ -11,7 +11,7 @@
    - +

    LOG10 Function

    The LOG10 function is one of the math and trigonometry functions. It is used to return the logarithm of a number to a base of 10.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/loginv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/loginv.htm index 1544dccd4..fc63a359b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/loginv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/loginv.htm @@ -11,7 +11,7 @@
    - +

    LOGINV Function

    The LOGINV function is one of the statistical functions. It is used to return the inverse of the lognormal cumulative distribution function of the given x value with the specified parameters.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-dist.htm index 2e7d563b0..b7af45305 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-dist.htm @@ -11,7 +11,7 @@
    - +

    LOGNORM.DIST Function

    The LOGNORM.DIST function is one of the statistical functions. It is used to return the lognormal distribution of x, where ln(x) is normally distributed with parameters mean and standard-dev.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-inv.htm index 038024a98..9cfc80e61 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-inv.htm @@ -11,7 +11,7 @@
    - +

    LOGNORM.INV Function

    The LOGNORM.INV function is one of the statistical functions. It is used to return the inverse of the lognormal cumulative distribution function of x, where ln(x) is normally distributed with parameters mean and standard-dev.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/lognormdist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/lognormdist.htm index 4f68d4ef8..c6db34b76 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/lognormdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/lognormdist.htm @@ -11,7 +11,7 @@
    - +

    LOGNORMDIST Function

    The LOGNORMDIST function is one of the statistical functions. It is used to analyze logarithmically transformed data and return the lognormal cumulative distribution function of the given x value with the specified parameters.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/lookup.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/lookup.htm index b17c90e3b..9673b345b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/lookup.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/lookup.htm @@ -11,7 +11,7 @@
    - +

    LOOKUP Function

    The LOOKUP function is one of the lookup and reference functions. It is used to return a value from a selected range (row or column containing the data in ascending order).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/lower.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/lower.htm index d5880eb53..550f30d15 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/lower.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/lower.htm @@ -11,7 +11,7 @@
    - +

    LOWER Function

    The LOWER function is one of the text and data functions. Is used to convert uppercase letters to lowercase in the selected cell.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/match.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/match.htm index 6611a3881..301b6d450 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/match.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/match.htm @@ -11,7 +11,7 @@
    - +

    MATCH Function

    The MATCH function is one of the lookup and reference functions. It is used to return a relative position of a specified item in a range of cells.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/max.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/max.htm index b9df81016..202008fed 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/max.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/max.htm @@ -11,7 +11,7 @@
    - +

    MAX Function

    The MAX function is one of the statistical functions. It is used to analyze the range of data and find the largest number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/maxa.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/maxa.htm index 83ab45de9..4e1bd56ab 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/maxa.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/maxa.htm @@ -11,7 +11,7 @@
    - +

    MAXA Function

    The MAXA function is one of the statistical functions. It is used to analyze the range of data and find the largest value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/maxifs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/maxifs.htm index 2d7b214ea..0ff07c068 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/maxifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/maxifs.htm @@ -11,7 +11,7 @@
    - +

    MAXIFS Function

    The MAXIFS function is one of the statistical functions. It is used to return the maximum value among cells specified by a given set of conditions or criteria.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mdeterm.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mdeterm.htm index a7a7f09e1..e9ee790b7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mdeterm.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mdeterm.htm @@ -11,7 +11,7 @@
    - +

    MDETERM Function

    The MDETERM function is one of the math and trigonometry functions. It is used to return the matrix determinant of an array.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mduration.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mduration.htm index a01138942..cd04512ff 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mduration.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mduration.htm @@ -11,7 +11,7 @@
    - +

    MDURATION Function

    The MDURATION function is one of the financial functions. It is used to calculate the modified Macaulay duration of a security with an assumed par value of $100.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/median.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/median.htm index df9dbc3d2..b21ee3830 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/median.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/median.htm @@ -11,7 +11,7 @@
    - +

    MEDIAN Function

    The MEDIAN function is one of the statistical functions. It is used to calculate the median of the argument list.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mid.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mid.htm index 3833fe33b..2a5952eab 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mid.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mid.htm @@ -11,7 +11,7 @@
    - +

    MID/MIDB Function

    The MID/MIDB function is one of the text and data functions. Is used to extract the characters from the specified string starting from any position. The MID function is intended for languages that use the single-byte character set (SBCS), while MIDB - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/min.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/min.htm index 6d4e0e47f..ac3464a53 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/min.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/min.htm @@ -11,7 +11,7 @@
    - +

    MIN Function

    The MIN function is one of the statistical functions. It is used to analyze the range of data and find the smallest number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mina.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mina.htm index 2ac262c85..2629febd6 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mina.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mina.htm @@ -11,7 +11,7 @@
    - +

    MINA Function

    The MINA function is one of the statistical functions. It is used to analyze the range of data and find the smallest value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/minifs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/minifs.htm index 13f24bd16..3212ec2ae 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/minifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/minifs.htm @@ -11,7 +11,7 @@
    - +

    MINIFS Function

    The MINIFS function is one of the statistical functions. It is used to return the minimum value among cells specified by a given set of conditions or criteria.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/minute.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/minute.htm index 09b39250c..4bf968d25 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/minute.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/minute.htm @@ -11,7 +11,7 @@
    - +

    MINUTE Function

    The MINUTE function is one of the date and time functions. It returns the minute (a number from 0 to 59) of the time value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/minverse.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/minverse.htm index 1df157f01..b2876fe02 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/minverse.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/minverse.htm @@ -11,7 +11,7 @@
    - +

    MINVERSE Function

    The MINVERSE function is one of the math and trigonometry functions. It is used to return the inverse matrix for a given matrix and display the first value of the returned array of numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mirr.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mirr.htm index 2df4cc9f0..624f7b6bd 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mirr.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mirr.htm @@ -11,7 +11,7 @@
    - +

    MIRR Function

    The MIRR function is one of the financial functions. It is used to calculate the modified internal rate of return for a series of periodic cash flows.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mmult.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mmult.htm index 4d6aceac8..eb2c70008 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mmult.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mmult.htm @@ -11,7 +11,7 @@
    - +

    MMULT Function

    The MMULT function is one of the math and trigonometry functions. It is used to return the matrix product of two arrays and display the first value of the returned array of numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mod.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mod.htm index 8d27aa02f..0b3246c43 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mod.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mod.htm @@ -11,7 +11,7 @@
    - +

    MOD Function

    The MOD function is one of the math and trigonometry functions. It is used to return the remainder after the division of a number by the specified divisor.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-mult.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-mult.htm index b4911beb8..f86002cf5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-mult.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-mult.htm @@ -11,7 +11,7 @@
    - +

    MODE.MULT Function

    The MODE.MULT function is one of the statistical functions. It is used to return the most frequently occurring, or repetitive value in an array or range of data.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-sngl.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-sngl.htm index 433cdc4a8..8554fcf85 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-sngl.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-sngl.htm @@ -11,7 +11,7 @@
    - +

    MODE.SNGL Function

    The MODE.SNGL function is one of the statistical functions. It is used to return the most frequently occurring, or repetitive, value in an array or range of data.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mode.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mode.htm index 3f241ba62..015919f63 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mode.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mode.htm @@ -11,7 +11,7 @@
    - +

    MODE Function

    The MODE function is one of the statistical functions. It is used to analyze the range of data and return the most frequently occurring value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/month.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/month.htm index ae6eb8ee1..daa1fb030 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/month.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/month.htm @@ -11,7 +11,7 @@
    - +

    MONTH Function

    The MONTH function is one of the date and time functions. It returns the month (a number from 1 to 12) of the date given in the numerical format (MM/dd/yyyy by default).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/mround.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/mround.htm index 942c00e55..3e9c4c035 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/mround.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/mround.htm @@ -11,7 +11,7 @@
    - +

    MROUND Function

    The MROUND function is one of the math and trigonometry functions. It is used to round the number to the desired multiple.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/multinomial.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/multinomial.htm index bb993f166..b7fb089e4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/multinomial.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/multinomial.htm @@ -11,7 +11,7 @@
    - +

    MULTINOMIAL Function

    The MULTINOMIAL function is one of the math and trigonometry functions. It is used to return the ratio of the factorial of a sum of numbers to the product of factorials.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/n.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/n.htm index a93ec3c06..305eed412 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/n.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/n.htm @@ -11,7 +11,7 @@
    - +

    N Function

    The N function is one of the information functions. It is used to convert a value to a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/na.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/na.htm index 246c5f6ac..77d6e373f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/na.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/na.htm @@ -11,7 +11,7 @@
    - +

    NA Function

    The NA function is one of the information functions. It is used to return the #N/A error value. This function does not require an argument.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/negbinom-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/negbinom-dist.htm index ffda7b199..a5f1af44d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/negbinom-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/negbinom-dist.htm @@ -11,7 +11,7 @@
    - +

    NEGBINOM.DIST Function

    The NEGBINOM.DIST function is one of the statistical functions. It is used to return the negative binomial distribution, the probability that there will be Number_f failures before the Number_s-th success, with Probability_s probability of a success.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/negbinomdist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/negbinomdist.htm index e1c4b0def..fb9cd97a7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/negbinomdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/negbinomdist.htm @@ -11,7 +11,7 @@
    - +

    NEGBINOMDIST Function

    The NEGBINOMDIST function is one of the statistical functions. It is used to return the negative binomial distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/networkdays-intl.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/networkdays-intl.htm index 9fd8ad48b..1c58f6ddc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/networkdays-intl.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/networkdays-intl.htm @@ -11,7 +11,7 @@
    - +

    NETWORKDAYS.INTL Function

    The NETWORKDAYS.INTL function is one of the date and time functions. It is used to return the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/networkdays.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/networkdays.htm index 6db417675..416656138 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/networkdays.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/networkdays.htm @@ -11,7 +11,7 @@
    - +

    NETWORKDAYS Function

    The NETWORKDAYS function is one of the date and time functions. It is used to return the number of the work days between two dates (start date and end-date) excluding weekends and dates considered as holidays.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/nominal.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/nominal.htm index 694d724be..af836848e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/nominal.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/nominal.htm @@ -11,7 +11,7 @@
    - +

    NOMINAL Function

    The NOMINAL function is one of the financial functions. It is used to calculate the nominal annual interest rate for a security based on a specified effective annual interest rate and the number of compounding periods per year.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-dist.htm index a8048faf1..da33b1228 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-dist.htm @@ -11,7 +11,7 @@
    - +

    NORM.DIST Function

    The NORM.DIST function is one of the statistical functions. It is used to return the normal distribution for the specified mean and standard deviation.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-inv.htm index 667e46eb6..b351834fc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-inv.htm @@ -11,7 +11,7 @@
    - +

    NORM.INV Function

    The NORM.INV function is one of the statistical functions. It is used to return the inverse of the normal cumulative distribution for the specified mean and standard deviation.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-s-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-s-dist.htm index aaa06c3a1..3a8b146c8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-s-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-s-dist.htm @@ -11,7 +11,7 @@
    - +

    NORM.S.DIST Function

    The NORM.S.DIST function is one of the statistical functions. It is used to return the standard normal distribution (has a mean of zero and a standard deviation of one).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-s-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-s-inv.htm index 1e6a3f681..5f8f91701 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-s-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/norm-s-inv.htm @@ -11,7 +11,7 @@
    - +

    NORM.S.INV Function

    The NORM.S.INV function is one of the statistical functions. It is used to return the inverse of the standard normal cumulative distribution; the distribution has a mean of zero and a standard deviation of one.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/normdist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/normdist.htm index ca2ff5ff3..13a5ed15c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/normdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/normdist.htm @@ -11,7 +11,7 @@
    - +

    NORMDIST Function

    The NORMDIST function is one of the statistical functions. It is used to return the normal distribution for the specified mean and standard deviation.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/norminv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/norminv.htm index dbcdc4179..f67cfc87f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/norminv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/norminv.htm @@ -11,7 +11,7 @@
    - +

    NORMINV Function

    The NORMINV function is one of the statistical functions. It is used to return the inverse of the normal cumulative distribution for the specified mean and standard deviation.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/normsdist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/normsdist.htm index 884c0a851..5b7ad417d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/normsdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/normsdist.htm @@ -11,7 +11,7 @@
    - +

    NORMSDIST Function

    The NORMSDIST function is one of the statistical functions. It is used to return the standard normal cumulative distribution function.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/normsinv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/normsinv.htm index b95339542..0dca44b9a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/normsinv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/normsinv.htm @@ -11,7 +11,7 @@
    - +

    NORMSINV Function

    The NORMSINV function is one of the statistical functions. It is used to return the inverse of the standard normal cumulative distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/not.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/not.htm index 5c74f80ff..f5df76a70 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/not.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/not.htm @@ -11,7 +11,7 @@
    - +

    NOT Function

    The NOT function is one of the logical functions. It is used to check if the logical value you enter is TRUE or FALSE. The function returns TRUE if the argument is FALSE and FALSE if the argument is TRUE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/now.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/now.htm index e5fceda01..35484c41e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/now.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/now.htm @@ -11,7 +11,7 @@
    - +

    NOW Function

    The NOW function is one of the date and time functions. It is used to add the current date and time to your spreadsheet in the following format MM/dd/yy hh:mm. This function does not require an argument.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/nper.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/nper.htm index dc5e241fe..97eaeb909 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/nper.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/nper.htm @@ -11,7 +11,7 @@
    - +

    NPER Function

    The NPER function is one of the financial functions. It is used to calculate the number of periods for an investment based on a specified interest rate and a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/npv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/npv.htm index e0a3b2563..66fd97741 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/npv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/npv.htm @@ -11,7 +11,7 @@
    - +

    NPV Function

    The NPV function is one of the financial functions. It is used to calculate the net present value of an investment based on a specified discount rate.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/numbervalue.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/numbervalue.htm index 2afd9b7e1..c6867ea85 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/numbervalue.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/numbervalue.htm @@ -11,7 +11,7 @@
    - +

    NUMBERVALUE Function

    The NUMBERVALUE function is one of the text and data functions. Is used to convert text to a number, in a locale-independent way. If the converted text is not a number, the function will return a #VALUE! error.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2bin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2bin.htm index a8524556c..d5333c1bf 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2bin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2bin.htm @@ -11,7 +11,7 @@
    - +

    OCT2BIN Function

    The OCT2BIN function is one of the engineering functions. It is used to convert an octal number to a binary number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2dec.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2dec.htm index 0d644a1bf..7518079a5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2dec.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2dec.htm @@ -11,7 +11,7 @@
    - +

    OCT2DEC Function

    The OCT2DEC function is one of the engineering functions. It is used to convert an octal number to a decimal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2hex.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2hex.htm index b20c5bc62..ada6d8da0 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2hex.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/oct2hex.htm @@ -11,7 +11,7 @@
    - +

    OCT2HEX Function

    The OCT2HEX function is one of the engineering functions. It is used to convert an octal number to a hexadecimal number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/odd.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/odd.htm index cc53c5ec3..7f7388c61 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/odd.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/odd.htm @@ -11,7 +11,7 @@
    - +

    ODD Function

    The ODD function is one of the math and trigonometry functions. It is used to round the number up to the nearest odd integer.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/oddfprice.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/oddfprice.htm index abd634c92..b6451a36b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/oddfprice.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/oddfprice.htm @@ -11,7 +11,7 @@
    - +

    ODDFPRICE Function

    The ODDFPRICE function is one of the financial functions. It is used to calculate the price per $100 par value for a security that pays periodic interest but has an odd first period (it is shorter or longer than other periods).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/oddfyield.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/oddfyield.htm index 8eabfee32..7d8bbfd27 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/oddfyield.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/oddfyield.htm @@ -11,7 +11,7 @@
    - +

    ODDFYIELD Function

    The ODDFYIELD function is one of the financial functions. It is used to calculate the yield of a security that pays periodic interest but has an odd first period (it is shorter or longer than other periods).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/oddlprice.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/oddlprice.htm index 39731fb9d..d833af51b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/oddlprice.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/oddlprice.htm @@ -11,7 +11,7 @@
    - +

    ODDLPRICE Function

    The ODDLPRICE function is one of the financial functions. It is used to calculate the price per $100 par value for a security that pays periodic interest but has an odd last period (it is shorter or longer than other periods).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/oddlyield.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/oddlyield.htm index 0a1eb9303..c5ebe073b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/oddlyield.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/oddlyield.htm @@ -11,7 +11,7 @@
    - +

    ODDLYIELD Function

    The ODDLYIELD function is one of the financial functions. It is used to calculate the yield of a security that pays periodic interest but has an odd last period (it is shorter or longer than other periods).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/offset.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/offset.htm index 2f98f91af..2ee3f29e4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/offset.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/offset.htm @@ -11,7 +11,7 @@
    - +

    OFFSET Function

    The OFFSET function is one of the lookup and reference functions. It is used to return a reference to a cell displaced from the specified cell (or the upper-left cell in the range of cells) to a certain number of rows and columns.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/or.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/or.htm index 2df28e880..27cbcfdbc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/or.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/or.htm @@ -11,7 +11,7 @@
    - +

    OR Function

    The OR function is one of the logical functions. It is used to check if the logical value you enter is TRUE or FALSE. The function returns FALSE if all the arguments are FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/pearson.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/pearson.htm index eb714c28f..8f32135c4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/pearson.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/pearson.htm @@ -11,7 +11,7 @@
    - +

    PEARSON Function

    The PEARSON function is one of the statistical functions. It is used to return the Pearson product moment correlation coefficient.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-exc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-exc.htm index 365a1d344..685ff8015 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-exc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-exc.htm @@ -11,7 +11,7 @@
    - +

    PERCENTILE.EXC Function

    The PERCENTILE.EXC function is one of the statistical functions. It is used to return the k-th percentile of values in a range, where k is in the range 0..1, exclusive.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-inc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-inc.htm index 5876a8360..3720d3fac 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-inc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-inc.htm @@ -11,7 +11,7 @@
    - +

    PERCENTILE.INC Function

    The PERCENTILE.INC function is one of the statistical functions. It is used to return the k-th percentile of values in a range, where k is in the range 0..1, inclusive.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile.htm index 51b70116b..cb924a786 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentile.htm @@ -11,7 +11,7 @@
    - +

    PERCENTILE Function

    The PERCENTILE function is one of the statistical functions. It is used to analyze the range of data and return the k-th percentile.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-exc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-exc.htm index 774a7dae7..bc7ae5405 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-exc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-exc.htm @@ -11,7 +11,7 @@
    - +

    PERCENTRANK.EXC Function

    The PERCENTRANK.EXC function is one of the statistical functions. It is used to return the rank of a value in a data set as a percentage (0..1, exclusive) of the data set.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-inc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-inc.htm index 4745b1fab..117b589f1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-inc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-inc.htm @@ -11,7 +11,7 @@
    - +

    PERCENTRANK.INC Function

    The PERCENTRANK.INC function is one of the statistical functions. It is used to return the rank of a value in a data set as a percentage (0..1, inclusive) of the data set.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank.htm index 1bebe4f5d..7eb82abe3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank.htm @@ -11,7 +11,7 @@
    - +

    PERCENTRANK Function

    The PERCENTRANK function is one of the statistical functions. It is used to return the rank of a value in a set of values as a percentage of the set.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/permut.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/permut.htm index 629bc7fee..e5bbb6c25 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/permut.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/permut.htm @@ -11,7 +11,7 @@
    - +

    PERMUT Function

    The PERMUT function is one of the statistical functions. It is used to return the number of permutations for a specified number of items.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/permutationa.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/permutationa.htm index aa9afa1a7..8c6a8c052 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/permutationa.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/permutationa.htm @@ -11,7 +11,7 @@
    - +

    PERMUTATIONA Function

    The PERMUTATIONA function is one of the statistical functions. It is used to return the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/phi.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/phi.htm index 304ba3339..ac38603c7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/phi.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/phi.htm @@ -11,7 +11,7 @@
    - +

    PHI Function

    The PHI function is one of the statistical functions. It is used to return the value of the density function for a standard normal distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/pi.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/pi.htm index 7645709d6..73e3aa230 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/pi.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/pi.htm @@ -11,7 +11,7 @@
    - +

    PI Function

    The PI function is one of the math and trigonometry functions. The function returns the mathematical constant pi, equal to 3.14159265358979. It does not require any argument.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/pmt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/pmt.htm index 0ea1169fb..39fbf1f06 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/pmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/pmt.htm @@ -11,7 +11,7 @@
    - +

    PMT Function

    The PMT function is one of the financial functions. It is used to calculate the payment amount for a loan based on a specified interest rate and a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/poisson-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/poisson-dist.htm index 808426ef2..8cd88dad9 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/poisson-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/poisson-dist.htm @@ -11,7 +11,7 @@
    - +

    POISSON.DIST Function

    The POISSON.DIST function is one of the statistical functions. It is used to return the Poisson distribution; a common application of the Poisson distribution is predicting the number of events over a specific time, such as the number of cars arriving at a toll plaza in 1 minute.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/poisson.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/poisson.htm index 8ef53c81a..7a29d1de3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/poisson.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/poisson.htm @@ -11,7 +11,7 @@
    - +

    POISSON Function

    The POISSON function is one of the statistical functions. It is used to return the Poisson distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/power.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/power.htm index 2e5dfe995..27789eda0 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/power.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/power.htm @@ -11,7 +11,7 @@
    - +

    POWER Function

    The POWER function is one of the math and trigonometry functions. It is used to return the result of a number raised to the desired power.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ppmt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ppmt.htm index f236bd1a7..f30eace81 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ppmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ppmt.htm @@ -11,7 +11,7 @@
    - +

    PPMT Function

    The PPMT function is one of the financial functions. It is used to calculate the principal payment for an investment based on a specified interest rate and a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/price.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/price.htm index 6e733c1e9..329a599a1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/price.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/price.htm @@ -11,7 +11,7 @@
    - +

    PRICE Function

    The PRICE function is one of the financial functions. It is used to calculate the price per $100 par value for a security that pays periodic interest.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/pricedisc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/pricedisc.htm index 57a9974eb..4342f8d3d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/pricedisc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/pricedisc.htm @@ -11,7 +11,7 @@
    - +

    PRICEDISC Function

    The PRICEDISC function is one of the financial functions. It is used to calculate the price per $100 par value for a discounted security.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/pricemat.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/pricemat.htm index b90957dde..72ea4481b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/pricemat.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/pricemat.htm @@ -11,7 +11,7 @@
    - +

    PRICEMAT Function

    The PRICEMAT function is one of the financial functions. It is used to calculate the price per $100 par value for a security that pays interest at maturity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/prob.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/prob.htm index c412b15a8..ed1121a23 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/prob.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/prob.htm @@ -11,7 +11,7 @@
    - +

    PROB Function

    The PROB function is one of the statistical functions. It is used to return the probability that values in a range are between lower and upper limits.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/product.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/product.htm index d332cc4e2..fde91ae71 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/product.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/product.htm @@ -11,7 +11,7 @@
    - +

    PRODUCT Function

    The PRODUCT function is one of the math and trigonometry functions. It is used to multiply all the numbers in the selected range of cells and return the product.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/proper.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/proper.htm index bede31e27..7dc52f5aa 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/proper.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/proper.htm @@ -11,7 +11,7 @@
    - +

    PROPER Function

    The PROPER function is one of the text and data functions. Is used to convert the first character of each word to uppercase and all the remaining characters to lowercase.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/pv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/pv.htm index 2aefc9f8a..a0070ee7f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/pv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/pv.htm @@ -11,7 +11,7 @@
    - +

    PV Function

    The PV function is one of the financial functions. It is used to calculate the present value of an investment based on a specified interest rate and a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile-exc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile-exc.htm index a1e754cb8..5df39d1ac 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile-exc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile-exc.htm @@ -11,7 +11,7 @@
    - +

    QUARTILE.EXC Function

    The QUARTILE.EXC function is one of the statistical functions. It is used to return the quartile of the data set, based on percentile values from 0..1, exclusive.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile-inc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile-inc.htm index 3d66ef0f1..96562a63b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile-inc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile-inc.htm @@ -11,7 +11,7 @@
    - +

    QUARTILE.INC Function

    The QUARTILE.INC function is one of the statistical functions. It is used to return the quartile of the data set, based on percentile values from 0..1, inclusive.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile.htm index 0e3c2ebf3..737e6646f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/quartile.htm @@ -11,7 +11,7 @@
    - +

    QUARTILE Function

    The QUARTILE function is one of the statistical functions. It is used to analyze the range of data and return the quartile.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/quotient.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/quotient.htm index 94e6a1198..f4a5533ef 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/quotient.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/quotient.htm @@ -11,7 +11,7 @@
    - +

    QUOTIENT Function

    The QUOTIENT function is one of the math and trigonometry functions. It is used to return the integer portion of a division.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/radians.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/radians.htm index 793754e5f..e0e1cfa8c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/radians.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/radians.htm @@ -11,7 +11,7 @@
    - +

    RADIANS Function

    The RADIANS function is one of the math and trigonometry functions. It is used to convert degrees into radians.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rand.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rand.htm index c8b9bec30..a8d98f818 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rand.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rand.htm @@ -11,7 +11,7 @@
    - +

    RAND Function

    The RAND function is one of the math and trigonometry functions. The function returns a random number greater than or equal to 0 and less than 1. It does not require any argument.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/randbetween.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/randbetween.htm index 4e7f788bc..9c6ccda70 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/randbetween.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/randbetween.htm @@ -11,7 +11,7 @@
    - +

    RANDBETWEEN Function

    The RANDBETWEEN function is one of the math and trigonometry functions. The function returns a random number greater than or equal to lower-bound and less than or equal to upper-bound.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rank-avg.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rank-avg.htm index a3c24ccda..ee3f46886 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rank-avg.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rank-avg.htm @@ -11,7 +11,7 @@
    - +

    RANK.AVG Function

    The RANK.AVG function is one of the statistical functions. It is used to return the rank of a number in a list of numbers. The rank of a number is its size relative to other values in a list (if you were to sort the list, the rank of the number would be its position). If more than one value has the same rank, the average rank is returned.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rank-eq.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rank-eq.htm index 307784094..3b973b184 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rank-eq.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rank-eq.htm @@ -11,7 +11,7 @@
    - +

    RANK.EQ Function

    The RANK.EQ function is one of the statistical functions. It is used to return the rank of a number in a list of numbers. The rank of a number is its size relative to other values in a list (if you were to sort the list, the rank of the number would be its position). If more than one value has the same rank, the top rank of that set of values is returned.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rank.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rank.htm index cbc853f32..d70e45b9c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rank.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rank.htm @@ -11,7 +11,7 @@
    - +

    RANK Function

    The RANK function is one of the statistical functions. It is used to return the rank of a number in a list of numbers. The rank of a number is its size relative to other values in a list (if you were to sort the list, the rank of the number would be its position).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rate.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rate.htm index b5b39d57c..15b036376 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rate.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rate.htm @@ -11,7 +11,7 @@
    - +

    RATE Function

    The RATE function is one of the financial functions. It is used to calculate the interest rate for an investment based on a constant payment schedule.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/received.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/received.htm index d42e66ec6..a33cf4474 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/received.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/received.htm @@ -11,7 +11,7 @@
    - +

    RECEIVED Function

    The RECEIVED function is one of the financial functions. It is used to calculate the amount received at maturity for a fully invested security.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/replace.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/replace.htm index c6c1c2e94..4544340dc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/replace.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/replace.htm @@ -11,7 +11,7 @@
    - +

    REPLACE/REPLACEB Function

    The REPLACE/REPLACEB function is one of the text and data functions. Is used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters. The REPLACE function is intended for languages that use the single-byte character set (SBCS), while REPLACEB - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rept.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rept.htm index 7f47c0581..0f4409cc4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rept.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rept.htm @@ -11,7 +11,7 @@
    - +

    REPT Function

    The REPT function is one of the text and data functions. Is used to repeat the data in the selected cell as many time as you wish.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/right.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/right.htm index e29aa51c8..29aa225dc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/right.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/right.htm @@ -11,7 +11,7 @@
    - +

    RIGHT/RIGHTB Function

    The RIGHT/RIGHTB function is one of the text and data functions. Is used to extract a substring from a string starting from the right-most character, based on the specified number of characters. The RIGHT function is intended for languages that use the single-byte character set (SBCS), while RIGHTB - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/roman.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/roman.htm index 8e7abc281..d8b7f6e8e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/roman.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/roman.htm @@ -11,7 +11,7 @@
    - +

    ROMAN Function

    The ROMAN function is one of the math and trigonometry functions. The function is used to convert a number to a roman numeral.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/round.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/round.htm index ca7cf93fb..33a91ba1f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/round.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/round.htm @@ -11,7 +11,7 @@
    - +

    ROUND Function

    The ROUND function is one of the math and trigonometry functions. It is used to round the number to the desired number of digits.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rounddown.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rounddown.htm index 72c6723ce..8120c8b49 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rounddown.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rounddown.htm @@ -11,7 +11,7 @@
    - +

    ROUNDDOWN Function

    The ROUNDDOWN function is one of the math and trigonometry functions. It is used to round the number down to the desired number of digits.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/roundup.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/roundup.htm index 59a65cbce..274961afc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/roundup.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/roundup.htm @@ -11,7 +11,7 @@
    - +

    ROUNDUP Function

    The ROUNDUP function is one of the math and trigonometry functions. It is used to round the number up to the desired number of digits.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/row.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/row.htm index c2233f05f..11e878ae7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/row.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/row.htm @@ -11,7 +11,7 @@
    - +

    ROW Function

    The ROW function is one of the lookup and reference functions. It is used to return the row number of a cell reference.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rows.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rows.htm index 7b458241d..b2de8a60f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rows.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rows.htm @@ -11,7 +11,7 @@
    - +

    ROWS Function

    The ROWS function is one of the lookup and reference functions. It is used to return the number of rows in a cell reference.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rri.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rri.htm index eec8d2f45..7258f68ab 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rri.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rri.htm @@ -11,7 +11,7 @@
    - +

    RRI Function

    The RRI function is one of the financial functions. It is used to return an equivalent interest rate for the growth of an investment.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/rsq.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/rsq.htm index 9afba7957..62d671197 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/rsq.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/rsq.htm @@ -11,7 +11,7 @@
    - +

    RSQ Function

    The RSQ function is one of the statistical functions. It is used to return the square of the Pearson product moment correlation coefficient.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/search.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/search.htm index ff22de5d4..b8774ba3b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/search.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/search.htm @@ -11,7 +11,7 @@
    - +

    SEARCH/SEARCHB Function

    The SEARCH/SEARCHB function is one of the text and data functions. Is used to return the location of the specified substring in a string. The SEARCH function is intended for languages that use the single-byte character set (SBCS), while SEARCHB - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sec.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sec.htm index dd4c72a45..ec49aec1c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sec.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sec.htm @@ -11,7 +11,7 @@
    - +

    SEC Function

    The SEC function is one of the math and trigonometry functions. It is used to return the secant of an angle specified in radians.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sech.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sech.htm index 278570013..fb3951f54 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sech.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sech.htm @@ -11,7 +11,7 @@
    - +

    SECH Function

    The SECH function is one of the math and trigonometry functions. It is used to return the hyperbolic secant of an angle specified in radians.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/second.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/second.htm index c7714fa90..be26823e9 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/second.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/second.htm @@ -11,7 +11,7 @@
    - +

    SECOND Function

    The SECOND function is one of the date and time functions. It returns the second (a number from 0 to 59) of the time value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/seriessum.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/seriessum.htm index d36042fc5..19ac59188 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/seriessum.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/seriessum.htm @@ -11,7 +11,7 @@
    - +

    SERIESSUM Function

    The SERIESSUM function is one of the math and trigonometry functions. It is used to return the sum of a power series.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sheet.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sheet.htm index 83bc98986..8650476fb 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sheet.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sheet.htm @@ -11,7 +11,7 @@
    - +

    SHEET Function

    The SHEET function is one of the information functions. It is used to return the sheet number of the reference sheet.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sheets.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sheets.htm index a6fcc979c..5c70a0d43 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sheets.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sheets.htm @@ -11,7 +11,7 @@
    - +

    SHEETS Function

    The SHEETS function is one of the information functions. It is used to return the number of sheets in a reference.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sign.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sign.htm index fc94a8bc1..8607edcc7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sign.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sign.htm @@ -11,7 +11,7 @@
    - +

    SIGN Function

    The SIGN function is one of the math and trigonometry functions. It is used to return the sign of a number. If the number is positive, the function returns 1. If the number is negative, the function returns -1. If the number is 0, the function returns 0.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sin.htm index d3ba149bb..932587d40 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sin.htm @@ -11,7 +11,7 @@
    - +

    SIN Function

    The SIN function is one of the math and trigonometry functions. It is used to return the sine of an angle.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sinh.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sinh.htm index 04984ce7d..88d45423e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sinh.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sinh.htm @@ -11,7 +11,7 @@
    - +

    SINH Function

    The SINH function is one of the math and trigonometry functions. It is used to return the hyperbolic sine of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/skew-p.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/skew-p.htm index 08e8087dc..961c2ac73 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/skew-p.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/skew-p.htm @@ -11,7 +11,7 @@
    - +

    SKEW.P Function

    The SKEW.P function is one of the statistical functions. It is used to return the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/skew.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/skew.htm index 5f757a40a..94480e75d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/skew.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/skew.htm @@ -11,7 +11,7 @@
    - +

    SKEW Function

    The SKEW function is one of the statistical functions. It is used to analyze the range of data and return the skewness of a distribution of the argument list.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sln.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sln.htm index 4a913a016..70a3f58a7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sln.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sln.htm @@ -11,7 +11,7 @@
    - +

    SLN Function

    The SLN function is one of the financial functions. It is used to calculate the depreciation of an asset for one accounting period using the straight-line depreciation method.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/slope.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/slope.htm index 67d58ec02..400cb9f4d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/slope.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/slope.htm @@ -11,7 +11,7 @@
    - +

    SLOPE Function

    The SLOPE function is one of the statistical functions. It is used to return the slope of the linear regression line through data in two arrays.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/small.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/small.htm index db3d93b61..398e5699b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/small.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/small.htm @@ -11,7 +11,7 @@
    - +

    SMALL Function

    The SMALL function is one of the statistical functions. It is used to analyze the range of data and find the nth smallest value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sqrt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sqrt.htm index d1651056c..dd0c4606e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sqrt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sqrt.htm @@ -11,7 +11,7 @@
    - +

    SQRT Function

    The SQRT function is one of the math and trigonometry functions. It is used to return the square root of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sqrtpi.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sqrtpi.htm index 553fb442a..0f5e5ba89 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sqrtpi.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sqrtpi.htm @@ -11,7 +11,7 @@
    - +

    SQRTPI Function

    The SQRTPI function is one of the math and trigonometry functions. It is used to return the square root of the pi constant (3.14159265358979) multiplied by the specified number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/standardize.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/standardize.htm index 4b83b8f05..cd7b14892 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/standardize.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/standardize.htm @@ -11,7 +11,7 @@
    - +

    STANDARDIZE Function

    The STANDARDIZE function is one of the statistical functions. It is used to return a normalized value from a distribution characterized by the specified parameters.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev-p.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev-p.htm index cdf8a5171..880a7e98b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev-p.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev-p.htm @@ -11,7 +11,7 @@
    - +

    STDEV.P Function

    The STDEV.P function is one of the statistical functions. It is used to calculate standard deviation based on the entire population given as arguments (ignores logical values and text).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev-s.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev-s.htm index db8226c9b..e9638ff8a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev-s.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev-s.htm @@ -11,7 +11,7 @@
    - +

    STDEV.S Function

    The STDEV.S function is one of the statistical functions. It is used to estimate standard deviation based on a sample (ignores logical values and text in the sample).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev.htm index 53e733a4d..481f9f33b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdev.htm @@ -11,7 +11,7 @@
    - +

    STDEV Function

    The STDEV function is one of the statistical functions. It is used to analyze the range of data and return the standard deviation of a population based on a set of numbers.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdeva.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdeva.htm index c65adb16d..04f10d62e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdeva.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdeva.htm @@ -11,7 +11,7 @@
    - +

    STDEVA Function

    The STDEVA function is one of the statistical functions. It is used to analyze the range of data and return the standard deviation of a population based on a set of numbers, text, and logical values (TRUE or FALSE). The STDEVA function treats text and FALSE as a value of 0 and TRUE as a value of 1.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdevp.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdevp.htm index ab0ab2f0f..5caf2a6a0 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdevp.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdevp.htm @@ -11,7 +11,7 @@
    - +

    STDEVP Function

    The STDEVP function is one of the statistical functions. It is used to analyze the range of data and return the standard deviation of an entire population.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdevpa.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdevpa.htm index 71b910a01..cb88aeea5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/stdevpa.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/stdevpa.htm @@ -11,7 +11,7 @@
    - +

    STDEVPA Function

    The STDEVPA function is one of the statistical functions. It is used to analyze the range of data and return the standard deviation of an entire population.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/steyx.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/steyx.htm index 9f72603a4..3692b3702 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/steyx.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/steyx.htm @@ -11,7 +11,7 @@
    - +

    STEYX Function

    The STEYX function is one of the statistical functions. It is used to return the standard error of the predicted y-value for each x in the regression line.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/substitute.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/substitute.htm index a8142684e..b874de344 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/substitute.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/substitute.htm @@ -11,7 +11,7 @@
    - +

    SUBSTITUTE Function

    The SUBSTITUTE function is one of the text and data functions. Is used to replace a set of characters with a new one.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/subtotal.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/subtotal.htm index 4b54a1219..812e5fa94 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/subtotal.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/subtotal.htm @@ -11,7 +11,7 @@
    - +

    SUBTOTAL Function

    The SUBTOTAL function is one of the math and trigonometry functions. The function is used to return a subtotal in a list or database.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sum.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sum.htm index 63a5e79b9..7061394c4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sum.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sum.htm @@ -11,7 +11,7 @@
    - +

    SUM Function

    The SUM function is one of the math and trigonometry functions. It is used to add all the numbers in the selected range of cells and return the result.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumif.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumif.htm index 987d06940..b5485eb77 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumif.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumif.htm @@ -11,7 +11,7 @@
    - +

    SUMIF Function

    The SUMIF function is one of the math and trigonometry functions. It is used to add all the numbers in the selected range of cells based on the specified criterion and return the result.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumifs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumifs.htm index b9aa58a06..068ffcf07 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumifs.htm @@ -11,7 +11,7 @@
    - +

    SUMIFS Function

    The SUMIFS function is one of the math and trigonometry functions. It is used to add all the numbers in the selected range of cells based on multiple criteria and return the result.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumproduct.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumproduct.htm index 04990bec6..665da0922 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumproduct.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumproduct.htm @@ -11,7 +11,7 @@
    - +

    SUMPRODUCT Function

    The SUMPRODUCT function is one of the math and trigonometry functions. It is used to multiply the values in the selected ranges of cells or arrays and return the sum of the products.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumsq.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumsq.htm index 69affce06..dfb2bacd8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumsq.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumsq.htm @@ -11,7 +11,7 @@
    - +

    SUMSQ Function

    The SUMSQ function is one of the math and trigonometry functions. It is used to add the squares of numbers and return the result.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumx2my2.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumx2my2.htm index 0090a9365..62ba2cb45 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumx2my2.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumx2my2.htm @@ -11,7 +11,7 @@
    - +

    SUMX2MY2 Function

    The SUMX2MY2 function is one of the math and trigonometry functions. It is used to sum the difference of squares between two arrays.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumx2py2.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumx2py2.htm index 17eb64173..2c8a0e190 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumx2py2.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumx2py2.htm @@ -11,7 +11,7 @@
    - +

    SUMX2PY2 Function

    The SUMX2PY2 function is one of the math and trigonometry functions. It is used to sum the squares of numbers in the selected arrays and return the sum of the results.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumxmy2.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumxmy2.htm index bc8077314..612582622 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/sumxmy2.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/sumxmy2.htm @@ -11,7 +11,7 @@
    - +

    SUMXMY2 Function

    The SUMXMY2 function is one of the math and trigonometry functions. It is used to return the sum of the squares of the differences between corresponding items in the arrays.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/switch.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/switch.htm index 67867f7a1..757061ba7 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/switch.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/switch.htm @@ -11,7 +11,7 @@
    - +

    SWITCH Function

    The SWITCH function is one of the logical functions. It is used to evaluate one value (called the expression) against a list of values, and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/syd.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/syd.htm index 19d5a3ada..503c6029a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/syd.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/syd.htm @@ -11,7 +11,7 @@
    - +

    SYD Function

    The SYD function is one of the financial functions. It is used to calculate the depreciation of an asset for a specified accounting period using the sum of the years' digits method.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-2t.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-2t.htm index f402a3c69..06f8e8085 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-2t.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-2t.htm @@ -11,7 +11,7 @@
    - +

    T.DIST.2T Function

    The T.DIST.2T function is one of the statistical functions. Returns the two-tailed Student's t-distribution. The Student's t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-rt.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-rt.htm index 879be1ce3..874eb22a8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-rt.htm @@ -11,7 +11,7 @@
    - +

    T.DIST.RT Function

    The T.DIST.RT function is one of the statistical functions. Returns the right-tailed Student's t-distribution. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist.htm index 1667bce8e..879096128 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist.htm @@ -11,7 +11,7 @@
    - +

    T.DIST Function

    The T.DIST function is one of the statistical functions. Returns the Student's left-tailed t-distribution. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv-2t.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv-2t.htm index 640790dff..ea3e8c10e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv-2t.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv-2t.htm @@ -11,7 +11,7 @@
    - +

    T.INV.2T Function

    The T.INV.2T function is one of the statistical functions. Returns the two-tailed inverse of the Student's t-distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv.htm index b2ffbd460..97dfd546c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv.htm @@ -11,7 +11,7 @@
    - +

    T.INV Function

    The T.INV function is one of the statistical functions. Returns the left-tailed inverse of the Student's t-distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-test.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-test.htm index 419e35b99..3b6a92dc4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/t-test.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/t-test.htm @@ -11,7 +11,7 @@
    - +

    T.TEST Function

    The T.TEST function is one of the statistical functions. It is used to return the probability associated with a Student's t-Test. Use T.TEST to determine whether two samples are likely to have come from the same two underlying populations that have the same mean.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/t.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/t.htm index 642a94451..fd4cb9790 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/t.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/t.htm @@ -11,7 +11,7 @@
    - +

    T Function

    The T function is one of the text and data functions. Is used to check whether the value in the cell (or used as argument) is text or not. In case it is not text, the function returns blank result. In case the value/argument is text, the function returns the same text value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/tan.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/tan.htm index e10cc6aea..b77c0ede0 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/tan.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/tan.htm @@ -11,7 +11,7 @@
    - +

    TAN Function

    The TAN function is one of the math and trigonometry functions. It is used to return the tangent of an angle.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/tanh.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/tanh.htm index 717b05b8d..e94367829 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/tanh.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/tanh.htm @@ -11,7 +11,7 @@
    - +

    TANH Function

    The TANH function is one of the math and trigonometry functions. It is used to return the hyperbolic tangent of a number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/tbilleq.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/tbilleq.htm index abd147c9e..03d34b210 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/tbilleq.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/tbilleq.htm @@ -11,7 +11,7 @@
    - +

    TBILLEQ Function

    The TBILLEQ function is one of the financial functions. It is used to calculate the bond-equivalent yield of a Treasury bill.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/tbillprice.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/tbillprice.htm index 710213cd4..8f6545a6f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/tbillprice.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/tbillprice.htm @@ -11,7 +11,7 @@
    - +

    TBILLPRICE Function

    The TBILLPRICE function is one of the financial functions. It is used to calculate the price per $100 par value for a Treasury bill.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/tbillyield.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/tbillyield.htm index 83eaf7300..b867cbe5f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/tbillyield.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/tbillyield.htm @@ -11,7 +11,7 @@
    - +

    TBILLYIELD Function

    The TBILLYIELD function is one of the financial functions. It is used to calculate the yield of a Treasury bill.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/tdist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/tdist.htm index c33843956..0ce1bbb49 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/tdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/tdist.htm @@ -11,7 +11,7 @@
    - +

    TDIST Function

    The TDIST function is one of the statistical functions. Returns the Percentage Points (probability) for the Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are to be computed. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/text.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/text.htm index a7394c3b7..7498dfc19 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/text.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/text.htm @@ -11,7 +11,7 @@
    - +

    TEXT Function

    The TEXT function is one of the text and data functions. Is used to convert a value to a text in the specified format.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/textjoin.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/textjoin.htm index 6b3bb399a..8778640de 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/textjoin.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/textjoin.htm @@ -11,7 +11,7 @@
    - +

    TEXTJOIN Function

    The TEXTJOIN function is one of the text and data functions. Is used to combine the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined; if the delimiter is an empty text string, this function will effectively concatenate the ranges. This function is similar to the CONCAT function, but the difference is that the CONCAT function cannot accept a delimiter.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/time.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/time.htm index e3af37246..3e470cc68 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/time.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/time.htm @@ -11,7 +11,7 @@
    - +

    TIME Function

    The TIME function is one of the date and time functions. It is used to add a particular time in the selected format (hh:mm tt by default).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/timevalue.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/timevalue.htm index 15df7cf3c..fe1e9a2c0 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/timevalue.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/timevalue.htm @@ -11,7 +11,7 @@
    - +

    TIMEVALUE Function

    The TIMEVALUE function is one of the date and time functions. It is used to return the serial number of a time.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm index f9c4a24c6..3f06858f4 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm @@ -11,7 +11,7 @@
    - +

    TINV Function

    The TINV function is one of the statistical functions. Returns the two-tailed inverse of the Student's t-distribution.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/today.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/today.htm index feaadcd9b..6dcfe2194 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/today.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/today.htm @@ -11,7 +11,7 @@
    - +

    TODAY Function

    The TODAY function is one of the date and time functions. It is used to add the current day in the following format MM/dd/yy. This function does not require an argument.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/transpose.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/transpose.htm index 222a2e005..f577275e0 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/transpose.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/transpose.htm @@ -11,7 +11,7 @@
    - +

    TRANSPOSE Function

    The TRANSPOSE function is one of the lookup and reference functions. It is used to return the first element of an array.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/trim.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/trim.htm index 26cc0f171..cd5eacd9b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/trim.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/trim.htm @@ -11,7 +11,7 @@
    - +

    TRIM Function

    The TRIM function is one of the text and data functions. Is used to remove the leading and trailing spaces from a string.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/trimmean.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/trimmean.htm index 25d1ec101..03eb3364f 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/trimmean.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/trimmean.htm @@ -11,7 +11,7 @@
    - +

    TRIMMEAN Function

    The TRIMMEAN function is one of the statistical functions. It is used to return the mean of the interior of a data set. TRIMMEAN calculates the mean taken by excluding a percentage of data points from the top and bottom tails of a data set.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/true.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/true.htm index 6cc1583f5..bdd252ab3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/true.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/true.htm @@ -11,7 +11,7 @@
    - +

    TRUE Function

    The TRUE function is one of the logical functions. The function returns TRUE and does not require any argument.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/trunc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/trunc.htm index 5609beaa0..314d6133b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/trunc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/trunc.htm @@ -11,7 +11,7 @@
    - +

    TRUNC Function

    The TRUNC function is one of the math and trigonometry functions. It is used to return a number truncated to a specified number of digits.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ttest.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ttest.htm index b15648b3e..13acd56db 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ttest.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ttest.htm @@ -11,7 +11,7 @@
    - +

    TTEST Function

    The TTEST function is one of the statistical functions. It is used to return the probability associated with a Student's t-Test. Use TTEST to determine whether two samples are likely to have come from the same two underlying populations that have the same mean.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/type.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/type.htm index 3784d8ea7..04fd232fc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/type.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/type.htm @@ -11,7 +11,7 @@
    - +

    TYPE Function

    The TYPE function is one of the information functions. It is used to determine the type of the resulting or displayed value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/unichar.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/unichar.htm index 44a1fe32b..bb3a1af7c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/unichar.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/unichar.htm @@ -11,7 +11,7 @@
    - +

    UNICHAR Function

    The UNICHAR function is one of the text and data functions. Is used to return the Unicode character that is referenced by the given numeric value.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/unicode.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/unicode.htm index 56b3546d6..0d463cb20 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/unicode.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/unicode.htm @@ -11,7 +11,7 @@
    - +

    UNICODE Function

    The UNICODE function is one of the text and data functions. Is used to return the number (code point) corresponding to the first character of the text.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/upper.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/upper.htm index fd521d1aa..de57fd288 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/upper.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/upper.htm @@ -11,7 +11,7 @@
    - +

    UPPER Function

    The UPPER function is one of the text and data functions. Is used to convert lowercase letters to uppercase in the selected cell.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/value.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/value.htm index bc8e3be99..d29058163 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/value.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/value.htm @@ -11,7 +11,7 @@
    - +

    VALUE Function

    The VALUE function is one of the text and data functions. Is used to convert a text value that represents a number to a number. If the converted text is not a number, the function will return a #VALUE! error.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/var-p.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/var-p.htm index a4dbb2b4a..885974453 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/var-p.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/var-p.htm @@ -11,7 +11,7 @@
    - +

    VAR.P Function

    The VAR.P function is one of the statistical functions. It is used to calculate variance based on the entire population (ignores logical values and text in the population).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/var-s.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/var-s.htm index 9c09a8717..cc7a60357 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/var-s.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/var-s.htm @@ -11,7 +11,7 @@
    - +

    VAR.S Function

    The VAR.S function is one of the statistical functions. It is used to estimate variance based on a sample (ignores logical values and text in the sample).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/var.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/var.htm index b525f2898..5a1642975 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/var.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/var.htm @@ -11,7 +11,7 @@
    - +

    VAR Function

    The VAR function is one of the statistical functions. It is used to analyze the set of values and calculate the sample variance.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/vara.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/vara.htm index 9fac0ce2e..47fe3c3c3 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/vara.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/vara.htm @@ -11,7 +11,7 @@
    - +

    VARA Function

    The VARA function is one of the statistical functions. It is used to analyze the set of values and calculate the sample variance.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/varp.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/varp.htm index 5933d3027..8438d77c5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/varp.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/varp.htm @@ -11,7 +11,7 @@
    - +

    VARP Function

    The VARP function is one of the statistical functions. It is used to analyze the set of values and calculate the variance of an entire population.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/varpa.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/varpa.htm index 887b9a0d8..f6c78e520 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/varpa.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/varpa.htm @@ -11,7 +11,7 @@
    - +

    VARPA Function

    The VARPA function is one of the statistical functions. It is used to analyze the set of values and return the variance of an entire population.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/vdb.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/vdb.htm index 19b18292f..6fda7d652 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/vdb.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/vdb.htm @@ -11,7 +11,7 @@
    - +

    VDB Function

    The VDB function is one of the financial functions. It is used to calculate the depreciation of an asset for a specified or partial accounting period using the variable declining balance method.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/vlookup.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/vlookup.htm index 054991ee2..bb7875179 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/vlookup.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/vlookup.htm @@ -11,7 +11,7 @@
    - +

    VLOOKUP Function

    The VLOOKUP function is one of the lookup and reference functions. It is used to perform the vertical search for a value in the left-most column of a table or an array and return the value in the same row based on a specified column index number.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/weekday.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/weekday.htm index 400a2a660..8eb8f8dae 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/weekday.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/weekday.htm @@ -11,7 +11,7 @@
    - +

    WEEKDAY Function

    The WEEKDAY function is one of the date and time functions. It is used to determine which day of the week the specified date is.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/weeknum.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/weeknum.htm index f3b4218b5..0d3416891 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/weeknum.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/weeknum.htm @@ -11,7 +11,7 @@
    - +

    WEEKNUM Function

    The WEEKNUM function is one of the date and time functions. It used to return the number of the week the specified date falls within the year.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull-dist.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull-dist.htm index 8afaf6856..ab4ec2e7b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull-dist.htm @@ -11,7 +11,7 @@
    - +

    WEIBULL.DIST Function

    The WEIBULL.DIST function is one of the statistical functions. It is used to return the Weibull distribution. Use this distribution in reliability analysis, such as calculating a device's mean time to failure.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull.htm index 0aeb89f65..f905ada7c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull.htm @@ -11,7 +11,7 @@
    - +

    WEIBULL Function

    The WEIBULL function is one of the statistical functions. It is used to return the Weibull distribution. Use this distribution in reliability analysis, such as calculating a device's mean time to failure.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/workday-intl.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/workday-intl.htm index 0f1467575..4608e2d35 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/workday-intl.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/workday-intl.htm @@ -11,7 +11,7 @@
    - +

    WORKDAY.INTL Function

    The WORKDAY.INTL function is one of the date and time functions. It is used to return the date before or after a specified number of workdays with custom weekend parameters; weekend parameters indicate which and how many days are weekend days.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/workday.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/workday.htm index e9ceba9d6..f921bf06b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/workday.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/workday.htm @@ -11,7 +11,7 @@
    - +

    WORKDAY Function

    The WORKDAY function is one of the date and time functions. It is used to return the date which comes the indicated number of days (day-offset) before or after the specified start date excluding weekends and dates considered as holidays.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/xirr.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/xirr.htm index 88b28a0c9..87771d81d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/xirr.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/xirr.htm @@ -11,7 +11,7 @@
    - +

    XIRR Function

    The XIRR function is one of the financial functions. It is used to calculate the internal rate of return for a series of irregular cash flows.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/xnpv.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/xnpv.htm index 2633824bd..e4ed5f3e9 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/xnpv.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/xnpv.htm @@ -11,7 +11,7 @@
    - +

    XNPV Function

    The XNPV function is one of the financial functions. It is used to calculate the net present value for an investment based on a specified interest rate and a schedule of irregular payments.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/xor.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/xor.htm index 964f61669..60d113c26 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/xor.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/xor.htm @@ -11,7 +11,7 @@
    - +

    XOR Function

    The XOR function is one of the logical functions. It is used to return a logical Exclusive Or of all arguments. The function returns TRUE when the number of TRUE inputs is odd and FALSE when the number of TRUE inputs is even.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/year.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/year.htm index 1f7af3222..ada364513 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/year.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/year.htm @@ -11,7 +11,7 @@
    - +

    YEAR Function

    The YEAR function is one of the date and time functions. It returns the year (a number from 1900 to 9999) of the date given in the numerical format (MM/dd/yyyy by default).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/yearfrac.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/yearfrac.htm index c1f9e1d48..a8993d134 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/yearfrac.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/yearfrac.htm @@ -11,7 +11,7 @@
    - +

    YEARFRAC Function

    The YEARFRAC function is one of the date and time functions. It is used to return the fraction of a year represented by the number of whole days from start-date to end-date calculated on the specified basis.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/yield.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/yield.htm index a0b2e50e9..d2ef56966 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/yield.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/yield.htm @@ -11,7 +11,7 @@
    - +

    YIELD Function

    The YIELD function is one of the financial functions. It is used to calculate the yield of a security that pays periodic interest.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/yielddisc.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/yielddisc.htm index 81103e4c1..091e3a845 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/yielddisc.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/yielddisc.htm @@ -11,7 +11,7 @@
    - +

    YIELDDISC Function

    The YIELDDISC function is one of the financial functions. It is used to calculate the annual yield of a discounted security.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/yieldmat.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/yieldmat.htm index f605bdade..79f0a38b2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/yieldmat.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/yieldmat.htm @@ -11,7 +11,7 @@
    - +

    YIELDMAT Function

    The YIELDMAT function is one of the financial functions. It is used to calculate the annual yield of a security that pays interest at maturity.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/z-test.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/z-test.htm index 76eb5c690..a682e7be5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/z-test.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/z-test.htm @@ -11,7 +11,7 @@
    - +

    Z.TEST Function

    The Z.TEST function is one of the statistical functions. It is used to return the one-tailed P-value of a z-test. For a given hypothesized population mean, x, Z.TEST returns the probability that the sample mean would be greater than the average of observations in the data set (array) — that is, the observed sample mean.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ztest.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ztest.htm index 278173e7a..3e6326192 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/ztest.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ztest.htm @@ -11,7 +11,7 @@
    - +

    ZTEST Function

    The ZTEST function is one of the statistical functions. It is used to return the one-tailed probability-value of a z-test. For a given hypothesized population mean, μ0, ZTEST returns the probability that the sample mean would be greater than the average of observations in the data set (array) — that is, the observed sample mean.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/About.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/About.htm index f992fc1fa..1146727b2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/About.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    About Spreadsheet Editor

    Spreadsheet Editor is an online application that lets you edit your spreadsheets directly in your browser.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm index 4ccdd6486..971896172 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Advanced Settings of Spreadsheet Editor

    Spreadsheet Editor lets you change its general advanced settings. To access them, open the File tab at the top toolbar and select the Advanced Settings... option. You can also use the Advanced settings icon icon in the right upper corner at the Home tab of the top toolbar.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm index 3f7a4989e..d62c991db 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Collaborative Spreadsheet Editing

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm index 97c0c3622..cb223efb8 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Keyboard Shortcuts

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Navigation.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Navigation.htm index 9c92d0fbf..b059a0269 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Navigation.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    View Settings and Navigation Tools

    To help you view and select cells in a large spreadsheet Spreadsheet Editor offers several tools: adjustable bars, scrollbars, sheet navigation buttons, sheet tabs and zoom.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Search.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Search.htm index 5c9993bd6..965ab3ede 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Search.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Search and Replace Functions

    To search for the needed characters, words or phrases used in the current spreadsheet, click the Search icon icon situated at the left sidebar.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm index a9bbe02df..fcd8887c2 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Supported Formats of Spreadsheets

    A spreadsheet is a table of data organized in rows and columns. diff --git a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/FileTab.htm b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/FileTab.htm index e54377390..11b615c57 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/FileTab.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@

    - +

    File tab

    The File tab allows to perform some basic operations on the current file.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/HomeTab.htm b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/HomeTab.htm index 40be184b9..964998cc1 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/HomeTab.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Home tab

    The Home tab opens by default when you open a spreadsheet. It allows to format cells and data within them, apply filters, insert functions. Some other options are also available here, such as color schemes, Format as table template feature, view settings and so on.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/InsertTab.htm b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/InsertTab.htm index 9048db469..b68bc7203 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/InsertTab.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Insert tab

    The Insert tab allows to add visual objects and comments into your spreadsheet.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm index 030f8abe2..207b0b651 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Plugins tab

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm index 525881967..d48bf43ce 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Introducing the Spreadsheet Editor user interface

    Spreadsheet Editor uses a tabbed interface where editing commands are grouped into tabs by functionality.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AddBorders.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AddBorders.htm index 150f32657..c3a219a0d 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AddBorders.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AddBorders.htm @@ -11,7 +11,7 @@
    - +

    Add borders

    To add and format borders to a worksheet,

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm index 39a2703bb..1d2b2e253 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Add hyperlinks

    To add a hyperlink,

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AlignText.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AlignText.htm index 5d481fc76..caddb85ea 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AlignText.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/AlignText.htm @@ -11,7 +11,7 @@
    - +

    Align data in cells

    You can align your data horizontally and vertically or even rotate data within a cell. To do that, select a cell, a range of cells with the mouse or the whole worksheet by pressing the Ctrl+A key combination. You can also select multiple non-adjacent cells or cell ranges holding down the Ctrl key while selecting cells/ranges with the mouse. Then perform one of the following operations using the icons situated at the Home tab of the top toolbar.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ChangeNumberFormat.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ChangeNumberFormat.htm index 8001e6379..f9b23becc 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ChangeNumberFormat.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ChangeNumberFormat.htm @@ -11,7 +11,7 @@
    - +

    Change number format

    Apply a number format

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ClearFormatting.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ClearFormatting.htm index 8d3e6d449..b59ee5036 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ClearFormatting.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Clear text, format in a cell, copy cell format

    Clear format

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/CopyPasteData.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/CopyPasteData.htm index d911039c7..ec7725d3a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/CopyPasteData.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/CopyPasteData.htm @@ -11,7 +11,7 @@
    - +

    Cut/copy/paste data

    Use basic clipboard operations

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/FontTypeSizeStyle.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/FontTypeSizeStyle.htm index fcfd90d1c..6f4cd1da6 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/FontTypeSizeStyle.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/FontTypeSizeStyle.htm @@ -11,7 +11,7 @@
    - +

    Set font type, size, style, and colors

    You can select the font type and its size, apply one of the decoration styles and change the font and background colors using the corresponding icons situated at the Home tab of the top toolbar.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm index bbb1787a4..d3c47ee27 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

    Insert and format autoshapes

    Insert an autoshape

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertChart.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertChart.htm index 6cc2c0568..29dcee749 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertChart.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertChart.htm @@ -11,7 +11,7 @@
    - +

    Insert chart

    Insert a chart

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertDeleteCells.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertDeleteCells.htm index 324e4c93c..defdc6166 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertDeleteCells.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertDeleteCells.htm @@ -11,7 +11,7 @@
    - +

    Manage cells, rows, and columns

    You can insert blank cells above or to the left of the selected cell on a worksheet. You can also insert an entire row above the selected one or a column to the left of the selected column. To make it easy to view a large amount of information, you can hide some rows or columns and display them again. It's also possible to specify a certain row height and column width.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertEquation.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertEquation.htm index 52a200d4e..04663c30b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertEquation.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

    Insert equations

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertFunction.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertFunction.htm index 5ae1d5212..4e6f01857 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertFunction.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertFunction.htm @@ -11,7 +11,7 @@
    - +

    Insert function

    The ability to perform basic calculations is the principal reason for using a spreadsheet. Some of them are performed automatically when you select a range of cells in your spreadsheet:

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertImages.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertImages.htm index 4756f64e4..07c102229 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertImages.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

    Insert images

    Spreadsheet Editor allows you to insert images in the most popular formats into your worksheet. The following image formats are supported: BMP, GIF, JPEG, JPG, PNG.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertTextObjects.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertTextObjects.htm index deccba00b..bed0e466b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertTextObjects.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertTextObjects.htm @@ -11,7 +11,7 @@
    - +

    Insert text objects

    To draw attention to a specific part of the spreadsheet, you can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects).

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ManageSheets.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ManageSheets.htm index a92f39e5f..58af761bd 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ManageSheets.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ManageSheets.htm @@ -11,7 +11,7 @@
    - +

    Manage sheets

    By default a newly created spreadsheet has a single sheet. The most simple way to add a new one is to click the Plus button button located to the right of the Sheet Navigation buttons in the left lower corner.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm index 1f653cd58..3121f5fe5 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ManipulateObjects.htm @@ -11,7 +11,7 @@
    - +

    Manipulate objects

    You can resize, move, rotate and arrange autoshapes, images and charts inserted into your worksheet.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/MergeCells.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/MergeCells.htm index 674fd656d..05eb20b69 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/MergeCells.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/MergeCells.htm @@ -11,7 +11,7 @@
    - +

    Merge cells

    You can merge two or more adjacent cells into one cell. To do that,

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm index 8e696e755..2da9cf556 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Create a new spreadsheet or open an existing one

    When Spreadsheet Editor is open to create a new spreadsheet:

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm index f2939880d..ff6e02a0a 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Save/print/download your spreadsheet

    By default, Spreadsheet Editor automatically saves your file each 2 seconds when you work on it preventing your data loss in case of the unexpected program closing. If you co-edit the file in the Fast mode, the timer requests for updates 25 times a second and saves the changes if they have been made. When the file is being co-edited in the Strict mode, changes are automatically saved at 10-minute intervals. If you need, you can easily select the preferred co-editing mode or disable the Autosave feature on the Advanced Settings page.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SortData.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SortData.htm index 2f03e2fea..7736f9b1e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SortData.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SortData.htm @@ -11,7 +11,7 @@
    - +

    Sort and filter data

    Sort Data

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UndoRedo.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UndoRedo.htm index 6ed2d4a34..e146a01bd 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UndoRedo.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Undo/redo your actions

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UseNamedRanges.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UseNamedRanges.htm index 731313a36..76f067099 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UseNamedRanges.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/UseNamedRanges.htm @@ -11,7 +11,7 @@
    - +

    Use named ranges

    Names are meaningful notations that can be assigned for a cell or cell range and used to simplify working with formulas. Creating a formula, you can insert a name as its argument instead of using a reference to a cell range. For example, if you assign the Annual_Income name for a cell range, it will be possible to enter =SUM(Annual_Income) instead of =SUM(B1:B12). In such a form, formulas become clearer. This feature can also be useful in case a lot of formulas are referred to one and the same cell range. If the range address is changed, you can make the correction once using the Name Manager instead of editing all the formulas one by one.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm index c5b928d0e..f2c3e046b 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm @@ -11,7 +11,7 @@
    - +

    View file information

    To access the detailed information about the currently edited spreadsheet, click the File tab of the top toolbar and select the Spreadsheet Info option.

    diff --git a/apps/spreadsheeteditor/main/resources/help/en/search/search.html b/apps/spreadsheeteditor/main/resources/help/en/search/search.html index 06f59b876..97576e91e 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/search/search.html +++ b/apps/spreadsheeteditor/main/resources/help/en/search/search.html @@ -224,7 +224,7 @@
    - +

    Searching...

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/abs.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/abs.htm index bcef86bc3..82205503d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/abs.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/abs.htm @@ -11,7 +11,7 @@
    - +

    Функция ABS

    Функция ABS - это одна из математических и тригонометрических функций. Используется для нахождения модуля (абсолютной величины) числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrint.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrint.htm index 04948be6a..416b700fa 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrint.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrint.htm @@ -11,7 +11,7 @@
    - +

    Функция ACCRINT (НАКОПДОХОД)

    Функция ACCRINT - это одна из финансовых функций. Используется для вычисления дохода по ценным бумагам с периодической выплатой процентов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrintm.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrintm.htm index cbffca795..05c7acfc3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrintm.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrintm.htm @@ -11,7 +11,7 @@
    - +

    Функция ACCRINTM (НАКОПДОХОДПОГАШ)

    Функция ACCRINTM - это одна из финансовых функций. Используется для вычисления дохода по ценным бумагам, процент по которым уплачивается при наступлении срока погашения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/acos.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/acos.htm index 59aad471c..c5485aa86 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/acos.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/acos.htm @@ -11,7 +11,7 @@
    - +

    Функция ACOS

    Функция ACOS - это одна из математических и тригонометрических функций. Она возвращает арккосинус числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/acosh.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/acosh.htm index 42775536e..21e8b9103 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/acosh.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/acosh.htm @@ -11,7 +11,7 @@
    - +

    Функция ACOSH

    Функция ACOSH - это одна из математических и тригонометрических функций. Она возвращает гиперболический арккосинус числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/acot.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/acot.htm index 0fd4d1110..1dce7d5c3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/acot.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/acot.htm @@ -11,7 +11,7 @@
    - +

    Функция ACOT

    Функция ACOT - это одна из математических и тригонометрических функций. Она возвращает главное значение арккотангенса (обратного тангенса) числа. Возвращаемый угол определяется в радианах в диапазоне от 0 до Pi.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/acoth.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/acoth.htm index a3496a14c..9dbd385f2 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/acoth.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/acoth.htm @@ -11,7 +11,7 @@
    - +

    Функция ACOTH

    Функция ACOTH - это одна из математических и тригонометрических функций. Она возвращает гиперболический арккотангенс числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/address.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/address.htm index c066d839a..7bfcadf88 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/address.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/address.htm @@ -11,7 +11,7 @@
    - +

    Функция ADDRESS (АДРЕС)

    Функция ADDRESS - это одна из поисковых функций. Возвращает адрес ячейки, представленный в виде текста.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/aggregate.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/aggregate.htm index a40211c12..8c658ca8b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/aggregate.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/aggregate.htm @@ -11,7 +11,7 @@
    - +

    Функция AGGREGATE (АГРЕГАТ)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/amordegrc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/amordegrc.htm index 6c89f22f1..3f4401ca4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/amordegrc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/amordegrc.htm @@ -11,7 +11,7 @@
    - +

    Функция AMORDEGRC (АМОРУМ)

    Функция AMORDEGRC - это одна из финансовых функций. Используется для вычисления величины амортизации имущества по каждому отчетному периоду методом дегрессивной амортизации.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/amorlinc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/amorlinc.htm index 1f065f780..3a1c32ae9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/amorlinc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/amorlinc.htm @@ -11,7 +11,7 @@
    - +

    Функция AMORLINC (АМОРУВ)

    Функция AMORLINC - это одна из финансовых функций. Используется для вычисления величины амортизации имущества по каждому отчетному периоду методом линейной амортизации.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/and.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/and.htm index c5e55238c..48339414d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/and.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/and.htm @@ -11,7 +11,7 @@
    - +

    Функция AND (И)

    Функция AND - это одна из логических функций. Она используется для проверки, является ли введенное логическое значение TRUE (истинным) или FALSE (ложным). Функция возвращает значение TRUE (ИСТИНА), если все аргументы имеют значение TRUE (ИСТИНА).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/arabic.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/arabic.htm index 55ac51714..d5e92d932 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/arabic.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/arabic.htm @@ -11,7 +11,7 @@
    - +

    Функция ARABIC (АРАБСКОЕ)

    Функция ARABIC - это одна из математических и тригонометрических функций. Преобразует римское число в арабское.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/asin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/asin.htm index 921970dbf..7a822f720 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/asin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/asin.htm @@ -11,7 +11,7 @@
    - +

    Функция ASIN

    Функция ASIN - это одна из математических и тригонометрических функций. Она возвращает арксинус числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/asinh.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/asinh.htm index c36994d50..25884abe1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/asinh.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/asinh.htm @@ -11,7 +11,7 @@
    - +

    Функция ASINH

    Функция ASINH - это одна из математических и тригонометрических функций. Она возвращает гиперболический арксинус числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan.htm index 7cd859d44..b65bf3ae9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan.htm @@ -11,7 +11,7 @@
    - +

    Функция ATAN

    Функция ATAN - это одна из математических и тригонометрических функций. Она возвращает арктангенс числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan2.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan2.htm index 2c59bc00b..72e7066f0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan2.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan2.htm @@ -11,7 +11,7 @@
    - +

    Функция ATAN2

    Функция ATAN2 - это одна из математических и тригонометрических функций. Возвращает арктангенс координат x и y.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/atanh.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/atanh.htm index 94e551c3e..ed9b0ec39 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/atanh.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/atanh.htm @@ -11,7 +11,7 @@
    - +

    Функция ATANH

    Функция ATANH - это одна из математических и тригонометрических функций. Она возвращает гиперболический арктангенс числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/avedev.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/avedev.htm index 82e4a82dc..838cd7dab 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/avedev.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/avedev.htm @@ -11,7 +11,7 @@
    - +

    Функция AVEDEV (СРОТКЛ)

    Функция AVEDEV - это одна из статистических функций. Она используется для анализа диапазона данных и возвращает среднее абсолютных значений отклонений чисел от их среднего значения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/average.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/average.htm index 3b7b37239..587e4237c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/average.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/average.htm @@ -11,7 +11,7 @@
    - +

    Функция AVERAGE (СРЗНАЧ)

    Функция AVERAGE - это одна из статистических функций. Анализирует диапазон данных и вычисляет среднее значение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/averagea.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/averagea.htm index d5781427a..5b72e2a63 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/averagea.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/averagea.htm @@ -11,7 +11,7 @@
    - +

    Функция AVERAGEA (СРЗНАЧА)

    Функция AVERAGEA - это одна из статистических функций. Анализирует диапазон данных, включая текстовые и логические значения, и вычисляет среднее значение. Функция AVERAGEA интерпретирует текст и логическое значение FALSE (ЛОЖЬ) как числовое значение 0, а логическое значение TRUE (ИСТИНА) как числовое значение 1.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageif.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageif.htm index 38a152ec6..f2d179f5c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageif.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageif.htm @@ -11,7 +11,7 @@
    - +

    Функция AVERAGEIF (СРЗНАЧЕСЛИ)

    Функция AVERAGEIF - это одна из статистических функций. Анализирует диапазон данных и вычисляет среднее значение всех чисел в диапазоне ячеек, которые соответствуют заданному условию.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageifs.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageifs.htm index e00e9b337..f53c56b25 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageifs.htm @@ -11,7 +11,7 @@
    - +

    Функция AVERAGEIFS (СРЗНАЧЕСЛИМН)

    Функция AVERAGEIFS (СРЗНАЧЕСЛИМН) - это одна из статистических функций. Анализирует диапазон данных и вычисляет среднее значение всех чисел в диапазоне ячеек, которые соответствуют нескольким заданным условиями.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/base.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/base.htm index e256a7cc5..8a1e87c48 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/base.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/base.htm @@ -11,7 +11,7 @@
    - +

    Функция BASE (ОСНОВАНИЕ)

    Функция BASE - это одна из математических и тригонометрических функций. Преобразует число в текстовое представление с указанным основанием системы счисления.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/besseli.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/besseli.htm index 8eae86d70..fb089a07e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/besseli.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/besseli.htm @@ -11,7 +11,7 @@
    - +

    Функция BESSELI (БЕССЕЛЬ.I)

    Функция BESSELI - это одна из инженерных функций. Возвращает модифицированную функцию Бесселя, что эквивалентно вычислению функции Бесселя для чисто мнимого аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselj.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselj.htm index 554251447..72ff35cf4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselj.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselj.htm @@ -11,7 +11,7 @@
    - +

    Функция BESSELJ (БЕССЕЛЬ.J)

    Функция BESSELJ - это одна из инженерных функций. Возвращает функцию Бесселя.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselk.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselk.htm index 575ee44ad..1d5af482b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselk.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselk.htm @@ -11,7 +11,7 @@
    - +

    Функция BESSELK (БЕССЕЛЬ.K)

    Функция BESSELK - это одна из инженерных функций. Возвращает модифицированную функцию Бесселя, что эквивалентно вычислению функции Бесселя для чисто мнимого аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bessely.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bessely.htm index 46c951d39..22fae0a82 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bessely.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bessely.htm @@ -11,7 +11,7 @@
    - +

    Функция BESSELY (БЕССЕЛЬ.Y)

    Функция BESSELY - это одна из инженерных функций. Возвращает функцию Бесселя, также называемую функцией Вебера или функцией Неймана.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-dist.htm index 2c64abb78..b7f4842b1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция BETA.DIST (БЕТА.РАСП)

    Функция BETA.DIST - это одна из статистических функций. Возвращает функцию бета-распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-inv.htm index 850d028cc..4ceada718 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция BETA.INV (БЕТА.ОБР)

    Функция BETA.INV - это одна из статистических функций. Возвращает обратную функцию к интегральной функции плотности бета-распределения вероятности (БЕТА.РАСП).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/betadist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/betadist.htm index c79750a7d..a700b1b0c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/betadist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/betadist.htm @@ -11,7 +11,7 @@
    - +

    Функция BETADIST (БЕТАРАСП)

    Функция BETADIST - это одна из статистических функций. Возвращает интегральную функцию плотности бета-вероятности.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2dec.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2dec.htm index 214c49489..b6cb90de4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2dec.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2dec.htm @@ -11,7 +11,7 @@
    - +

    Функция BIN2DEC (ДВ.В.ДЕС)

    Функция BIN2DEC - это одна из инженерных функций. Преобразует двоичное число в десятичное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2hex.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2hex.htm index f0e36b9d8..d75b1ae31 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2hex.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2hex.htm @@ -11,7 +11,7 @@
    - +

    Функция BIN2HEX (ДВ.В.ШЕСТН)

    Функция BIN2HEX - это одна из инженерных функций. Преобразует двоичное число в шестнадцатеричное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2oct.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2oct.htm index ebd2753ec..54c124f04 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2oct.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2oct.htm @@ -11,7 +11,7 @@
    - +

    Функция BIN2OCT (ДВ.В.ВОСЬМ)

    Функция BIN2OCT - это одна из инженерных функций. Преобразует двоичное число в восьмеричное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist-range.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist-range.htm index fb7d28f26..3acd1d92d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist-range.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist-range.htm @@ -11,7 +11,7 @@
    - +

    Функция BINOM.DIST.RANGE (БИНОМ.РАСП.ДИАП)

    Функция BINOM.DIST.RANGE - это одна из статистических функций. Возвращает вероятность результата испытаний при помощи биномиального распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist.htm index 511d60cf3..8d663cf22 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция BINOM.DIST (БИНОМ.РАСП)

    Функция BINOM.DIST - это одна из статистических функций. Возвращает отдельное значение вероятности биномиального распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-inv.htm index 1002b387d..d202392dc 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция BINOM.INV (БИНОМ.ОБР)

    Функция BINOM.INV - это одна из статистических функций. Возвращает наименьшее значение, для которого интегральное биномиальное распределение больше или равно заданному условию.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/binomdist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/binomdist.htm index f7121d041..f96414200 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/binomdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/binomdist.htm @@ -11,7 +11,7 @@
    - +

    Функция BINOMDIST (БИНОМРАСП)

    Функция BINOMDIST - это одна из статистических функций. Возвращает отдельное значение вероятности биномиального распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitand.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitand.htm index 52a5ed6d6..b5b26e4ae 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitand.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitand.htm @@ -11,7 +11,7 @@
    - +

    Функция BITAND (БИТ.И)

    Функция BITAND - это одна из инженерных функций. Возвращает результат операции поразрядного И для двух чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitlshift.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitlshift.htm index 55c1640ac..ee0247775 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitlshift.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitlshift.htm @@ -11,7 +11,7 @@
    - +

    Функция BITLSHIFT (БИТ.СДВИГЛ)

    Функция BITLSHIFT - это одна из инженерных функций. Возвращает число со сдвигом влево на указанное число бит.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitor.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitor.htm index 6f8535c4e..96bf1c6fd 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitor.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitor.htm @@ -11,7 +11,7 @@
    - +

    Функция BITOR (БИТ.ИЛИ)

    Функция BITOR - это одна из инженерных функций. Возвращает результат операции поразрядного ИЛИ для двух чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitrshift.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitrshift.htm index 74485df42..78cef9318 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitrshift.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitrshift.htm @@ -11,7 +11,7 @@
    - +

    Функция BITRSHIFT (БИТ.СДВИГП)

    Функция BITRSHIFT - это одна из инженерных функций. Возвращает число со сдвигом вправо на указанное число бит.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitxor.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitxor.htm index f1be44b14..fa58881aa 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitxor.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitxor.htm @@ -11,7 +11,7 @@
    - +

    Функция BITXOR (БИТ.ИСКЛИЛИ)

    Функция BITXOR - это одна из инженерных функций. Возвращает результат операции поразрядного исключающего ИЛИ для двух чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceiling.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceiling.htm index 2e7c354b7..6d1a535f1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceiling.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceiling.htm @@ -11,7 +11,7 @@
    - +

    Функция CEILING (ОКРВВЕРХ)

    Функция CEILING - это одна из математических и тригонометрических функций. Используется, чтобы округлить число в большую сторону до ближайшего числа, кратного заданной значимости.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingmath.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingmath.htm index ea91dc932..5be324c04 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingmath.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingmath.htm @@ -11,7 +11,7 @@
    - +

    Функция CEILING.MATH (ОКРВВЕРХ.МАТ)

    Функция CEILING.MATH - это одна из математических и тригонометрических функций. Используется, чтобы округлить число в большую сторону до ближайшего целого или до ближайшего числа, кратного заданной значимости.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingprecise.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingprecise.htm index 8c9263fcf..d1508bd96 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingprecise.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingprecise.htm @@ -11,7 +11,7 @@
    - +

    Функция CEILING.PRECISE (ОКРВВЕРХ.ТОЧН)

    Функция CEILING.PRECISE - это одна из математических и тригонометрических функций. Округляет число вверх до ближайшего целого или до ближайшего кратного указанному значению. Число всегда округляется до большего значения вне зависимости от его знака.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/char.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/char.htm index 7be1d2d2c..601dea2ae 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/char.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/char.htm @@ -11,7 +11,7 @@
    - +

    Функция CHAR (СИМВОЛ)

    Функция CHAR - это одна из функций для работы с текстом и данными. Она возвращает символ ASCII, соответствующий заданному числовому коду.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chidist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chidist.htm index e35c95bfc..fd1d92413 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chidist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chidist.htm @@ -11,7 +11,7 @@
    - +

    Функция CHIDIST (ХИ2РАСП)

    Функция CHIDIST - это одна из статистических функций. Возвращает правостороннюю вероятность распределения хи-квадрат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chiinv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chiinv.htm index 11a4924ca..fb3ea7116 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chiinv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chiinv.htm @@ -11,7 +11,7 @@
    - +

    Функция CHIINV (ХИ2ОБР)

    Функция CHIINV - это одна из статистических функций. Возвращает значение, обратное правосторонней вероятности распределения хи-квадрат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist-rt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist-rt.htm index c5043ce3d..de88f44ae 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist-rt.htm @@ -11,7 +11,7 @@
    - +

    Функция CHISQ.DIST.RT (ХИ2.РАСП.ПХ)

    Функция CHISQ.DIST.RT - это одна из статистических функций. Возвращает правостороннюю вероятность распределения хи-квадрат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist.htm index 033d609bf..505539598 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция CHISQ.DIST (ХИ2.РАСП)

    Функция CHISQ.DIST - это одна из статистических функций. Возвращает распределение хи-квадрат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv-rt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv-rt.htm index 65ed49c93..5db10a57a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv-rt.htm @@ -11,7 +11,7 @@
    - +

    Функция CHISQ.INV.RT (ХИ2.ОБР.ПХ)

    Функция CHISQ.INV.RT - это одна из статистических функций. Возвращает значение, обратное правосторонней вероятности распределения хи-квадрат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv.htm index deacee603..eccc1062f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция CHISQ.INV (ХИ2.ОБР)

    Функция CHISQ.INV - это одна из статистических функций. Возвращает значение, обратное правосторонней вероятности распределения хи-квадрат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-test.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-test.htm index e3eed8b72..9e884d7e6 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-test.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-test.htm @@ -11,7 +11,7 @@
    - +

    Функция CHISQ.TEST (ХИ2.ТЕСТ)

    Функция CHISQ.TEST - это одна из статистических функций. Возвращает критерий независимости - значение статистики для распределения хи-квадрат (χ2) и соответствующее число степеней свободы.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chitest.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chitest.htm index 0f340201c..ccd2e03b8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/chitest.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/chitest.htm @@ -11,7 +11,7 @@
    - +

    Функция CHITEST (ХИ2ТЕСТ)

    Функция CHITEST - это одна из статистических функций. Возвращает критерий независимости - значение статистики для распределения хи-квадрат (χ2) и соответствующее число степеней свободы.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/choose.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/choose.htm index 6e3b76612..b4fffeeb4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/choose.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/choose.htm @@ -11,7 +11,7 @@
    - +

    Функция CHOOSE (ВЫБОР)

    Функция CHOOSE - это одна из поисковых функций. Она возвращает значение из списка значений по заданному индексу (позиции).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/clean.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/clean.htm index 9de3664bf..9081e18d3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/clean.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/clean.htm @@ -11,7 +11,7 @@
    - +

    Функция CLEAN (ПЕЧСИМВ)

    Функция CLEAN - это одна из функций для работы с текстом и данными. Она используется для удаления всех непечатаемых символов из выбранной строки.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/code.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/code.htm index 841e9ee98..2b1bc8436 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/code.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/code.htm @@ -11,7 +11,7 @@
    - +

    Функция CODE (КОДСИМВ)

    Функция CODE - это одна из функций для работы с текстом и данными. Она возвращает числовой код ASCII, соответствующий заданному символу или первому символу в ячейке.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/column.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/column.htm index 92afc5d79..d90caf83b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/column.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/column.htm @@ -11,7 +11,7 @@
    - +

    Функция COLUMN (СТОЛБЕЦ)

    Функция COLUMN - это одна из поисковых функций. Она возвращает номер столбца ячейки.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/columns.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/columns.htm index 01fb32c2a..4463168fa 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/columns.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/columns.htm @@ -11,7 +11,7 @@
    - +

    Функция COLUMNS (ЧИСЛСТОЛБ)

    Функция COLUMNS - это одна из поисковых функций. Она возвращает количество столбцов в ссылке на ячейки.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/combin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/combin.htm index b8ea7ce5e..0d175ad90 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/combin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/combin.htm @@ -11,7 +11,7 @@
    - +

    Функция COMBIN (ЧИСЛКОМБ)

    Функция COMBIN - это одна из математических и тригонометрических функций. Она возвращает количество комбинаций для заданного числа элементов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/combina.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/combina.htm index 25c47865d..f31013479 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/combina.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/combina.htm @@ -11,7 +11,7 @@
    - +

    Функция COMBINA (ЧИСЛКОМБА)

    Функция COMBINA - это одна из математических и тригонометрических функций. Она возвращает количество комбинаций (с повторениями) для заданного числа элементов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/complex.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/complex.htm index 8f9f402de..3d7e651fb 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/complex.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/complex.htm @@ -11,7 +11,7 @@
    - +

    Функция COMPLEX (КОМПЛЕКСН)

    Функция COMPLEX - это одна из инженерных функций. Используется для преобразования действительной и мнимой части в комплексное число, выраженное в формате a + bi или a + bj.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/concat.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/concat.htm index 934dadb66..3dafaa9c0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/concat.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/concat.htm @@ -11,7 +11,7 @@
    - +

    Функция CONCAT (СЦЕП)

    Функция CONCAT - это одна из функций для работы с текстом и данными. Она используется для объединения данных из двух или более ячеек в одну. Эта функция заменяет функцию CONCATENATE (СЦЕПИТЬ)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/concatenate.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/concatenate.htm index 0421a5981..ff849d28f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/concatenate.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/concatenate.htm @@ -11,7 +11,7 @@
    - +

    Функция CONCATENATE (СЦЕПИТЬ)

    Функция CONCATENATE - это одна из функций для работы с текстом и данными. Она используется для объединения данных из двух или более ячеек в одну.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-norm.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-norm.htm index 70c3778fb..fae275b5c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-norm.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-norm.htm @@ -11,7 +11,7 @@
    - +

    Функция CONFIDENCE.NORM (ДОВЕРИТ.НОРМ)

    Функция CONFIDENCE.NORM - это одна из статистических функций. Она возвращает доверительный интервал для среднего генеральной совокупности с нормальным распределением.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-t.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-t.htm index cb8c86958..bc4321b7b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-t.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-t.htm @@ -11,7 +11,7 @@
    - +

    Функция CONFIDENCE.T (ДОВЕРИТ.СТЬЮДЕНТ)

    Функция CONFIDENCE.T - это одна из статистических функций. Она возвращает доверительный интервал для среднего генеральной совокупности, используя распределение Стьюдента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence.htm index fb22bda82..a45248bbf 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence.htm @@ -11,7 +11,7 @@
    - +

    Функция CONFIDENCE (ДОВЕРИТ)

    Функция CONFIDENCE - это одна из статистических функций. Она возвращает доверительный интервал.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/correl.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/correl.htm index ba64b9c0b..6a3cb1b00 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/correl.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/correl.htm @@ -11,7 +11,7 @@
    - +

    Функция CORREL (КОРРЕЛ)

    Функция CORREL - это одна из статистических функций. Используется для анализа диапазона данных и возвращает коэффициент корреляции между двумя диапазонами ячеек.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cos.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cos.htm index 0e74e2963..b3d5b9e56 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cos.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cos.htm @@ -11,7 +11,7 @@
    - +

    Функция COS

    Функция COS - это одна из математических и тригонометрических функций. Она возвращает косинус угла.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cosh.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cosh.htm index cc55f8c09..bf6221ef1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cosh.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cosh.htm @@ -11,7 +11,7 @@
    - +

    Функция COSH

    Функция COSH - это одна из математических и тригонометрических функций. Она возвращает гиперболический косинус числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cot.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cot.htm index 21af6ddf1..b7c9b7356 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cot.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cot.htm @@ -11,7 +11,7 @@
    - +

    Функция COT

    Функция COT - это одна из математических и тригонометрических функций. Она возвращает значение котангенса заданного угла в радианах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coth.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coth.htm index d4321a840..97462cbfb 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coth.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coth.htm @@ -11,7 +11,7 @@
    - +

    Функция COTH

    Функция COTH - это одна из математических и тригонометрических функций. Она возвращает гиперболический котангенс числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/count.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/count.htm index e51d48c44..67e3fe589 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/count.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/count.htm @@ -11,7 +11,7 @@
    - +

    Функция COUNT (СЧЁТ)

    Функция COUNT - это одна из статистических функций. Она используется для подсчета количества ячеек в выбранном диапазоне, содержащих числа, без учета пустых или содержащих текст ячеек.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/counta.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/counta.htm index 322e75e1b..3394ca0c3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/counta.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/counta.htm @@ -11,7 +11,7 @@
    - +

    Функция COUNTA (СЧЁТЗ)

    Функция COUNTA - это одна из статистических функций. Она используется для анализа диапазона ячеек и подсчета количества непустых ячеек.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/countblank.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/countblank.htm index 2fb82cc3d..c3d365766 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/countblank.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/countblank.htm @@ -11,7 +11,7 @@
    - +

    Функция COUNTBLANK (СЧИТАТЬПУСТОТЫ)

    Функция COUNTBLANK - это одна из статистических функций. Она используется для анализа диапазона ячеек и возвращает количество пустых ячеек.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/countif.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/countif.htm index 503797cad..e1e491678 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/countif.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/countif.htm @@ -11,7 +11,7 @@
    - +

    Функция COUNTIF (СЧЁТЕСЛИ)

    Функция COUNTIF - это одна из статистических функций. Она используется для подсчета количества ячеек выделенного диапазона, соответствующих заданному условию.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/countifs.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/countifs.htm index fa69d90eb..c5e236852 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/countifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/countifs.htm @@ -11,7 +11,7 @@
    - +

    Функция COUNTIFS (СЧЁТЕСЛИМН)

    Функция COUNTIFS (СЧЁТЕСЛИМН) - это одна из статистических функций. Она используется для подсчета количества ячеек выделенного диапазона, соответствующих нескольким заданным условиям.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaybs.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaybs.htm index d39332f4e..23059770c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaybs.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaybs.htm @@ -11,7 +11,7 @@
    - +

    Функция COUPDAYBS (ДНЕЙКУПОНДО)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdays.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdays.htm index 43ececfd7..2038d2085 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdays.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdays.htm @@ -11,7 +11,7 @@

    - +

    Функция COUPDAYS (ДНЕЙКУПОН)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaysnc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaysnc.htm index adfd46a63..1c17d572b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaysnc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaysnc.htm @@ -11,7 +11,7 @@

    - +

    Функция COUPDAYSNC (ДНЕЙКУПОНПОСЛЕ)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupncd.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupncd.htm index 5f90704c5..28002ec73 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupncd.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupncd.htm @@ -11,7 +11,7 @@

    - +

    Функция COUPNCD (ДАТАКУПОНПОСЛЕ)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupnum.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupnum.htm index 561a13527..6aa97f90c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupnum.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupnum.htm @@ -11,7 +11,7 @@

    - +

    Функция COUPNUM (ЧИСЛКУПОН)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/couppcd.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/couppcd.htm index e9f1ac8b7..f76d51fd1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/couppcd.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/couppcd.htm @@ -11,7 +11,7 @@

    - +

    Функция COUPPCD (ДАТАКУПОНДО)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/covar.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/covar.htm index 4c49f8385..f0c3f91ae 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/covar.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/covar.htm @@ -11,7 +11,7 @@

    - +

    Функция COVAR (КОВАР)

    Функция COVAR - это одна из статистических функций. Она возвращает ковариацию в двух диапазонах данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-p.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-p.htm index cba922d28..dca0b2830 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-p.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-p.htm @@ -11,7 +11,7 @@
    - +

    Функция COVARIANCE.P (КОВАРИАЦИЯ.Г)

    Функция COVARIANCE.P - это одна из статистических функций. Возвращает ковариацию совокупности, то есть среднее произведений отклонений для каждой пары точек в двух наборах данных. Ковариация используется для определения связи между двумя наборами данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-s.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-s.htm index ea2ef8389..c323ac5a4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-s.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-s.htm @@ -11,7 +11,7 @@
    - +

    Функция COVARIANCE.S (КОВАРИАЦИЯ.В)

    Функция COVARIANCE.S - это одна из статистических функций. Возвращает ковариацию выборки, т. е. среднее произведений отклонений для каждой пары точек в двух наборах данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/critbinom.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/critbinom.htm index 8c5c5421e..f464d3ece 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/critbinom.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/critbinom.htm @@ -11,7 +11,7 @@
    - +

    Функция CRITBINOM (КРИТБИНОМ)

    Функция CRITBINOM - это одна из статистических функций. Возвращает наименьшее значение, для которого интегральное биномиальное распределение больше или равно заданному условию.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/csc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/csc.htm index 8931fe04b..c94e100fc 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/csc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/csc.htm @@ -11,7 +11,7 @@
    - +

    Функция CSC

    Функция CSC - это одна из математических и тригонометрических функций. Она возвращает косеканс заданного угла в радианах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/csch.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/csch.htm index 14dd236f7..e8bf0780d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/csch.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/csch.htm @@ -11,7 +11,7 @@
    - +

    Функция CSCH

    Функция CSCH - это одна из математических и тригонометрических функций. Она возвращает гиперболический косеканс заданного угла в радианах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumipmt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumipmt.htm index 8117ab51e..8519f53a4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumipmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumipmt.htm @@ -11,7 +11,7 @@
    - +

    Функция CUMIPMT (ОБЩПЛАТ)

    Функция CUMIPMT - это одна из финансовых функций. Используется для вычисления общего размера процентых выплат по инвестиции между двумя периодами времени исходя из указанной процентной ставки и постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumprinc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumprinc.htm index 0b05362d1..eeb046633 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumprinc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumprinc.htm @@ -11,7 +11,7 @@
    - +

    Функция CUMPRINC (ОБЩДОХОД)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/date.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/date.htm index 7b369d57a..2a2f91705 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/date.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/date.htm @@ -11,7 +11,7 @@
    - +

    Функция DATE (ДАТА)

    Функция DATE - это одна из функций даты и времени. Используется для добавления дат в стандартном формате ММ/дд/гггг.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/datedif.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/datedif.htm index eeda98f0a..9067d8c38 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/datedif.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/datedif.htm @@ -11,7 +11,7 @@
    - +

    Функция DATEDIF (РАЗНДАТ)

    Функция DATEDIF - это одна из функций даты и времени. Возвращает разницу между двумя датами (начальной и конечной) согласно заданному интервалу (единице).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/datevalue.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/datevalue.htm index 38d6977eb..d8823d83e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/datevalue.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/datevalue.htm @@ -11,7 +11,7 @@
    - +

    Функция DATEVALUE (ДАТАЗНАЧ)

    Функция DATEVALUE - это одна из функций даты и времени. Возвращает порядковый номер заданной даты.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/daverage.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/daverage.htm index 98403b184..6176af472 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/daverage.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/daverage.htm @@ -11,7 +11,7 @@
    - +

    Функция DAVERAGE (ДСРЗНАЧ)

    Функция DAVERAGE - это одна из функций для работы с базами данных. Усредняет значения в поле (столбце) записей списка или базы данных, удовлетворяющие заданным условиям.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/day.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/day.htm index 6fb26e011..c105ca141 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/day.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/day.htm @@ -11,7 +11,7 @@
    - +

    Функция DAY (ДЕНЬ)

    Функция DAY - это одна из функций даты и времени. Возвращает день (число от 1 до 31), соответствующий дате, заданной в числовом формате (MM/дд/гггг по умолчанию).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/days.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/days.htm index d257f6e65..06acb9bb3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/days.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/days.htm @@ -11,7 +11,7 @@
    - +

    Функция DAYS (ДНИ)

    Функция DAYS - это одна из функций даты и времени. Возвращает количество дней между двумя датами.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/days360.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/days360.htm index 3eaf24b0f..911320c18 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/days360.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/days360.htm @@ -11,7 +11,7 @@
    - +

    Функция DAYS360 (ДНЕЙ360)

    Функция DAYS360 - это одна из функций даты и времени. Возвращает количество дней между двумя датами (начальной и конечной) на основе 360-дневного года с использованием одного из методов вычислений (американского или европейского).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/db.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/db.htm index bf1eb7587..0bd379175 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/db.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/db.htm @@ -11,7 +11,7 @@
    - +

    Функция DB (ФУО)

    Функция DB - это одна из финансовых функций. Используется для вычисления величины амортизации имущества за указанный отчетный период методом фиксированного убывающего остатка.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcount.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcount.htm index ef09a4a4e..8341fc2e3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcount.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcount.htm @@ -11,7 +11,7 @@
    - +

    Функция DCOUNT (БСЧЁТ)

    Функция DCOUNT - это одна из функций для работы с базами данных. Подсчитывает количество ячеек в поле (столбце) записей списка или базы данных, которые содержат числа, удовлетворяющие заданным условиям.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcounta.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcounta.htm index 54be2c98c..a223f479d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcounta.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcounta.htm @@ -11,7 +11,7 @@
    - +

    Функция DCOUNTA (БСЧЁТА)

    Функция DCOUNTA - это одна из функций для работы с базами данных. Подсчитывает непустые ячейки (логические значения и текст тоже учитываются) в поле (столбце) записей списка или базы данных, которые удовлетворяют заданным условиям.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ddb.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ddb.htm index 56752a89c..228070e51 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ddb.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ddb.htm @@ -11,7 +11,7 @@
    - +

    Функция DDB (ДДОБ)

    Функция DDB - это одна из финансовых функций. Используется для вычисления величины амортизации имущества за указанный отчетный период методом двойного убывающего остатка.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2bin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2bin.htm index ebbe1b1b7..c6b617058 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2bin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2bin.htm @@ -11,7 +11,7 @@
    - +

    Функция DEC2BIN (ДЕС.В.ДВ)

    Функция DEC2BIN - это одна из инженерных функций. Преобразует десятичное число в двоичное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2hex.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2hex.htm index 88b82a37a..b9cac43d6 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2hex.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2hex.htm @@ -11,7 +11,7 @@
    - +

    Функция DEC2HEX (ДЕС.В.ШЕСТН)

    Функция DEC2HEX - это одна из инженерных функций. Преобразует десятичное число в шестнадцатеричное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2oct.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2oct.htm index 6744077eb..9d118e739 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2oct.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2oct.htm @@ -11,7 +11,7 @@
    - +

    Функция DEC2OCT (ДЕС.В.ВОСЬМ)

    Функция DEC2OCT - это одна из инженерных функций. Преобразует десятичное число в восьмеричное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/decimal.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/decimal.htm index 2ba195024..7afcb89e8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/decimal.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/decimal.htm @@ -11,7 +11,7 @@
    - +

    Функция DECIMAL (ДЕС)

    Функция DECIMAL - это одна из математических и тригонометрических функций. Преобразует текстовое представление числа с указанным основанием в десятичное число.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/degrees.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/degrees.htm index 739d163d9..711c3a21c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/degrees.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/degrees.htm @@ -11,7 +11,7 @@
    - +

    Функция DEGREES (ГРАДУСЫ)

    Функция DEGREES - это одна из математических и тригонометрических функций. Она преобразует радианы в градусы.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/delta.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/delta.htm index e51659d7d..914a12499 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/delta.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/delta.htm @@ -11,7 +11,7 @@
    - +

    Функция DELTA (ДЕЛЬТА)

    Функция DELTA - это одна из инженерных функций. Используется для проверки равенства двух чисел. Функция возвращает 1, если числа равны, в противном случае возвращает 0.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/devsq.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/devsq.htm index 843cf5a10..1ce8f0443 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/devsq.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/devsq.htm @@ -11,7 +11,7 @@
    - +

    Функция DEVSQ (КВАДРОТКЛ)

    Функция DEVSQ - это одна из статистических функций. Она используется для анализа диапазона ячеек и возвращает сумму квадратов отклонений чисел от их среднего значения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dget.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dget.htm index 48599ea84..922a6a217 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dget.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dget.htm @@ -11,7 +11,7 @@
    - +

    Функция DGET (БИЗВЛЕЧЬ)

    Функция DGET - это одна из функций для работы с базами данных. Извлекает из столбца списка или базы данных одно значение, удовлетворяющее заданным условиям.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/disc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/disc.htm index b76113b96..9e7525f1c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/disc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/disc.htm @@ -11,7 +11,7 @@
    - +

    Функция DISC (СКИДКА)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmax.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmax.htm index 01012bec5..b7f0d490b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmax.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmax.htm @@ -11,7 +11,7 @@

    - +

    Функция DMAX (ДМАКС)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmin.htm index 6ac052bc7..2144ddf26 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmin.htm @@ -11,7 +11,7 @@
    - +

    Функция DMIN (ДМИН)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollar.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollar.htm index 42554cb5b..30df259f6 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollar.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollar.htm @@ -11,7 +11,7 @@
    - +

    Функция DOLLAR (РУБЛЬ)

    Функция DOLLAR - это одна из функций для работы с текстом и данными. Преобразует число в текст, используя денежный формат $#.##.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarde.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarde.htm index 252f2c715..b8e245afa 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarde.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarde.htm @@ -11,7 +11,7 @@
    - +

    Функция DOLLARDE (РУБЛЬ.ДЕС)

    Функция DOLLARDE - это одна из финансовых функций. Преобразует цену в долларах, представленную в виде дроби, в цену в долларах, выраженную десятичным числом.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarfr.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarfr.htm index db37fd5cd..ef7fed7f3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarfr.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarfr.htm @@ -11,7 +11,7 @@
    - +

    Функция DOLLARFR (РУБЛЬ.ДРОБЬ)

    Функция DOLLARFR - это одна из финансовых функций. Преобразует цену в долларах, представленную десятичным числом, в цену в долларах, выраженную в виде дроби.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dproduct.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dproduct.htm index a7ef5dbd0..41569ec0f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dproduct.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dproduct.htm @@ -11,7 +11,7 @@
    - +

    Функция DPRODUCT (БДПРОИЗВЕД)

    Функция DPRODUCT - это одна из функций для работы с базами данных. Перемножает значения в поле (столбце) записей списка или базы данных, которые удовлетворяют заданным условиям.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdev.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdev.htm index 9674568ad..86359081a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdev.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdev.htm @@ -11,7 +11,7 @@
    - +

    Функция DSTDEV (ДСТАНДОТКЛ)

    Функция DSTDEV - это одна из функций для работы с базами данных. Оценивает стандартное отклонение на основе выборки из генеральной совокупности, используя числа в поле (столбце) записей списка или базы данных, которые удовлетворяют заданным условиям.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdevp.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdevp.htm index 70a8817a5..413ed48ee 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdevp.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdevp.htm @@ -11,7 +11,7 @@
    - +

    Функция DSTDEVP (ДСТАНДОТКЛП)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dsum.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dsum.htm index 026b0a8bd..3ca6cba07 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dsum.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dsum.htm @@ -11,7 +11,7 @@
    - +

    Функция DSUM (БДСУММ)

    Функция DSUM - это одна из функций для работы с базами данных. Суммирует числа в поле (столбце) записей списка или базы данных, которые удовлетворяют заданным условиям.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/duration.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/duration.htm index da265ad95..d017b47d7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/duration.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/duration.htm @@ -11,7 +11,7 @@
    - +

    Функция DURATION (ДЛИТ)

    Функция DURATION - это одна из финансовых функций. Используется для вычисления продолжительности Маколея (взвешенного среднего срока погашения) для ценной бумаги с предполагаемой номинальной стоимостью 100 рублей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvar.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvar.htm index 60834ce59..9c14c822b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvar.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvar.htm @@ -11,7 +11,7 @@
    - +

    Функция DVAR (БДДИСП)

    Функция DVAR - это одна из функций для работы с базами данных. Оценивает дисперсию генеральной совокупности по выборке, используя отвечающие соответствующие заданным условиям числа в поле (столбце) записей списка или базы данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvarp.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvarp.htm index d0971c773..12e9f440d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvarp.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvarp.htm @@ -11,7 +11,7 @@
    - +

    Функция DVARP (БДДИСПП)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ecma-ceiling.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ecma-ceiling.htm index c4178d3f2..f76d1b14f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ecma-ceiling.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ecma-ceiling.htm @@ -11,7 +11,7 @@
    - +

    Функция ECMA.CEILING (ECMA.ОКРВВЕРХ)

    Функция ECMA.CEILING - это одна из математических и тригонометрических функций. Используется, чтобы округлить число в большую сторону до ближайшего числа, кратного заданной значимости. Отрицательные числа округляются в сторону нуля.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/edate.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/edate.htm index a242d53e9..9b140bb79 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/edate.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/edate.htm @@ -11,7 +11,7 @@
    - +

    Функция EDATE (ДАТАМЕС)

    Функция EDATE - это одна из функций даты и времени. Возвращает порядковый номер даты, которая идет на заданное число месяцев (month-offset) до или после заданной даты (start-date).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/effect.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/effect.htm index 3b2386856..8e913e85a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/effect.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/effect.htm @@ -11,7 +11,7 @@
    - +

    Функция EFFECT (ЭФФЕКТ)

    Функция EFFECT - это одна из финансовых функций. Используется для вычисления эффективной (фактической) годовой процентной ставки по ценной бумаге diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/eomonth.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/eomonth.htm index a17b51b27..3646d32ed 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/eomonth.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/eomonth.htm @@ -11,7 +11,7 @@

    - +

    Функция EOMONTH (КОНМЕСЯЦА)

    Функция EOMONTH - это одна из функций даты и времени. Возвращает порядковый номер последнего дня месяца, который идет на заданное число месяцев до или после заданной начальной даты.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf-precise.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf-precise.htm index 06966d8da..1dfa5b3e5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf-precise.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf-precise.htm @@ -11,7 +11,7 @@
    - +

    Функция ERF.PRECISE (ФОШ.ТОЧН)

    Функция ERF.PRECISE - это одна из инженерных функций. Возвращает функцию ошибки, проинтегрированную в пределах от 0 до заданного нижнего предела.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf.htm index fdc618884..c489384be 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf.htm @@ -11,7 +11,7 @@
    - +

    Функция ERF (ФОШ)

    Функция ERF - это одна из инженерных функций. Используется для расчета значения функции ошибки, проинтегрированного в интервале от заданного нижнего до заданного верхнего предела.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc-precise.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc-precise.htm index 93512ba30..773a4a988 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc-precise.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc-precise.htm @@ -11,7 +11,7 @@
    - +

    Функция ERFC.PRECISE (ДФОШ.ТОЧН)

    Функция ERFC.PRECISE - это одна из инженерных функций. Возвращает дополнительную функцию ФОШ, проинтегрированную в пределах от заданного нижнего предела до бесконечности.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc.htm index 39c942d0b..600f2e5de 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc.htm @@ -11,7 +11,7 @@
    - +

    Функция ERFC (ДФОШ)

    Функция ERFC - это одна из инженерных функций. Используется для расчета значения дополнительной функции ошибки, проинтегрированного в интервале от заданного нижнего предела до бесконечности.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/error.type.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/error.type.htm index 8480c5d4b..721d711fa 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/error.type.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/error.type.htm @@ -11,7 +11,7 @@
    - +

    Функция ERROR.TYPE (ТИП.ОШИБКИ)

    Функция ERROR.TYPE - это одна из информационных функций. Она возвращает числовое представление одной из существующих ошибок.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/even.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/even.htm index 65f43d7a4..ac7816ab5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/even.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/even.htm @@ -11,7 +11,7 @@
    - +

    Функция EVEN (ЧЁТН)

    Функция EVEN - это одна из математических и тригонометрических функций. Используется, чтобы округлить число до ближайшего четного целого числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/exact.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/exact.htm index 3aacba7af..8965891ae 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/exact.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/exact.htm @@ -11,7 +11,7 @@
    - +

    Функция EXACT (СОВПАД)

    Функция EXACT - это одна из функций для работы с текстом и данными. Она используется для сравнения данных в двух ячейках. Функция возвращает значение TRUE (ИСТИНА), если данные совпадают, и FALSE (ЛОЖЬ), если нет.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/exp.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/exp.htm index 5c0ece9a3..63cf8d061 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/exp.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/exp.htm @@ -11,7 +11,7 @@
    - +

    Функция EXP

    Функция EXP - это одна из математических и тригонометрических функций. Она возвращает значение константы e, возведенной в заданную степень. Константа e равна 2,71828182845904.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/expon-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/expon-dist.htm index 4055d60b4..fc142562f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/expon-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/expon-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция EXPON.DIST (ЭКСП.РАСП)

    Функция EXPON.DIST - это одна из статистических функций. Возвращает экспоненциальное распределение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/expondist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/expondist.htm index e0f91bb23..5704a6b48 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/expondist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/expondist.htm @@ -11,7 +11,7 @@
    - +

    Функция EXPONDIST (ЭКСПРАСП)

    Функция EXPONDIST - это одна из статистических функций. Возвращает экспоненциальное распределение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist-rt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist-rt.htm index 48c11ae9b..f00c9ed21 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist-rt.htm @@ -11,7 +11,7 @@
    - +

    Функция F.DIST.RT (F.РАСП.ПХ)

    Функция F.DIST.RT - это одна из статистических функций. Возвращает правый хвост F-распределения вероятности для двух наборов данных. Эта функция позволяет определить, имеют ли два множества данных различные степени разброса результатов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist.htm index a3e952b7d..f8f01ad2b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция F.DIST (F.РАСП)

    Функция F.DIST - это одна из статистических функций. Возвращает F-распределение вероятности. Эта функция позволяет определить, имеют ли два множества данных различные степени разброса результатов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv-rt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv-rt.htm index 2a3ba8309..43a2121b9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv-rt.htm @@ -11,7 +11,7 @@
    - +

    Функция F.INV.RT (F.ОБР.ПХ)

    Функция F.INV.RT - это одна из статистических функций. Возвращает значение, обратное F-распределению вероятности. F-распределение может использоваться в F-тесте, который сравнивает степени разброса двух наборов данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv.htm index f2c5f72cf..9d6a16e54 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция F.INV (F.ОБР)

    Функция F.INV - это одна из статистических функций. Возвращает значение, обратное F-распределению вероятности. F-распределение может использоваться в F-тесте, который сравнивает степени разброса двух наборов данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fact.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fact.htm index 71ece44a6..415b91105 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fact.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fact.htm @@ -11,7 +11,7 @@
    - +

    Функция FACT (ФАКТР)

    Функция FACT - это одна из математических и тригонометрических функций. Она возвращает факториал числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/factdouble.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/factdouble.htm index ee508db71..1a28f1ba1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/factdouble.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/factdouble.htm @@ -11,7 +11,7 @@
    - +

    Функция FACTDOUBLE (ДВФАКТР)

    Функция FACTDOUBLE - это одна из математических и тригонометрических функций. Она возвращает двойной факториал числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/false.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/false.htm index 83610d5f0..ae5e7f450 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/false.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/false.htm @@ -11,7 +11,7 @@
    - +

    Функция FALSE (ЛОЖЬ)

    Функция FALSE - это одна из логических функций. Функция возвращает значение FALSE (ЛОЖЬ) и не требует аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fdist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fdist.htm index ca4c30b51..348509e1b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fdist.htm @@ -11,7 +11,7 @@
    - +

    Функция FDIST (FРАСП)

    Функция FDIST - это одна из статистических функций. Возвращает правый хвост F-распределения вероятности для двух наборов данных. Эта функция позволяет определить, имеют ли два множества данных различные степени разброса результатов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/find.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/find.htm index 971751375..4b6a958e5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/find.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/find.htm @@ -11,7 +11,7 @@
    - +

    Функция FIND/FINDB (НАЙТИ/НАЙТИБ)

    Функция FIND/FINDB - это одна из функций для работы с текстом и данными. Используется для поиска заданной подстроки (string-1) внутри строки (string-2). Функция FIND предназначена для языков, использующих однобайтовую кодировку (SBCS), в то время как FINDB - для языков, использующих двухбайтовую кодировку (DBCS), таких как японский, китайский, корейский и т.д.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/finv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/finv.htm index dc493d0d7..aec795106 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/finv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/finv.htm @@ -11,7 +11,7 @@
    - +

    Функция FINV (FРАСПОБР)

    Функция FINV - это одна из статистических функций. Возвращает значение, обратное (правостороннему) F-распределению вероятностей. F-распределение может использоваться в F-тесте, который сравнивает степени разброса двух множеств данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisher.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisher.htm index ed1612743..632f9fb5f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisher.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisher.htm @@ -11,7 +11,7 @@
    - +

    Функция FISHER (ФИШЕР)

    Функция FISHER - это одна из статистических функций. Возвращает преобразование Фишера для числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisherinv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisherinv.htm index 8fe110327..1d313208c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisherinv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisherinv.htm @@ -11,7 +11,7 @@
    - +

    Функция FISHERINV (ФИШЕРОБР)

    Функция FISHERINV - это одна из статистических функций. Выполняет обратное преобразование Фишера.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fixed.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fixed.htm index d28060960..5f5b9b717 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fixed.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fixed.htm @@ -11,7 +11,7 @@
    - +

    Функция FIXED (ФИКСИРОВАННЫЙ)

    Функция FIXED - это одна из функций для работы с текстом и данными. Возвращает текстовое представление числа, округленного до заданного количества десятичных знаков.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/floor.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/floor.htm index 024b6a143..5e16720c0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/floor.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/floor.htm @@ -11,7 +11,7 @@
    - +

    Функция FLOOR (ОКРВНИЗ)

    Функция FLOOR - это одна из математических и тригонометрических функций. Используется, чтобы округлить число в меньшую сторону до ближайшего числа, кратного заданной значимости.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/floormath.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/floormath.htm index f0d130a27..257845477 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/floormath.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/floormath.htm @@ -11,7 +11,7 @@
    - +

    Функция FLOOR.MATH (ОКРВНИЗ.МАТ)

    Функция FLOOR.MATH - это одна из математических и тригонометрических функций. Используется, чтобы округлить число в меньшую сторону до ближайшего целого или до ближайшего числа, кратного заданной значимости.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/floorprecise.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/floorprecise.htm index 99a1022c0..ed69bcd4c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/floorprecise.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/floorprecise.htm @@ -11,7 +11,7 @@
    - +

    Функция FLOOR.PRECISE (ОКРВНИЗ.ТОЧН)

    Функция FLOOR.PRECISE - это одна из математических и тригонометрических функций. Возвращает число, округленное с недостатком до ближайшего целого или до ближайшего числа, кратного заданной значимости. Число всегда округляется с недостатком вне зависимости от его знака.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-linear.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-linear.htm index b06f7a10a..5b0668970 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-linear.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-linear.htm @@ -11,7 +11,7 @@
    - +

    Функция FORECAST.LINEAR (ПРЕДСКАЗ.ЛИНЕЙН)

    Функция FORECAST.LINEAR - это одна из статистических функций. Вычисляет или предсказывает будущее значение по существующим значениям. Предсказываемое значение - это значение y, соответствующее заданному значению x. Значения x и y известны; новое значение предсказывается с использованием линейной регрессии.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast.htm index d8ec68d45..956de9bf7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast.htm @@ -11,7 +11,7 @@
    - +

    Функция FORECAST (ПРОГНОЗ)

    Функция FORECAST - это одна из статистических функций. Предсказывает будущее значение на основе существующих значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/frequency.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/frequency.htm index 2a9ea25d2..cc6f119e7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/frequency.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/frequency.htm @@ -11,7 +11,7 @@
    - +

    Функция FREQUENCY (ЧАСТОТА)

    Функция FREQUENCY - это одна из статистических функций. Вычисляет частоту появления значений в выбранном диапазоне ячеек и отображает первое значение возвращаемого вертикального массива чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fv.htm index b18e9673b..19da9259d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fv.htm @@ -11,7 +11,7 @@
    - +

    Функция FV (БС)

    Функция FV - это одна из финансовых функций. Вычисляет будущую стоимость инвестиции исходя из заданной процентной ставки и постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fvschedule.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fvschedule.htm index 98496f875..50a3bb0ff 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/fvschedule.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/fvschedule.htm @@ -11,7 +11,7 @@
    - +

    Функция FVSCHEDULE (БЗРАСПИС)

    Функция FVSCHEDULE - это одна из финансовых функций. Используется для вычисления будущей стоимости инвестиций на основании ряда непостоянных процентных ставок.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-dist.htm index 1c2791648..7b2b57905 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция GAMMA.DIST (ГАММА.РАСП)

    Функция GAMMA.DIST - это одна из статистических функций. Возвращает гамма-распределение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-inv.htm index e51347080..91c5054df 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция GAMMA.INV (ГАММА.ОБР)

    Функция GAMMA.INV - это одна из статистических функций. Возвращает значение, обратное гамма-распределению.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma.htm index 9f08dedd7..6855c6182 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma.htm @@ -11,7 +11,7 @@
    - +

    Функция GAMMA (ГАММА)

    Функция GAMMA - это одна из статистических функций. Возвращает значение гамма-функции.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammadist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammadist.htm index 9bb23d363..ba35a1fda 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammadist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammadist.htm @@ -11,7 +11,7 @@
    - +

    Функция GAMMADIST (ГАММАРАСП)

    Функция GAMMADIST - это одна из статистических функций. Возвращает гамма-распределение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammainv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammainv.htm index 7128fb743..824a8fc03 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammainv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammainv.htm @@ -11,7 +11,7 @@
    - +

    Функция GAMMAINV (ГАММАОБР)

    Функция GAMMAINV - это одна из статистических функций. Возвращает значение, обратное гамма-распределению.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln-precise.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln-precise.htm index e1287db9a..9f88f95f3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln-precise.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln-precise.htm @@ -11,7 +11,7 @@
    - +

    Функция GAMMALN.PRECISE (ГАММАНЛОГ.ТОЧН)

    Функция GAMMALN.PRECISE - это одна из статистических функций. Возвращает натуральный логарифм гамма-функции.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln.htm index 03416b722..c148fcef1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln.htm @@ -11,7 +11,7 @@
    - +

    Функция GAMMALN (ГАММАНЛОГ)

    Функция GAMMALN - это одна из статистических функций. Возвращает натуральный логарифм гамма-функции.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gauss.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gauss.htm index 39e14bbf1..be75ff004 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gauss.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gauss.htm @@ -11,7 +11,7 @@
    - +

    Функция GAUSS (ГАУСС)

    Функция GAUSS - это одна из статистических функций. Рассчитывает вероятность, с которой элемент стандартной нормальной совокупности находится в интервале между средним и стандартным отклонением z от среднего.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gcd.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gcd.htm index 54a1a24bc..33f6f3229 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gcd.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gcd.htm @@ -11,7 +11,7 @@
    - +

    Функция GCD (НОД)

    Функция GCD - это одна из математических и тригонометрических функций. Она возвращает наибольший общий делитель для двух и более чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/geomean.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/geomean.htm index 4e08b4c3a..1cceb3442 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/geomean.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/geomean.htm @@ -11,7 +11,7 @@
    - +

    Функция GEOMEAN (СРГЕОМ)

    Функция GEOMEAN - это одна из статистических функций. Вычисляет среднее геометрическое для списка значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gestep.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gestep.htm index fe172a679..7bc7d45e6 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/gestep.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/gestep.htm @@ -11,7 +11,7 @@
    - +

    Функция GESTEP (ПОРОГ)

    Функция GESTEP - это одна из инженерных функций. Используется для проверки того, превышает ли какое-то число пороговое значение. Функция возвращает 1, если число больше или равно пороговому значению, в противном случае возвращает 0.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/harmean.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/harmean.htm index a1fbd8543..a7ee6a24f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/harmean.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/harmean.htm @@ -11,7 +11,7 @@
    - +

    Функция HARMEAN (СРГАРМ)

    Функция HARMEAN - это одна из статистических функций. Вычисляет среднее гармоническое для списка значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2bin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2bin.htm index 19a1253b2..53627de0b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2bin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2bin.htm @@ -11,7 +11,7 @@
    - +

    Функция HEX2BIN (ШЕСТН.В.ДВ)

    Функция HEX2BIN - это одна из инженерных функций. Преобразует шестнадцатеричное число в двоичное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2dec.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2dec.htm index 06a107398..5f3f7052e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2dec.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2dec.htm @@ -11,7 +11,7 @@
    - +

    Функция HEX2DEC (ШЕСТН.В.ДЕС)

    Функция HEX2DEC - это одна из инженерных функций. Преобразует шестнадцатеричное число в десятичное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2oct.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2oct.htm index bb2e87b07..132050356 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2oct.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2oct.htm @@ -11,7 +11,7 @@
    - +

    Функция HEX2OCT (ШЕСТН.В.ВОСЬМ)

    Функция HEX2OCT - это одна из инженерных функций. Преобразует шестнадцатеричное число в восьмеричное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hlookup.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hlookup.htm index 6436b0258..e55a830c8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hlookup.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hlookup.htm @@ -11,7 +11,7 @@
    - +

    Функция HLOOKUP (ГПР)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hour.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hour.htm index 6351d7c44..ff1aa9010 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hour.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hour.htm @@ -11,7 +11,7 @@
    - +

    Функция HOUR (ЧАС)

    Функция HOUR - это одна из функций даты и времени. Возвращает количество часов (число от 0 до 23), соответствующее заданному значению времени.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hypgeomdist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hypgeomdist.htm index c233f1858..f3cb98182 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/hypgeomdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/hypgeomdist.htm @@ -11,7 +11,7 @@
    - +

    Функция HYPGEOMDIST (ГИПЕРГЕОМЕТ)

    Функция HYPGEOMDIST - это одна из статистических функций. Возвращает гипергеометрическое распределение, вероятность заданного количества успехов в выборке, если заданы размер выборки, количество успехов в генеральной совокупности и размер генеральной совокупности.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/if.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/if.htm index 514502198..c6f45d4d9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/if.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/if.htm @@ -11,7 +11,7 @@
    - +

    Функция IF (ЕСЛИ)

    Функция IF - это одна из логических функций. Используется для проверки логического выражения и возвращает одно значение, если проверяемое условие имеет значение TRUE (ИСТИНА), и другое, если оно имеет значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/iferror.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/iferror.htm index 1b60bf4e3..02d08cd2b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/iferror.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/iferror.htm @@ -11,7 +11,7 @@
    - +

    Функция IFERROR (ЕСЛИОШИБКА)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ifna.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ifna.htm index 693f9fe16..72c315250 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ifna.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ifna.htm @@ -11,7 +11,7 @@
    - +

    Функция IFNA (ЕСНД)

    Функция IFNA - это одна из логических функций. Используется для проверки формулы на наличие ошибок в первом аргументе. Функция возвращает указанное вами значение, если формула возвращает значение ошибки #Н/Д; в ином случае возвращает результат формулы.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imabs.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imabs.htm index e35cf524e..03dd0c574 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imabs.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imabs.htm @@ -11,7 +11,7 @@
    - +

    Функция IMABS (МНИМ.ABS)

    Функция IMABS - это одна из инженерных функций. Возвращает абсолютное значение комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imaginary.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imaginary.htm index ce27181bf..85a2850e2 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imaginary.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imaginary.htm @@ -11,7 +11,7 @@
    - +

    Функция IMAGINARY (МНИМ.ЧАСТЬ)

    Функция IMAGINARY - это одна из инженерных функций. Возвращает мнимую часть заданного комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imargument.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imargument.htm index cff87f6e7..49e5420ba 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imargument.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imargument.htm @@ -11,7 +11,7 @@
    - +

    Функция IMARGUMENT (МНИМ.АРГУМЕНТ)

    Функция IMARGUMENT - это одна из инженерных функций. Возвращает значение аргумента Тета, то есть угол в радианах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imconjugate.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imconjugate.htm index 21bb8cf98..0b4228b62 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imconjugate.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imconjugate.htm @@ -11,7 +11,7 @@
    - +

    Функция IMCONJUGATE (МНИМ.СОПРЯЖ)

    Функция IMCONJUGATE - это одна из инженерных функций. Возвращает комплексно-сопряженное значение комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcos.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcos.htm index d2460a0d0..9a382494b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcos.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcos.htm @@ -11,7 +11,7 @@
    - +

    Функция IMCOS (МНИМ.COS)

    Функция IMCOS - это одна из инженерных функций. Возвращает косинус комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcosh.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcosh.htm index 58e1da5d9..677ab810d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcosh.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcosh.htm @@ -11,7 +11,7 @@
    - +

    Функция IMCOSH (МНИМ.COSH)

    Функция IMCOSH - это одна из инженерных функций. Возвращает гиперболический косинус комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcot.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcot.htm index 5754798cc..27d5acf70 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcot.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcot.htm @@ -11,7 +11,7 @@
    - +

    Функция IMCOT (МНИМ.COT)

    Функция IMCOT - это одна из инженерных функций. Возвращает котангенс комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsc.htm index df53b03a5..72d22f0bb 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsc.htm @@ -11,7 +11,7 @@
    - +

    Функция IMCSC (МНИМ.CSC)

    Функция IMCSC - это одна из инженерных функций. Возвращает косеканс комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsch.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsch.htm index d4401556a..4660e265b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsch.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsch.htm @@ -11,7 +11,7 @@
    - +

    Функция IMCSCH (МНИМ.CSCH)

    Функция IMCSCH - это одна из инженерных функций. Возвращает гиперболический косеканс комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imdiv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imdiv.htm index 18789f2b7..1368fee68 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imdiv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imdiv.htm @@ -11,7 +11,7 @@
    - +

    Функция IMDIV (МНИМ.ДЕЛ)

    Функция IMDIV - это одна из инженерных функций. Возвращает частное от деления двух комплексных чисел, представленных в формате x + yi или x + yj.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imexp.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imexp.htm index d7ef0e7af..b91d1afb3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imexp.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imexp.htm @@ -11,7 +11,7 @@
    - +

    Функция IMEXP (МНИМ.EXP)

    Функция IMEXP - это одна из инженерных функций. Возвращает экспоненту комплексного числа (значение константы e, возведенной в степень, заданную комплексным числом). Константа e равна 2,71828182845904.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imln.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imln.htm index 76ac9b5cc..e416cb8ec 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imln.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imln.htm @@ -11,7 +11,7 @@
    - +

    Функция IMLN (МНИМ.LN)

    Функция IMLN - это одна из инженерных функций. Возвращает натуральный логарифм комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog10.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog10.htm index 5aa847217..5d6f32b01 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog10.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog10.htm @@ -11,7 +11,7 @@
    - +

    Функция IMLOG10 (МНИМ.LOG10)

    Функция IMLOG10 - это одна из инженерных функций. Возвращает десятичный логарифм комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog2.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog2.htm index 1d365d775..8985033b3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog2.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog2.htm @@ -11,7 +11,7 @@
    - +

    Функция IMLOG2 (МНИМ.LOG2)

    Функция IMLOG2 - это одна из инженерных функций. Возвращает двоичный логарифм комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/impower.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/impower.htm index 82a8698ce..494d90959 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/impower.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/impower.htm @@ -11,7 +11,7 @@
    - +

    Функция IMPOWER (МНИМ.СТЕПЕНЬ)

    Функция IMPOWER - это одна из инженерных функций. Возвращает комплексное число, возведенное в заданную степень.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/improduct.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/improduct.htm index 91328fb5e..3dfd5837e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/improduct.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/improduct.htm @@ -11,7 +11,7 @@
    - +

    Функция IMPRODUCT (МНИМ.ПРОИЗВЕД)

    Функция IMPRODUCT - это одна из инженерных функций. Возвращает произведение указанных комплексных чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imreal.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imreal.htm index 0f8a8edda..44780b7f0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imreal.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imreal.htm @@ -11,7 +11,7 @@
    - +

    Функция IMREAL (МНИМ.ВЕЩ)

    Функция IMREAL - это одна из инженерных функций. Возвращает действительную часть комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsec.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsec.htm index 5b11f6312..bbda8ebea 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsec.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsec.htm @@ -11,7 +11,7 @@
    - +

    Функция IMSEC (МНИМ.SEC)

    Функция IMSEC - это одна из инженерных функций. Возвращает секанс комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsech.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsech.htm index d91a4d839..d7e580768 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsech.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsech.htm @@ -11,7 +11,7 @@
    - +

    Функция IMSECH (МНИМ.SECH)

    Функция IMSECH - это одна из инженерных функций. Возвращает гиперболический секанс комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsin.htm index d2b7f59b0..ec627de4d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsin.htm @@ -11,7 +11,7 @@
    - +

    Функция IMSIN (МНИМ.SIN)

    Функция IMSIN - это одна из инженерных функций. Возвращает синус комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsinh.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsinh.htm index b83453732..6d8858194 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsinh.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsinh.htm @@ -11,7 +11,7 @@
    - +

    Функция IMSINH (МНИМ.SINH)

    Функция IMSINH - это одна из инженерных функций. Возвращает гиперболический синус комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsqrt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsqrt.htm index 27d0ea4f5..c1c6ffba1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsqrt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsqrt.htm @@ -11,7 +11,7 @@
    - +

    Функция IMSQRT (МНИМ.КОРЕНЬ)

    Функция IMSQRT - это одна из инженерных функций. Возвращает значение квадратного корня из комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsub.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsub.htm index e9f90c554..751011943 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsub.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsub.htm @@ -11,7 +11,7 @@
    - +

    Функция IMSUB (МНИМ.РАЗН)

    Функция IMSUB - это одна из инженерных функций. Возвращает разность двух комплексных чисел, представленных в формате x + yi или x + yj.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsum.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsum.htm index 497b488af..3a1979341 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsum.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsum.htm @@ -11,7 +11,7 @@
    - +

    Функция IMSUM (МНИМ.СУММ)

    Функция IMSUM - это одна из инженерных функций. Возвращает сумму двух комплексных чисел, представленных в формате x + yi или x + yj.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imtan.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imtan.htm index 5d0bb6540..048e90e88 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/imtan.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/imtan.htm @@ -11,7 +11,7 @@
    - +

    Функция IMTAN (МНИМ.TAN)

    Функция IMTAN - это одна из инженерных функций. Возвращает тангенс комплексного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/index.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/index.htm index 01baa3998..c181549fc 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/index.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/index.htm @@ -11,7 +11,7 @@
    - +

    Функция INDEX (ИНДЕКС)

    Функция INDEX - это одна из поисковых функций. Возвращает значение в диапазоне ячеек на основании заданных номера строки и номера столбца. Существуют две формы функции INDEX. diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/indirect.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/indirect.htm index b7079610b..f1021acda 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/indirect.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/indirect.htm @@ -11,7 +11,7 @@

    - +

    Функция INDIRECT (ДВССЫЛ)

    Функция INDIRECT это одна из поисковых функций. Она возвращает ссылку на ячейку, указанную с помощью текстовой строки.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/int.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/int.htm index 894fc6208..834e1aded 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/int.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/int.htm @@ -11,7 +11,7 @@
    - +

    Функция INT (ЦЕЛОЕ)

    Функция INT - это одна из математических и тригонометрических функций. Анализирует и возвращает целую часть заданного числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/intercept.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/intercept.htm index 7d3d75d0a..5d198abc7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/intercept.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/intercept.htm @@ -11,7 +11,7 @@
    - +

    Функция INTERCEPT (ОТРЕЗОК)

    Функция INTERCEPT - это одна из статистических функций. Анализирует значения первого и второго массивов для вычисления точки пересечения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/intrate.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/intrate.htm index 07a6d41f6..3dfffc9dd 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/intrate.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/intrate.htm @@ -11,7 +11,7 @@
    - +

    Функция INTRATE (ИНОРМА)

    Функция INTRATE - это одна из финансовых функций. Используется для вычисления ставки доходности по полностью обеспеченной ценной бумаге, проценты по которой уплачиваются только при наступлении срока погашения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ipmt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ipmt.htm index 19b11e521..44f12cf37 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ipmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ipmt.htm @@ -11,7 +11,7 @@
    - +

    Функция IPMT (ПРПЛТ)

    Функция IPMT - это одна из финансовых функций. Используется для вычисления суммы платежей по процентам для инвестиции исходя из указанной процентной ставки и постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/irr.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/irr.htm index c55e67e2a..b63841a97 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/irr.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/irr.htm @@ -11,7 +11,7 @@
    - +

    Функция IRR (ВСД)

    Функция IRR - это одна из финансовых функций. Используется для вычисления внутренней ставки доходности по ряду периодических потоков денежных средств.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isblank.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isblank.htm index 10606b19c..2ab50c938 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isblank.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isblank.htm @@ -11,7 +11,7 @@
    - +

    Функция ISBLANK (ЕПУСТО)

    Функция ISBLANK - это одна из информационных функций. Она проверяет, является ли ячейка пустой. Если ячейка пуста, функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserr.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserr.htm index fa3252150..2935ade57 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserr.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserr.htm @@ -11,7 +11,7 @@
    - +

    Функция ISERR (ЕОШ)

    Функция ISERR - это одна из информационных функций. Она используется для проверки на наличие значения ошибки. Если ячейка содержит значение ошибки (кроме #N/A), функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserror.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserror.htm index 9acc2508c..5990c7412 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserror.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserror.htm @@ -11,7 +11,7 @@
    - +

    Функция ISERROR (ЕОШИБКА)

    Функция ISERROR - это одна из информационных функций. Она используется для проверки на наличие значения ошибки. Если ячейка содержит одно из следующих значений ошибки: #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME? или #NULL, функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/iseven.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/iseven.htm index bb372c5aa..206c40553 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/iseven.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/iseven.htm @@ -11,7 +11,7 @@
    - +

    Функция ISEVEN (ЕЧЁТН)

    Функция ISEVEN - это одна из информационных функций. Она используется для проверки на наличие четного числа. Если ячейка содержит четное число, функция возвращает значение TRUE. Если число является нечетным, она возвращает значение FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isformula.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isformula.htm index 191d0d7ed..993be3cdb 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isformula.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isformula.htm @@ -11,7 +11,7 @@
    - +

    Функция ISFORMULA (ЕФОРМУЛА)

    Функция ISFORMULA - это одна из информационных функций. Проверяет, имеется ли ссылка на ячейку с формулой. Если ячейка содержит формулу, функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ)

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/islogical.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/islogical.htm index 2e9289d2c..68a83c6f5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/islogical.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/islogical.htm @@ -11,7 +11,7 @@
    - +

    Функция ISLOGICAL (ЕЛОГИЧ)

    Функция ISLOGICAL - это одна из информационных функций. Она используется для проверки на наличие логического значения (TRUE (ИСТИНА) или FALSE (ЛОЖЬ)). Если ячейка содержит логическое значение, функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isna.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isna.htm index c24c58871..1d483be30 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isna.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isna.htm @@ -11,7 +11,7 @@
    - +

    Функция ISNA (ЕНД)

    Функция ISNA - это одна из информационных функций. Она используется для проверки на наличие ошибки #N/A. Если ячейка содержит значение ошибки #N/A, функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnontext.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnontext.htm index 14624c0f1..16e8af66c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnontext.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnontext.htm @@ -11,7 +11,7 @@
    - +

    Функция ISNONTEXT (ЕНЕТЕКСТ)

    Функция ISNONTEXT - это одна из информационных функций. Она используется для проверки на наличие значения, которое не является текстом. Если ячейка не содержит текстового значения, функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnumber.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnumber.htm index 2816ae348..221db3404 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnumber.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnumber.htm @@ -11,7 +11,7 @@
    - +

    Функция ISNUMBER (ЕЧИСЛО)

    Функция ISNUMBER - это одна из информационных функций. Она используется для проверки на наличие числового значения. Если ячейка содержит числовое значение, функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoceiling.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoceiling.htm index 86c86b422..b0f048fee 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoceiling.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoceiling.htm @@ -11,7 +11,7 @@
    - +

    Функция ISO.CEILING (ISO.ОКРВВЕРХ)

    Функция ISO.CEILING - это одна из математических и тригонометрических функций. Округляет число вверх до ближайшего целого или до ближайшего кратного указанному значению. Число всегда округляется до большего значения вне зависимости от его знака.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isodd.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isodd.htm index fd5d2b96c..64f89c84d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isodd.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isodd.htm @@ -11,7 +11,7 @@
    - +

    Функция ISODD (ЕНЕЧЁТ)

    Функция ISODD - это одна из информационных функций. Она используется для проверки на наличие нечетного числа. Если ячейка содержит нечетное число, функция возвращает значение TRUE. Если число является четным, она возвращает значение FALSE.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoweeknum.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoweeknum.htm index 485774406..c5717fb92 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoweeknum.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoweeknum.htm @@ -11,7 +11,7 @@
    - +

    Функция ISOWEEKNUM (НОМНЕДЕЛИ.ISO)

    Функция ISOWEEKNUM - это одна из функций даты и времени. Возвращает номер недели в году для определенной даты в соответствии со стандартами ISO (число от 1 до 54).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ispmt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ispmt.htm index f3ed9cc53..8606b83da 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ispmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ispmt.htm @@ -11,7 +11,7 @@
    - +

    Функция ISPMT (ПРОЦПЛАТ)

    Функция ISPMT - это одна из финансовых функций. Используется для вычисления процентов, выплачиваемых за определенный инвестиционный период, исходя из постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isref.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isref.htm index d19d67608..a126b3ac5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/isref.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/isref.htm @@ -11,7 +11,7 @@
    - +

    Функция ISREF (ЕССЫЛКА)

    Функция ISREF это одна из информационных функций. Она используется для проверки, является ли значение допустимой ссылкой на другую ячейку.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/istext.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/istext.htm index 47f1b0076..050fa66c1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/istext.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/istext.htm @@ -11,7 +11,7 @@
    - +

    Функция ISTEXT (ЕТЕКСТ)

    Функция ISTEXT - это одна из информационных функций. Она используется для проверки на наличие текстового значения. Если ячейка содержит текстовое значение, функция возвращает значение TRUE (ИСТИНА), в противном случае функция возвращает значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/kurt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/kurt.htm index d94006e68..2b4712d37 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/kurt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/kurt.htm @@ -11,7 +11,7 @@
    - +

    Функция KURT (ЭКСЦЕСС)

    Функция KURT - это одна из статистических функций. Возвращает эксцесс списка значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/large.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/large.htm index 1558aea4f..1b21c449d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/large.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/large.htm @@ -11,7 +11,7 @@
    - +

    Функция LARGE (НАИБОЛЬШИЙ)

    Функция LARGE - это одна из статистических функций. Анализирует диапазон ячеек и возвращает n-ое по величине значение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lcm.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lcm.htm index dbdd439ac..94a84c9cf 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lcm.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lcm.htm @@ -11,7 +11,7 @@
    - +

    Функция LCM (НОК)

    Функция LCM - это одна из математических и тригонометрических функций. Возвращает наименьшее общее кратное для одного или более чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/left.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/left.htm index 41ed1b394..7d98a883c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/left.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/left.htm @@ -11,7 +11,7 @@
    - +

    Функция LEFT/LEFTB (ЛЕВСИМВ/ЛЕВБ)

    Функция LEFT/LEFTB - это одна из функций для работы с текстом и данными. Извлекает подстроку из заданной строки, начиная с левого символа. Функция LEFT предназначена для языков, использующих однобайтовую кодировку (SBCS), в то время как LEFTB - для языков, использующих двухбайтовую кодировку (DBCS), таких как японский, китайский, корейский и т.д.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/len.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/len.htm index eae319e97..017f8d2dc 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/len.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/len.htm @@ -11,7 +11,7 @@
    - +

    Функция LEN/LENB (ДЛСТР/ДЛИНБ)

    Функция LEN/LENB - это одна из функций для работы с текстом и данными. Анализирует заданную строку и возвращает количество символов, которые она содержит. Функция LEN предназначена для языков, использующих однобайтовую кодировку (SBCS), в то время как LENB - для языков, использующих двухбайтовую кодировку (DBCS), таких как японский, китайский, корейский и т.д.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ln.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ln.htm index ebfbf6fa2..bad650b7c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ln.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ln.htm @@ -11,7 +11,7 @@
    - +

    Функция LN

    Функция LN - это одна из математических и тригонометрических функций. Она возвращает натуральный логарифм числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/log.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/log.htm index 97e24337e..79d21f87d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/log.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/log.htm @@ -11,7 +11,7 @@
    - +

    Функция LOG

    Функция LOG - это одна из математических и тригонометрических функций. Она возвращает логарифм числа по заданному основанию.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/log10.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/log10.htm index 298ad0ea1..cc851e38b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/log10.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/log10.htm @@ -11,7 +11,7 @@
    - +

    Функция LOG10

    Функция LOG10 - это одна из математических и тригонометрических функций. Она возвращает логарифм числа по основанию 10.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/loginv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/loginv.htm index e66363c41..9f3c77b91 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/loginv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/loginv.htm @@ -11,7 +11,7 @@
    - +

    Функция LOGINV (ЛОГНОРМОБР)

    Функция LOGINV - это одна из статистических функций. Возвращает обратное логарифмическое нормальное распределение для заданного значения x с указанными параметрами.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-dist.htm index 429829110..b98db63eb 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция LOGNORM.DIST (ЛОГНОРМ.РАСП)

    Функция LOGNORM.DIST - это одна из статистических функций. Возвращает логнормальное распределение для x, где ln(x) является нормально распределенным с параметрами mean и standard-dev. Эта функция используется для анализа данных, которые были логарифмически преобразованы.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-inv.htm index 952c53666..5fa0a59a5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция LOGNORM.INV (ЛОГНОРМ.ОБР)

    Функция LOGNORM.INV - это одна из статистических функций. Возвращает обратную функцию интегрального логнормального распределения x, где ln(x) имеет нормальное распределение с параметрами mean и standard-dev. Логнормальное распределение применяется для анализа логарифмически преобразованных данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognormdist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognormdist.htm index 032ce3eab..0e67f078f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognormdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognormdist.htm @@ -11,7 +11,7 @@
    - +

    Функция LOGNORMDIST (ЛОГНОРМРАСП)

    Функция LOGNORMDIST - это одна из статистических функций. Анализирует логарифмически преобразованные данные и возвращает логарифмическое нормальное распределение для заданного значения x с указанными параметрами.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lookup.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lookup.htm index a6f6b6535..f62ec41b1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lookup.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lookup.htm @@ -11,7 +11,7 @@
    - +

    Функция LOOKUP (ПРОСМОТР)

    Функция LOOKUP - это одна из поисковых функций. Она возвращает значение из выбранного диапазона (строки или столбца с данными, отсортированными в порядке возрастания).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lower.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lower.htm index 5300a0e53..77afdde97 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/lower.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/lower.htm @@ -11,7 +11,7 @@
    - +

    Функция LOWER (СТРОЧН)

    Функция LOWER - это одна из функций для работы с текстом и данными. Используется для преобразования букв в выбранной ячейке из верхнего регистра в нижний.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/match.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/match.htm index 59ce02bf2..6c712bdc2 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/match.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/match.htm @@ -11,7 +11,7 @@
    - +

    Функция MATCH (ПОИСКПОЗ)

    Функция MATCH - это одна из поисковых функций. Возвращает относительное положение заданного элемента в диапазоне ячеек.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/max.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/max.htm index b4fb49e1d..0661db41c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/max.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/max.htm @@ -11,7 +11,7 @@
    - +

    Функция MAX (МАКС)

    Функция MAX - это одна из статистических функций. Она используется для анализа диапазона данных и поиска наибольшего числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxa.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxa.htm index 89da2df12..da5bb39a9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxa.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxa.htm @@ -11,7 +11,7 @@
    - +

    Функция MAXA (МАКСА)

    Функция MAXA - это одна из статистических функций. Она используется для анализа диапазона данных и поиска наибольшего значения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxifs.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxifs.htm index cae39a75d..c3f4d2400 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxifs.htm @@ -11,7 +11,7 @@
    - +

    Функция MAXIFS (МАКСЕСЛИ)

    Функция MAXIFS - это одна из статистических функций. Возвращает максимальное значение из заданных определенными условиями или критериями ячеек.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mdeterm.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mdeterm.htm index 7d3ff88ff..925580740 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mdeterm.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mdeterm.htm @@ -11,7 +11,7 @@
    - +

    Функция MDETERM (МОПРЕД)

    Функция MDETERM - это одна из математических и тригонометрических функций. Возвращает определитель матрицы (матрица хранится в массиве).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mduration.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mduration.htm index c66cb9831..905675253 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mduration.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mduration.htm @@ -11,7 +11,7 @@
    - +

    Функция MDURATION (МДЛИТ)

    Функция MDURATION - это одна из финансовых функций. Используется для вычисления модифицированной продолжительности Маколея (взвешенного среднего срока погашения) для ценной бумаги с предполагаемой номинальной стоимостью 100 рублей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/median.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/median.htm index ebc4f6b53..b81b691be 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/median.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/median.htm @@ -11,7 +11,7 @@
    - +

    Функция MEDIAN (МЕДИАНА)

    Функция MEDIAN - это одна из статистических функций. Вычисляет медиану для списка значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mid.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mid.htm index 3e1dbd672..8a3a05d28 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mid.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mid.htm @@ -11,7 +11,7 @@
    - +

    Функция MID/MIDB (ПСТР/ПСТРБ)

    Функция MID/MIDB - это одна из функций для работы с текстом и данными. Извлекает символы из заданной строки, начиная с любого места. Функция MID предназначена для языков, использующих однобайтовую кодировку (SBCS), в то время как MIDB - для языков, использующих двухбайтовую кодировку (DBCS), таких как японский, китайский, корейский и т.д.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/min.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/min.htm index e3283ab35..4723ba65d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/min.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/min.htm @@ -11,7 +11,7 @@
    - +

    Функция MIN (МИН)

    Функция MIN - это одна из статистических функций. Она используется для анализа диапазона данных и поиска наименьшего числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mina.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mina.htm index 934888d57..248bbb922 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mina.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mina.htm @@ -11,7 +11,7 @@
    - +

    Функция MINA (МИНА)

    Функция MINA - это одна из статистических функций. Она используется для анализа диапазона данных и поиска наименьшего значения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/minifs.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/minifs.htm index 4c7386e31..f2107f371 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/minifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/minifs.htm @@ -11,7 +11,7 @@
    - +

    Функция MINIFS (МИНЕСЛИ)

    Функция MINIFS - это одна из статистических функций. Возвращает минимальное значение из заданных определенными условиями или критериями ячеек.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/minute.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/minute.htm index 206b18d58..a87fb2514 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/minute.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/minute.htm @@ -11,7 +11,7 @@
    - +

    Функция MINUTE (МИНУТЫ)

    Функция MINUTE - это одна из функций даты и времени. Возвращает количество минут (число от 0 до 59), соответствующее заданному значению времени.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/minverse.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/minverse.htm index 76726b1e4..434c79e87 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/minverse.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/minverse.htm @@ -11,7 +11,7 @@
    - +

    Функция MINVERSE (МОБР)

    Функция MINVERSE - это одна из математических и тригонометрических функций. Возвращает обратную матрицу для заданной матрицы и отображает первое значение возвращаемого массива чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mirr.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mirr.htm index 9be88c983..cf973cc86 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mirr.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mirr.htm @@ -11,7 +11,7 @@
    - +

    Функция MIRR (МВСД)

    Функция MIRR - это одна из финансовых функций. Используется для вычисления модифицированной внутренней ставки доходности по ряду периодических денежных потоков.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mmult.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mmult.htm index b3c8f5b7d..effd1970b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mmult.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mmult.htm @@ -11,7 +11,7 @@
    - +

    Функция MMULT (МУМНОЖ)

    Функция MMULT - это одна из математических и тригонометрических функций. Возвращает матричное произведение двух массивов и отображает первое значение из возвращаемого массива чисел.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mod.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mod.htm index 2d8c29661..2576bb599 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mod.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mod.htm @@ -11,7 +11,7 @@
    - +

    Функция MOD (ОСТАТ)

    Функция MOD - это одна из математических и тригонометрических функций. Она возвращает остаток от деления числа на заданный делитель.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-mult.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-mult.htm index 81fc3084f..1e59d2b14 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-mult.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-mult.htm @@ -11,7 +11,7 @@
    - +

    Функция MODE.MULT (МОДА.НСК)

    Функция MODE.MULT - это одна из статистических функций. Возвращает наиболее часто встречающееся (повторяющееся) значение в массиве или диапазоне данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-sngl.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-sngl.htm index 2a4c2d163..3294008b8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-sngl.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-sngl.htm @@ -11,7 +11,7 @@
    - +

    Функция MODE.SNGL (МОДА.ОДН)

    Функция MODE.SNGL - это одна из статистических функций. Возвращает наиболее часто встречающееся или повторяющееся значение в массиве или интервале данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode.htm index 16ffe14a3..8e66925f7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode.htm @@ -11,7 +11,7 @@
    - +

    Функция MODE (МОДА)

    Функция MODE - это одна из статистических функций. Анализирует диапазон данных и возвращает наиболее часто встречающееся значение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/month.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/month.htm index 52f6d19de..b5c6cfbc3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/month.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/month.htm @@ -11,7 +11,7 @@
    - +

    Функция MONTH (МЕСЯЦ)

    Функция MONTH - это одна из функций даты и времени. Возвращает месяц (число от 1 до 12), соответствующий дате, заданной в числовом формате (MM/дд/гггг по умолчанию).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mround.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mround.htm index 7af72335c..a9ab5569d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/mround.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/mround.htm @@ -11,7 +11,7 @@
    - +

    Функция MROUND (ОКРУГЛТ)

    Функция MROUND - это одна из математических и тригонометрических функций. Она используется, чтобы округлить число до кратного заданной значимости.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/multinomial.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/multinomial.htm index a85ff06bf..08ab3e419 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/multinomial.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/multinomial.htm @@ -11,7 +11,7 @@
    - +

    Функция MULTINOMIAL (МУЛЬТИНОМ)

    Функция MULTINOMIAL - это одна из математических и тригонометрических функций. Возвращает отношение факториала суммы значений к произведению факториалов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/n.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/n.htm index 0104edf73..4e5af3c81 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/n.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/n.htm @@ -11,7 +11,7 @@
    - +

    Функция N (Ч)

    Функция N - это одна из информационных функций. Она преобразует значение в число.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/na.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/na.htm index d74b6fe39..e58619d1e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/na.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/na.htm @@ -11,7 +11,7 @@
    - +

    Функция NA (НД)

    Функция NA - это одна из информационных функций. Она возвращает значение ошибки #N/A. Эта функция не требует аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinom-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinom-dist.htm index 1af1dc783..9da205799 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinom-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinom-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция NEGBINOM.DIST (ОТРБИНОМ.РАСП)

    Функция NEGBINOM.DIST - это одна из статистических функций. Возвращает отрицательное биномиальное распределение - вероятность возникновения определенного числа неудач до указанного количества успехов при заданной вероятности успеха.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinomdist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinomdist.htm index ec5e6d86c..ff6622941 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinomdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinomdist.htm @@ -11,7 +11,7 @@
    - +

    Функция NEGBINOMDIST (ОТРБИНОМРАСП)

    Функция NEGBINOMDIST - это одна из статистических функций. Возвращает отрицательное биномиальное распределение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays-intl.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays-intl.htm index 71f6b49a9..4e9ac1aa4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays-intl.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays-intl.htm @@ -11,7 +11,7 @@
    - +

    Функция NETWORKDAYS.INTL (ЧИСТРАБДНИ.МЕЖД)

    Функция NETWORKDAYS.INTL - это одна из функций даты и времени. Возвращает количество рабочих дней между двумя датами с использованием параметров, определяющих, сколько в неделе выходных и какие дни являются выходными.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays.htm index dc445c040..d15edc705 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays.htm @@ -11,7 +11,7 @@
    - +

    Функция NETWORKDAYS (ЧИСТРАБДНИ)

    Функция NETWORKDAYS - это одна из функций даты и времени. Возвращает количество рабочих дней между двумя датами (начальной и конечной). Выходные и праздничные дни в это число не включаются.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/nominal.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/nominal.htm index e03427c64..7f4260e6e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/nominal.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/nominal.htm @@ -11,7 +11,7 @@
    - +

    Функция NOMINAL (НОМИНАЛ)

    Функция NOMINAL - это одна из финансовых функций. Используется для вычисления номинальной годовой процентной ставки по ценной бумаге исходя из указанной эффективной (фактической) годовой процентной ставки и количества периодов в году, за которые начисляются сложные проценты.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-dist.htm index 385f83ed0..6a36f7d3b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция NORM.DIST (НОРМ.РАСП)

    Функция NORM.DIST - это одна из статистических функций. Возвращает нормальную функцию распределения для указанного среднего и стандартного отклонения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-inv.htm index e86388c82..40b19c9dc 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция NORM.INV (НОРМ.ОБР)

    Функция NORM.INV - это одна из статистических функций. Возвращает обратное нормальное распределение для указанного среднего и стандартного отклонения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-dist.htm index 7341fb30d..418211d7d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция NORM.S.DIST (НОРМ.СТ.РАСП)

    Функция NORM.S.DIST - это одна из статистических функций. Возвращает стандартное нормальное интегральное распределение. Это распределение имеет среднее, равное нулю, и стандартное отклонение, равное единице.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-inv.htm index d290f34e4..923a33400 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция NORM.S.INV (НОРМ.СТ.ОБР)

    Функция NORM.S.INV - это одна из статистических функций. Возвращает обратное значение стандартного нормального распределения. Это распределение имеет среднее, равное нулю, и стандартное отклонение, равное единице.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/normdist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/normdist.htm index b78febb3f..6c7da1492 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/normdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/normdist.htm @@ -11,7 +11,7 @@
    - +

    Функция NORMDIST (НОРМРАСП)

    Функция NORMDIST - это одна из статистических функций. Возвращает нормальную функцию распределения для указанного среднего значения и стандартного отклонения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norminv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norminv.htm index 72b47cca5..5b7377bb3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/norminv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/norminv.htm @@ -11,7 +11,7 @@
    - +

    Функция NORMINV (НОРМОБР)

    Функция NORMINV - это одна из статистических функций. Возвращает обратное нормальное распределение для указанного среднего значения и стандартного отклонения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsdist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsdist.htm index dd30c1073..8fa47f759 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsdist.htm @@ -11,7 +11,7 @@
    - +

    Функция NORMSDIST (НОРМСТРАСП)

    Функция NORMSDIST - это одна из статистических функций. Возвращает стандартное нормальное интегральное распределение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsinv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsinv.htm index 81a4778ec..7b0159e67 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsinv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsinv.htm @@ -11,7 +11,7 @@
    - +

    Функция NORMSINV (НОРМСТОБР)

    Функция NORMSINV - это одна из статистических функций. Возвращает обратное значение стандартного нормального распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/not.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/not.htm index 086611596..c018eae9c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/not.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/not.htm @@ -11,7 +11,7 @@
    - +

    Функция NOT (НЕ)

    Функция NOT - это одна из логических функций. Она используется для проверки, является ли введенное логическое значение TRUE (истинным) или FALSE (ложным). Функция возвращает значение TRUE (ИСТИНА), если аргумент имеет значение FALSE (ЛОЖЬ), и FALSE (ЛОЖЬ), если аргумент имеет значение TRUE (ИСТИНА).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/now.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/now.htm index ae418bad4..2068b087b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/now.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/now.htm @@ -11,7 +11,7 @@
    - +

    Функция NOW (ТДАТА)

    Функция NOW - это одна из функций даты и времени. Используется для добавления в электронную таблицу текущей даты и времени в следующем формате: MM/дд/гг чч:мм. Данная функция не требует аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/nper.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/nper.htm index 3865a2f65..5b0cbbfc5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/nper.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/nper.htm @@ -11,7 +11,7 @@
    - +

    Функция NPER (КПЕР)

    Функция NPER - это одна из финансовых функций. Вычисляет количество периодов выплаты для инвестиции исходя из заданной процентной ставки и постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/npv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/npv.htm index 1120c5317..766028df7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/npv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/npv.htm @@ -11,7 +11,7 @@
    - +

    Функция NPV (ЧПС)

    Функция NPV - это одна из финансовых функций. Вычисляет величину чистой приведенной стоимости инвестиции на основе заданной ставки дисконтирования.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/numbervalue.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/numbervalue.htm index 9c19a0c67..59fd88250 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/numbervalue.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/numbervalue.htm @@ -11,7 +11,7 @@
    - +

    Функция NUMBERVALUE (ЧЗНАЧ)

    Функция NUMBERVALUE - это одна из функций для работы с текстом и данными. Преобразует текст в числовое значение независимым от локали способом. Если преобразуемый текст не является числом, функция возвращает ошибку #VALUE!.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2bin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2bin.htm index 0e07f66fd..0d4c7d7ed 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2bin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2bin.htm @@ -11,7 +11,7 @@
    - +

    Функция OCT2BIN (ВОСЬМ.В.ДВ)

    Функция OCT2BIN - это одна из инженерных функций. Преобразует восьмеричное число в двоичное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2dec.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2dec.htm index 5d2f084a9..2466eaa64 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2dec.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2dec.htm @@ -11,7 +11,7 @@
    - +

    Функция OCT2DEC (ВОСЬМ.В.ДЕС)

    Функция OCT2DEC - это одна из инженерных функций. Преобразует восьмеричное число в десятичное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2hex.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2hex.htm index 1e112bb73..360cbff07 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2hex.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2hex.htm @@ -11,7 +11,7 @@
    - +

    Функция OCT2HEX (ВОСЬМ.В.ШЕСТН)

    Функция OCT2HEX - это одна из инженерных функций. Преобразует восьмеричное число в шестнадцатеричное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/odd.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/odd.htm index 412b6e2b0..47eb095a0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/odd.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/odd.htm @@ -11,7 +11,7 @@
    - +

    Функция ODD (НЕЧЁТ)

    Функция ODD - это одна из математических и тригонометрических функций. Она используется, чтобы округлить число до ближайшего нечетного целого числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfprice.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfprice.htm index 89ed90435..f729e0e55 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfprice.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfprice.htm @@ -11,7 +11,7 @@
    - +

    Функция ODDFPRICE (ЦЕНАПЕРВНЕРЕГ)

    Функция ODDFPRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов в случае нерегулярной продолжительности первого периода выплаты процентов (больше или меньше остальных периодов).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfyield.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfyield.htm index 90a97e60f..4c01d6365 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfyield.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfyield.htm @@ -11,7 +11,7 @@
    - +

    Функция ODDFYIELD (ДОХОДПЕРВНЕРЕГ)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlprice.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlprice.htm index 140a6269b..def80430e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlprice.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlprice.htm @@ -11,7 +11,7 @@
    - +

    Функция ODDLPRICE (ЦЕНАПОСЛНЕРЕГ)

    Функция ODDLPRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов в случае нерегулярной продолжительности последнего периода выплаты процентов (больше или меньше остальных периодов).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlyield.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlyield.htm index e51d03431..439969802 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlyield.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlyield.htm @@ -11,7 +11,7 @@
    - +

    Функция ODDLYIELD (ДОХОДПОСЛНЕРЕГ)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/offset.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/offset.htm index ec914629e..069f78073 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/offset.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/offset.htm @@ -11,7 +11,7 @@
    - +

    Функция OFFSET (СМЕЩ)

    Функция OFFSET - это одна из поисковых функций. Возвращает ссылку на ячейку, отстоящую от заданной ячейки (или верхней левой ячейки в диапазоне ячеек) на определенное число строк и столбцов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/or.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/or.htm index ca55d6bcb..34ade56e2 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/or.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/or.htm @@ -11,7 +11,7 @@
    - +

    Функция OR (ИЛИ)

    Функция OR - это одна из логических функций. Она используется для проверки, является ли введенное логическое значение TRUE (истинным) или FALSE (ложным). Функция возвращает значение FALSE (ЛОЖЬ), если все аргументы имеют значение FALSE (ЛОЖЬ).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pearson.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pearson.htm index 17b31f8c9..c2c5a1a83 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pearson.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pearson.htm @@ -11,7 +11,7 @@
    - +

    Функция PEARSON (ПИРСОН)

    Функция PEARSON - это одна из статистических функций. Возвращает коэффициент корреляции Пирсона.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-exc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-exc.htm index d89fab0df..f629b5e2c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-exc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-exc.htm @@ -11,7 +11,7 @@
    - +

    Функция PERCENTILE.EXC (ПРОЦЕНТИЛЬ.ИСКЛ)

    Функция PERCENTILE.EXC - это одна из статистических функций. Возвращает k-ю процентиль для значений диапазона, где k — число от 0 и 1 (не включая эти числа).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-inc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-inc.htm index a876c16ee..95f64bc75 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-inc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-inc.htm @@ -11,7 +11,7 @@
    - +

    Функция PERCENTILE.INC (ПРОЦЕНТИЛЬ.ВКЛ)

    Функция PERCENTILE.INC - это одна из статистических функций. Возвращает k-ю процентиль для значений диапазона, где k — число от 0 и 1 (включая эти числа).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile.htm index b2bb8275d..2f31cacc7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile.htm @@ -11,7 +11,7 @@
    - +

    Функция PERCENTILE (ПЕРСЕНТИЛЬ)

    Функция PERCENTILE - это одна из статистических функций. Анализирует диапазон данных и возвращает k-ю процентиль.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-exc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-exc.htm index 47c52f209..3a042f2ba 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-exc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-exc.htm @@ -11,7 +11,7 @@
    - +

    Функция PERCENTRANK.EXC (ПРОЦЕНТРАНГ.ИСКЛ)

    Функция PERCENTRANK.EXC - это одна из статистических функций. Возвращает ранг значения в наборе данных как процентное содержание в наборе данных (от 0 до 1, не включая эти числа).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-inc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-inc.htm index 5f9b79588..ffe28fe1d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-inc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-inc.htm @@ -11,7 +11,7 @@
    - +

    Функция PERCENTRANK.INC (ПРОЦЕНТРАНГ.ВКЛ)

    Функция PERCENTRANK.INC - это одна из статистических функций. Возвращает ранг значения в наборе данных как процентное содержание в наборе данных (от 0 до 1, включая эти числа).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank.htm index e93cdc8db..812143ef9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank.htm @@ -11,7 +11,7 @@
    - +

    Функция PERCENTRANK (ПРОЦЕНТРАНГ)

    Функция PERCENTRANK - это одна из статистических функций. Возвращает категорию значения в наборе данных как процентное содержание в наборе данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/permut.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/permut.htm index 15b55ce6d..ed2ace439 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/permut.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/permut.htm @@ -11,7 +11,7 @@
    - +

    Функция PERMUT (ПЕРЕСТ)

    Функция PERMUT - это одна из статистических функций. Возвращает количество перестановок для заданного числа элементов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/permutationa.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/permutationa.htm index d00e15f37..0797e3056 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/permutationa.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/permutationa.htm @@ -11,7 +11,7 @@
    - +

    Функция PERMUTATIONA (ПЕРЕСТА)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/phi.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/phi.htm index 675ba06b1..a65fab4d6 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/phi.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/phi.htm @@ -11,7 +11,7 @@
    - +

    Функция PHI (ФИ)

    Функция PHI - это одна из статистических функций. Возвращает значение функции плотности для стандартного нормального распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pi.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pi.htm index 6adf06780..85c0852fe 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pi.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pi.htm @@ -11,7 +11,7 @@
    - +

    Функция PI (ПИ)

    Функция PI - это одна из математических и тригонометрических функций. Функция возвращает математическую константу пи, равную 3.14159265358979. Функция не требует аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pmt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pmt.htm index 1aacb7bc2..0684ee344 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pmt.htm @@ -11,7 +11,7 @@
    - +

    Функция PMT (ПЛТ)

    Функция PMT - это одна из финансовых функций. Вычисляет размер периодического платежа по ссуде исходя из заданной процентной ставки и постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson-dist.htm index 5844f5e10..bab545f3e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция POISSON.DIST (ПУАССОН.РАСП)

    Функция POISSON.DIST - это одна из статистических функций. Возвращает распределение Пуассона. Обычное применение распределения Пуассона состоит в предсказании количества событий, происходящих за определенное время, например количества машин, появляющихся на площади за одну минуту.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson.htm index ddeb57e3d..bf114dd1f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson.htm @@ -11,7 +11,7 @@
    - +

    Функция POISSON (ПУАССОН)

    Функция POISSON - это одна из статистических функций. Возвращает распределение Пуассона.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/power.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/power.htm index da248e716..d0505c25b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/power.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/power.htm @@ -11,7 +11,7 @@
    - +

    Функция POWER (СТЕПЕНЬ)

    Функция POWER - это одна из математических и тригонометрических функций. Возвращает результат возведения числа в заданную степень.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ppmt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ppmt.htm index b560beac6..c77ddcaf8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ppmt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ppmt.htm @@ -11,7 +11,7 @@
    - +

    Функция PPMT (ОСПЛТ)

    Функция PPMT - это одна из финансовых функций. Используется для вычисления размера платежа в счет погашения основного долга по инвестиции исходя из заданной процентной ставки и постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/price.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/price.htm index 0bb9f3b04..63df63eae 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/price.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/price.htm @@ -11,7 +11,7 @@
    - +

    Функция PRICE (ЦЕНА)

    Функция PRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricedisc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricedisc.htm index cdf329d61..0000e0d7f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricedisc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricedisc.htm @@ -11,7 +11,7 @@
    - +

    Функция PRICEDISC (ЦЕНАСКИДКА)

    Функция PRICEDISC - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги, на которую сделана скидка.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricemat.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricemat.htm index 7df5af6d2..6f8ee672f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricemat.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricemat.htm @@ -11,7 +11,7 @@
    - +

    Функция PRICEMAT (ЦЕНАПОГАШ)

    Функция PRICEMAT - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги, процент по которой уплачивается при наступлении срока погашения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/prob.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/prob.htm index 3542dac22..556cd92f5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/prob.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/prob.htm @@ -11,7 +11,7 @@
    - +

    Функция PROB (ВЕРОЯТНОСТЬ)

    Функция PROB - это одна из статистических функций. Возвращает вероятность того, что значения из интервала находятся внутри нижнего и верхнего пределов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/product.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/product.htm index 2f308b1c6..6688f9dc1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/product.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/product.htm @@ -11,7 +11,7 @@
    - +

    Функция PRODUCT (ПРОИЗВЕД)

    Функция PRODUCT - это одна из математических и тригонометрических функций. Она перемножает все числа в заданном диапазоне ячеек и возвращает произведение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/proper.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/proper.htm index 5fff23d1c..4f8e7ff6a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/proper.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/proper.htm @@ -11,7 +11,7 @@
    - +

    Функция PROPER (ПРОПНАЧ)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pv.htm index 863fca97d..855a7e355 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/pv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/pv.htm @@ -11,7 +11,7 @@
    - +

    Функция PV (ПС)

    Функция PV - это одна из финансовых функций. Вычисляет текущую стоимость инвестиции исходя из заданной процентной ставки и постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-exc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-exc.htm index a5fa71287..3a35a8ad0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-exc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-exc.htm @@ -11,7 +11,7 @@
    - +

    Функция QUARTILE.EXC (КВАРТИЛЬ.ИСКЛ)

    Функция QUARTILE.EXC - это одна из статистических функций. Возвращает квартиль набора данных на основе значений процентили от 0 до 1, исключая эти числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-inc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-inc.htm index 34eb2a77c..2c2d0a4f0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-inc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-inc.htm @@ -11,7 +11,7 @@
    - +

    Функция QUARTILE.INC (КВАРТИЛЬ.ВКЛ)

    Функция QUARTILE.INC - это одна из статистических функций. Возвращает квартиль набора данных на основе значений процентили от 0 до 1 (включительно).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile.htm index 3c44d3846..43b94ea84 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile.htm @@ -11,7 +11,7 @@
    - +

    Функция QUARTILE (КВАРТИЛЬ)

    Функция QUARTILE - это одна из статистических функций. Анализирует диапазон данных и возвращает квартиль.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/quotient.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/quotient.htm index ed208a598..83ffba7e9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/quotient.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/quotient.htm @@ -11,7 +11,7 @@
    - +

    Функция QUOTIENT (ЧАСТНОЕ)

    Функция QUOTIENT - это одна из математических и тригонометрических функций. Возвращает целую часть результата деления с остатком.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/radians.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/radians.htm index abd8da901..3fcc36213 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/radians.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/radians.htm @@ -11,7 +11,7 @@
    - +

    Функция RADIANS (РАДИАНЫ)

    Функция RADIANS - это одна из математических и тригонометрических функций. Она преобразует градусы в радианы.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rand.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rand.htm index df4e6da9c..ff610b68f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rand.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rand.htm @@ -11,7 +11,7 @@
    - +

    Функция RAND (СЛЧИС)

    Функция RAND - это одна из математических и тригонометрических функций. Возвращает случайное число, которое больше или равно 0 и меньше 1. Функция не требует аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/randbetween.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/randbetween.htm index 392fb2b2c..faa834f0c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/randbetween.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/randbetween.htm @@ -11,7 +11,7 @@
    - +

    Функция RANDBETWEEN (СЛУЧМЕЖДУ)

    Функция RANDBETWEEN - это одна из математических и тригонометрических функций. Возвращает случайное число, большее или равное значению аргумента lower-bound (нижняя граница) и меньшее или равное значению аргумента upper-bound (верхняя граница).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-avg.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-avg.htm index 39ae636c5..481df8222 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-avg.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-avg.htm @@ -11,7 +11,7 @@
    - +

    Функция RANK.AVG (РАНГ.СР)

    Функция RANK.AVG - это одна из статистических функций. Возвращает ранг числа в списке чисел. Ранг числа — это его величина относительно других значений в списке (если отсортировать список, то ранг числа будет его позицией). Если несколько значений имеют одинаковый ранг, возвращается средний ранг.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-eq.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-eq.htm index c62038e2c..ba2580c7a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-eq.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-eq.htm @@ -11,7 +11,7 @@
    - +

    Функция RANK.EQ (РАНГ.РВ)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank.htm index b6f23cd49..d6c1191bf 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank.htm @@ -11,7 +11,7 @@
    - +

    Функция RANK (РАНГ)

    Функция RANK - это одна из статистических функций. Возвращает ранг числа в списке чисел. Ранг числа — это его величина относительно других значений в списке (если отсортировать список, то ранг числа будет его позицией).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rate.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rate.htm index 9d483902b..e422153df 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rate.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rate.htm @@ -11,7 +11,7 @@
    - +

    Функция RATE (СТАВКА)

    Функция RATE - это одна из финансовых функций. Используется для вычисления размера процентной ставки по инвестиции исходя из постоянной периодичности платежей.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/received.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/received.htm index 63ea81283..471e94d25 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/received.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/received.htm @@ -11,7 +11,7 @@
    - +

    Функция RECEIVED (ПОЛУЧЕНО)

    Функция RECEIVED - это одна из финансовых функций. Используется для вычисления суммы, полученной за полностью обеспеченную ценную бумагу при наступлении срока погашения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/replace.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/replace.htm index 4d6340193..8d6450539 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/replace.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/replace.htm @@ -11,7 +11,7 @@
    - +

    Функция REPLACE/REPLACEB (ЗАМЕНИТЬ/ЗАМЕНИТЬБ)

    Функция REPLACE/REPLACEB - это одна из функций для работы с текстом и данными. Заменяет ряд символов на новый, с учетом заданного количества символов и начальной позиции. Функция REPLACE предназначена для языков, использующих однобайтовую кодировку (SBCS), в то время как REPLACEB - для языков, использующих двухбайтовую кодировку (DBCS), таких как японский, китайский, корейский и т.д.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rept.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rept.htm index 9ebffff82..f2f267136 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rept.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rept.htm @@ -11,7 +11,7 @@
    - +

    Функция REPT (ПОВТОР)

    Функция REPT - это одна из функций для работы с текстом и данными. Используется для повторения данных в выбранной ячейке заданное количество раз.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/right.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/right.htm index df28e5e50..73bd593dd 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/right.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/right.htm @@ -11,7 +11,7 @@
    - +

    Функция RIGHT/RIGHTB (ПРАВСИМВ/ПРАВБ)

    Функция RIGHT/RIGHTB - это одна из функций для работы с текстом и данными. Извлекает подстроку из заданной строки, начиная с крайнего правого символа, согласно заданному количеству символов. Функция RIGHT предназначена для языков, использующих однобайтовую кодировку (SBCS), в то время как RIGHTB - для языков, использующих двухбайтовую кодировку (DBCS), таких как японский, китайский, корейский и т.д.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/roman.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/roman.htm index 9f0433420..b062f6551 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/roman.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/roman.htm @@ -11,7 +11,7 @@
    - +

    Функция ROMAN (РИМСКОЕ)

    Функция ROMAN - это одна из математических и тригонометрических функций. Преобразует число в римское.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/round.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/round.htm index 323f092db..6061b5991 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/round.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/round.htm @@ -11,7 +11,7 @@
    - +

    Функция ROUND (ОКРУГЛ)

    Функция ROUND - это одна из математических и тригонометрических функций. Округляет число до заданного количества десятичных разрядов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rounddown.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rounddown.htm index 1d294f1af..78b8674be 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rounddown.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rounddown.htm @@ -11,7 +11,7 @@
    - +

    Функция ROUNDDOWN (ОКРУГЛВНИЗ)

    Функция ROUNDDOWN - это одна из математических и тригонометрических функций. Округляет число в меньшую сторону до заданного количества десятичных разрядов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/roundup.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/roundup.htm index e51dab45e..bcce9432f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/roundup.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/roundup.htm @@ -11,7 +11,7 @@
    - +

    Функция ROUNDUP (ОКРУГЛВВЕРХ)

    Функция ROUNDUP - это одна из математических и тригонометрических функций. Округляет число в большую сторону до заданного количества десятичных разрядов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/row.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/row.htm index 476847a5a..3f7406380 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/row.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/row.htm @@ -11,7 +11,7 @@
    - +

    Функция ROW (СТРОКА)

    Функция ROW - это одна из поисковых функций. Она возвращает номер строки для ссылки на ячейку.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rows.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rows.htm index fe0919947..6aa6a210d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rows.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rows.htm @@ -11,7 +11,7 @@
    - +

    Функция ROWS (ЧСТРОК)

    Функция ROWS - это одна из поисковых функций. Она возвращает количество строк в ссылке на ячейки.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rri.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rri.htm index 60cc48efd..04b8dd4d8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rri.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rri.htm @@ -11,7 +11,7 @@
    - +

    Функция RRI (ЭКВ.СТАВКА)

    Функция RRI - это одна из финансовых функций. Возвращает эквивалентную процентную ставку для роста инвестиции.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rsq.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rsq.htm index 4d9cac5a8..f9ab28fb7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/rsq.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/rsq.htm @@ -11,7 +11,7 @@
    - +

    Функция RSQ (КВПИРСОН)

    Функция RSQ - это одна из статистических функций. Возвращает квадрат коэффициента корреляции Пирсона.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/search.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/search.htm index d625a09a0..4dc988af4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/search.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/search.htm @@ -11,7 +11,7 @@
    - +

    Функция SEARCH/SEARCHB (ПОИСК/ПОИСКБ)

    Функция SEARCH/SEARCHB - это одна из функций для работы с текстом и данными. Возвращает местоположение заданной подстроки в строке. Функция SEARCH предназначена для языков, использующих однобайтовую кодировку (SBCS), в то время как SEARCHB - для языков, использующих двухбайтовую кодировку (DBCS), таких как японский, китайский, корейский и т.д.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sec.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sec.htm index 6a8e8ac0e..aef5fbeb8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sec.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sec.htm @@ -11,7 +11,7 @@
    - +

    Функция SEC

    Функция SEC - это одна из математических и тригонометрических функций. Она возвращает секанс заданного угла в радианах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sech.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sech.htm index 7564270e0..7806b33d1 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sech.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sech.htm @@ -11,7 +11,7 @@
    - +

    Функция SECH

    Функция SECH - это одна из математических и тригонометрических функций. Она возвращает гиперболический секанс заданного угла в радианах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/second.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/second.htm index 2e31992bb..a03e04970 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/second.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/second.htm @@ -11,7 +11,7 @@
    - +

    Функция SECOND (СЕКУНДЫ)

    Функция SECOND - это одна из функций даты и времени. Возвращает количество секунд (число от 0 до 59), соответствующее заданному значению времени.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/seriessum.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/seriessum.htm index c08878b8f..26c949772 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/seriessum.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/seriessum.htm @@ -11,7 +11,7 @@
    - +

    Функция SERIESSUM (РЯД.СУММ)

    Функция SERIESSUM - это одна из математических и тригонометрических функций. Возвращает сумму степенного ряда.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheet.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheet.htm index dcd7fd16d..70d1647c5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheet.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheet.htm @@ -11,7 +11,7 @@
    - +

    Функция SHEET (ЛИСТ)

    Функция SHEET - это одна из информационных функций. Возвращает номер листа, на который имеется ссылка.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheets.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheets.htm index ace48120e..737123862 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheets.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheets.htm @@ -11,7 +11,7 @@
    - +

    Функция SHEETS (ЛИСТЫ)

    Функция SHEETS - это одна из информационных функций. Возвращает количество листов в ссылке.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sign.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sign.htm index 1a2f0c08a..386bb974f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sign.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sign.htm @@ -11,7 +11,7 @@
    - +

    Функция SIGN (ЗНАК)

    Функция SIGN - это одна из математических и тригонометрических функций. Она определяет знак числа. Если число положительное, функция возвращает значение 1. Если число отрицательное, функция возвращает значение -1. Если число равно 0, функция возвращает значение 0.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sin.htm index 829caaeb8..d49066021 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sin.htm @@ -11,7 +11,7 @@
    - +

    Функция SIN

    Функция SIN - это одна из математических и тригонометрических функций. Она возвращает синус угла.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sinh.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sinh.htm index 2e04c3f8b..489a5f7ac 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sinh.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sinh.htm @@ -11,7 +11,7 @@
    - +

    Функция SINH

    Функция SINH - это одна из математических и тригонометрических функций. Возвращает гиперболический синус числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew-p.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew-p.htm index c11079974..82d2a73ed 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew-p.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew-p.htm @@ -11,7 +11,7 @@
    - +

    Функция SKEW.P (СКОС.Г)

    Функция SKEW.P - это одна из статистических функций. Возвращает асимметрию распределения на основе заполнения: характеристика степени асимметрии распределения относительно его среднего.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew.htm index 05c47a7f1..3a86dba84 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew.htm @@ -11,7 +11,7 @@
    - +

    Функция SKEW (СКОС)

    Функция SKEW - это одна из статистических функций. Анализирует диапазон данных и возвращает асимметрию распределения для списка значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sln.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sln.htm index dbed0bd63..4ece41644 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sln.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sln.htm @@ -11,7 +11,7 @@
    - +

    Функция SLN (АПЛ)

    Функция SLN - это одна из финансовых функций. Используется для вычисления величины амортизации имущества за один отчетный период линейным методом амортизационных отчислений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/slope.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/slope.htm index 2d0b3541c..392bfb7fb 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/slope.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/slope.htm @@ -11,7 +11,7 @@
    - +

    Функция SLOPE (НАКЛОН)

    Функция SLOPE - это одна из статистических функций. Возвращает наклон линии линейной регрессии для данных в двух массивах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/small.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/small.htm index cd3b39531..2e601fe77 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/small.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/small.htm @@ -11,7 +11,7 @@
    - +

    Функция SMALL (НАИМЕНЬШИЙ)

    Функция SMALL - это одна из статистических функций. Анализирует диапазон данных и находит n-ое наименьшее значение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrt.htm index 97ba753c4..0a6abdcef 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrt.htm @@ -11,7 +11,7 @@
    - +

    Функция SQRT (КОРЕНЬ)

    Функция SQRT - это одна из математических и тригонометрических функций. Она возвращает квадратный корень числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrtpi.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrtpi.htm index 4cd3bb7d4..7000717c7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrtpi.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrtpi.htm @@ -11,7 +11,7 @@
    - +

    Функция SQRTPI (КОРЕНЬПИ)

    Функция SQRTPI - это одна из математических и тригонометрических функций. Она возвращает квадратный корень от результата умножения константы пи (3.14159265358979) на заданное число.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/standardize.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/standardize.htm index 843f32007..c2960fec6 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/standardize.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/standardize.htm @@ -11,7 +11,7 @@
    - +

    Функция STANDARDIZE (НОРМАЛИЗАЦИЯ)

    Функция STANDARDIZE - это одна из статистических функций. Возвращает нормализованное значение для распределения, характеризуемого заданными параметрами.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-p.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-p.htm index 06024c6b7..7749ed314 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-p.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-p.htm @@ -11,7 +11,7 @@
    - +

    Функция STDEV.P (СТАНДОТКЛОН.Г)

    Функция STDEV.P - это одна из статистических функций. Вычисляет стандартное отклонение по генеральной совокупности, заданной аргументами. При этом логические значения и текст игнорируются.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-s.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-s.htm index 5c5e97eee..fb54b42ca 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-s.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-s.htm @@ -11,7 +11,7 @@
    - +

    Функция STDEV.S (СТАНДОТКЛОН.В)

    Функция STDEV.S - это одна из статистических функций. Оценивает стандартное отклонение по выборке. Логические значения и текст игнорируются.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev.htm index 390c29157..43d8dccd8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev.htm @@ -11,7 +11,7 @@
    - +

    Функция STDEV (СТАНДОТКЛОН)

    Функция STDEV - это одна из статистических функций. Анализирует диапазон данных и возвращает стандартное отклонение по выборке, содержащей числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdeva.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdeva.htm index f49f0c4c9..13202db7a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdeva.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdeva.htm @@ -11,7 +11,7 @@
    - +

    Функция STDEVA (СТАНДОТКЛОНА)

    Функция STDEVA - это одна из статистических функций. Анализирует диапазон данных и возвращает стандартное отклонение по выборке, содержащей числа, текст и логические значения (TRUE или FALSE). Текст и логические значения FALSE (ЛОЖЬ) интерпретируются как 0, а логические значения TRUE (ИСТИНА) - как 1.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevp.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevp.htm index 3defecc6a..92d26db07 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevp.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevp.htm @@ -11,7 +11,7 @@
    - +

    Функция STDEVP (СТАНДОТКЛОНП)

    Функция STDEVP - это одна из статистических функций. Используется для анализа диапазона данных и возвращает стандартное отклонение по всей совокупности значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevpa.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevpa.htm index 753d0e6ee..5f8205056 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevpa.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevpa.htm @@ -11,7 +11,7 @@
    - +

    Функция STDEVPA (СТАНДОТКЛОНПА)

    Функция STDEVPA - это одна из статистических функций. Используется для анализа диапазона данных и возвращает стандартное отклонение по всей совокупности значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/steyx.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/steyx.htm index 1a9f0a1a6..aba38f6ff 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/steyx.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/steyx.htm @@ -11,7 +11,7 @@
    - +

    Функция STEYX (СТОШYX)

    Функция STEYX - это одна из статистических функций. Возвращает стандартную ошибку предсказанных значений Y для каждого значения X по регрессивной шкале.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/substitute.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/substitute.htm index da0c54f4c..97d7627ac 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/substitute.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/substitute.htm @@ -11,7 +11,7 @@
    - +

    Функция SUBSTITUTE (ПОДСТАВИТЬ)

    Функция SUBSTITUTE - это одна из функций для работы с текстом и данными. Заменяет ряд символов на новый.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/subtotal.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/subtotal.htm index c87baf71f..48cdd3a35 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/subtotal.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/subtotal.htm @@ -11,7 +11,7 @@
    - +

    Функция SUBTOTAL (ПРОМЕЖУТОЧНЫЕ.ИТОГИ)

    Функция SUBTOTAL - это одна из математических и тригонометрических функций. Возвращает промежуточный итог в список или базу данных.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sum.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sum.htm index 1c7df6ea8..cb03f018b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sum.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sum.htm @@ -11,7 +11,7 @@
    - +

    Функция SUM (СУММ)

    Функция SUM - это одна из математических и тригонометрических функций. Возвращает результат сложения всех чисел в выбранном диапазоне ячеек.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumif.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumif.htm index 85d9018d0..9ce72ec11 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumif.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumif.htm @@ -11,7 +11,7 @@
    - +

    Функция SUMIF (СУММЕСЛИ)

    Функция SUMIF - это одна из математических и тригонометрических функций. Суммирует все числа в выбранном диапазоне ячеек в соответствии с заданным условием и возвращает результат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumifs.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumifs.htm index d27c47d54..6f643d7d0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumifs.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumifs.htm @@ -11,7 +11,7 @@
    - +

    Функция SUMIFS (СУММЕСЛИМН)

    Функция SUMIFS - это одна из математических и тригонометрических функций. Суммирует все числа в выбранном диапазоне ячеек в соответствии с несколькими условиями и возвращает результат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumproduct.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumproduct.htm index 46992c353..d9940352f 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumproduct.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumproduct.htm @@ -11,7 +11,7 @@
    - +

    Функция SUMPRODUCT (СУММПРОИЗВ)

    Функция SUMPRODUCT - это одна из математических и тригонометрических функций. Перемножает соответствующие элементы заданных диапазонов ячеек или массивов и возвращает сумму произведений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumsq.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumsq.htm index 3a9bdaac6..73afdd2d0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumsq.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumsq.htm @@ -11,7 +11,7 @@
    - +

    Функция SUMSQ (СУММКВ)

    Функция SUMSQ - это одна из математических и тригонометрических функций. Вычисляет сумму квадратов чисел и возвращает результат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2my2.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2my2.htm index 9a46c4c36..a377f47ce 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2my2.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2my2.htm @@ -11,7 +11,7 @@
    - +

    Функция SUMX2MY2 (СУММРАЗНКВ)

    Функция SUMX2MY2 - это одна из математических и тригонометрических функций. Вычисляет сумму разностей квадратов соответствующих элементов в двух массивах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2py2.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2py2.htm index 2e71b255b..b2db93f25 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2py2.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2py2.htm @@ -11,7 +11,7 @@
    - +

    Функция SUMX2PY2 (СУММСУММКВ)

    Функция SUMX2PY2 - это одна из математических и тригонометрических функций. Вычисляет суммы квадратов соответствующих элементов в двух массивах и возвращает сумму полученных результатов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumxmy2.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumxmy2.htm index 298558e00..173376e27 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumxmy2.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumxmy2.htm @@ -11,7 +11,7 @@
    - +

    Функция SUMXMY2 (СУММКВРАЗН)

    Функция SUMXMY2 - это одна из математических и тригонометрических функций. Возвращает сумму квадратов разностей соответствующих элементов в двух массивах.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/switch.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/switch.htm index 6b35a8556..90fbdbdbd 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/switch.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/switch.htm @@ -11,7 +11,7 @@
    - +

    Функция SWITCH (ПЕРЕКЛЮЧ)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/syd.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/syd.htm index a8cb7e3a7..229bcdcf3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/syd.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/syd.htm @@ -11,7 +11,7 @@
    - +

    Функция SYD (АСЧ)

    Функция SYD - это одна из финансовых функций. Используется для вычисления величины амортизации имущества за указанный отчетный период методом "суммы годовых цифр".

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-2t.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-2t.htm index 1d985ffa8..3c6020396 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-2t.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-2t.htm @@ -11,7 +11,7 @@
    - +

    Функция T.DIST.2T (СТЬЮДЕНТ.РАСП.2Х)

    Функция T.DIST.2T - это одна из статистических функций. Возвращает двустороннее t-распределение Стьюдента. T-распределение Стьюдента используется для проверки гипотез при малом объеме выборки. Данную функцию можно использовать вместо таблицы критических значений t-распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-rt.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-rt.htm index f9ad730a3..a87caee28 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-rt.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-rt.htm @@ -11,7 +11,7 @@
    - +

    Функция T.DIST.RT (СТЬЮДЕНТ.РАСП.ПХ)

    Функция T.DIST.RT - это одна из статистических функций. Возвращает правостороннее t-распределение Стьюдента. T-распределение используется для проверки гипотез при малом объеме выборки. Данную функцию можно применять вместо таблицы критических значений t-распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist.htm index c6824271e..b59cdb165 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция T.DIST (СТЬЮДЕНТ.РАСП)

    Функция T.DIST - это одна из статистических функций. Возвращает левостороннее t-распределение Стьюдента. T-распределение используется для проверки гипотез при малом объеме выборки. Данную функцию можно использовать вместо таблицы критических значений t-распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv-2t.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv-2t.htm index 3e75c112f..0df2a543d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv-2t.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv-2t.htm @@ -11,7 +11,7 @@
    - +

    Функция T.INV.2T (СТЬЮДЕНТ.ОБР.2Х)

    Функция T.INV.2T - это одна из статистических функций. Возвращает двустороннее обратное t-распределения Стьюдента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv.htm index 926f956e4..6f661429b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv.htm @@ -11,7 +11,7 @@
    - +

    Функция T.INV (СТЬЮДЕНТ.ОБР)

    Функция T.INV - это одна из статистических функций. Возвращает левостороннее обратное t-распределение Стьюдента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-test.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-test.htm index d5f76081f..75cc01edf 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-test.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-test.htm @@ -11,7 +11,7 @@
    - +

    Функция T.TEST (СТЬЮДЕНТ.ТЕСТ)

    Функция T.TEST - это одна из статистических функций. Возвращает вероятность, соответствующую t-тесту Стьюдента. Функция T.TEST позволяет определить вероятность того, что две выборки взяты из генеральных совокупностей, которые имеют одно и то же среднее.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t.htm index 64ac3b346..128e8a357 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/t.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/t.htm @@ -11,7 +11,7 @@
    - +

    Функция T

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tan.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tan.htm index ac5df2eb2..dea8503e9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tan.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tan.htm @@ -11,7 +11,7 @@
    - +

    Функция TAN

    Функция TAN - это одна из математических и тригонометрических функций. Возвращает тангенс угла.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tanh.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tanh.htm index 6b26bf297..41046377b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tanh.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tanh.htm @@ -11,7 +11,7 @@
    - +

    Функция TANH

    Функция TANH - это одна из математических и тригонометрических функций. Возвращает гиперболический тангенс числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbilleq.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbilleq.htm index 215ec3560..359afe471 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbilleq.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbilleq.htm @@ -11,7 +11,7 @@
    - +

    Функция TBILLEQ (РАВНОКЧЕК)

    Функция TBILLEQ - это одна из финансовых функций. Используется для вычисления эквивалентной доходности по казначейскому векселю.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillprice.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillprice.htm index bbc246f9e..fbf1e7c7b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillprice.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillprice.htm @@ -11,7 +11,7 @@
    - +

    Функция TBILLPRICE (ЦЕНАКЧЕК)

    Функция TBILLPRICE - это одна из финансовых функций. Используется для вычисления цены на 100 рублей номинальной стоимости для казначейского векселя.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillyield.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillyield.htm index cb91fd061..70b6b6465 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillyield.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillyield.htm @@ -11,7 +11,7 @@
    - +

    Функция TBILLYIELD (ДОХОДКЧЕК)

    Функция TBILLYIELD - это одна из финансовых функций. Используется для вычисления доходности по казначейскому векселю.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tdist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tdist.htm index 0d24a925a..d31c93ec3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tdist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tdist.htm @@ -11,7 +11,7 @@
    - +

    Функция TDIST (СТЬЮДРАСП)

    Функция TDIST - это одна из статистических функций. Возвращает процентные точки (вероятность) для t-распределения Стьюдента, где числовое значение (x) - это вычисляемое значение t, для которого должны быть вычислены вероятности. T-распределение используется для проверки гипотез при малом объеме выборки. Данную функцию можно использовать вместо таблицы критических значений t-распределения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/text.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/text.htm index e44d9bd9c..c92d1546c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/text.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/text.htm @@ -11,7 +11,7 @@
    - +

    Функция TEXT (ТЕКСТ)

    Функция TEXT - это одна из функций для работы с текстом и данными. Преобразует числовое значение в текст в заданном формате.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/textjoin.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/textjoin.htm index 25204176e..8cb874ccf 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/textjoin.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/textjoin.htm @@ -11,7 +11,7 @@
    - +

    Функция TEXTJOIN (ОБЪЕДИНИТЬ)

    Функция TEXTJOIN - это одна из функций для работы с текстом и данными. Объединяет текст из нескольких диапазонов и (или) строк, вставляя между текстовыми значениями указанный разделитель. Если в качестве разделителя используется пустая текстовая строка, функция эффективно объединит диапазоны. Эта функция аналогична функции CONCAT, но разница заключается в том, что функция CONCAT не принимает разделитель.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/time.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/time.htm index 9d4e62f1f..01df0159c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/time.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/time.htm @@ -11,7 +11,7 @@
    - +

    Функция TIME (ВРЕМЯ)

    Функция TIME - это одна из функций даты и времени. Используется для добавления определенного времени в выбранном формате (по умолчанию чч:мм tt (указатель половины дня a.m./p.m.)).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/timevalue.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/timevalue.htm index be75726fe..da7bfb854 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/timevalue.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/timevalue.htm @@ -11,7 +11,7 @@
    - +

    Функция TIMEVALUE (ВРЕМЗНАЧ)

    Функция TIMEVALUE - это одна из функций даты и времени. Возвращает порядковый номер, соответствующий заданному времени.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tinv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tinv.htm index 71669f537..5c459bd19 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/tinv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/tinv.htm @@ -11,7 +11,7 @@
    - +

    Функция TINV (СТЬЮДРАСПОБР)

    Функция TINV - это одна из статистических функций. Возвращает двустороннее обратное t-распределения Стьюдента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/today.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/today.htm index 114f95087..0b9d9a29e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/today.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/today.htm @@ -11,7 +11,7 @@
    - +

    Функция TODAY (СЕГОДНЯ)

    Функция TODAY - это одна из функций даты и времени. Используется для добавления текущей даты в следующем формате: MM/дд/гг. Данная функция не требует аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/transpose.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/transpose.htm index 8756b0aea..07610825e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/transpose.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/transpose.htm @@ -11,7 +11,7 @@
    - +

    Функция TRANSPOSE (ТРАНСП)

    Функция TRANSPOSE - это одна из поисковых функций. Возвращает первый элемент массива.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/trim.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/trim.htm index 23759cd54..56f78d895 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/trim.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/trim.htm @@ -11,7 +11,7 @@
    - +

    Функция TRIM (СЖПРОБЕЛЫ)

    Функция TRIM - это одна из функций для работы с текстом и данными. Удаляет пробелы из начала и конца строки.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/trimmean.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/trimmean.htm index 83498ed0a..6ab5f940a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/trimmean.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/trimmean.htm @@ -11,7 +11,7 @@
    - +

    Функция TRIMMEAN (УРЕЗСРЕДНЕЕ)

    Функция TRIMMEAN - это одна из статистических функций. Возвращает среднее внутренности множества данных. Функция TRIMMEAN вычисляет среднее, отбрасывания заданный процент данных с экстремальными значениями.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/true.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/true.htm index bf2173d24..b75c66bf9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/true.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/true.htm @@ -11,7 +11,7 @@
    - +

    Функция TRUE (ИСТИНА)

    Функция TRUE - это одна из логических функций. Функция возвращает значение TRUE (ИСТИНА) и не требует аргумента.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/trunc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/trunc.htm index f2600bd7b..19c72c6a7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/trunc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/trunc.htm @@ -11,7 +11,7 @@
    - +

    Функция TRUNC (ОТБР)

    Функция TRUNC - это одна из математических и тригонометрических функций. Возвращает число, усеченное до заданного количества десятичных разрядов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ttest.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ttest.htm index 7a34f13fd..2c48022ff 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ttest.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ttest.htm @@ -11,7 +11,7 @@
    - +

    Функция TTEST (ТТЕСТ)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/type.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/type.htm index 9460d1de1..2e0871b66 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/type.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/type.htm @@ -11,7 +11,7 @@
    - +

    Функция TYPE (ТИП)

    Функция TYPE - это одна из информационных функций. Используется для определения типа результирующего или отображаемого значения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/unichar.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/unichar.htm index ba3ee38ad..a48c630fc 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/unichar.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/unichar.htm @@ -11,7 +11,7 @@
    - +

    Функция UNICHAR (ЮНИСИМВ)

    Функция UNICHAR - это одна из функций для работы с текстом и данными. Возвращает символ Юникод, на который ссылается заданное числовое значение.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/unicode.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/unicode.htm index 81cb86022..3f227619c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/unicode.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/unicode.htm @@ -11,7 +11,7 @@
    - +

    Функция UNICODE

    Функция UNICODE - это одна из функций для работы с текстом и данными. Возвращает число (кодовую страницу), которая соответствует первому символу текста.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/upper.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/upper.htm index e56a278ac..6b45cf389 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/upper.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/upper.htm @@ -11,7 +11,7 @@
    - +

    Функция UPPER (ПРОПИСН)

    Функция UPPER - это одна из функций для работы с текстом и данными. Используется для преобразования букв в выбранной ячейке из нижнего регистра в верхний.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/value.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/value.htm index 1a9dda064..5f5fbe168 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/value.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/value.htm @@ -11,7 +11,7 @@
    - +

    Функция VALUE (ЗНАЧЕН)

    Функция VALUE - это одна из функций для работы с текстом и данными. Преобразует текстовое значение, представляющее число, в числовое значение. Если преобразуемый текст не является числом, функция возвращает ошибку #VALUE!.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-p.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-p.htm index 548212d27..f2af558f5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-p.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-p.htm @@ -11,7 +11,7 @@
    - +

    Функция VAR.P (ДИСП.Г)

    Функция VAR.P - это одна из статистических функций. Вычисляет дисперсию для генеральной совокупности. Логические значения и текст игнорируются.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-s.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-s.htm index ae362ca77..6f830e83c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-s.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-s.htm @@ -11,7 +11,7 @@
    - +

    Функция VAR.S (ДИСП.В)

    Функция VAR.S - это одна из статистических функций. Оценивает дисперсию по выборке. Логические значения и текст игнорируются.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/var.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/var.htm index 11bb73c06..f57878d01 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/var.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/var.htm @@ -11,7 +11,7 @@
    - +

    Функция VAR (ДИСП)

    Функция VAR - это одна из статистических функций. Анализирует диапазон данных и возвращает дисперсию по выборке, содержащей числа.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/vara.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/vara.htm index 48b7f7b43..9fa3c40c5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/vara.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/vara.htm @@ -11,7 +11,7 @@
    - +

    Функция VARA (ДИСПА)

    Функция VARA - это одна из статистических функций. Анализирует диапазон данных и возвращает дисперсию по выборке.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/varp.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/varp.htm index 67f2496e6..e854d7d16 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/varp.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/varp.htm @@ -11,7 +11,7 @@
    - +

    Функция VARP (ДИСПР)

    Функция VARP - это одна из статистических функций. Анализирует диапазон данных и возвращает дисперсию по всей совокупности значений. diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/varpa.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/varpa.htm index 3bccc0bc5..8b9ab709c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/varpa.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/varpa.htm @@ -11,7 +11,7 @@

    - +

    Функция VARPA (ДИСПРА)

    Функция VARPA - это одна из статистических функций. Анализирует диапазон данных и возвращает дисперсию по всей совокупности значений.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/vdb.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/vdb.htm index 99641755c..772f381b3 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/vdb.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/vdb.htm @@ -11,7 +11,7 @@
    - +

    Функция VDB (ПУО)

    Функция VDB - это одна из финансовых функций. Используется для вычисления величины амортизации имущества за указанный отчетный период или его часть методом двойного уменьшения остатка или иным указанным методом.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/vlookup.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/vlookup.htm index d3aac30a3..db947d10a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/vlookup.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/vlookup.htm @@ -11,7 +11,7 @@
    - +

    Функция VLOOKUP (ВПР)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/weekday.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/weekday.htm index bbd13e6ff..61f08ecac 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/weekday.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/weekday.htm @@ -11,7 +11,7 @@
    - +

    Функция WEEKDAY (ДЕНЬНЕД)

    Функция WEEKDAY - это одна из функций даты и времени. Определяет, какой день недели соответствует заданной дате.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/weeknum.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/weeknum.htm index d690d9c85..271615ece 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/weeknum.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/weeknum.htm @@ -11,7 +11,7 @@
    - +

    Функция WEEKNUM (НОМНЕДЕЛИ)

    Функция WEEKNUM - это одна из функций даты и времени. Возвращает порядковый номер той недели в течение года, на которую приходится заданная дата.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull-dist.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull-dist.htm index 5e492057c..48a4664bd 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull-dist.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull-dist.htm @@ -11,7 +11,7 @@
    - +

    Функция WEIBULL.DIST (ВЕЙБУЛЛ.РАСП)

    Функция WEIBULL.DIST - это одна из статистических функций. Возвращает распределение Вейбулла. Это распределение используется при анализе надежности, например для вычисления среднего времени наработки на отказ какого-либо устройства.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull.htm index be42489c2..ff3a7eefe 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull.htm @@ -11,7 +11,7 @@
    - +

    Функция WEIBULL (ВЕЙБУЛЛ)

    Функция WEIBULL - это одна из статистических функций. Возвращает распределение Вейбулла. Это распределение используется при анализе надежности, например для вычисления среднего времени наработки на отказ какого-либо устройства.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday-intl.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday-intl.htm index dc73aeaa0..7bf3dc219 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday-intl.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday-intl.htm @@ -11,7 +11,7 @@
    - +

    Функция WORKDAY.INTL (РАБДЕНЬ.МЕЖД)

    Функция WORKDAY.INTL - это одна из функций даты и времени. Возвращает порядковый номер даты, отстоящей вперед или назад на заданное количество рабочих дней, с указанием настраиваемых параметров выходных, определяющих, сколько в неделе выходных дней и какие дни являются выходными.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday.htm index 1a7034bcb..cf06daba2 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday.htm @@ -11,7 +11,7 @@
    - +

    Функция WORKDAY (РАБДЕНЬ)

    Функция WORKDAY - это одна из функций даты и времени. Возвращает дату, которая идет на заданное число дней (day-offset) до или после заданной начальной даты, без учета выходных и праздничных дней.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/xirr.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/xirr.htm index db1629776..3db84db56 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/xirr.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/xirr.htm @@ -11,7 +11,7 @@
    - +

    Функция XIRR (ЧИСТВНДОХ)

    Функция XIRR - это одна из финансовых функций. Используется для вычисления внутренней ставки доходности по ряду нерегулярных денежных потоков.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/xnpv.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/xnpv.htm index 4f14da743..32b665d9d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/xnpv.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/xnpv.htm @@ -11,7 +11,7 @@
    - +

    Функция XNPV (ЧИСТНЗ)

    Функция XNPV - это одна из финансовых функций. Используется для вычисления чистой приведенной стоимости инвестиции исходя из указанной процентной ставки и нерегулярных выплат.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/xor.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/xor.htm index 4bb463c14..bc05067b4 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/xor.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/xor.htm @@ -11,7 +11,7 @@
    - +

    Функция XOR (ИСКЛИЛИ)

    Функция XOR - это одна из логических функций. Возвращает логическое исключающее ИЛИ всех аргументов. Функция возвращает значение TRUE, если число вводов TRUE нечетное, и значение FALSE, если число вводов TRUE четное.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/year.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/year.htm index fe908a276..babdf2fda 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/year.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/year.htm @@ -11,7 +11,7 @@
    - +

    Функция YEAR (ГОД)

    Функция YEAR - это одна из функций даты и времени. Возвращает год (число от 1900 до 9999), соответствующий дате, заданной в числовом формате (MM/дд/гггг по умолчанию).

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/yearfrac.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/yearfrac.htm index bef29be23..3007a322a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/yearfrac.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/yearfrac.htm @@ -11,7 +11,7 @@
    - +

    Функция YEARFRAC (ДОЛЯГОДА)

    Функция YEARFRAC - это одна из функций даты и времени. Возвращает долю года, представленную числом целых дней между начальной и конечной датами, вычисляемую заданным способом.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/yield.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/yield.htm index 7dc3971e7..34182cdd7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/yield.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/yield.htm @@ -11,7 +11,7 @@
    - +

    Функция YIELD (ДОХОД)

    Функция YIELD - это одна из финансовых функций. Используется для вычисления доходности по ценной бумаге с периодической выплатой процентов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/yielddisc.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/yielddisc.htm index 00b86fc4e..51730d4ab 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/yielddisc.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/yielddisc.htm @@ -11,7 +11,7 @@
    - +

    Функция YIELDDISC (ДОХОДСКИДКА)

    Функция YIELDDISC - это одна из финансовых функций. Используется для вычисления годовой доходности по ценной бумаге, на которую дается скидка.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/yieldmat.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/yieldmat.htm index 99d07b781..f9435df81 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/yieldmat.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/yieldmat.htm @@ -11,7 +11,7 @@
    - +

    Функция YIELDMAT (ДОХОДПОГАШ)

    Функция YIELDMAT - это одна из финансовых функций. Используется для вычисления годовой доходности по ценным бумагам, процент по которым уплачивается при наступлении срока погашения.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/z-test.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/z-test.htm index f3ded9ed0..59f56edcd 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/z-test.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/z-test.htm @@ -11,7 +11,7 @@
    - +

    Функция Z.TEST (Z.ТЕСТ)

    Функция Z.TEST - это одна из статистических функций. Возвращает одностороннее P-значение z-теста. Для заданного гипотетического среднего генеральной совокупности функция Z.TEST возвращает вероятность того, что среднее по выборке будет больше среднего значения набора рассмотренных данных (массива), то есть среднего значения наблюдаемой выборки.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ztest.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ztest.htm index 5bcaed088..d467a3a96 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/Functions/ztest.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/ztest.htm @@ -11,7 +11,7 @@
    - +

    Функция ZTEST (ZТЕСТ)

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/About.htm b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/About.htm index 4516a91cc..6fde146fc 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/About.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/About.htm @@ -11,7 +11,7 @@
    - +

    О редакторе электронных таблиц

    Онлайн-редактор электронных таблиц - это онлайн-приложение, которое позволяет редактировать электронные таблицы непосредственно в браузере.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm index 51297e219..e2df5653a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm @@ -11,7 +11,7 @@
    - +

    Дополнительные параметры редактора электронных таблиц

    Вы можете изменить дополнительные параметры редактора электронных таблиц. Для перехода к ним откройте вкладку Файл на верхней панели инструментов и выберите опцию Дополнительные параметры.... Можно также использовать значок Значок Дополнительные параметры, расположенный в правом верхнем углу на вкладке Главная верхней панели инструментов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm index 5c2b2f4cd..15887d490 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm @@ -11,7 +11,7 @@
    - +

    Совместное редактирование электронных таблиц

    В онлайн-редакторе электронных таблиц вы можете работать над электронной таблицей совместно с другими пользователями. Эта возможность включает в себя следующее:

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm index 9025c94a9..1a2b05716 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm @@ -11,7 +11,7 @@
    - +

    Сочетания клавиш

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Navigation.htm b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Navigation.htm index 42dcb59a5..a540a67c0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Navigation.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Navigation.htm @@ -11,7 +11,7 @@
    - +

    Параметры представления и инструменты навигации

    В редакторе электронных таблиц доступен ряд инструментов для навигации, облегчающих просмотр и выделение ячеек в больших таблицах: настраиваемые панели, полосы прокрутки, кнопки навигации по листам, ярлычки листов и кнопки масштаба.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Search.htm b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Search.htm index 4015479d7..ec86fbc16 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Search.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Search.htm @@ -11,7 +11,7 @@
    - +

    Функция поиска и замены

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm index df220cc77..e30a3d0f6 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm @@ -11,7 +11,7 @@
    - +

    Поддерживаемые форматы электронных таблиц

    Электронная таблица - это таблица данных, организованных в строки и столбцы. diff --git a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/FileTab.htm b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/FileTab.htm index f186e8a89..2b5358687 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/FileTab.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/FileTab.htm @@ -11,7 +11,7 @@

    - +

    Вкладка Файл

    Вкладка Файл позволяет выполнить некоторые базовые операции с текущим файлом.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm index 2216ff627..197d4e5d2 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Главная

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm index 0c3386eda..6a6a03e34 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Вставка

    Вкладка Вставка позволяет добавлять в электронную таблицу визуальные объекты и комментарии.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm index 6893c1133..910c114aa 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm @@ -11,7 +11,7 @@
    - +

    Вкладка Плагины

    Вкладка Плагины позволяет получить доступ к дополнительным возможностям редактирования, используя доступные сторонние компоненты.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm index 255ce5e58..3c1593e56 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm @@ -11,7 +11,7 @@
    - +

    Знакомство с пользовательским интерфейсом редактора электронных таблиц

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm index 88897d4c1..822095a53 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm @@ -11,7 +11,7 @@
    - +

    Добавление границ

    Для добавления и форматирования границ на рабочем листе:

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm index fa68a3da5..5322eac1c 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm @@ -11,7 +11,7 @@
    - +

    Добавление гиперссылок

    Для добавления гиперссылки:

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AlignText.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AlignText.htm index dc97da868..df063149b 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AlignText.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AlignText.htm @@ -11,7 +11,7 @@
    - +

    Выравнивание данных в ячейках

    Данные внутри ячейки можно выравнивать горизонтально или вертикально или даже поворачивать. Для этого выделите ячейку, диапазон ячеек мышью или весь рабочий лист, нажав сочетание клавиш Ctrl+A. Можно также выделить несколько ячеек или диапазонов ячеек, которые не являются смежными, удерживая клавишу Ctrl при выделении ячеек и диапазонов с помощью мыши. Затем выполните одну из следующих операций, используя значки, расположенные на вкладке Главная верхней панели инструментов.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ChangeNumberFormat.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ChangeNumberFormat.htm index 2e91ceb90..411038900 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ChangeNumberFormat.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ChangeNumberFormat.htm @@ -11,7 +11,7 @@
    - +

    Изменение формата представления чисел

    Применение числового формата

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ClearFormatting.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ClearFormatting.htm index 4b12bd73a..248464b68 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ClearFormatting.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ClearFormatting.htm @@ -11,7 +11,7 @@
    - +

    Очистка текста, форматирования в ячейке, копирование форматирования ячейки

    Очистка форматирования

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/CopyPasteData.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/CopyPasteData.htm index 0e78dfd51..12f2c1b19 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/CopyPasteData.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/CopyPasteData.htm @@ -11,7 +11,7 @@
    - +

    Вырезание / копирование / вставка данных

    Использование основных операций с буфером обмена

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeStyle.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeStyle.htm index 887041612..8fdd64536 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeStyle.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeStyle.htm @@ -11,7 +11,7 @@
    - +

    Задание типа, размера, стиля и цветов шрифта

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm index 403ed6dd3..ee9494046 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertChart.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertChart.htm index 7f9e3a3ac..54ddb7d0a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertChart.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertChart.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertDeleteCells.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertDeleteCells.htm index a75b29cf1..2d1acaed9 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertDeleteCells.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertDeleteCells.htm @@ -11,7 +11,7 @@
    - +

    Управление ячейками, строками и столбцами

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm index ea138acc3..c2a64c93d 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm index a2319d433..5a8a7ed76 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm @@ -11,7 +11,7 @@
    - +

    Вставка функций

    Важная причина использования электронных таблиц - это возможность выполнять основные расчеты. Некоторые из них можно выполнить автоматически, выбрав диапазон ячеек на рабочем листе:

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm index 67d485159..47d46c1a2 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm index 89cdd5b3d..d3f8931cf 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm @@ -11,7 +11,7 @@
    - +

    Вставка текстовых объектов

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManageSheets.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManageSheets.htm index 3f17dc5e1..158a28066 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManageSheets.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManageSheets.htm @@ -11,7 +11,7 @@
    - +

    Управление листами

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm index 8dea4d164..37c19d8bc 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm @@ -11,7 +11,7 @@
    - +

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

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/MergeCells.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/MergeCells.htm index 7833ef4bb..5c4b66fe8 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/MergeCells.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/MergeCells.htm @@ -11,7 +11,7 @@
    - +

    Объединение ячеек

    Две или более смежных ячеек можно объединить в одну. Для этого:

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm index e662d422a..e32695389 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm @@ -11,7 +11,7 @@
    - +

    Создание новой электронной таблицы или открытие существующей

    Для создания новой электронной таблицы, когда онлайн-редактор электронных таблиц открыт:

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm index ed8687450..a226cf0b0 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm @@ -11,7 +11,7 @@
    - +

    Сохранение / печать / скачивание таблицы

    По умолчанию онлайн-редактор электронных таблиц автоматически сохраняет файл каждые 2 секунды, когда вы работаете над ним, чтобы не допустить потери данных в случае непредвиденного закрытия программы. Если вы совместно редактируете файл в Быстром режиме, таймер запрашивает наличие изменений 25 раз в секунду и сохраняет их, если они были внесены. При совместном редактировании файла в Строгом режиме изменения автоматически сохраняются каждые 10 минут. При необходимости можно легко выбрать предпочтительный режим совместного редактирования или отключить функцию автоматического сохранения на странице Дополнительные параметры.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SortData.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SortData.htm index fe7fe786e..0c826111a 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SortData.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SortData.htm @@ -11,7 +11,7 @@
    - +

    Сортировка и фильтрация данных

    Сортировка данных

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UndoRedo.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UndoRedo.htm index 846ccbd07..1cc59de0e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UndoRedo.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UndoRedo.htm @@ -11,7 +11,7 @@
    - +

    Отмена / повтор действий

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

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UseNamedRanges.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UseNamedRanges.htm index d4a6ca8f5..17dbd6265 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UseNamedRanges.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UseNamedRanges.htm @@ -11,7 +11,7 @@
    - +

    Использование именованных диапазонов

    Имена - это осмысленные обозначения, которые можно присвоить ячейке или диапазону ячеек и использовать для упрощения работы с формулами. При создании формул в качестве аргумента можно использовать имя, а не ссылку на диапазон ячеек. Например, если присвоить диапазону ячеек имя Годовой_доход, то можно будет вводить формулу =SUM(Годовой_доход) вместо =SUM(B1:B12) и т.д. В таком виде формулы становятся более понятными. Эта возможность также может быть полезна, если большое количество формул ссылается на один и тот же диапазон ячеек. При изменении адреса диапазона можно один раз внести исправление в Диспетчере имен, а не редактировать все формулы по одной.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm index 3fae4947a..15eb4395e 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm @@ -11,7 +11,7 @@
    - +

    Просмотр сведений о файле

    Чтобы получить доступ к подробным сведениям о редактируемой электронной таблице, нажмите на вкладку Файл на верхней панели инструментов и выберите опцию Сведения о таблице.

    diff --git a/apps/spreadsheeteditor/main/resources/help/ru/search/search.html b/apps/spreadsheeteditor/main/resources/help/ru/search/search.html index a878817df..12e867c23 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/search/search.html +++ b/apps/spreadsheeteditor/main/resources/help/ru/search/search.html @@ -225,7 +225,7 @@
    - +

    Поиск...

    From d7af9dcfc2fa4b0708180560d0e359207ec15dd4 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Wed, 7 Mar 2018 12:15:51 +0300 Subject: [PATCH 13/39] [DE][SSE] Removed unused pages from documentation --- .../InsertRichTextContentControls.htm | 59 ------------------- .../InsertRichTextContentControls.htm | 59 ------------------- .../resources/help/en/Functions/amorintm.htm | 44 -------------- 3 files changed, 162 deletions(-) delete mode 100644 apps/documenteditor/main/resources/help/en/UsageInstructions/InsertRichTextContentControls.htm delete mode 100644 apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertRichTextContentControls.htm delete mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/amorintm.htm diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertRichTextContentControls.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertRichTextContentControls.htm deleted file mode 100644 index ba22a4c40..000000000 --- a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertRichTextContentControls.htm +++ /dev/null @@ -1,59 +0,0 @@ - - - - Create forms - - - - - - - -
    -
    - -
    -

    Create forms

    -

    Using rich text 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. Rich text content controls are objects containing text that can be formatted. Inline controls cannot contain more than one paragraph, while floating controls can contain several paragraphs, lists, and objects (images, shapes, tables etc.).

    -

    Adding controls

    -

    To create a new inline control,

    -
      -
    1. 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.
    2. -
    3. press Shift+F1
    4. -
    -

    The control will be inserted at the insertion point within a line of the existing text. Inline controls do not allow adding line breaks and cannot contain other objects such as images, tables etc.

    -

    New inline content control

    -

    To create a new floating control,

    -
      -
    1. 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.
    2. -
    3. press Shift+F2
    4. -
    -

    The control will be inserted in a new paragraph. Floating controls allow adding line breaks, i.e. can contain multiple paragraphs as well as some objects, such as images, tables, other content controls etc.

    -

    Floating content control

    -

    Note: The content control border is visible when the control is selected only. The borders do not appear on a printed version.

    -

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

    -

    Moving content control

    -

    You can also copy and paste inline controls: select the necessary control and use the Ctrl+C/Ctrl+V key combinations.

    -

    Editing control contents

    -

    To switch to the control editing mode, press Shift+F9. You will be able to navigate between the controls only using the keyboard arrow buttons.

    -

    Replace the default text within the control ("Your text here") with your own one: select the default text, press the Delete key and type in a new text or copy a text passage from anywhere and paste it into the content control.

    -

    Text within the rich text content control of any type (both inline and floating) 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 floating controls can be formatted like a regular text of the document, i.e. you can set line spacing, change paragraph indents, adjust tab stops.

    -

    Protecting controls

    -

    You can prevent users from editing or deleting some individual content controls. Use one of the following keyboard shortcuts:

    -
      -
    • To protect a control from being edited (but not from being deleted), select the necessary control and press Shift+F6
    • -
    • To protect a control from being deleted (but not from being edited), select the necessary control and press Shift+F7
    • -
    • To protect a control from being both edited and deleted, select the necessary control and press Shift+F8
    • -
    • To disable the protection from editing/deleting, select the necessary control and press Shift+F5
    • -
    -

    Removing controls

    -

    If you do not need a control anymore, you can use one of the following keyboard shortcuts:

    -
      -
    • To remove a control and all its contents, select the necessary control and press Shift+F3
    • -
    • To remove a control and leave all its contents, select the necessary control and press Shift+F4
    • -
    - -
    - - \ No newline at end of file diff --git a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertRichTextContentControls.htm b/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertRichTextContentControls.htm deleted file mode 100644 index d752e2c59..000000000 --- a/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertRichTextContentControls.htm +++ /dev/null @@ -1,59 +0,0 @@ - - - - Создание форм - - - - - - - -
    -
    - -
    -

    Создание форм

    -

    Используя элементы управления содержимым "форматированный текст", вы можете создать форму с полями ввода, которую могут заполнять другие пользователи, или защитить некоторые части документа от редактирования или удаления. Элементы управления содержимым "форматированный текст" - это объекты, содержащие текст, который можно форматировать. Встроенные элементы управления могут содержать не более одного абзаца, тогда как плавающие элементы управления могут содержать несколько абзацев, списки и объекты (изображения, фигуры, таблицы и так далее).

    -

    Добавление элементов управления

    -

    Для создания нового встроенного элемента управления,

    -
      -
    1. установите курсор в строке текста там, где требуется добавить элемент управления,
      или выделите фрагмент текста, который должен стать содержимым элемента управления.
    2. -
    3. нажмите сочетание клавиш Shift+F1
    4. -
    -

    Элемент управления будет вставлен в позицию курсора в строке существующего текста. Встроенные элементы управления не позволяют добавлять разрывы строки и не могут содержать другие объекты, такие как изображения, таблицы и так далее.

    -

    Новый встроенный элемент управления

    -

    Для создания нового плавающего элемента управления,

    -
      -
    1. установите курсор в конце абзаца, после которого требуется добавить элемент управления,
      или выделите один или несколько существующих абзацев, которые должны стать содержимым элемента управления.
    2. -
    3. нажмите сочетание клавиш Shift+F2
    4. -
    -

    Элемент управления будет вставлен в новом абзаце. Плавающие элементы управления позволяют добавлять разрывы строки, то есть могут содержать несколько абзацев, а также какие-либо объекты, такие как изображения, таблицы, другие элементы управления содержимым и так далее.

    -

    Плавающий элемент управления

    -

    Примечание: Граница элемента управления содержимым видна только при выделении элемента управления. Границы не отображаются в печатной версии.

    -

    Перемещение элементов управления

    -

    Элементы управления можно перемещать на другое место в документе: нажмите на кнопку слева от границы элемента управления, чтобы выделить элемент управления, и перетащите его, не отпуская кнопку мыши, на другое место в тексте документа.

    -

    Перемещение элементов управления

    -

    Встроенные элементы управления можно также копировать и вставлять: выделите нужный элемент управления и используйте сочетания клавиш Ctrl+C/Ctrl+V.

    -

    Редактирование содержимого элементов управления

    -

    Для перехода в режим редактирования элементов управления нажмите сочетание клавиш Shift+F9. Вы сможете перемещаться только между элементами управления, используя кнопки со стрелками на клавиатуре.

    -

    Замените стандартный текст в элементе управления ("Введите ваш текст") на свой собственный: выделите стандартный текст, нажмите клавишу Delete и введите новый текст или скопируйте откуда-нибудь фрагмент текста и вставьте его в элемент управления содержимым.

    -

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

    -

    Защита элементов управления

    -

    Можно запретить пользователям редактирование или удаление некоторых отдельных элементов управления содержимым. Используйте одно из следующих сочетаний клавиш:

    -
      -
    • Чтобы защитить элемент управления от редактирования (но не от удаления), выделите нужный элемент управления и нажмите сочетание клавиш Shift+F6
    • -
    • Чтобы защитить элемент управления от удаления (но не от редактирования), выделите нужный элемент управления и нажмите сочетание клавиш Shift+F7
    • -
    • Чтобы защитить элемент управления от редактирования и удаления одновременно, выделите нужный элемент управления и нажмите сочетание клавиш Shift+F8
    • -
    • Чтобы снять защиту от редактирования/удаления, выделите нужный элемент управления и нажмите сочетание клавиш Shift+F5
    • -
    -

    Удаление элементов управления

    -

    Если вам больше не нужен какой-то элемент управления, вы можете использовать одно из следующих сочетаний клавиш:

    -
      -
    • Чтобы удалить элемент управления и все его содержимое, выделите нужный элемент управления и нажмите сочетание клавиш Shift+F3
    • -
    • Чтобы удалить элемент управления и оставить все его содержимое, выделите нужный элемент управления и нажмите сочетание клавиш Shift+F4
    • -
    - -
    - - \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/amorintm.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/amorintm.htm deleted file mode 100644 index bdcd7533d..000000000 --- a/apps/spreadsheeteditor/main/resources/help/en/Functions/amorintm.htm +++ /dev/null @@ -1,44 +0,0 @@ - - - - FV Function - - - - - - - -
    -
    - -
    -

    FV Function

    -

    The FV function is one of the financial functions. It is used to calculate the future value of an investment based on a specified interest rate and a constant payment schedule.

    -

    The FV function syntax is:

    -

    FV(rate, nper, pmt [, [pv] [,[type]]])

    -

    where

    -

    rate is the interest rate for the investment.

    -

    nper is a number of payments.

    -

    pmt is a payment amount.

    -

    pv is a present value of the payments. It is an optional argument. If it is omitted, the function will assume pv to be 0.

    -

    type is a period when the payments are due. It is an optional argument. If it is set to 0 or omitted, the function will assume the payments to be due at the end of the period. If type is set to 1, the payments are due at the beginning of the period.

    -

    Note: cash paid out (such as deposits to savings) is represented by negative numbers; cash received (such as dividend checks) is represented by positive numbers.

    -

    The numeric values can be entered manually or included into the cell you make reference to.

    -

    To apply the FV function,

    -
      -
    1. select the cell where you wish to display the result,
    2. -
    3. click the Insert function Insert function icon icon situated at the top toolbar, -
      or right-click within a selected cell and select the Insert Function option from the menu, -
      or click the Function icon icon situated at the formula bar, -
    4. -
    5. select the Financial function group from the list,
    6. -
    7. click the FV function,
    8. -
    9. enter the required arguments separating them by commas,
    10. -
    11. press the Enter button.
    12. -
    -

    The result will be displayed in the selected cell.

    -

    FV Function

    -
    - - \ No newline at end of file From c0b6bcc5426f81998ecbb86c092385cb91ad787d Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Wed, 7 Mar 2018 12:21:05 +0300 Subject: [PATCH 14/39] [DE][PE][SSE] Updated the chat icon image used for the documentation --- .../main/resources/help/de/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/de/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/en/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/en/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/es/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/es/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/fr/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/fr/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/ru/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/ru/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/de/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/de/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/en/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/en/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/es/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/es/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/fr/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/fr/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/ru/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/ru/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/en/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/en/images/chaticon_new.png | Bin 482 -> 413 bytes .../main/resources/help/ru/images/chaticon.png | Bin 427 -> 358 bytes .../resources/help/ru/images/chaticon_new.png | Bin 482 -> 413 bytes 24 files changed, 0 insertions(+), 0 deletions(-) diff --git a/apps/documenteditor/main/resources/help/de/images/chaticon.png b/apps/documenteditor/main/resources/help/de/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/documenteditor/main/resources/help/de/images/chaticon_new.png b/apps/documenteditor/main/resources/help/de/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/documenteditor/main/resources/help/en/images/chaticon.png b/apps/documenteditor/main/resources/help/en/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/documenteditor/main/resources/help/en/images/chaticon_new.png b/apps/documenteditor/main/resources/help/en/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/documenteditor/main/resources/help/es/images/chaticon.png b/apps/documenteditor/main/resources/help/es/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/documenteditor/main/resources/help/es/images/chaticon_new.png b/apps/documenteditor/main/resources/help/es/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/documenteditor/main/resources/help/fr/images/chaticon.png b/apps/documenteditor/main/resources/help/fr/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/documenteditor/main/resources/help/fr/images/chaticon_new.png b/apps/documenteditor/main/resources/help/fr/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/documenteditor/main/resources/help/ru/images/chaticon.png b/apps/documenteditor/main/resources/help/ru/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/documenteditor/main/resources/help/ru/images/chaticon_new.png b/apps/documenteditor/main/resources/help/ru/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/presentationeditor/main/resources/help/de/images/chaticon.png b/apps/presentationeditor/main/resources/help/de/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/presentationeditor/main/resources/help/de/images/chaticon_new.png b/apps/presentationeditor/main/resources/help/de/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/presentationeditor/main/resources/help/en/images/chaticon.png b/apps/presentationeditor/main/resources/help/en/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/presentationeditor/main/resources/help/en/images/chaticon_new.png b/apps/presentationeditor/main/resources/help/en/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/presentationeditor/main/resources/help/es/images/chaticon.png b/apps/presentationeditor/main/resources/help/es/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/presentationeditor/main/resources/help/es/images/chaticon_new.png b/apps/presentationeditor/main/resources/help/es/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/presentationeditor/main/resources/help/fr/images/chaticon.png b/apps/presentationeditor/main/resources/help/fr/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/presentationeditor/main/resources/help/fr/images/chaticon_new.png b/apps/presentationeditor/main/resources/help/fr/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/presentationeditor/main/resources/help/ru/images/chaticon.png b/apps/presentationeditor/main/resources/help/ru/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/presentationeditor/main/resources/help/ru/images/chaticon_new.png b/apps/presentationeditor/main/resources/help/ru/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/spreadsheeteditor/main/resources/help/en/images/chaticon.png b/apps/spreadsheeteditor/main/resources/help/en/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/spreadsheeteditor/main/resources/help/en/images/chaticon_new.png b/apps/spreadsheeteditor/main/resources/help/en/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ diff --git a/apps/spreadsheeteditor/main/resources/help/ru/images/chaticon.png b/apps/spreadsheeteditor/main/resources/help/ru/images/chaticon.png index e639de4a2dbcdac2a48398bca9e2de0083fed8c8..d16591e29c2b87c9961d95250570f145aa42b5db 100644 GIT binary patch delta 329 zcmV-P0k;0D1LguDiBL{Q4GJ0x0000DNk~Le0000I0000F2nGNE0O^LG5|JS&f5ZR) z4#WYKD-Ig~008?*L_t(IPsNiVi-bTF$Nw(Z6q8sDmcwwtVi!MvK`e6Nz+|zR4HmzN z(QeZ!eg^GgQLJ-}_h8vwcUkY?_6LvoKixv){)u54*#00000NkvXXu0mjf!by&Q delta 398 zcmV;90dfB30;>ZdiBL{Q4GJ0x0000DNk~Le0000F0000E2m$~A0DtJwxRD_!f5QL( z4#NS*Z>VGd00BTrL_t(2Q+<&!tAbD%hCS96=pr;aMzl5b3ltI*+#-aAen5jiq`|#i zaFGNH`~$8b1%=|^Dg=6)M7nSH-p)O7>7MEJ{hseTujeE8`<;89s;Ye7kD{n7OG%Pc zRW(gh5CjSkmUbMcZCk@IfTAG?e}Yb@vs$ev&4H$8KA-1#{_#A}a9Du^E^${vMfUqWPo;E7b~O8WMezm>otyJ zY;iCcOs7*>mcJ(zMG=M}nz7NzWFm?p*>1O+&1O6vgBy)TFE8-*aX1|CCrOelmrG(< smTlXZ`j=y!^ZC49uZf~4|8s2h6P=CQuyp}g&Hw-a07*qoM6N<$g8jX+od5s; diff --git a/apps/spreadsheeteditor/main/resources/help/ru/images/chaticon_new.png b/apps/spreadsheeteditor/main/resources/help/ru/images/chaticon_new.png index 106eb213d031b58be7e5581f6960d156fc64a02c..84b3bed42ae3519db01433486725095323af5d0c 100644 GIT binary patch delta 384 zcmV-`0e}AD1DyjQiBL{Q4GJ0x0000DNk~Le0000J0000H2nGNE06&$wb1#K~NlQzMAs`?Cj2}FBz|hdp09Aqta2W&w zAaRy28yFZrfByXc+qZ8F(b3Ti%F4q_Ab}cpn)5u_VFC+)C z@bK_3fUvoS9)oXK5QDj`HCO@{fN8`A7(uZBWut(UloW=C4Rt%?M7~qmH zlz|%%oizS%djd&Z%9$YYAeWH>e&0*^|No-U|Gziv{(t@S94ZO{BpU_-zaEtR|N8ME elm`R<{{sMjb!K5CVGd00DPNL_t(IPlb}PYQj(yhI13QfI}Ndr#jk@EkmbvGhji%O+@PAo*{+4 zMHg{3&md-qkQZ<&RM3KG6^BlOHBA=Nkp6A(Ho@2&Lils;|DAJB?j>OuGKX*+r{C|} zw!PVG1VK<$wN|U;^Lc8Zg2b^-f2R`!LA6>11JX22j^i{O7QEiNyLW2Hz~BS99A7=UAFFuLZ@;-j_HAtKRR91007*qoM6N<$g1ykq`2YX_ From 50e838378efb8d60a11b5777dfd67d76b907a990 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Wed, 7 Mar 2018 12:28:35 +0300 Subject: [PATCH 15/39] [DE][PE][SSE] Updated indexes.js for all editors documentation (removed double spaces) --- .../main/resources/help/de/search/indexes.js | 14 ++--- .../main/resources/help/en/search/indexes.js | 20 +++---- .../main/resources/help/es/search/indexes.js | 14 ++--- .../main/resources/help/fr/search/indexes.js | 14 ++--- .../main/resources/help/ru/search/indexes.js | 26 ++++---- .../main/resources/help/de/search/indexes.js | 8 +-- .../main/resources/help/en/search/indexes.js | 10 ++-- .../main/resources/help/es/search/indexes.js | 8 +-- .../main/resources/help/fr/search/indexes.js | 8 +-- .../main/resources/help/ru/search/indexes.js | 10 ++-- .../main/resources/help/en/search/indexes.js | 16 ++--- .../main/resources/help/ru/search/indexes.js | 60 +++++++++---------- 12 files changed, 104 insertions(+), 104 deletions(-) diff --git a/apps/documenteditor/main/resources/help/de/search/indexes.js b/apps/documenteditor/main/resources/help/de/search/indexes.js index a0ee93eba..3bc0feef7 100644 --- a/apps/documenteditor/main/resources/help/de/search/indexes.js +++ b/apps/documenteditor/main/resources/help/de/search/indexes.js @@ -113,7 +113,7 @@ var indexes = { "id": "UsageInstructions/ChangeWrappingStyle.htm", "title": "Textumbruch ändern", - "body": "Die Option Textumbruch legt fest, wie ein Objekt relativ zum Text positioniert wird. Sie können den Umbruchstil für eingefügt Objekte ändern, wie beispielsweise Formen, Bilder, Diagramme, Textfelder oder Tabellen. Textumbruch für Formen, Bilder, Diagramme oder Tabellen ändern Ändern des aktuellen Umbruchstils: Wählen Sie über einen Linksklick ein einzelnes Objekt auf der Seite aus. Um ein Textfeld auszuwählen, klicken Sie auf den Rahmen und nicht auf den darin befindlichen Text. Öffnen Sie die Einstellungen für den Textumbruch: Wechseln Sie in der oberen Symbolleiste in die Registerkarte Layout und klicken Sie auf das den Pfeil neben dem Symbol Textumbruch oder klicken Sie mit der rechten Maustaste auf das Objekt und wählen Sie die Option Textumbruch im Kontextmenü aus oder klicken Sie mit der rechten Maustaste auf das Objekt, wählen Sie die Option Erweiterte Einstellungen und wechseln Sie im Fenster Erweitere Einstellungen in die Gruppe Textumbruch. Wählen Sie den gewünschten Umbruchstil aus: Mit Text verschieben - das Bild wird als Teil vom Text behandelt und wenn der Text verschoben wird, wird auch das Bild verschoben. In diesem Fall sind die Positionsoptionen nicht verfügbar. Falls einer der folgenden Stile gewählt ist, kann das Bild unabhängig vom Text verschoben werden und genau auf der Seite positioniert werden: Quadrat - der Text bricht um den rechteckigen Kasten, der das Bild begrenzt. Eng - der Text bricht um die Bildkanten um. Transparent - der Text bricht um die Bildkanten um und füllt den offenen weißen Raum innerhalb des Bildes. Wählen Sie für diesen Effekt die Option Umbruchsgrenze bearbeiten aus dem Rechtsklickmenü aus. Oben und unten - der Text ist nur oberhalb und unterhalb des Bildes. Vor den Text - das Bild überlappt mit dem Text. Hinter den Text - der Text überlappt sich mit dem Bild. Wenn Sie die Formate Quadrat, Eng, Transparent oder Oben und unten auswählen, haben Sie die Möglichkeit zusätzliche Parameter festzulegen - Abstand vom Text auf allen Seiten (oben, unten, links, rechts). Klicken Sie dazu mit der rechten Maustaste auf das Objekt, wählen Sie die Option Erweiterte Einstellungen und wechseln Sie im Fenster Erweiterte Einstellungen in die Gruppe Textumbruch. Wählen Sie die gewünschten Werte und klicken Sie auf OK. Wenn Sie die Option Position auf der Seite fixieren wählen, steht Ihnen im Fenster Erweiterte Einstellungen auch die Gruppe Position zur Verfügung. Weitere Informationen zu diesen Parametern finden Sie auf den entsprechenden Seiten mit Anweisungen zum Umgang mit Formen, Bildern oder Diagrammen. Wenn Sie die Option Position auf der Seite fixieren wählen, haben Sie außerdem die Möglichkeit, die Umbruchränder für Bilder oder Formen zu bearbeiten. Klicken Sie mit der rechten Maustaste auf das Objekt, wählen Sie die Option Textumbruch im Kontextmenü aus und klicken Sie auf Bearbeitung der Umbruchsgrenze. Ziehen Sie die Umbruchpunkte, um die Grenze benutzerdefiniert anzupassen. Um einen neuen Rahmenpunkt zu erstellen, klicken Sie auf eine beliebige Stelle auf der roten Linie und ziehen Sie diese an die gewünschte Position. Textumbruch für Tabellen ändern Für Tabellen stehen die folgenden Umbruchstile zur Verfügung: Mit Text verschieben und Position auf der Seite fixieren. Ändern des aktuellen Umbruchstils: Klicken Sie mit der rechten Maustaste auf die Tabelle. Öffnen Sie die Einstellungen für den Textumbruch: Wählen Sie die Option Tabelle - Erweiterte Einstellungen und wechseln Sie im Fenster Tabelle - Erweiterte Einstellungen in die Gruppe Textumbruch oder wählen Sie eine der folgenden Optionen aus dem Kontextmenü aus: Textumbruch - Mit Text in Zeile: der Text wird durch die Tabelle umgebrochen, außerdem können Sie die Ausrichtung wählen: linksbündig, zentriert, rechtsbündig. Textumbruch - umgebend: bei diesem Format wird die Tabelle innerhalb des Textes eingefügt und entsprechend an allen Seiten vom Text umgeben. Über die Gruppe Textumbruch im Fenster Tabelle - Erweiterte Einstellungen, können Sie außerdem die folgenden Parameter einrichten. Für Tabellen, die mit dem Text verschoben werden, können Sie die Ausrichtung der Tabelle festlegen (linksbündig, zentriert, rechtsbündig) sowie den Einzug vom linken Seitenrand. Für Tabellen, deren Position auf einer Seite fixiert ist, können Sie den Abstand vom Text sowie die Tabellenposition in der Gruppe Tabellenposition festlegen." + "body": "Die Option Textumbruch legt fest, wie ein Objekt relativ zum Text positioniert wird. Sie können den Umbruchstil für eingefügt Objekte ändern, wie beispielsweise Formen, Bilder, Diagramme, Textfelder oder Tabellen. Textumbruch für Formen, Bilder, Diagramme oder Tabellen ändern Ändern des aktuellen Umbruchstils: Wählen Sie über einen Linksklick ein einzelnes Objekt auf der Seite aus. Um ein Textfeld auszuwählen, klicken Sie auf den Rahmen und nicht auf den darin befindlichen Text. Öffnen Sie die Einstellungen für den Textumbruch: Wechseln Sie in der oberen Symbolleiste in die Registerkarte Layout und klicken Sie auf das den Pfeil neben dem Symbol Textumbruch oder klicken Sie mit der rechten Maustaste auf das Objekt und wählen Sie die Option Textumbruch im Kontextmenü aus oder klicken Sie mit der rechten Maustaste auf das Objekt, wählen Sie die Option Erweiterte Einstellungen und wechseln Sie im Fenster Erweitere Einstellungen in die Gruppe Textumbruch. Wählen Sie den gewünschten Umbruchstil aus: Mit Text verschieben - das Bild wird als Teil vom Text behandelt und wenn der Text verschoben wird, wird auch das Bild verschoben. In diesem Fall sind die Positionsoptionen nicht verfügbar. Falls einer der folgenden Stile gewählt ist, kann das Bild unabhängig vom Text verschoben werden und genau auf der Seite positioniert werden: Quadrat - der Text bricht um den rechteckigen Kasten, der das Bild begrenzt. Eng - der Text bricht um die Bildkanten um. Transparent - der Text bricht um die Bildkanten um und füllt den offenen weißen Raum innerhalb des Bildes. Wählen Sie für diesen Effekt die Option Umbruchsgrenze bearbeiten aus dem Rechtsklickmenü aus. Oben und unten - der Text ist nur oberhalb und unterhalb des Bildes. Vor den Text - das Bild überlappt mit dem Text. Hinter den Text - der Text überlappt sich mit dem Bild. Wenn Sie die Formate Quadrat, Eng, Transparent oder Oben und unten auswählen, haben Sie die Möglichkeit zusätzliche Parameter festzulegen - Abstand vom Text auf allen Seiten (oben, unten, links, rechts). Klicken Sie dazu mit der rechten Maustaste auf das Objekt, wählen Sie die Option Erweiterte Einstellungen und wechseln Sie im Fenster Erweiterte Einstellungen in die Gruppe Textumbruch. Wählen Sie die gewünschten Werte und klicken Sie auf OK. Wenn Sie die Option Position auf der Seite fixieren wählen, steht Ihnen im Fenster Erweiterte Einstellungen auch die Gruppe Position zur Verfügung. Weitere Informationen zu diesen Parametern finden Sie auf den entsprechenden Seiten mit Anweisungen zum Umgang mit Formen, Bildern oder Diagrammen. Wenn Sie die Option Position auf der Seite fixieren wählen, haben Sie außerdem die Möglichkeit, die Umbruchränder für Bilder oder Formen zu bearbeiten. Klicken Sie mit der rechten Maustaste auf das Objekt, wählen Sie die Option Textumbruch im Kontextmenü aus und klicken Sie auf Bearbeitung der Umbruchsgrenze. Ziehen Sie die Umbruchpunkte, um die Grenze benutzerdefiniert anzupassen. Um einen neuen Rahmenpunkt zu erstellen, klicken Sie auf eine beliebige Stelle auf der roten Linie und ziehen Sie diese an die gewünschte Position. Textumbruch für Tabellen ändern Für Tabellen stehen die folgenden Umbruchstile zur Verfügung: Mit Text verschieben und Position auf der Seite fixieren. Ändern des aktuellen Umbruchstils: Klicken Sie mit der rechten Maustaste auf die Tabelle. Öffnen Sie die Einstellungen für den Textumbruch: Wählen Sie die Option Tabelle - Erweiterte Einstellungen und wechseln Sie im Fenster Tabelle - Erweiterte Einstellungen in die Gruppe Textumbruch oder wählen Sie eine der folgenden Optionen aus dem Kontextmenü aus: Textumbruch - Mit Text in Zeile: der Text wird durch die Tabelle umgebrochen, außerdem können Sie die Ausrichtung wählen: linksbündig, zentriert, rechtsbündig. Textumbruch - umgebend: bei diesem Format wird die Tabelle innerhalb des Textes eingefügt und entsprechend an allen Seiten vom Text umgeben. Über die Gruppe Textumbruch im Fenster Tabelle - Erweiterte Einstellungen, können Sie außerdem die folgenden Parameter einrichten. Für Tabellen, die mit dem Text verschoben werden, können Sie die Ausrichtung der Tabelle festlegen (linksbündig, zentriert, rechtsbündig) sowie den Einzug vom linken Seitenrand. Für Tabellen, deren Position auf einer Seite fixiert ist, können Sie den Abstand vom Text sowie die Tabellenposition in der Gruppe Tabellenposition festlegen." }, { "id": "UsageInstructions/CopyClearFormatting.htm", @@ -153,7 +153,7 @@ var indexes = { "id": "UsageInstructions/InsertCharts.htm", "title": "Diagramme einfügen", - "body": "Diagramm einfügen Einfügen eines Diagramms Positionieren Sie den Cursor an der Stelle, an der Sie ein Diagramm einfügen möchten. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen Klicken Sie auf das Symbol Diagramm. Wählen Sie den gewünschten Diagrammtyp aus den verfügbaren Vorlagen aus - Säule, Linie, Kreis, Balken, Fläche, Punkt (XY) oder Strich.Hinweis: Die Diagrammtypen Säule, Linie, Kreis und Balken stehen auch im 3D-Format zur Verfügung. Wenn Sie Ihre Auswahl getroffen haben, öffnet sich das Fenster Diagramm bearbeiten und Sie können die gewünschten Daten mithilfe der folgenden Steuerelemente in die Zellen eingeben: und - Kopieren und Einfügen der kopierten Daten und - Aktionen Rückgängig machen und Wiederholen. - Einfügen einer Funktion und - Löschen und Hinzufügen von Dezimalstellen - Zahlenformat ändern, d.h. das Format in dem die eingegebenen Zahlen in den Zellen dargestellt werden Die Diagrammeinstellungen ändern Sie durch Anklicken der Schaltfläche Diagramm bearbeiten im Fenster Diagramme. Das Fenster Diagramme - Erweiterte Einstellungen wird geöffnet. Auf der Registerkarte Diagrammtyp und Daten können Sie den Diagrammtyp sowie die Daten ändern, die Sie zum Erstellen eines Diagramms verwenden möchten. Wählen Sie den gewünschten Diagrammtyp aus: Säule, Linie, Kreis, Balken, Fläche, Punkt (XY), Strich. Überprüfen Sie den ausgewählten Datenbereich und ändern Sie diesen ggf. durch Anklicken der Schaltfläche Daten auswählen; geben Sie den gewünschten Datenbereich im folgenden Format ein: Sheet1!A1:B4. Wählen Sie die Art aus, wie die Daten angeordnet werden sollen. Für die Datenreihen die auf die X-Achse angewendet werden sollen, können Sie wählen zwischen: Datenreihen in Zeilen oder in Spalten. Auf der Registerkarte Layout können Sie das Layout von Diagrammelementen ändern. Wählen Sie die gewünschte Position der Diagrammbezeichnung aus der Dropdown-Liste aus: Keine - es wird keine Diagrammbezeichnung angezeigt. Überlagerung - der Titel wird zentriert und im Diagramm angezeigt. Keine Überlagerung - der Titel wird über dem Diagramm angezeigt. Wählen Sie die gewünschte Position der Legende aus der Dropdown-Liste aus: Keine - es wird keine Legende angezeigt Unten - die Legende wird unterhalb des Diagramms angezeigt Oben - die Legende wird oberhalb des Diagramms angezeigt Rechts - die Legende wird rechts vom Diagramm angezeigt Links - die Legende wird links vom Diagramm angezeigt Überlappung links - die Legende wird im linken Diagrammbereich mittig dargestellt Überlappung rechts - die Legende wird im rechten Diagrammbereich mittig dargestellt Legen Sie Datenbeschriftungen fest (Titel für genaue Werte von Datenpunkten): wählen Sie die gewünschte Position der Datenbeschriftungen aus der Dropdown-Liste aus: Die verfügbaren Optionen variieren je nach Diagrammtyp. Für Säulen-/Balkendiagramme haben Sie die folgenden Optionen: Keine, zentriert, unterer Innenbereich, oberer Innenbereich, oberer Außenbereich. Für Linien-/Punktdiagramme (XY)/Strichdarstellungen haben Sie die folgenden Optionen: Keine, zentriert, links, rechts, oben, unten. Für Kreisdiagramme können Sie aus folgenden Optionen wählen: Keine, zentriert, an Breite anpassen, oberer Innenbereich, oberer Außenbereich. Für Kartenbereiche sowie für 3D-Diagramme, Säulen- Linien- und Balkendiagramme, können Sie aus folgenden Optionen wählen: Keine, zentriert. Wählen Sie die Daten aus für die Sie eine Bezeichnung erstellen möchten, indem Sie die entsprechenden Felder markieren: Reihenname, Kategorienname, Wert. Geben Sie das Zeichen (Komma, Semikolon etc.) in das Feld Trennzeichen Datenbeschriftung ein, dass Sie zum Trennen der Beschriftungen verwenden möchten. Linien - Einstellen der Linienart für Liniendiagramme/Punktdiagramme (XY). Die folgenden Optionen stehen Ihnen zur Verfügung: Gerade, um gerade Linien zwischen Datenpunkten zu verwenden, glatt um glatte Kurven zwischen Datenpunkten zu verwenden oder keine, um keine Linien anzuzeigen. Markierungen - über diese Funktion können Sie festlegen, ob die Marker für Liniendiagramme/ Punktdiagramme (XY) angezeigt werden sollen (Kontrollkästchen aktiviert) oder nicht (Kontrollkästchen deaktiviert).Hinweis: Die Optionen Linien und Marker stehen nur für Liniendiagramme und Punktdiagramm (XY) zur Verfügung. Im Abschnitt Achseneinstellungen, können Sie auswählen, ob die horizontalen/vertikalen Achsen angezeigt werden sollen oder nicht. Wählen Sie dazu einfach einblenden oder ausblenden aus der Dropdown-Liste aus. Außerdem können Sie auch die Parameter für horizontale/vertikale Achsenbeschriftung eingeben: Legen Sie fest, ob die horizontalen Achsentitel angezeigt werden soll oder nicht. Wählen Sie dazu einfach die entsprechende Option aus der Dropdown-Liste aus: Keinen - der Titel der horizontalen Achse wird nicht angezeigt. Keine Überlappung - der Titel wird oberhalb der horizontalen Achse angezeigt. Wählen Sie die gewünschte Position des vertikalen Achsentitels aus der Dropdown-Liste aus: Keinen - der Titel der vertikalen Achse wird nicht angezeigt. Gedreht - der Titel wird links von der vertikalen Achse von unten nach oben angezeigt. Horizontal - der Titel wird links von der vertikalen Achse von links nach rechts angezeigt. Im Abschnitt Gitternetzlinien, können Sie festlegen, welche der horizontalen/vertikalen Gitternetzlinien angezeigt werden sollen. Wählen Sie dazu einfach die entsprechende Option aus der Dropdown-Liste aus: Hauptgitternetz, Hilfsgitternetz oder Alle. Wenn Sie alle Gitternetzlinien ausblenden wollen, wählen Sie die Option Keine.Hinweis: Die Abschnitte Achseneinstellungen und Gitternetzlinien sind für Kreisdiagramme deaktiviert, da bei diesem Diagrammtyp keine Achsen oder Gitternetze vorhanden sind. Hinweis: Die Registerkarte vertikale/horizontale Achsen ist für Kreisdiagramme deaktiviert, da bei diesem Diagrammtyp keine Achsen vorhanden sind. Auf der Registerkarte Vertikale Achse können Sie die Parameter der vertikalen Achse ändern, die auch als Werteachse oder Y-Achse bezeichnet wird und die numerische Werte anzeigt. Beachten Sie, dass bei Balkendiagrammen die vertikale Achse die Rubrikenachse ist an der die Textbeschriftungen anzeigt werden, daher entsprechen in diesem Fall die Optionen in der Registerkarte Vertikale Achse den im nächsten Abschnitt beschriebenen Optionen. Für Punktdiagramme (XY) sind beide Achsen Wertachsen. Im Abschnitt Achsenoptionen können die folgenden Parameter festgelegt werden: Mindestwert - der niedrigste Wert, der am Anfang der vertikalen Achse angezeigt wird. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Mindestwert automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Festlegen aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Höchstwert - der höchste Wert, der am Ende der vertikalen Achse angezeigt wird. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Höchstwert automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Festlegen aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Schnittstelle - bestimmt den Punkt auf der vertikalen Achse, an dem die horizontale Achse die vertikale Achse kreuzt. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Wert für die Schnittstelle automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Wert aus der Menüliste auswählen und einen anderen Wert in das dafür vorgesehene Feld eingeben oder Sie legen den Achsenschnittpunkt am Mindest-/Höchstwert auf der vertikalen Achse fest. Einheiten anzeigen - Festlegung der numerischen Werte die auf der vertikalen Achse angezeigt werden sollen. Diese Option kann nützlich sein, wenn Sie mit großen Zahlen arbeiten und die Werte auf der Achse kompakter und lesbarer angezeigt möchten (Sie können z.B. 50.000 als 50 anzeigen, indem Sie die Anzeigeeinheit in Tausendern auswählen). Wählen Sie die gewünschten Einheiten aus der Menüliste aus: In Hundertern, in Tausendern, 10 000, 100 000, in Millionen, 10.000.000, 100.000.000, in Milliarden, in Trillionen, oder Sie wählen die Option Keine, um zu den Standardeinheiten zurückzukehren. Werte in umgekehrter Reihenfolge - die Werte werden in absteigender Reihenfolge angezeigt. Wenn das Kontrollkästchen deaktiviert ist, wird der niedrigste Wert unten und der höchste Wert oben auf der Achse angezeigt. Wenn das Kontrollkästchen aktiviert ist, werden die Werte in absteigender Reihenfolge angezeigt. Im Abschnitt Skalierung können Sie die Darstellung von Teilstrichen auf der vertikalen Achse anpassen. Die größeren Teilstriche bilden die Hauptintervalle der Skalenteilung und dienen der Darstellung von nummerischen Werten. Kleine Teilstriche bilden Hilfsintervalle und haben keine Beschriftungen. Skalenstriche legen auch fest, an welcher Stelle Gitterlinien angezeigt werden können, sofern die entsprechende Option in der Registerkarte Layout aktiviert ist. In der Menüliste für Hauptintervalle/Hilfsintervalle stehen folgende Optionen für die Positionierung zur Verfügung: Keine - es werden keine Skalenstriche angezeigt. Beidseitig - auf beiden Seiten der Achse werden Skalenstriche angezeigt. Innen - die Skalenstriche werden auf der Innenseite der Achse angezeigt. Außen - die Skalenstriche werden auf der Außenseite der Achse angezeigt. Im Abschnitt Beschriftungsoptionen können Sie die Darstellung von Hauptintervallen die Werte anzeigen anpassen. Um die Anzeigeposition in Bezug auf die vertikale Achse festzulegen, wählen Sie die gewünschte Option aus der Menüliste aus: Keine - es werden keine Skalenbeschriftungen angezeigt. Tief - die Skalenbeschriftung wird links vom Diagrammbereich angezeigt. Hoch - die Skalenbeschriftung wird rechts vom Diagrammbereich angezeigt. Neben der Achse - die Skalenbeschriftung wird neben der Achse angezeigt. Auf der Registerkarte Horizontale Achse können Sie die Parameter der horizontalen Achse ändern, die auch als Werteachse oder X-Achse bezeichnet wird und die Textbeschriftungen anzeigt. Beachten Sie, dass bei Balkendiagrammen die horizontale Achse die Rubrikenachse ist an der die nummerischen Werte anzeigt werden, daher entsprechen in diesem Fall die Optionen in der Registerkarte Horizontale Achse den im nächsten Abschnitt beschriebenen Optionen. Für Punktdiagramme (XY) sind beide Achsen Wertachsen. Im Abschnitt Achsenoptionen können die folgenden Parameter festgelegt werden: Schnittstelle - bestimmt den Punkt auf der horizontalen Achse, an dem die vertikale Achse die horizontale Achse kreuzt. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Wert für die Schnittstelle automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Wert aus der Menüliste auswählen und einen anderen Wert in das dafür vorgesehene Feld eingeben oder Sie legen den Achsenschnittpunkt am Mindest-/Höchstwert (der Wert, welcher der ersten und letzten Kategorie entspricht) auf der horizontalen Achse fest. Achsenposition - legt fest, wo die Achsenbeschriftungen positioniert werden sollen: An den Skalenstrichen oder Zwischen den Skalenstrichen. Werte in umgekehrter Reihenfolge - die Kategorien werden in umgekehrter Reihenfolge angezeigt. Wenn das Kästchen deaktiviert ist, werden die Kategorien von links nach rechts angezeigt. Wenn das Kontrollkästchen aktiviert ist, werden die Kategorien von rechts nach links angezeigt. Im Abschnitt Skalierung können Sie die Darstellung von Teilstrichen auf der horizontalen Skala anpassen. Die größeren Teilstriche bilden die Hauptintervalle der Skalenteilung und dienen der Darstellung von Kategorien. Kleine Teilstriche werden zwischen den Hauptintervallen eingefügt und bilden Hilfsintervalle ohne Beschriftungen. Skalenstriche legen auch fest, an welcher Stelle Gitterlinien angezeigt werden können, sofern die entsprechende Option in der Registerkarte Layout aktiviert ist. Sie können die folgenden Parameter für die Skalenstriche anpassen: Hauptintervalle/Hilfsintervalle - legt fest wo die Teilstriche positioniert werden sollen, dazu stehen Ihnen folgende Optionen zur Verfügung: Keine - es werden keine Skalenstriche angezeigt, Beidseitig - auf beiden Seiten der Achse werden Skalenstriche angezeigt, Innen - die Skalenstriche werden auf der Innenseite der Achse angezeigt, Außen - die Skalenstriche werden auf der Außenseite der Achse angezeigt. Intervalle zwischen Teilstrichen - legt fest, wie viele Kategorien zwischen zwei benachbarten Teilstrichen angezeigt werden sollen. Im Abschnitt Beschriftungsoptionen können Sie die Darstellung von der Beschriftungen für Kategorien anpassen. Beschriftungsposition - legt fest, wo die Beschriftungen in Bezug auf die horizontale Achse positioniert werden sollen: Wählen Sie die gewünschte Position aus der Dropdown-Liste aus: Keine - es wird keine Achsenbeschriftung angezeigt, Tief - die Kategorien werden im unteren Diagrammbereich angezeigt, Hoch - die Kategorien werden im oberen Diagrammbereich angezeigt, Neben der Achse - die Kategorien werden neben der Achse angezeigt. Abstand Achsenbeschriftung - legt fest, wie dicht die Achsenbeschriftung an der Achse positioniert wird. Sie können den gewünschten Wert im dafür vorgesehenen Eingabefeld festlegen. Je höher der eingegebene Wert, desto größer der Abstand zwischen der Achse und der Achsenbeschriftung. Intervalle zwischen Achsenbeschriftungen - legt fest, wie viele Kategorien auf der Achse angezeigt werden sollen. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall werden alle Kategorien auf der Achse angezeigt. Alternativ können Sie die Option Manuell aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Geben Sie zum Beispiel die Zahl 2 an, dann wird jede zweite Kategorie auf der Achse angezeigt usw. Die Registerkarte Alternativtext ermöglicht die Eingabe eines Titels und einer Beschreibung die Personen mit Sehbehinderungen oder kognitiven Beeinträchtigungen vorgelesen werden kann, damit sie besser verstehen können, welche Informationen in dem Diagramm enthalten sind. Diagramme verschieben und Diagrammgröße ändern Wenn Sie ein Diagramm hinzugefügt haben, können Sie Größe und Position beliebig ändern. Um die Diagrammgröße zu ändern, ziehen Sie mit der Maus an den kleinen Quadraten die an den Ecken eingeblendet werden. Um das Originalseitenverhältnis des gewählten Diagramms bei der Größenänderung zu behalten, halten Sie die UMSCHALT-Taste gedrückt und ziehen Sie eines der Symbole an den Ecken. Um die Diagrammposition zu ändern, nutzen Sie das Symbol , das erscheint, wenn Sie mit Ihrem Mauszeiger über das Diagramm fahren. Ziehen Sie das Diagramm an die gewünschten Position, ohne die Maustaste loszulassen. Wenn Sie die Diagramm Bild verschieben, werden Hilfslinien angezeigt, damit Sie das Objekt präzise auf der Seite positionieren können (wenn Sie einen anderen Umbruchstil als mit Text in Zeile ausgewählt haben). Diagrammelemente bearbeiten Um den Diagrammtitel zu bearbeiten, wählen Sie den Standardtext mit der Maus aus und geben Sie stattdessen Ihren eigenen Text ein. Um die Schriftformatierung innerhalb von Textelementen wie beispielsweise Diagrammtitel, Achsentitel, Legendeneinträge, Datenbeschriftungen etc. zu ändern, wählen Sie das gewünschte Textelement durch Klicken mit der linken Maustaste aus. Wechseln Sie in die Registerkarte Start und nutzen Sie die in der Menüleiste angezeigten Symbole, um Schriftart, Schriftgröße und Schriftfarbe oder DekoStile zu bearbeiten. Um ein Diagrammelement zu löschen, wählen Sie es mit der linken Maustaste aus und drücken Sie die Taste Entfernen auf Ihrer Tastatur. Sie haben die Möglichkeit 3D-Diagramme mithilfe der Maus zu drehen. Klicken Sie mit der linken Maustaste in den Diagrammbereich und halten Sie die Maustaste gedrückt, bis ein blaues gestricheltes Feld angezeigt wird. Ziehen Sie den Mauszeiger ohne die Maustaste loszulassen in die gewünschte Richtung, um die 3D-Diagrammausrichtung zu ändern. Diagrammeinstellungen anpassen Einige Diagrammeigenschaften können mithilfe der Registerkarte Diagrammeinstellungen in der rechten Seitenleiste geändert werden. Um das Menü zu aktivieren, klicken Sie auf das Diagramm und wählen Sie rechts das Symbol Diagrammeinstellungen aus. Die folgenden Eigenschaften können geändert werden: Größe - zeigt die aktuelle Breite und Höhe des Diagramms an. Textumbruch - der Stil für den Textumbruch wird aus den verfügbaren Vorlagen ausgewählt: Mit Text in Zeile, Quadrat, Eng, Transparent, Oben und unten, Vorne, Hinten (für weitere Information lesen Sie die folgende Beschreibung der erweiterten Einstellungen). Diagrammtyp ändern - ändern Sie den ausgewählten Diagrammtyp bzw. -stil.Um den gewünschten Diagrammstil auszuwählen, verwenden Sie im Abschnitt Diagrammtyp ändern das zweite Dropdown-Menü. Daten bearbeiten - das Fenster „Diagrammtools“ wird geöffnet.Hinweis: Wenn Sie einen Doppelklick auf einem in Ihrem Dokument enthaltenen Diagramm ausführen, öffnet sich das Fenster „Diagrammtools“. Einige dieser Optionen finden Sie auch im Rechtsklickmenü. Die Menüoptionen sind: Ausschneiden, Kopieren, Einfügen - Standardoptionen zum Ausschneiden oder Kopieren ausgewählter Textpassagen/Objekte und zum Einfügen von zuvor ausgeschnittenen/kopierten Textstellen oder Objekten an der aktuellen Cursorposition. Anordnen - um das ausgewählte Diagramm in den Vordergrund bzw. Hintergrund oder eine Ebene nach vorne bzw. hinten zu verschieben sowie Formen zu gruppieren und die Gruppierung aufzuheben (um diese wie ein einzelnes Objekt behandeln zu können). Weitere Informationen zum Anordnen von Objekten finden Sie auf dieser Seite. Ausrichten wird verwendet, um das Diagramm linksbündig, zentriert, rechtsbündig, oben, mittig oder unten auszurichten. Weitere Informationen zum Ausrichten von Objekten finden Sie auf dieser Seite. Textumbruch - der Stil für den Textumbruch wird aus den verfügbaren Vorlagen ausgewählt: Mit Text in Zeile, Quadrat, Eng, Transparent, Oben und unten, Vorne, Hinten. Die Option Umbruchsgrenze bearbeiten ist für Diagramme nicht verfügbar. Daten bearbeiten - das Fenster „Diagrammtools“ wird geöffnet. Erweiterte Diagrammeinstellungen - das Fenster „Diagramme - Erweiterte Einstellungen“ wird geöffnet. Wenn das Diagramm ausgewählt ist, ist rechts auch das Symbol Formeinstellungen verfügbar, da eine Form als Hintergrund für das Diagramm verwendet wird. Klicken Sie auf dieses Symbol, um die Registerkarte Formeinstellungen in der rechten Seitenleisten zu öffnen und passen sie Form Füllung, Linienstärke und Umbruchart. Beachten Sie, dass Sie den Formtyp nicht ändern können. Um die erweiterten Diagrammeinstellungen zu ändern, klicken Sie mit der rechten Maustaste auf das Diagramm und wählen Sie die Option Diagramm - Erweiterte Einstellungen im Rechtsklickmenü aus oder klicken Sie in der rechten Seitenleiste einfach auf den Link Erweiterte Einstellungen anzeigen. Das Fenster mit den Tabelleneigenschaften wird geöffnet: Die Registerkarte Größe enthält die folgenden Parameter: Breite und Höhe - nutzen Sie diese Optionen, um die Breite und/oder Höhe des Diagramms zu ändern. Wenn Sie die Funktion Seitenverhältnis sperren aktivieren (in diesem Fall sieht das Symbol so aus ), werden Breite und Höhe gleichmäßig geändert und das ursprünglichen Seitenverhältnis des Diagramms wird beibehalten. Die Registerkarte Textumbruch enthält die folgenden Parameter: Textumbruch - legen Sie fest, wie das Diagramm im Verhältnis zum Text positioniert wird: entweder als Teil des Textes (wenn Sie die Option „Mit Text verschieben“ auswählen) oder an allen Seiten von Text umgeben (wenn Sie einen anderen Stil auswählen). Mit Text verschieben - das Diagramm wird Teil des Textes (wie ein Zeichen) und wenn der Text verschoben wird, wird auch das Diagramm verschoben. In diesem Fall sind die Positionsoptionen nicht verfügbar. Ist eine der folgenden Umbrucharten ausgewählt, kann das Diagramm unabhängig vom Text verschoben und präzise auf der Seite positioniert werden: Quadrat - der Text bricht um den rechteckigen Kasten herum, der das Diagramm begrenzt. Eng - der Text bricht um die Bildkanten herum. Transparent - der Text bricht um die Diagrammkanten herum und füllt den offenen weißen Leerraum innerhalb des Diagramms. Oben und unten - der Text ist nur oberhalb und unterhalb des Diagramms. Vorne - das Diagramm überlappt mit dem Text. Hinten - der Text überlappt sich mit dem Diagramm. Wenn Sie die Stile Quadrat, Eng, Transparent oder Oben und unten auswählen, haben Sie die Möglichkeit zusätzliche Parameter einzugeben - Abstand vom Text auf allen Seiten (oben, unten, links, rechts). Die Registerkarte Position ist nur verfügbar, wenn Sie einen anderen Umbruchstil als „Mit Text in Zeile“ auswählen. Hier können Sie abhängig vom gewählten Format des Textumbruchs die folgenden Parameter festlegen: In der Gruppe Horizontal, können Sie eine der folgenden drei Bildpositionierungstypen auswählen: Ausrichtung (links, zentriert, rechts) gemessen an Zeichen, Spalte, linker Seitenrand, Seitenrand, Seite oder rechter Seitenrand. Absolute Position, gemessen in absoluten Einheiten wie Zentimeter/Punkte/Zoll (abhängig von der Voreinstellung in Datei -> Erweiterte Einstellungen...), rechts von Zeichen, Spalte, linker Seitenrand, Seitenrand, Seite oder rechter Seitenrand. Relative Position in Prozent, gemessen von linker Seitenrand, Seitenrand, Seite oder rechter Seitenrand. In der Gruppe Vertikal, können Sie eine der folgenden drei Bildpositionierungstypen auswählen: Ausrichtung (oben, zentriert, unten) gemessen von Zeile, Seitenrand, unterer Rand, Abschnitt, Seite oder oberer Rand. Absolute Position, gemessen in absoluten Einheiten wie Zentimeter/Punkte/Zoll (abhängig von der Voreinstellung in Datei -> Erweiterte Einstellungen...), unterhalb Zeile, Seitenrand, unterer Seitenrand, Absatz, Seite oder oberer Seitenrand. Relative Position in Prozent, gemessen von Seitenrand, unterer Seitenrand, Seite oder oberer Seitenrand. Im Kontrollkästchen Objekt mit Text verschieben können Sie festlegen, ob sich das Diagramm zusammen mit dem Text bewegen lässt, mit dem es verankert wurde. Überlappung zulassen legt fest, ob zwei Diagramme einander überlagern können oder nicht, wenn Sie diese auf einer Seite dicht aneinander bringen. Die Registerkarte Alternativtext ermöglicht die Eingabe eines Titels und einer Beschreibung die Personen mit Sehbehinderungen oder kognitiven Beeinträchtigungen vorgelesen werden kann, damit sie besser verstehen können, welche Informationen in dem Diagramm enthalten sind." + "body": "Diagramm einfügen Einfügen eines Diagramms Positionieren Sie den Cursor an der Stelle, an der Sie ein Diagramm einfügen möchten. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen Klicken Sie auf das Symbol Diagramm. Wählen Sie den gewünschten Diagrammtyp aus den verfügbaren Vorlagen aus - Säule, Linie, Kreis, Balken, Fläche, Punkt (XY) oder Strich.Hinweis: Die Diagrammtypen Säule, Linie, Kreis und Balken stehen auch im 3D-Format zur Verfügung. Wenn Sie Ihre Auswahl getroffen haben, öffnet sich das Fenster Diagramm bearbeiten und Sie können die gewünschten Daten mithilfe der folgenden Steuerelemente in die Zellen eingeben: und - Kopieren und Einfügen der kopierten Daten und - Aktionen Rückgängig machen und Wiederholen. - Einfügen einer Funktion und - Löschen und Hinzufügen von Dezimalstellen - Zahlenformat ändern, d.h. das Format in dem die eingegebenen Zahlen in den Zellen dargestellt werden Die Diagrammeinstellungen ändern Sie durch Anklicken der Schaltfläche Diagramm bearbeiten im Fenster Diagramme. Das Fenster Diagramme - Erweiterte Einstellungen wird geöffnet. Auf der Registerkarte Diagrammtyp und Daten können Sie den Diagrammtyp sowie die Daten ändern, die Sie zum Erstellen eines Diagramms verwenden möchten. Wählen Sie den gewünschten Diagrammtyp aus: Säule, Linie, Kreis, Balken, Fläche, Punkt (XY), Strich. Überprüfen Sie den ausgewählten Datenbereich und ändern Sie diesen ggf. durch Anklicken der Schaltfläche Daten auswählen; geben Sie den gewünschten Datenbereich im folgenden Format ein: Sheet1!A1:B4. Wählen Sie die Art aus, wie die Daten angeordnet werden sollen. Für die Datenreihen die auf die X-Achse angewendet werden sollen, können Sie wählen zwischen: Datenreihen in Zeilen oder in Spalten. Auf der Registerkarte Layout können Sie das Layout von Diagrammelementen ändern. Wählen Sie die gewünschte Position der Diagrammbezeichnung aus der Dropdown-Liste aus: Keine - es wird keine Diagrammbezeichnung angezeigt. Überlagerung - der Titel wird zentriert und im Diagramm angezeigt. Keine Überlagerung - der Titel wird über dem Diagramm angezeigt. Wählen Sie die gewünschte Position der Legende aus der Dropdown-Liste aus: Keine - es wird keine Legende angezeigt Unten - die Legende wird unterhalb des Diagramms angezeigt Oben - die Legende wird oberhalb des Diagramms angezeigt Rechts - die Legende wird rechts vom Diagramm angezeigt Links - die Legende wird links vom Diagramm angezeigt Überlappung links - die Legende wird im linken Diagrammbereich mittig dargestellt Überlappung rechts - die Legende wird im rechten Diagrammbereich mittig dargestellt Legen Sie Datenbeschriftungen fest (Titel für genaue Werte von Datenpunkten): wählen Sie die gewünschte Position der Datenbeschriftungen aus der Dropdown-Liste aus: Die verfügbaren Optionen variieren je nach Diagrammtyp. Für Säulen-/Balkendiagramme haben Sie die folgenden Optionen: Keine, zentriert, unterer Innenbereich, oberer Innenbereich, oberer Außenbereich. Für Linien-/Punktdiagramme (XY)/Strichdarstellungen haben Sie die folgenden Optionen: Keine, zentriert, links, rechts, oben, unten. Für Kreisdiagramme können Sie aus folgenden Optionen wählen: Keine, zentriert, an Breite anpassen, oberer Innenbereich, oberer Außenbereich. Für Kartenbereiche sowie für 3D-Diagramme, Säulen- Linien- und Balkendiagramme, können Sie aus folgenden Optionen wählen: Keine, zentriert. Wählen Sie die Daten aus für die Sie eine Bezeichnung erstellen möchten, indem Sie die entsprechenden Felder markieren: Reihenname, Kategorienname, Wert. Geben Sie das Zeichen (Komma, Semikolon etc.) in das Feld Trennzeichen Datenbeschriftung ein, dass Sie zum Trennen der Beschriftungen verwenden möchten. Linien - Einstellen der Linienart für Liniendiagramme/Punktdiagramme (XY). Die folgenden Optionen stehen Ihnen zur Verfügung: Gerade, um gerade Linien zwischen Datenpunkten zu verwenden, glatt um glatte Kurven zwischen Datenpunkten zu verwenden oder keine, um keine Linien anzuzeigen. Markierungen - über diese Funktion können Sie festlegen, ob die Marker für Liniendiagramme/ Punktdiagramme (XY) angezeigt werden sollen (Kontrollkästchen aktiviert) oder nicht (Kontrollkästchen deaktiviert).Hinweis: Die Optionen Linien und Marker stehen nur für Liniendiagramme und Punktdiagramm (XY) zur Verfügung. Im Abschnitt Achseneinstellungen, können Sie auswählen, ob die horizontalen/vertikalen Achsen angezeigt werden sollen oder nicht. Wählen Sie dazu einfach einblenden oder ausblenden aus der Dropdown-Liste aus. Außerdem können Sie auch die Parameter für horizontale/vertikale Achsenbeschriftung eingeben: Legen Sie fest, ob die horizontalen Achsentitel angezeigt werden soll oder nicht. Wählen Sie dazu einfach die entsprechende Option aus der Dropdown-Liste aus: Keinen - der Titel der horizontalen Achse wird nicht angezeigt. Keine Überlappung - der Titel wird oberhalb der horizontalen Achse angezeigt. Wählen Sie die gewünschte Position des vertikalen Achsentitels aus der Dropdown-Liste aus: Keinen - der Titel der vertikalen Achse wird nicht angezeigt. Gedreht - der Titel wird links von der vertikalen Achse von unten nach oben angezeigt. Horizontal - der Titel wird links von der vertikalen Achse von links nach rechts angezeigt. Im Abschnitt Gitternetzlinien, können Sie festlegen, welche der horizontalen/vertikalen Gitternetzlinien angezeigt werden sollen. Wählen Sie dazu einfach die entsprechende Option aus der Dropdown-Liste aus: Hauptgitternetz, Hilfsgitternetz oder Alle. Wenn Sie alle Gitternetzlinien ausblenden wollen, wählen Sie die Option Keine.Hinweis: Die Abschnitte Achseneinstellungen und Gitternetzlinien sind für Kreisdiagramme deaktiviert, da bei diesem Diagrammtyp keine Achsen oder Gitternetze vorhanden sind. Hinweis: Die Registerkarte vertikale/horizontale Achsen ist für Kreisdiagramme deaktiviert, da bei diesem Diagrammtyp keine Achsen vorhanden sind. Auf der Registerkarte Vertikale Achse können Sie die Parameter der vertikalen Achse ändern, die auch als Werteachse oder Y-Achse bezeichnet wird und die numerische Werte anzeigt. Beachten Sie, dass bei Balkendiagrammen die vertikale Achse die Rubrikenachse ist an der die Textbeschriftungen anzeigt werden, daher entsprechen in diesem Fall die Optionen in der Registerkarte Vertikale Achse den im nächsten Abschnitt beschriebenen Optionen. Für Punktdiagramme (XY) sind beide Achsen Wertachsen. Im Abschnitt Achsenoptionen können die folgenden Parameter festgelegt werden: Mindestwert - der niedrigste Wert, der am Anfang der vertikalen Achse angezeigt wird. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Mindestwert automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Festlegen aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Höchstwert - der höchste Wert, der am Ende der vertikalen Achse angezeigt wird. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Höchstwert automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Festlegen aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Schnittstelle - bestimmt den Punkt auf der vertikalen Achse, an dem die horizontale Achse die vertikale Achse kreuzt. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Wert für die Schnittstelle automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Wert aus der Menüliste auswählen und einen anderen Wert in das dafür vorgesehene Feld eingeben oder Sie legen den Achsenschnittpunkt am Mindest-/Höchstwert auf der vertikalen Achse fest. Einheiten anzeigen - Festlegung der numerischen Werte die auf der vertikalen Achse angezeigt werden sollen. Diese Option kann nützlich sein, wenn Sie mit großen Zahlen arbeiten und die Werte auf der Achse kompakter und lesbarer angezeigt möchten (Sie können z.B. 50.000 als 50 anzeigen, indem Sie die Anzeigeeinheit in Tausendern auswählen). Wählen Sie die gewünschten Einheiten aus der Menüliste aus: In Hundertern, in Tausendern, 10 000, 100 000, in Millionen, 10.000.000, 100.000.000, in Milliarden, in Trillionen, oder Sie wählen die Option Keine, um zu den Standardeinheiten zurückzukehren. Werte in umgekehrter Reihenfolge - die Werte werden in absteigender Reihenfolge angezeigt. Wenn das Kontrollkästchen deaktiviert ist, wird der niedrigste Wert unten und der höchste Wert oben auf der Achse angezeigt. Wenn das Kontrollkästchen aktiviert ist, werden die Werte in absteigender Reihenfolge angezeigt. Im Abschnitt Skalierung können Sie die Darstellung von Teilstrichen auf der vertikalen Achse anpassen. Die größeren Teilstriche bilden die Hauptintervalle der Skalenteilung und dienen der Darstellung von nummerischen Werten. Kleine Teilstriche bilden Hilfsintervalle und haben keine Beschriftungen. Skalenstriche legen auch fest, an welcher Stelle Gitterlinien angezeigt werden können, sofern die entsprechende Option in der Registerkarte Layout aktiviert ist. In der Menüliste für Hauptintervalle/Hilfsintervalle stehen folgende Optionen für die Positionierung zur Verfügung: Keine - es werden keine Skalenstriche angezeigt. Beidseitig - auf beiden Seiten der Achse werden Skalenstriche angezeigt. Innen - die Skalenstriche werden auf der Innenseite der Achse angezeigt. Außen - die Skalenstriche werden auf der Außenseite der Achse angezeigt. Im Abschnitt Beschriftungsoptionen können Sie die Darstellung von Hauptintervallen die Werte anzeigen anpassen. Um die Anzeigeposition in Bezug auf die vertikale Achse festzulegen, wählen Sie die gewünschte Option aus der Menüliste aus: Keine - es werden keine Skalenbeschriftungen angezeigt. Tief - die Skalenbeschriftung wird links vom Diagrammbereich angezeigt. Hoch - die Skalenbeschriftung wird rechts vom Diagrammbereich angezeigt. Neben der Achse - die Skalenbeschriftung wird neben der Achse angezeigt. Auf der Registerkarte Horizontale Achse können Sie die Parameter der horizontalen Achse ändern, die auch als Werteachse oder X-Achse bezeichnet wird und die Textbeschriftungen anzeigt. Beachten Sie, dass bei Balkendiagrammen die horizontale Achse die Rubrikenachse ist an der die nummerischen Werte anzeigt werden, daher entsprechen in diesem Fall die Optionen in der Registerkarte Horizontale Achse den im nächsten Abschnitt beschriebenen Optionen. Für Punktdiagramme (XY) sind beide Achsen Wertachsen. Im Abschnitt Achsenoptionen können die folgenden Parameter festgelegt werden: Schnittstelle - bestimmt den Punkt auf der horizontalen Achse, an dem die vertikale Achse die horizontale Achse kreuzt. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Wert für die Schnittstelle automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Wert aus der Menüliste auswählen und einen anderen Wert in das dafür vorgesehene Feld eingeben oder Sie legen den Achsenschnittpunkt am Mindest-/Höchstwert (der Wert, welcher der ersten und letzten Kategorie entspricht) auf der horizontalen Achse fest. Achsenposition - legt fest, wo die Achsenbeschriftungen positioniert werden sollen: An den Skalenstrichen oder Zwischen den Skalenstrichen. Werte in umgekehrter Reihenfolge - die Kategorien werden in umgekehrter Reihenfolge angezeigt. Wenn das Kästchen deaktiviert ist, werden die Kategorien von links nach rechts angezeigt. Wenn das Kontrollkästchen aktiviert ist, werden die Kategorien von rechts nach links angezeigt. Im Abschnitt Skalierung können Sie die Darstellung von Teilstrichen auf der horizontalen Skala anpassen. Die größeren Teilstriche bilden die Hauptintervalle der Skalenteilung und dienen der Darstellung von Kategorien. Kleine Teilstriche werden zwischen den Hauptintervallen eingefügt und bilden Hilfsintervalle ohne Beschriftungen. Skalenstriche legen auch fest, an welcher Stelle Gitterlinien angezeigt werden können, sofern die entsprechende Option in der Registerkarte Layout aktiviert ist. Sie können die folgenden Parameter für die Skalenstriche anpassen: Hauptintervalle/Hilfsintervalle - legt fest wo die Teilstriche positioniert werden sollen, dazu stehen Ihnen folgende Optionen zur Verfügung: Keine - es werden keine Skalenstriche angezeigt, Beidseitig - auf beiden Seiten der Achse werden Skalenstriche angezeigt, Innen - die Skalenstriche werden auf der Innenseite der Achse angezeigt, Außen - die Skalenstriche werden auf der Außenseite der Achse angezeigt. Intervalle zwischen Teilstrichen - legt fest, wie viele Kategorien zwischen zwei benachbarten Teilstrichen angezeigt werden sollen. Im Abschnitt Beschriftungsoptionen können Sie die Darstellung von der Beschriftungen für Kategorien anpassen. Beschriftungsposition - legt fest, wo die Beschriftungen in Bezug auf die horizontale Achse positioniert werden sollen: Wählen Sie die gewünschte Position aus der Dropdown-Liste aus: Keine - es wird keine Achsenbeschriftung angezeigt, Tief - die Kategorien werden im unteren Diagrammbereich angezeigt, Hoch - die Kategorien werden im oberen Diagrammbereich angezeigt, Neben der Achse - die Kategorien werden neben der Achse angezeigt. Abstand Achsenbeschriftung - legt fest, wie dicht die Achsenbeschriftung an der Achse positioniert wird. Sie können den gewünschten Wert im dafür vorgesehenen Eingabefeld festlegen. Je höher der eingegebene Wert, desto größer der Abstand zwischen der Achse und der Achsenbeschriftung. Intervalle zwischen Achsenbeschriftungen - legt fest, wie viele Kategorien auf der Achse angezeigt werden sollen. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall werden alle Kategorien auf der Achse angezeigt. Alternativ können Sie die Option Manuell aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Geben Sie zum Beispiel die Zahl 2 an, dann wird jede zweite Kategorie auf der Achse angezeigt usw. Die Registerkarte Alternativtext ermöglicht die Eingabe eines Titels und einer Beschreibung die Personen mit Sehbehinderungen oder kognitiven Beeinträchtigungen vorgelesen werden kann, damit sie besser verstehen können, welche Informationen in dem Diagramm enthalten sind. Diagramme verschieben und Diagrammgröße ändern Wenn Sie ein Diagramm hinzugefügt haben, können Sie Größe und Position beliebig ändern. Um die Diagrammgröße zu ändern, ziehen Sie mit der Maus an den kleinen Quadraten die an den Ecken eingeblendet werden. Um das Originalseitenverhältnis des gewählten Diagramms bei der Größenänderung zu behalten, halten Sie die UMSCHALT-Taste gedrückt und ziehen Sie eines der Symbole an den Ecken. Um die Diagrammposition zu ändern, nutzen Sie das Symbol , das erscheint, wenn Sie mit Ihrem Mauszeiger über das Diagramm fahren. Ziehen Sie das Diagramm an die gewünschten Position, ohne die Maustaste loszulassen. Wenn Sie die Diagramm Bild verschieben, werden Hilfslinien angezeigt, damit Sie das Objekt präzise auf der Seite positionieren können (wenn Sie einen anderen Umbruchstil als mit Text in Zeile ausgewählt haben). Diagrammelemente bearbeiten Um den Diagrammtitel zu bearbeiten, wählen Sie den Standardtext mit der Maus aus und geben Sie stattdessen Ihren eigenen Text ein. Um die Schriftformatierung innerhalb von Textelementen wie beispielsweise Diagrammtitel, Achsentitel, Legendeneinträge, Datenbeschriftungen etc. zu ändern, wählen Sie das gewünschte Textelement durch Klicken mit der linken Maustaste aus. Wechseln Sie in die Registerkarte Start und nutzen Sie die in der Menüleiste angezeigten Symbole, um Schriftart, Schriftgröße und Schriftfarbe oder DekoStile zu bearbeiten. Um ein Diagrammelement zu löschen, wählen Sie es mit der linken Maustaste aus und drücken Sie die Taste Entfernen auf Ihrer Tastatur. Sie haben die Möglichkeit 3D-Diagramme mithilfe der Maus zu drehen. Klicken Sie mit der linken Maustaste in den Diagrammbereich und halten Sie die Maustaste gedrückt, bis ein blaues gestricheltes Feld angezeigt wird. Ziehen Sie den Mauszeiger ohne die Maustaste loszulassen in die gewünschte Richtung, um die 3D-Diagrammausrichtung zu ändern. Diagrammeinstellungen anpassen Einige Diagrammeigenschaften können mithilfe der Registerkarte Diagrammeinstellungen in der rechten Seitenleiste geändert werden. Um das Menü zu aktivieren, klicken Sie auf das Diagramm und wählen Sie rechts das Symbol Diagrammeinstellungen aus. Die folgenden Eigenschaften können geändert werden: Größe - zeigt die aktuelle Breite und Höhe des Diagramms an. Textumbruch - der Stil für den Textumbruch wird aus den verfügbaren Vorlagen ausgewählt: Mit Text in Zeile, Quadrat, Eng, Transparent, Oben und unten, Vorne, Hinten (für weitere Information lesen Sie die folgende Beschreibung der erweiterten Einstellungen). Diagrammtyp ändern - ändern Sie den ausgewählten Diagrammtyp bzw. -stil.Um den gewünschten Diagrammstil auszuwählen, verwenden Sie im Abschnitt Diagrammtyp ändern das zweite Dropdown-Menü. Daten bearbeiten - das Fenster „Diagrammtools“ wird geöffnet.Hinweis: Wenn Sie einen Doppelklick auf einem in Ihrem Dokument enthaltenen Diagramm ausführen, öffnet sich das Fenster „Diagrammtools“. Einige dieser Optionen finden Sie auch im Rechtsklickmenü. Die Menüoptionen sind: Ausschneiden, Kopieren, Einfügen - Standardoptionen zum Ausschneiden oder Kopieren ausgewählter Textpassagen/Objekte und zum Einfügen von zuvor ausgeschnittenen/kopierten Textstellen oder Objekten an der aktuellen Cursorposition. Anordnen - um das ausgewählte Diagramm in den Vordergrund bzw. Hintergrund oder eine Ebene nach vorne bzw. hinten zu verschieben sowie Formen zu gruppieren und die Gruppierung aufzuheben (um diese wie ein einzelnes Objekt behandeln zu können). Weitere Informationen zum Anordnen von Objekten finden Sie auf dieser Seite. Ausrichten wird verwendet, um das Diagramm linksbündig, zentriert, rechtsbündig, oben, mittig oder unten auszurichten. Weitere Informationen zum Ausrichten von Objekten finden Sie auf dieser Seite. Textumbruch - der Stil für den Textumbruch wird aus den verfügbaren Vorlagen ausgewählt: Mit Text in Zeile, Quadrat, Eng, Transparent, Oben und unten, Vorne, Hinten. Die Option Umbruchsgrenze bearbeiten ist für Diagramme nicht verfügbar. Daten bearbeiten - das Fenster „Diagrammtools“ wird geöffnet. Erweiterte Diagrammeinstellungen - das Fenster „Diagramme - Erweiterte Einstellungen“ wird geöffnet. Wenn das Diagramm ausgewählt ist, ist rechts auch das Symbol Formeinstellungen verfügbar, da eine Form als Hintergrund für das Diagramm verwendet wird. Klicken Sie auf dieses Symbol, um die Registerkarte Formeinstellungen in der rechten Seitenleisten zu öffnen und passen sie Form Füllung, Linienstärke und Umbruchart. Beachten Sie, dass Sie den Formtyp nicht ändern können. Um die erweiterten Diagrammeinstellungen zu ändern, klicken Sie mit der rechten Maustaste auf das Diagramm und wählen Sie die Option Diagramm - Erweiterte Einstellungen im Rechtsklickmenü aus oder klicken Sie in der rechten Seitenleiste einfach auf den Link Erweiterte Einstellungen anzeigen. Das Fenster mit den Tabelleneigenschaften wird geöffnet: Die Registerkarte Größe enthält die folgenden Parameter: Breite und Höhe - nutzen Sie diese Optionen, um die Breite und/oder Höhe des Diagramms zu ändern. Wenn Sie die Funktion Seitenverhältnis sperren aktivieren (in diesem Fall sieht das Symbol so aus ), werden Breite und Höhe gleichmäßig geändert und das ursprünglichen Seitenverhältnis des Diagramms wird beibehalten. Die Registerkarte Textumbruch enthält die folgenden Parameter: Textumbruch - legen Sie fest, wie das Diagramm im Verhältnis zum Text positioniert wird: entweder als Teil des Textes (wenn Sie die Option „Mit Text verschieben“ auswählen) oder an allen Seiten von Text umgeben (wenn Sie einen anderen Stil auswählen). Mit Text verschieben - das Diagramm wird Teil des Textes (wie ein Zeichen) und wenn der Text verschoben wird, wird auch das Diagramm verschoben. In diesem Fall sind die Positionsoptionen nicht verfügbar. Ist eine der folgenden Umbrucharten ausgewählt, kann das Diagramm unabhängig vom Text verschoben und präzise auf der Seite positioniert werden: Quadrat - der Text bricht um den rechteckigen Kasten herum, der das Diagramm begrenzt. Eng - der Text bricht um die Bildkanten herum. Transparent - der Text bricht um die Diagrammkanten herum und füllt den offenen weißen Leerraum innerhalb des Diagramms. Oben und unten - der Text ist nur oberhalb und unterhalb des Diagramms. Vorne - das Diagramm überlappt mit dem Text. Hinten - der Text überlappt sich mit dem Diagramm. Wenn Sie die Stile Quadrat, Eng, Transparent oder Oben und unten auswählen, haben Sie die Möglichkeit zusätzliche Parameter einzugeben - Abstand vom Text auf allen Seiten (oben, unten, links, rechts). Die Registerkarte Position ist nur verfügbar, wenn Sie einen anderen Umbruchstil als „Mit Text in Zeile“ auswählen. Hier können Sie abhängig vom gewählten Format des Textumbruchs die folgenden Parameter festlegen: In der Gruppe Horizontal, können Sie eine der folgenden drei Bildpositionierungstypen auswählen: Ausrichtung (links, zentriert, rechts) gemessen an Zeichen, Spalte, linker Seitenrand, Seitenrand, Seite oder rechter Seitenrand. Absolute Position, gemessen in absoluten Einheiten wie Zentimeter/Punkte/Zoll (abhängig von der Voreinstellung in Datei -> Erweiterte Einstellungen...), rechts von Zeichen, Spalte, linker Seitenrand, Seitenrand, Seite oder rechter Seitenrand. Relative Position in Prozent, gemessen von linker Seitenrand, Seitenrand, Seite oder rechter Seitenrand. In der Gruppe Vertikal, können Sie eine der folgenden drei Bildpositionierungstypen auswählen: Ausrichtung (oben, zentriert, unten) gemessen von Zeile, Seitenrand, unterer Rand, Abschnitt, Seite oder oberer Rand. Absolute Position, gemessen in absoluten Einheiten wie Zentimeter/Punkte/Zoll (abhängig von der Voreinstellung in Datei -> Erweiterte Einstellungen...), unterhalb Zeile, Seitenrand, unterer Seitenrand, Absatz, Seite oder oberer Seitenrand. Relative Position in Prozent, gemessen von Seitenrand, unterer Seitenrand, Seite oder oberer Seitenrand. Im Kontrollkästchen Objekt mit Text verschieben können Sie festlegen, ob sich das Diagramm zusammen mit dem Text bewegen lässt, mit dem es verankert wurde. Überlappung zulassen legt fest, ob zwei Diagramme einander überlagern können oder nicht, wenn Sie diese auf einer Seite dicht aneinander bringen. Die Registerkarte Alternativtext ermöglicht die Eingabe eines Titels und einer Beschreibung die Personen mit Sehbehinderungen oder kognitiven Beeinträchtigungen vorgelesen werden kann, damit sie besser verstehen können, welche Informationen in dem Diagramm enthalten sind." }, { "id": "UsageInstructions/InsertDropCap.htm", @@ -163,12 +163,12 @@ var indexes = { "id": "UsageInstructions/InsertEquation.htm", "title": "Formeln einfügen", - "body": "Mit dem Dokumenteneditor können Sie Formeln mithilfe der integrierten Vorlagen erstellen, sie bearbeiten, Sonderzeichen einfügen (einschließlich mathematischer Operatoren, griechischer Buchstaben, Akzente usw.). Eine neue Formel einfügen Eine Formel aus den Vorlagen einfügen: Positionieren Sie den Mauszeiger an der gewünschten Stelle. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf den Pfeil neben dem Symbol Formel. Wählen Sie im geöffneten Listenmenü die gewünschte Option: Derzeit sind die folgenden Kategorien verfügbar: Symbole, Brüche, Skripte, Wurzeln, Integrale, Große Operatoren, Klammern, Funktionen, Akzente, Grenzwerte und Logarithmen, Operators, Matrizen. Klicken Sie im entsprechenden Vorlagensatz auf das gewünschte Symbol/die gewünschte Gleichung. Das ausgewählte Symbol/die ausgewählte Formel wird an der aktuellen Cursorposition eingefügt. Wenn die ausgewählte Zeile leer ist, wird die Gleichung zentriert. Um die Formel links- oder rechtsbündig auszurichten, klicken Sie auf der Registerkarte Start auf oder .Jede Formelvorlage steht für eine Reihe von Slots. Ein Slot für jedes Element, aus dem die Gleichung besteht Ein leerer Slot (auch Platzhalter genannt) hat eine gepunktete Linie Setzen Sie in alle Platzhalter die gewünschten Werte ein. Hinweis: Um eine Gleichung zu erstellen, können Sie auch die Tastenkombination Alt + = verwenden. Werte eingeben Der Einfügepunkt zeigt an, an welcher Stelle das nächste Zeichen erscheint, das Sie eingeben. Um den Cursor präzise zu positionieren, klicken Sie in einen Platzhalter und verschieben Sie den Einfügepunkt mithilfe der Tastaturpfeile um ein Zeichen nach links/rechts oder eine Zeile nach oben/unten. Wenn Sie unter dem Slot einen neuen Platzhalter erstellen wollen, positionieren Sie den Cursor in der ausgwählten Vorlage und drücken Sie die Eingabetaste.Wenn Sie den Einfügepunkt positioniert haben, können Sie die Werte in den Platzhaltern einfügen: Geben Sie geben Sie den gewünschten numerischen/literalen Wert über die Tastatur ein. Wechseln Sie zum Einfügen von Sonderzeichen in die Registerkarte Einfügen und wählen Sie im Menü Formel das gewünschte Zeichen aus der Palette mit den Symbolen aus. Fügen Sie eine weitere Vorlage aus der Palette hinzu, um eine komplexe verschachtelte Gleichung zu erstellen. Die Größe der primären Formel wird automatisch an den Inhalt angepasst. Die Größe der verschachtelten Gleichungselemente hängt von der Platzhaltergröße der primären Gleichung ab, sie darf jedoch nicht kleiner sein als die Vorlage für tiefgestellte Zeichen. Alternativ können Sie auch über das Rechtsklickmenü neue Elemente in Ihre Formel einfügen: Um ein neues Argument vor oder nach einem vorhandenen Argument einzufügen, das in Klammern steht, klicken Sie mit der rechten Maustaste auf das vorhandene Argument und wählen Sie die Option Argument vorher/nachher einfügen. Um in Fällen mit mehreren Bedingungen eine neue Formel aus der Gruppe Klammern hinzuzufügen (oder eine beliebige andere Formel, wenn Sie zuvor über die Eingabetaste einen neuen Platzhalter eingefügt haben), klicken Sie mit der rechten Maustaste auf einen leeren Platzhalter oder eine im Platzhalter eingegebene Gleichung und wählen Sie Formel vorher/nachher einfügen aus dem Menü aus. Um in einer Matrix eine neue Zeile oder Spalte einzugeben, wählen Sie die Option Einfügen aus dem Menü, und klicken Sie dann auf Zeile oberhalb/unterhalb oder Spalte links/rechts. Hinweis: aktuell ist es nicht möglich Gleichungen im linearen Format einzugeben werden, d.h. \\sqrt(4&x^3). Wenn Sie die Werte der mathematischen Ausdrücke eingeben, ist es nicht notwendig die Leertaste zu verwenden, da die Leerzeichen zwischen den Zeichen und Werten automatisch gesetzt werden. Wenn die Formel zu lang ist und nicht in eine einzelnen Zeile passt, wird während der Eingabe automatisch ein Zeilenumbruch ausgeführt. Bei Bedarf können Sie auch manuell einen Zeilenumbruch an einer bestimmten Position einfügen. Klicken sie dazu mit der rechten Maustaste auf einen der Platzhalter und wählen Sie im Menü die Option manuellen Umbruch einfügen aus. Der ausgewählte Platzhalter wird in die nächste Zeile verschoben. Wenn Sie einen manuellen Zeilenumbruch eingefügt haben können Sie die neue Zeile mithilfe der Tab- Taste an die mathematischen Operatoren der vorherigen Zeile anpassen und die Zeile entsprechend ausrichten. Um einen manuell hinzugefügten Zeilenumbruch zu entfernen, klicken Sie mit der rechten Maustaste auf den Platzhalter der die neue Zeile einleitet und wählen Sie die Option manuellen Umbruch entfernen. Formeln formatieren Um die Schriftgröße der Formel zu verkleinern oder zu vergrößern, klicken Sie an eine beliebige Stelle im Formelfeld und verwenden Sie die Schaltflächen und in der Registerkarte Start oder wählen Sie die gewünschte Schriftgröße aus der Liste aus. Alle Elemente in der Formel werden entsprechend angepasst. Die Buchstaben innerhalb der Formel werden standardmäßig kursiv gestellt. Bei Bedarf können Sie Schriftart (fett, kursiv, durchgestrichen) oder Schriftfarbe für die gesamte Formel oder Teile davon ändern. Unterstreichen ist nur für die gesamte Formel nötig und nicht für einzelne Zeichen. Wählen Sie den gewünschten Teil der Formel durch anklicken und ziehen aus. Der ausgewählte Teil wird blau markiert. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Start, um die Auswahl zu formatieren. Sie können zum Beispiel das Kursivformat für gewöhnliche Wörter entfernen, die keine Variablen oder Konstanten darstellen.Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü ändern: Um das Format von Brüchen zu ändern, klicken Sie mit der rechten Maustaste auf einen Bruch und wählen Sie im Menü die Option in schrägen/linearen/gestapelten Bruch ändern (die verfügbaren Optionen hängen vom ausgewählten Bruchtyp ab). Um die Position der Skripte in Bezug auf Text zu ändern, klicken Sie mit der rechten Maustaste auf die Formel, die Skripte enthält und wählen Sie die Option Skripte vor/nach Text aus dem Menü aus. Um die Größe der Argumente für Skripte, Wurzeln, Integrale, Große Operatoren, Grenzwerte und Logarithmen und Operatoren sowie für über- und untergeordnete Klammern und Vorlagen mit Gruppierungszeichen aus der Gruppe Akzente zu ändern, klicken Sie mit der rechten Maustaste auf das Argument, das Sie ändern wollen und wählen Sie die Option Argumentgröße vergrößern/verkleinern aus dem Menü aus. Um festzulegen, ob ein leerer Grad-Platzhalter für eine Wurzel angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste auf die Wurzel und wählen Sie die Option Grad anzeigen/ausblenden aus dem Menü aus. Um festzulegen, ob ein leerer Grenzwert-Platzhalter für ein Integral oder für Große Operatoren angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste auf die Gleichung und wählen Sie im Menü die Option oberen/unteren Grenzwert anzeigen/ausblenden aus. Um die Position der Grenzwerte in Bezug auf das Integral oder einen Operator für Integrale oder einen großen Operator zu ändern, klicken Sie mit der rechten Maustaste auf die Formel und wählen Sie die Option Position des Grenzwertes ändern aus dem Menü aus. Die Grenzwerte können rechts neben dem Operatorzeichen (als tiefgestellte und hochgestellte Zeichen) oder direkt über und unter dem Operatorzeichen angezeigt werden. Um die Positionen der Grenzwerte für Grenzwerte und Logarithmen und Vorlagen mit Gruppierungszeichen aus der Gruppe Akzente, klicken Sie mit der rechten Maustaste auf die Formel und wählen Sie die Option Grenzwert über/unter Text aus dem Menü aus. Um festzulegen, welche Klammern angezeigt werden sollen, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck und wählen Sie die Option öffnende/schließende Klammer anzeigen/verbergen aus dem Menü aus. Um die Größe der Klammern zu ändern, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck. Standardmäßig ist die Option Klammern ausdehnen aktiviert, so dass die Klammern an den eingegebenen Ausdruck angepasst werden. Sie können diese Option jedoch deaktivieren und die Klammern werden nicht mehr ausgedehnt. Wenn die Option aktiviert ist, können Sie auch die Option Klammern an Argumenthöhe anpassen verwenden. Um die Position der Zeichen in Bezug auf Text für Klammern (über dem Text/unter dem Text) oder Überstriche/Unterstriche aus der Gruppe Akzente zu ändern, klicken Sie mit der rechten Maustaste auf die Vorlage und wählen Sie die Option Überstrich/Unterstrich über/unter Text aus dem Menü aus. Um festzulegen, welche Rahmen für die Box-Formel aus der Gruppe Akzente angezeigt werden sollen, klicken Sie mit der rechten Maustaste auf die Formel, klicken Sie im Menü auf die Option Umrandungen und legen Sie die Parameter Einblenden/Ausblenden oberer/unterer/rechter/linker Rand oder Hinzufügen/Verbergen horizontale/vertikale/diagonale Grenzlinie fest. Um festzulegen, ob ein leerer Platzhalter für eine Matrix angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste darauf und wählen Sie die Option Platzhalter einblenden/ausblenden aus dem Menü aus. Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü ausrichten: Um Formeln in Fällen mit mehreren Bedingungen aus der Gruppe Klammern auszurichten (oder beliebige andere Formeln, wenn Sie zuvor über die Eingabetaste einen neuen Platzhalter eingefügt haben), klicken Sie mit der rechten Maustaste auf eine Gleichung, wählen Sie die Option Ausrichten im Menü aus und legen Sie den Ausrichtungstyp fest: Oben, Zentriert oder Unten. Um eine Matrix vertikal auszurichten, klicken Sie mit der rechten Maustaste auf die Matrix, wählen Sie die Option Matrixausrichtung aus dem Menü aus und legen Sie den Ausrichtungstyp fest: Oben, Zentriert oder Unten. Um Elemente in einer Matrix-Spalte vertikal auszurichten, klicken Sie mit der rechten Maustaste auf einen Platzhalter in der Spalte, wählen Sie die Option Spaltenausrichtung aus dem Menü aus und legen Sie den Ausrichtungstyp fest: Links, Zentriert oder Rechts. Formelelemente löschen Um Teile einer Formel zu löschen, wählen Sie den Teil den Sie löschen wollen mit der Maus aus oder halten Sie die Umschalttaste gedrückt, und drücken sie dann auf Ihrer Tastatur auf ENTF. Ein Slot kann nur zusammen mit der zugehörigen Vorlage gelöscht werden. Um die gesamte Formel zu löschen, wählen Sie diese aus, entweder durch Markieren mit der Maus oder durch einen Doppelklick auf das Formelfeld und drücken Sie dann auf die Taste ENTF auf Ihrer Tastatur.Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü löschen: Um eine Wurzel zu löschen, klicken Sie diese mit der rechten Maustaste an und wählen Sie die Option Wurzel löschen im Menü aus. Um ein tiefgestelltes Zeichen bzw. ein hochgestelltes Zeichen zu löschen, klicken sie mit der rechten Maustaste auf das entsprechende Element und wählen Sie die Option hochgestelltes/tiefgestelltes Zeichen entfernen im Menü aus. Wenn der Ausdruck Skripte mit Vorrang vor dem Text enthält, ist die Option Skripte entfernen verfügbar. Um Klammern zu entfernen, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck und wählen Sie die Option umschließende Zeichen entfernen oder die Option Umschließende Zeichen und Trennzeichen entfernen im Menü aus. Wenn ein Ausdruck in Klammern mehr als ein Argument enthält, klicken Sie mit der rechten Maustaste auf das Argument das Sie löschen wollen und wählen Sie die Option Argument löschen im Menü aus. Wenn Klammern mehr als eine Formel umschließen (in Fällen mit mehreren Bedingungen), klicken Sie mit der rechten Maustaste auf die Formel die Sie löschen wollen und wählen Sie die Option Formel löschen im Menü aus. Diese Option ist auch für andere Formelarten verfügbar, wenn Sie zuvor über die Eingabetaste neue Platzhalter hinzugefügt haben. Um einen Grenzwert zu löschen, klicken Sie diesen mit der rechten Maustaste an und wählen Sie die Option Grenzwert entfernen im Menü aus. Um einen Akzent zu löschen, klicken Sie diesen mit der rechten Maustaste an und wählen Sie im Menü die Option Akzentzeichen entfernen, Überstrich entfernen oder Unterstrich entfernen (die verfügbaren Optionen hängen vom ausgewählten Akzent ab). Um eine Zeile bzw. Spalte in einer Matrix zu löschen, klicken Sie mit der rechten Maustaste auf den Platzhalter in der entsprechenden Zeile/Spalte, wählen Sie im Menü die Option Entfernen und wählen Sie dann Zeile/Spalte entfernen." + "body": "Mit dem Dokumenteneditor können Sie Formeln mithilfe der integrierten Vorlagen erstellen, sie bearbeiten, Sonderzeichen einfügen (einschließlich mathematischer Operatoren, griechischer Buchstaben, Akzente usw.). Eine neue Formel einfügen Eine Formel aus den Vorlagen einfügen: Positionieren Sie den Mauszeiger an der gewünschten Stelle. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf den Pfeil neben dem Symbol Formel. Wählen Sie im geöffneten Listenmenü die gewünschte Option: Derzeit sind die folgenden Kategorien verfügbar: Symbole, Brüche, Skripte, Wurzeln, Integrale, Große Operatoren, Klammern, Funktionen, Akzente, Grenzwerte und Logarithmen, Operators, Matrizen. Klicken Sie im entsprechenden Vorlagensatz auf das gewünschte Symbol/die gewünschte Gleichung. Das ausgewählte Symbol/die ausgewählte Formel wird an der aktuellen Cursorposition eingefügt. Wenn die ausgewählte Zeile leer ist, wird die Gleichung zentriert. Um die Formel links- oder rechtsbündig auszurichten, klicken Sie auf der Registerkarte Start auf oder .Jede Formelvorlage steht für eine Reihe von Slots. Ein Slot für jedes Element, aus dem die Gleichung besteht Ein leerer Slot (auch Platzhalter genannt) hat eine gepunktete Linie Setzen Sie in alle Platzhalter die gewünschten Werte ein. Hinweis: Um eine Gleichung zu erstellen, können Sie auch die Tastenkombination Alt + = verwenden. Werte eingeben Der Einfügepunkt zeigt an, an welcher Stelle das nächste Zeichen erscheint, das Sie eingeben. Um den Cursor präzise zu positionieren, klicken Sie in einen Platzhalter und verschieben Sie den Einfügepunkt mithilfe der Tastaturpfeile um ein Zeichen nach links/rechts oder eine Zeile nach oben/unten. Wenn Sie unter dem Slot einen neuen Platzhalter erstellen wollen, positionieren Sie den Cursor in der ausgwählten Vorlage und drücken Sie die Eingabetaste.Wenn Sie den Einfügepunkt positioniert haben, können Sie die Werte in den Platzhaltern einfügen: Geben Sie geben Sie den gewünschten numerischen/literalen Wert über die Tastatur ein. Wechseln Sie zum Einfügen von Sonderzeichen in die Registerkarte Einfügen und wählen Sie im Menü Formel das gewünschte Zeichen aus der Palette mit den Symbolen aus. Fügen Sie eine weitere Vorlage aus der Palette hinzu, um eine komplexe verschachtelte Gleichung zu erstellen. Die Größe der primären Formel wird automatisch an den Inhalt angepasst. Die Größe der verschachtelten Gleichungselemente hängt von der Platzhaltergröße der primären Gleichung ab, sie darf jedoch nicht kleiner sein als die Vorlage für tiefgestellte Zeichen. Alternativ können Sie auch über das Rechtsklickmenü neue Elemente in Ihre Formel einfügen: Um ein neues Argument vor oder nach einem vorhandenen Argument einzufügen, das in Klammern steht, klicken Sie mit der rechten Maustaste auf das vorhandene Argument und wählen Sie die Option Argument vorher/nachher einfügen. Um in Fällen mit mehreren Bedingungen eine neue Formel aus der Gruppe Klammern hinzuzufügen (oder eine beliebige andere Formel, wenn Sie zuvor über die Eingabetaste einen neuen Platzhalter eingefügt haben), klicken Sie mit der rechten Maustaste auf einen leeren Platzhalter oder eine im Platzhalter eingegebene Gleichung und wählen Sie Formel vorher/nachher einfügen aus dem Menü aus. Um in einer Matrix eine neue Zeile oder Spalte einzugeben, wählen Sie die Option Einfügen aus dem Menü, und klicken Sie dann auf Zeile oberhalb/unterhalb oder Spalte links/rechts. Hinweis: aktuell ist es nicht möglich Gleichungen im linearen Format einzugeben werden, d.h. \\sqrt(4&x^3). Wenn Sie die Werte der mathematischen Ausdrücke eingeben, ist es nicht notwendig die Leertaste zu verwenden, da die Leerzeichen zwischen den Zeichen und Werten automatisch gesetzt werden. Wenn die Formel zu lang ist und nicht in eine einzelnen Zeile passt, wird während der Eingabe automatisch ein Zeilenumbruch ausgeführt. Bei Bedarf können Sie auch manuell einen Zeilenumbruch an einer bestimmten Position einfügen. Klicken sie dazu mit der rechten Maustaste auf einen der Platzhalter und wählen Sie im Menü die Option manuellen Umbruch einfügen aus. Der ausgewählte Platzhalter wird in die nächste Zeile verschoben. Wenn Sie einen manuellen Zeilenumbruch eingefügt haben können Sie die neue Zeile mithilfe der Tab- Taste an die mathematischen Operatoren der vorherigen Zeile anpassen und die Zeile entsprechend ausrichten. Um einen manuell hinzugefügten Zeilenumbruch zu entfernen, klicken Sie mit der rechten Maustaste auf den Platzhalter der die neue Zeile einleitet und wählen Sie die Option manuellen Umbruch entfernen. Formeln formatieren Um die Schriftgröße der Formel zu verkleinern oder zu vergrößern, klicken Sie an eine beliebige Stelle im Formelfeld und verwenden Sie die Schaltflächen und in der Registerkarte Start oder wählen Sie die gewünschte Schriftgröße aus der Liste aus. Alle Elemente in der Formel werden entsprechend angepasst. Die Buchstaben innerhalb der Formel werden standardmäßig kursiv gestellt. Bei Bedarf können Sie Schriftart (fett, kursiv, durchgestrichen) oder Schriftfarbe für die gesamte Formel oder Teile davon ändern. Unterstreichen ist nur für die gesamte Formel nötig und nicht für einzelne Zeichen. Wählen Sie den gewünschten Teil der Formel durch anklicken und ziehen aus. Der ausgewählte Teil wird blau markiert. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Start, um die Auswahl zu formatieren. Sie können zum Beispiel das Kursivformat für gewöhnliche Wörter entfernen, die keine Variablen oder Konstanten darstellen.Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü ändern: Um das Format von Brüchen zu ändern, klicken Sie mit der rechten Maustaste auf einen Bruch und wählen Sie im Menü die Option in schrägen/linearen/gestapelten Bruch ändern (die verfügbaren Optionen hängen vom ausgewählten Bruchtyp ab). Um die Position der Skripte in Bezug auf Text zu ändern, klicken Sie mit der rechten Maustaste auf die Formel, die Skripte enthält und wählen Sie die Option Skripte vor/nach Text aus dem Menü aus. Um die Größe der Argumente für Skripte, Wurzeln, Integrale, Große Operatoren, Grenzwerte und Logarithmen und Operatoren sowie für über- und untergeordnete Klammern und Vorlagen mit Gruppierungszeichen aus der Gruppe Akzente zu ändern, klicken Sie mit der rechten Maustaste auf das Argument, das Sie ändern wollen und wählen Sie die Option Argumentgröße vergrößern/verkleinern aus dem Menü aus. Um festzulegen, ob ein leerer Grad-Platzhalter für eine Wurzel angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste auf die Wurzel und wählen Sie die Option Grad anzeigen/ausblenden aus dem Menü aus. Um festzulegen, ob ein leerer Grenzwert-Platzhalter für ein Integral oder für Große Operatoren angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste auf die Gleichung und wählen Sie im Menü die Option oberen/unteren Grenzwert anzeigen/ausblenden aus. Um die Position der Grenzwerte in Bezug auf das Integral oder einen Operator für Integrale oder einen großen Operator zu ändern, klicken Sie mit der rechten Maustaste auf die Formel und wählen Sie die Option Position des Grenzwertes ändern aus dem Menü aus. Die Grenzwerte können rechts neben dem Operatorzeichen (als tiefgestellte und hochgestellte Zeichen) oder direkt über und unter dem Operatorzeichen angezeigt werden. Um die Positionen der Grenzwerte für Grenzwerte und Logarithmen und Vorlagen mit Gruppierungszeichen aus der Gruppe Akzente, klicken Sie mit der rechten Maustaste auf die Formel und wählen Sie die Option Grenzwert über/unter Text aus dem Menü aus. Um festzulegen, welche Klammern angezeigt werden sollen, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck und wählen Sie die Option öffnende/schließende Klammer anzeigen/verbergen aus dem Menü aus. Um die Größe der Klammern zu ändern, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck. Standardmäßig ist die Option Klammern ausdehnen aktiviert, so dass die Klammern an den eingegebenen Ausdruck angepasst werden. Sie können diese Option jedoch deaktivieren und die Klammern werden nicht mehr ausgedehnt. Wenn die Option aktiviert ist, können Sie auch die Option Klammern an Argumenthöhe anpassen verwenden. Um die Position der Zeichen in Bezug auf Text für Klammern (über dem Text/unter dem Text) oder Überstriche/Unterstriche aus der Gruppe Akzente zu ändern, klicken Sie mit der rechten Maustaste auf die Vorlage und wählen Sie die Option Überstrich/Unterstrich über/unter Text aus dem Menü aus. Um festzulegen, welche Rahmen für die Box-Formel aus der Gruppe Akzente angezeigt werden sollen, klicken Sie mit der rechten Maustaste auf die Formel, klicken Sie im Menü auf die Option Umrandungen und legen Sie die Parameter Einblenden/Ausblenden oberer/unterer/rechter/linker Rand oder Hinzufügen/Verbergen horizontale/vertikale/diagonale Grenzlinie fest. Um festzulegen, ob ein leerer Platzhalter für eine Matrix angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste darauf und wählen Sie die Option Platzhalter einblenden/ausblenden aus dem Menü aus. Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü ausrichten: Um Formeln in Fällen mit mehreren Bedingungen aus der Gruppe Klammern auszurichten (oder beliebige andere Formeln, wenn Sie zuvor über die Eingabetaste einen neuen Platzhalter eingefügt haben), klicken Sie mit der rechten Maustaste auf eine Gleichung, wählen Sie die Option Ausrichten im Menü aus und legen Sie den Ausrichtungstyp fest: Oben, Zentriert oder Unten. Um eine Matrix vertikal auszurichten, klicken Sie mit der rechten Maustaste auf die Matrix, wählen Sie die Option Matrixausrichtung aus dem Menü aus und legen Sie den Ausrichtungstyp fest: Oben, Zentriert oder Unten. Um Elemente in einer Matrix-Spalte vertikal auszurichten, klicken Sie mit der rechten Maustaste auf einen Platzhalter in der Spalte, wählen Sie die Option Spaltenausrichtung aus dem Menü aus und legen Sie den Ausrichtungstyp fest: Links, Zentriert oder Rechts. Formelelemente löschen Um Teile einer Formel zu löschen, wählen Sie den Teil den Sie löschen wollen mit der Maus aus oder halten Sie die Umschalttaste gedrückt, und drücken sie dann auf Ihrer Tastatur auf ENTF. Ein Slot kann nur zusammen mit der zugehörigen Vorlage gelöscht werden. Um die gesamte Formel zu löschen, wählen Sie diese aus, entweder durch Markieren mit der Maus oder durch einen Doppelklick auf das Formelfeld und drücken Sie dann auf die Taste ENTF auf Ihrer Tastatur.Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü löschen: Um eine Wurzel zu löschen, klicken Sie diese mit der rechten Maustaste an und wählen Sie die Option Wurzel löschen im Menü aus. Um ein tiefgestelltes Zeichen bzw. ein hochgestelltes Zeichen zu löschen, klicken sie mit der rechten Maustaste auf das entsprechende Element und wählen Sie die Option hochgestelltes/tiefgestelltes Zeichen entfernen im Menü aus. Wenn der Ausdruck Skripte mit Vorrang vor dem Text enthält, ist die Option Skripte entfernen verfügbar. Um Klammern zu entfernen, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck und wählen Sie die Option umschließende Zeichen entfernen oder die Option Umschließende Zeichen und Trennzeichen entfernen im Menü aus. Wenn ein Ausdruck in Klammern mehr als ein Argument enthält, klicken Sie mit der rechten Maustaste auf das Argument das Sie löschen wollen und wählen Sie die Option Argument löschen im Menü aus. Wenn Klammern mehr als eine Formel umschließen (in Fällen mit mehreren Bedingungen), klicken Sie mit der rechten Maustaste auf die Formel die Sie löschen wollen und wählen Sie die Option Formel löschen im Menü aus. Diese Option ist auch für andere Formelarten verfügbar, wenn Sie zuvor über die Eingabetaste neue Platzhalter hinzugefügt haben. Um einen Grenzwert zu löschen, klicken Sie diesen mit der rechten Maustaste an und wählen Sie die Option Grenzwert entfernen im Menü aus. Um einen Akzent zu löschen, klicken Sie diesen mit der rechten Maustaste an und wählen Sie im Menü die Option Akzentzeichen entfernen, Überstrich entfernen oder Unterstrich entfernen (die verfügbaren Optionen hängen vom ausgewählten Akzent ab). Um eine Zeile bzw. Spalte in einer Matrix zu löschen, klicken Sie mit der rechten Maustaste auf den Platzhalter in der entsprechenden Zeile/Spalte, wählen Sie im Menü die Option Entfernen und wählen Sie dann Zeile/Spalte entfernen." }, { "id": "UsageInstructions/InsertFootnotes.htm", "title": "Fußnoten einfügen", - "body": "Sie haben die Möglichkeit Fußnoten einzufügen, um Kommentare zu bestimmten Sätzen oder Begriffen in Ihrem Text einzufügen, Referenzen und Quellen anzugeben usw. Eine Fußnote einfügen: Positionieren Sie den Einfügepunkt am Ende der Textpassage, der Sie eine Fußnote hinzufügen möchten. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf das Symbol Fußnote in der oberen Symbolleiste oder klicken Sie auf das Pfeilsymbol Fußnote und wählen Sie die Option Fußnote einfügen aus dem Menü aus.Das Fußnotenzeichen (d.h. Das hochgestellte Zeichen, das eine Fußnote anzeigt) wird im Dokumenttext angezeigt und die Textmarke springt an das unteren Ende der aktuellen Seite. Geben Sie den Text der Fußnote ein. Wiederholen Sie den beschriebenen Vorgang, um weitere Fußnoten für andere Textpassagen in Ihrem Dokument hinzuzufügen. Die Fußnoten werden automatisch nummeriert. Wenn Sie den Mauszeiger über das Fußnotenzeichen bewegen, öffnet sich ein kleines Popup-Fenster mit dem Fußnotentext. Um zwischen den hinzugefügten Fußnoten im Dokumenttext zu navigieren, klicken Sie auf der Registerkarte Einfügen in der oberen Symbolleiste auf den Pfeil neben dem Symbol Fußnote. Navigieren Sie nun im Abschnitt Zu Fußnoten wechseln über die Pfeile und zur nächsten oder zur vorherigen Fußnote. Einstellungen der Fußnotenändern: klicken Sie auf der Registerkarte Einfügen in der oberen Symbolleiste auf den Pfeil neben dem Symbol Fußnote. Wählen Sie die Option Fußnoteneinstellungen aus dem Menü aus. Ändern Sie im Fenster Einstellungen Fußnoten die aktuellen Parameter: Legen Sie die Position der Fußnoten auf der Seite fest, indem Sie eine der verfügbaren Optionen auswählen: Seitenende - um Fußnoten am unteren Seitenrand zu positionieren (diese Option ist standardmäßig ausgewählt). Unter dem Text - um Fußnoten dichter am Text zu positionieren. Diese Option ist nützlich, wenn eine Seite nur einen kurzen Textabschnitt enthält. Format der Fußnoten anpassen: Zahlenformat - wählen Sie das gewünschte Format aus der Liste mit verfügbaren Formaten aus: 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Beginnen mit - über die Pfeiltasten können Sie festlegen, bei welchem Buchstaben oder welcher Zahl Sie beginnen möchten. Nummerierung - wählen Sie aus, auf welche Weise Sie Ihre Fußnoten nummerieren möchten: Fortlaufend - um Fußnoten im gesamten Dokument fortlaufend zu nummerieren. Jeder Abschnitt neu - die Nummerierung der Fußnoten beginnt in jedem neuen Abschnitt wieder bei 1 (oder einem anderen festgelegten Wert). Jede Seite neu - die Nummerierung der Fußnoten beginnt auf jeder neuen Seite wieder bei 1 (oder einem anderen festgelegten Wert). Benutzerdefinierte Markierung - Legen Sie ein Sonderzeichen oder ein Wort fest, das Sie als Fußnotenzeichen verwenden möchten (z. B. * oder Note1). Geben Sie das gewünschte Wort/Zeichen in das dafür vorgesehene Feld ein und klicken Sie auf Einfügen im Fenster Fußnoteneinstellungen. Legen Sie in der Dropdown-Liste Änderungen anwenden auf auf fest, ob Sie die angegebenen Fußnoteneinstellungen auf das gesamte Dokument oder nur den aktuellen Abschnitt anwenden wollen.Hinweis: Um unterschiedliche Fußnotenformatierungen in verschiedenen Teilen des Dokuments zu verwenden, müssen Sie zunächst Abschnittsumbrüche einfügen. Wenn Sie fertig sind, klicken Sie auf Übernehmen. Um eine einzelne Fußnote zu entfernen, positionieren Sie den Einfügepunkt direkt vor der Fußnotenmarkierung und drücken Sie auf ENTF. Andere Fußnoten werden automatisch neu nummeriert. Um alle Fußnoten in einem Dokument zu entferen, klicken Sie auf der Registerkarte Einfügen in der oberen Symbolleiste auf den Pfeil neben dem Symbol Fußnote. Wählen Sie die Option Alle Fußnoten löschen aus dem Menü aus." + "body": "Sie haben die Möglichkeit Fußnoten einzufügen, um Kommentare zu bestimmten Sätzen oder Begriffen in Ihrem Text einzufügen, Referenzen und Quellen anzugeben usw. Eine Fußnote einfügen: Positionieren Sie den Einfügepunkt am Ende der Textpassage, der Sie eine Fußnote hinzufügen möchten. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf das Symbol Fußnote in der oberen Symbolleiste oder klicken Sie auf das Pfeilsymbol Fußnote und wählen Sie die Option Fußnote einfügen aus dem Menü aus.Das Fußnotenzeichen (d.h. Das hochgestellte Zeichen, das eine Fußnote anzeigt) wird im Dokumenttext angezeigt und die Textmarke springt an das unteren Ende der aktuellen Seite. Geben Sie den Text der Fußnote ein. Wiederholen Sie den beschriebenen Vorgang, um weitere Fußnoten für andere Textpassagen in Ihrem Dokument hinzuzufügen. Die Fußnoten werden automatisch nummeriert. Wenn Sie den Mauszeiger über das Fußnotenzeichen bewegen, öffnet sich ein kleines Popup-Fenster mit dem Fußnotentext. Um zwischen den hinzugefügten Fußnoten im Dokumenttext zu navigieren, klicken Sie auf der Registerkarte Einfügen in der oberen Symbolleiste auf den Pfeil neben dem Symbol Fußnote. Navigieren Sie nun im Abschnitt Zu Fußnoten wechseln über die Pfeile und zur nächsten oder zur vorherigen Fußnote. Einstellungen der Fußnotenändern: klicken Sie auf der Registerkarte Einfügen in der oberen Symbolleiste auf den Pfeil neben dem Symbol Fußnote. Wählen Sie die Option Fußnoteneinstellungen aus dem Menü aus. Ändern Sie im Fenster Einstellungen Fußnoten die aktuellen Parameter: Legen Sie die Position der Fußnoten auf der Seite fest, indem Sie eine der verfügbaren Optionen auswählen: Seitenende - um Fußnoten am unteren Seitenrand zu positionieren (diese Option ist standardmäßig ausgewählt). Unter dem Text - um Fußnoten dichter am Text zu positionieren. Diese Option ist nützlich, wenn eine Seite nur einen kurzen Textabschnitt enthält. Format der Fußnoten anpassen: Zahlenformat - wählen Sie das gewünschte Format aus der Liste mit verfügbaren Formaten aus: 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Beginnen mit - über die Pfeiltasten können Sie festlegen, bei welchem Buchstaben oder welcher Zahl Sie beginnen möchten. Nummerierung - wählen Sie aus, auf welche Weise Sie Ihre Fußnoten nummerieren möchten: Fortlaufend - um Fußnoten im gesamten Dokument fortlaufend zu nummerieren. Jeder Abschnitt neu - die Nummerierung der Fußnoten beginnt in jedem neuen Abschnitt wieder bei 1 (oder einem anderen festgelegten Wert). Jede Seite neu - die Nummerierung der Fußnoten beginnt auf jeder neuen Seite wieder bei 1 (oder einem anderen festgelegten Wert). Benutzerdefinierte Markierung - Legen Sie ein Sonderzeichen oder ein Wort fest, das Sie als Fußnotenzeichen verwenden möchten (z. B. * oder Note1). Geben Sie das gewünschte Wort/Zeichen in das dafür vorgesehene Feld ein und klicken Sie auf Einfügen im Fenster Fußnoteneinstellungen. Legen Sie in der Dropdown-Liste Änderungen anwenden auf auf fest, ob Sie die angegebenen Fußnoteneinstellungen auf das gesamte Dokument oder nur den aktuellen Abschnitt anwenden wollen.Hinweis: Um unterschiedliche Fußnotenformatierungen in verschiedenen Teilen des Dokuments zu verwenden, müssen Sie zunächst Abschnittsumbrüche einfügen. Wenn Sie fertig sind, klicken Sie auf Übernehmen. Um eine einzelne Fußnote zu entfernen, positionieren Sie den Einfügepunkt direkt vor der Fußnotenmarkierung und drücken Sie auf ENTF. Andere Fußnoten werden automatisch neu nummeriert. Um alle Fußnoten in einem Dokument zu entferen, klicken Sie auf der Registerkarte Einfügen in der oberen Symbolleiste auf den Pfeil neben dem Symbol Fußnote. Wählen Sie die Option Alle Fußnoten löschen aus dem Menü aus." }, { "id": "UsageInstructions/InsertHeadersFooters.htm", @@ -188,7 +188,7 @@ var indexes = { "id": "UsageInstructions/InsertTables.htm", "title": "Tabellen einfügen", - "body": "Eine Tabelle einfügen Einfügen einer Tabelle im aktuellen Dokument: Positionieren Sie den Cursor an der Stelle, an der Sie eine Tabelle einfügen möchten. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf das Symbol Tabelle. Wählen Sie die gewünschte Option für die Erstellung einer Tabelle: Tabelle mit einer vordefinierten Zellenanzahl (maximal 10 x 8 Zellen) Wenn Sie schnell eine Tabelle erstellen möchten, wählen Sie einfach die Anzahl der Zeilen (maximal 8) und Spalten (maximal 10) aus. Eine benutzerdefinierte Tabelle Wenn Sie eine Tabelle mit mehr als 10 x 8 Zellen benötigen, wählen Sie die Option Benutzerdefinierte Tabelle einfügen. Geben Sie nun im geöffneten Fenster die gewünschte Anzahl der Zeilen und Spalten an und klicken Sie anschließend auf OK. Wenn Sie eine Tabelle eingefügt haben, können Sie Eigenschaften und Position verändern. Tabelleneinstellungen anpassen Einige der Tabelleneigenschaften sowie die Struktur können mithilfe des Rechtsklickmenüs verändert werden. Die Menüoptionen sind: Ausschneiden, Kopieren, Einfügen - Standardoptionen zum Ausschneiden oder Kopieren ausgewählter Textpassagen/Objekte und zum Einfügen von zuvor ausgeschnittenen/kopierten Textstellen oder Objekten an der aktuellen Cursorposition. Auswählen - um eine Zeile, Spalte, Zelle oder Tabelle auszuwählen. Einfügen - um eine Zeile oberhalb oder unterhalb bzw. eine Spalte rechts oder links von der Zeile einzufügen, in der sich der Cursor aktuell befindet. Löschen - um eine Zeile, Spalte oder Tabelle zu löschen. Zellen verbinden - auswählen von zwei oder mehr Zellen, die in einer Zelle zusammengeführt werden sollen. Zelle teilen... - in einem neuen Fenster können Sie die gewünschte Anzahl der Spalten und Zeilen auswählen können, in die Zelle geteilt wird. Vertikale Ausrichtung in Zellen - den Text in der gewählten Zelle am oberen, unteren Rand oder zentriert ausrichten. Textrichtung - Textrichtung in einer Zelle festlegen Sie können den Text horizontal platzieren und vertikal von oben nach unten ausrichten (Text um 90° drehen) oder vertikale von unten nach oben aurichten (Text um 270° drehen). Textumbruch - Mit Text in Zeile: der Text wird durch die Tabelle umgebrochen, außerdem können Sie die Ausrichtung wählen: linksbündig, zentriert, rechtsbündig. Textumbruch - Umgebend: bei diesem Format wird die Tabelle innerhalb des Textes eingefügt und entsprechend an allen Seiten vom Text umgeben. Tabelle - Erweiterte Einstellungen - öffnen Sie das Fenster „Tabelle - Erweiterte Einstellungen“. Hyperlink - fügen Sie einen Hyperlink ein. Erweiterte Absatzeinstellungen - öffnen Sie das Fenster „Erweiterte Absatzeinstellungen“. Sie können die Tabelleneigenschaften auch in der rechten Seitenleiste ändern: Zeilen und Spalten - wählen Sie die Tabellenabschnitte aus, die Sie hervorheben möchten. Für Zeilen: Kopfzeile - um die erste Zeile hervorzuheben Letzte - um die letzte Zeile hervorzuheben Zusammengebunden - um jede zweite Zeile hervorzuheben Für Spalten: Erste - um die erste Spalte hervorzuheben Letzte - um die letzte Spalte hervorzuheben Zusammengebunden - um jede zweite Spalte hervorzuheben Aus Vorlage auswählen - wählen Sie eine verfügbare Tabellenvorlage aus. Rahmenstil - Linienstärke, -farbe, Rahmenstil und Hintergrundfarbe bestimmen. Textumbruch - Stil des Textumbruchs auswählen: - Mit Text in Zeile oder umgebend. Zeilen & Spalten - auswählen, löschen und einfügen von Zeilen und Spalten, Zellen verbinden und teilen. Gleiche Kopfzeile auf jeder Seite wiederholen - in langen Tabellen wird am Anfang jeder neuen Seite die gleiche Kopfzeile eingefügt. Erweiterte Einstellungen anzeigen - öffnet das Fenster „Tabelle - Erweiterte Einstellungen“ Um die erweiterten Tabelleneinstellungen zu ändern, klicken Sie mit der rechten Maustaste auf die Tabelle und wählen Sie die Option Tabelle - Erweiterte Einstellungen im Rechtsklickmenü aus oder klicken Sie in der rechten Seitenleiste auf die Verknüpfung Erweiterte Einstellungen anzeigen. Das Fenster mit den Tabelleneigenschaften wird geöffnet: In der Registerkarte Tabelle können die Tabelleneigenschaften der gesamten Tabelle geändert werden. Die Registerkarte Größe enthält die folgenden Parameter: Breite - Standardmäßig wird die Tabellenbreite automatisch an die Seitenbreite angepasst (die Tabelle belegt den gesamten Abstand zwischen dem linken und rechten Seitenrand). Sie können das Kontrollkästchen aktivieren und die gewünschte Tabellenbreite manuell eingeben. Gemessen in - legen Sie fest, ob Sie die Tabellenbreite in absoluten Einheiten angeben wollen, wie Zentimeter/Punkte/Zoll (abhängig von der Voreinstellung in der Registerkarte Datei -> Erweiterte Einstellungen...) oder als Prozentsatz der gesamten Tabellenbreite.Hinweis: Sie können die Tabellengröße auch manuell anpassen, indem Sie Zeilenhöhe und Spaltenbreite ändern. Bewegen Sie den Mauszeiger über einen Zeilen-/Spaltenrand, bis dieser zum bidirektionalen Pfeil wird und ziehen Sie den Rahmen in die gewünschte Position. Sie können auch die Markierungen auf dem horizontalen Lineal verwenden, um die Spaltenbreite zu ändern bzw. die Markierungen auf dem vertikalen Lineal, um die Zeilenhöhe zu ändern. Automatische Anpassung der Größe an den Inhalt - die automatische Änderung jeder Spaltenbreite gemäß dem jeweiligen Text innerhalb der Zellen wird aktiviert. Im Abschnitt Standardzellenbegrenzungen - passen Sie den Abstand zwischen dem Text innerhalb der Zellen und den standardmäßig verwendeten Zellenbegrenzungen an. Im Abschnitt Optionen können Sie die folgenden Parameter ändern: Abstand zwischen Zellen - der Zellenabstand, der mit der Hintergrundfarbe der Tabelle gefüllt wird. In der Gruppe Zelle können Sie die Eigenschaften von einzelnen Zellen ändern. Wählen Sie zunächst die Zelle aus, die Sie ändern wollen oder markieren Sie die gesamte Tabelle, um die Eigenschaften aller Zellen zu ändern. Die Registerkarte Zellengröße enthält die folgenden Parameter: Bevorzugte Breite - legen Sie Ihre gewünschte Zellenbreite fest. Alle Zellen werden nach entsprechend diesem Wert ausgerichtet, allerdings kann es in Einzelfällen vorkommen, dass es nicht möglich ist eine bestimmte Zelle auf genau diesen Wert anzupassen. Wenn der Text innerhalb einer Zelle beispielsweise die angegebene Breite überschreitet, wird er in die nächste Zeile aufgeteilt, sodass die bevorzugte Zellenbreite unverändert bleibt. Fügen Sie jedoch eine neue Spalte ein, wird die bevorzugte Breite reduziert. Gemessen in - legen Sie fest, ob Sie die Zellenbreite in absoluten Einheiten angeben wollen, wie Zentimeter/Punkte/Zoll (abhängig von der Voreinstellung in der Registerkarte Datei -> Erweiterte Einstellungen...) oder als Prozentsatz der gesamten Tabellenbreite.Hinweis: Sie können die Zellengröße auch manuell anpassen. Wenn Sie eine einzelne Zelle in einer Spalte kleiner oder größer als die Spaltenbreite machen wollen, bewegen Sie den Mauszeiger über den rechten Rand der gewünschten Zelle, bis dieser zum bidirektionalen Pfeil wird und ziehen Sie den Rahmen in die gewünschte Position. Verwenden Sie die Markierungen auf dem horizontalen Lineal, um die Spaltenbreite zu ändern. Im Abschnitt Zellenbegrenzungen können Sie den Abstand zwischen dem Text in den Zellen und der Zellenbegrenzung anpassen. Wenn Sie keine Auswahl treffen, werden Standardwerte verwendet (diese können in der Registerkarte Tabelle geändert werden), Sie können jedoch das Kontrollkästchen Standardbegrenzungen deaktivieren und die gewünschten Werte manuell eingeben. Im Abschnitt Zelloptionen können Sie die folgenden Parameter ändern: Die Option Zeilenumbruch ist standardmäßig aktiviert. Wenn der Text innerhalb einer Zeile länger ist als die vorhandene Zellenbreite, erfolgt ein automatischer Umbruch, so wird die Zelle zwar Höher aber die Spaltenbreite bleibt gleich. Die Registerkarte Rahmen & Hintergrund enthält die folgenden Parameter: Rahmeneinstellungen (Größe, Farbe und An- oder Abwesenheit) - legen Sie Linienstärke, Farbe und Ansichtstyp fest.Hinweis: Wenn Sie den Tabellenrahmen unsichtbar machen, indem Sie auf die Schaltfläche klicken oder alle Rahmenlinien manuell in der Tabelle manuell deaktivieren, werden diese im Dokument mit einer Punktlinie markiert. Um die Rahmenlinien vollständig auszublenden, klicken Sie auf das Symbol Formatierungszeichen in der Registerkarte Start und wählen Sie die Option Tabellenrahmen ausblenden. Zellenhintergrund - dem Zellenhintergrund eine Farbe zuweisen (nur verfügbar, wenn eine oder mehrere Zellen gewählt sind oder die Option Abstand zwischen Zellen zulassen auf der Registerkarte Breite & Abstand aktiviert ist). Tabellenhintergrund - der Tabelle wird eine Hintergrundfarbe zugewiesen bzw. die Abstände zwischen den Zellen werden farblich markiert, wenn die Option Abstand zwischen Zellen zulassen auf der Registerkarte Breite & Abstand aktiviert ist. Die Registerkarte Position ist nur verfügbar, wenn die Option Umgebend auf der Registerkarte Textumbruch ausgewählt ist, und enthält die folgenden Parameter: Die Parameter Horizontal beinhalten die Ausrichtung der Tabelle (linksbündig, zentriert, rechtsbündig) im Verhältnis zu Rand, Seite oder Text sowie die Tabellenposition rechts von Rand, Seite oder Text. Die Parameter Vertikal beinhalten die Ausrichtung der Tabelle (oben, zentriert, unten) im Verhältnis zu Rand, Seite oder Text sowie die Tabellenposition unterhalb des Randes, der Seite oder des Textes. Über die Registerkarte Rahmen können die folgenden Parameter festgelegt werden: Im Kontrollkästchen Objekt mit Text verschieben können Sie festlegen, ob sich die Tabelle zusammen mit dem Text bewegen lässt, mit dem sie verankert wurde. Überlappung zulassen bestimmt, ob zwei Tabellen in einer großen Tabelle verbunden werden oder überlappen, wenn Sie diese auf einer Seite dicht aneinander bringen. Die Registerkarte Textumbruch enthält die folgenden Parameter: Umbruchstil - Mit Text verschieben oder Umgebend. Legen Sie fest, wie die Tabelle im Verhältnis zum Text positioniert wird: entweder als Teil des Textes (wenn Sie die Option „Mit Text in Zeile“ auswählen) oder an allen Seiten von Text umgeben (im Format „Umgebend“). Wenn Sie den Umbruchstil ausgewählt haben, können die zusätzlichen Umbruchparameter für beide Umbruchformate festlegen. Für den Stil „Mit Text in Zeile“ können Sie die Ausrichtung und den linken Einzug der Tabelle festlegen. Im Format „umgebend“ können Sie in der Gruppe Tabellenposition den Abstand zum Text sowie die Position der Tabelle festlegen. Die Registerkarte Alternativtext ermöglicht die Eingabe eines Titels und einer Beschreibung die Personen mit Sehbehinderungen oder kognitiven Beeinträchtigungen vorgelesen werden kann damit sie besser verstehen können, welche Informationen in der Tabelle vorhanden sind." + "body": "Eine Tabelle einfügen Einfügen einer Tabelle im aktuellen Dokument: Positionieren Sie den Cursor an der Stelle, an der Sie eine Tabelle einfügen möchten. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf das Symbol Tabelle. Wählen Sie die gewünschte Option für die Erstellung einer Tabelle: Tabelle mit einer vordefinierten Zellenanzahl (maximal 10 x 8 Zellen) Wenn Sie schnell eine Tabelle erstellen möchten, wählen Sie einfach die Anzahl der Zeilen (maximal 8) und Spalten (maximal 10) aus. Eine benutzerdefinierte Tabelle Wenn Sie eine Tabelle mit mehr als 10 x 8 Zellen benötigen, wählen Sie die Option Benutzerdefinierte Tabelle einfügen. Geben Sie nun im geöffneten Fenster die gewünschte Anzahl der Zeilen und Spalten an und klicken Sie anschließend auf OK. Wenn Sie eine Tabelle eingefügt haben, können Sie Eigenschaften und Position verändern. Tabelleneinstellungen anpassen Einige der Tabelleneigenschaften sowie die Struktur können mithilfe des Rechtsklickmenüs verändert werden. Die Menüoptionen sind: Ausschneiden, Kopieren, Einfügen - Standardoptionen zum Ausschneiden oder Kopieren ausgewählter Textpassagen/Objekte und zum Einfügen von zuvor ausgeschnittenen/kopierten Textstellen oder Objekten an der aktuellen Cursorposition. Auswählen - um eine Zeile, Spalte, Zelle oder Tabelle auszuwählen. Einfügen - um eine Zeile oberhalb oder unterhalb bzw. eine Spalte rechts oder links von der Zeile einzufügen, in der sich der Cursor aktuell befindet. Löschen - um eine Zeile, Spalte oder Tabelle zu löschen. Zellen verbinden - auswählen von zwei oder mehr Zellen, die in einer Zelle zusammengeführt werden sollen. Zelle teilen... - in einem neuen Fenster können Sie die gewünschte Anzahl der Spalten und Zeilen auswählen können, in die Zelle geteilt wird. Vertikale Ausrichtung in Zellen - den Text in der gewählten Zelle am oberen, unteren Rand oder zentriert ausrichten. Textrichtung - Textrichtung in einer Zelle festlegen Sie können den Text horizontal platzieren und vertikal von oben nach unten ausrichten (Text um 90° drehen) oder vertikale von unten nach oben aurichten (Text um 270° drehen). Textumbruch - Mit Text in Zeile: der Text wird durch die Tabelle umgebrochen, außerdem können Sie die Ausrichtung wählen: linksbündig, zentriert, rechtsbündig. Textumbruch - Umgebend: bei diesem Format wird die Tabelle innerhalb des Textes eingefügt und entsprechend an allen Seiten vom Text umgeben. Tabelle - Erweiterte Einstellungen - öffnen Sie das Fenster „Tabelle - Erweiterte Einstellungen“. Hyperlink - fügen Sie einen Hyperlink ein. Erweiterte Absatzeinstellungen - öffnen Sie das Fenster „Erweiterte Absatzeinstellungen“. Sie können die Tabelleneigenschaften auch in der rechten Seitenleiste ändern: Zeilen und Spalten - wählen Sie die Tabellenabschnitte aus, die Sie hervorheben möchten. Für Zeilen: Kopfzeile - um die erste Zeile hervorzuheben Letzte - um die letzte Zeile hervorzuheben Zusammengebunden - um jede zweite Zeile hervorzuheben Für Spalten: Erste - um die erste Spalte hervorzuheben Letzte - um die letzte Spalte hervorzuheben Zusammengebunden - um jede zweite Spalte hervorzuheben Aus Vorlage auswählen - wählen Sie eine verfügbare Tabellenvorlage aus. Rahmenstil - Linienstärke, -farbe, Rahmenstil und Hintergrundfarbe bestimmen. Textumbruch - Stil des Textumbruchs auswählen: - Mit Text in Zeile oder umgebend. Zeilen & Spalten - auswählen, löschen und einfügen von Zeilen und Spalten, Zellen verbinden und teilen. Gleiche Kopfzeile auf jeder Seite wiederholen - in langen Tabellen wird am Anfang jeder neuen Seite die gleiche Kopfzeile eingefügt. Erweiterte Einstellungen anzeigen - öffnet das Fenster „Tabelle - Erweiterte Einstellungen“ Um die erweiterten Tabelleneinstellungen zu ändern, klicken Sie mit der rechten Maustaste auf die Tabelle und wählen Sie die Option Tabelle - Erweiterte Einstellungen im Rechtsklickmenü aus oder klicken Sie in der rechten Seitenleiste auf die Verknüpfung Erweiterte Einstellungen anzeigen. Das Fenster mit den Tabelleneigenschaften wird geöffnet: In der Registerkarte Tabelle können die Tabelleneigenschaften der gesamten Tabelle geändert werden. Die Registerkarte Größe enthält die folgenden Parameter: Breite - Standardmäßig wird die Tabellenbreite automatisch an die Seitenbreite angepasst (die Tabelle belegt den gesamten Abstand zwischen dem linken und rechten Seitenrand). Sie können das Kontrollkästchen aktivieren und die gewünschte Tabellenbreite manuell eingeben. Gemessen in - legen Sie fest, ob Sie die Tabellenbreite in absoluten Einheiten angeben wollen, wie Zentimeter/Punkte/Zoll (abhängig von der Voreinstellung in der Registerkarte Datei -> Erweiterte Einstellungen...) oder als Prozentsatz der gesamten Tabellenbreite.Hinweis: Sie können die Tabellengröße auch manuell anpassen, indem Sie Zeilenhöhe und Spaltenbreite ändern. Bewegen Sie den Mauszeiger über einen Zeilen-/Spaltenrand, bis dieser zum bidirektionalen Pfeil wird und ziehen Sie den Rahmen in die gewünschte Position. Sie können auch die Markierungen auf dem horizontalen Lineal verwenden, um die Spaltenbreite zu ändern bzw. die Markierungen auf dem vertikalen Lineal, um die Zeilenhöhe zu ändern. Automatische Anpassung der Größe an den Inhalt - die automatische Änderung jeder Spaltenbreite gemäß dem jeweiligen Text innerhalb der Zellen wird aktiviert. Im Abschnitt Standardzellenbegrenzungen - passen Sie den Abstand zwischen dem Text innerhalb der Zellen und den standardmäßig verwendeten Zellenbegrenzungen an. Im Abschnitt Optionen können Sie die folgenden Parameter ändern: Abstand zwischen Zellen - der Zellenabstand, der mit der Hintergrundfarbe der Tabelle gefüllt wird. In der Gruppe Zelle können Sie die Eigenschaften von einzelnen Zellen ändern. Wählen Sie zunächst die Zelle aus, die Sie ändern wollen oder markieren Sie die gesamte Tabelle, um die Eigenschaften aller Zellen zu ändern. Die Registerkarte Zellengröße enthält die folgenden Parameter: Bevorzugte Breite - legen Sie Ihre gewünschte Zellenbreite fest. Alle Zellen werden nach entsprechend diesem Wert ausgerichtet, allerdings kann es in Einzelfällen vorkommen, dass es nicht möglich ist eine bestimmte Zelle auf genau diesen Wert anzupassen. Wenn der Text innerhalb einer Zelle beispielsweise die angegebene Breite überschreitet, wird er in die nächste Zeile aufgeteilt, sodass die bevorzugte Zellenbreite unverändert bleibt. Fügen Sie jedoch eine neue Spalte ein, wird die bevorzugte Breite reduziert. Gemessen in - legen Sie fest, ob Sie die Zellenbreite in absoluten Einheiten angeben wollen, wie Zentimeter/Punkte/Zoll (abhängig von der Voreinstellung in der Registerkarte Datei -> Erweiterte Einstellungen...) oder als Prozentsatz der gesamten Tabellenbreite.Hinweis: Sie können die Zellengröße auch manuell anpassen. Wenn Sie eine einzelne Zelle in einer Spalte kleiner oder größer als die Spaltenbreite machen wollen, bewegen Sie den Mauszeiger über den rechten Rand der gewünschten Zelle, bis dieser zum bidirektionalen Pfeil wird und ziehen Sie den Rahmen in die gewünschte Position. Verwenden Sie die Markierungen auf dem horizontalen Lineal, um die Spaltenbreite zu ändern. Im Abschnitt Zellenbegrenzungen können Sie den Abstand zwischen dem Text in den Zellen und der Zellenbegrenzung anpassen. Wenn Sie keine Auswahl treffen, werden Standardwerte verwendet (diese können in der Registerkarte Tabelle geändert werden), Sie können jedoch das Kontrollkästchen Standardbegrenzungen deaktivieren und die gewünschten Werte manuell eingeben. Im Abschnitt Zelloptionen können Sie die folgenden Parameter ändern: Die Option Zeilenumbruch ist standardmäßig aktiviert. Wenn der Text innerhalb einer Zeile länger ist als die vorhandene Zellenbreite, erfolgt ein automatischer Umbruch, so wird die Zelle zwar Höher aber die Spaltenbreite bleibt gleich. Die Registerkarte Rahmen & Hintergrund enthält die folgenden Parameter: Rahmeneinstellungen (Größe, Farbe und An- oder Abwesenheit) - legen Sie Linienstärke, Farbe und Ansichtstyp fest.Hinweis: Wenn Sie den Tabellenrahmen unsichtbar machen, indem Sie auf die Schaltfläche klicken oder alle Rahmenlinien manuell in der Tabelle manuell deaktivieren, werden diese im Dokument mit einer Punktlinie markiert. Um die Rahmenlinien vollständig auszublenden, klicken Sie auf das Symbol Formatierungszeichen in der Registerkarte Start und wählen Sie die Option Tabellenrahmen ausblenden. Zellenhintergrund - dem Zellenhintergrund eine Farbe zuweisen (nur verfügbar, wenn eine oder mehrere Zellen gewählt sind oder die Option Abstand zwischen Zellen zulassen auf der Registerkarte Breite & Abstand aktiviert ist). Tabellenhintergrund - der Tabelle wird eine Hintergrundfarbe zugewiesen bzw. die Abstände zwischen den Zellen werden farblich markiert, wenn die Option Abstand zwischen Zellen zulassen auf der Registerkarte Breite & Abstand aktiviert ist. Die Registerkarte Position ist nur verfügbar, wenn die Option Umgebend auf der Registerkarte Textumbruch ausgewählt ist, und enthält die folgenden Parameter: Die Parameter Horizontal beinhalten die Ausrichtung der Tabelle (linksbündig, zentriert, rechtsbündig) im Verhältnis zu Rand, Seite oder Text sowie die Tabellenposition rechts von Rand, Seite oder Text. Die Parameter Vertikal beinhalten die Ausrichtung der Tabelle (oben, zentriert, unten) im Verhältnis zu Rand, Seite oder Text sowie die Tabellenposition unterhalb des Randes, der Seite oder des Textes. Über die Registerkarte Rahmen können die folgenden Parameter festgelegt werden: Im Kontrollkästchen Objekt mit Text verschieben können Sie festlegen, ob sich die Tabelle zusammen mit dem Text bewegen lässt, mit dem sie verankert wurde. Überlappung zulassen bestimmt, ob zwei Tabellen in einer großen Tabelle verbunden werden oder überlappen, wenn Sie diese auf einer Seite dicht aneinander bringen. Die Registerkarte Textumbruch enthält die folgenden Parameter: Umbruchstil - Mit Text verschieben oder Umgebend. Legen Sie fest, wie die Tabelle im Verhältnis zum Text positioniert wird: entweder als Teil des Textes (wenn Sie die Option „Mit Text in Zeile“ auswählen) oder an allen Seiten von Text umgeben (im Format „Umgebend“). Wenn Sie den Umbruchstil ausgewählt haben, können die zusätzlichen Umbruchparameter für beide Umbruchformate festlegen. Für den Stil „Mit Text in Zeile“ können Sie die Ausrichtung und den linken Einzug der Tabelle festlegen. Im Format „umgebend“ können Sie in der Gruppe Tabellenposition den Abstand zum Text sowie die Position der Tabelle festlegen. Die Registerkarte Alternativtext ermöglicht die Eingabe eines Titels und einer Beschreibung die Personen mit Sehbehinderungen oder kognitiven Beeinträchtigungen vorgelesen werden kann damit sie besser verstehen können, welche Informationen in der Tabelle vorhanden sind." }, { "id": "UsageInstructions/InsertTextObjects.htm", @@ -198,7 +198,7 @@ var indexes = { "id": "UsageInstructions/LineSpacing.htm", "title": "Zeilenabstand in Absätzen festlegen", - "body": "Der Dokumenteneditor ermöglicht Ihnen die Zeilenhöhe für die Textzeilen innerhalb des Absatzes sowie die Abstände zwischen den einzelnen Absätzen festzulegen. Gehen Sie dazu wie folgt vor: Postitionieren Sie den Cursor innerhalb des gewünschten Absatzes oder wählen Sie mehrere Absätze mit der Maus aus oder markieren Sie den gesamten Text mithilfe der Tastenkombination STRG+A. Nutzen Sie die entsprechenden Felder in der rechten Seitenleiste, um das gewünschte Ergebnis zu erzielen: Zeilenabstand - Zeilenhöhe für die Textzeilen im Absatz festlegen Sie haben drei Optionen zur Auswahl: mindestens (mithilfe dieser Option wird der für das größte Schriftzeichen oder eine Grafik auf einer Zeile erforderliche Mindestabstand zwischen den Zeilen festgelegt), mehrfach (mithilfe dieser Option wird der Zeilenabstand in Zahlen größer als 1 festgelegt), genau (unabhängig von der Größe der eingegebenen Zeichen oder Objekte wird der voreingestellte Abstandswert genau eingehalten). Sie können den gewünschten Wert im Feld rechts angeben. Absatzabstand - Auswählen wie groß die Absätze sind, die zwischen Textzeilen und Abständen angezeigt werden. Vor - Abstand vor dem Absatz. Nach - Abstand nach dem Absatz. Kein Abstand zwischen Absätzen gleicher Formatierung - aktivieren Sie dieses Feld, wenn Sie keinen zusätzlichen Abstand zwischen Absätzen gleicher Formatierung einfügen möchten. Um den aktuellen Zeilenabstand zu ändern, können Sie auch auf der Registerkarte Start das Symbol Zeilenabstand anklicken und den gewünschten Wert aus der Liste auswählen: 1,0; 1,15; 1,5; 2,0; 2,5; oder 3,0." + "body": "Der Dokumenteneditor ermöglicht Ihnen die Zeilenhöhe für die Textzeilen innerhalb des Absatzes sowie die Abstände zwischen den einzelnen Absätzen festzulegen. Gehen Sie dazu wie folgt vor: Postitionieren Sie den Cursor innerhalb des gewünschten Absatzes oder wählen Sie mehrere Absätze mit der Maus aus oder markieren Sie den gesamten Text mithilfe der Tastenkombination STRG+A. Nutzen Sie die entsprechenden Felder in der rechten Seitenleiste, um das gewünschte Ergebnis zu erzielen: Zeilenabstand - Zeilenhöhe für die Textzeilen im Absatz festlegen Sie haben drei Optionen zur Auswahl: mindestens (mithilfe dieser Option wird der für das größte Schriftzeichen oder eine Grafik auf einer Zeile erforderliche Mindestabstand zwischen den Zeilen festgelegt), mehrfach (mithilfe dieser Option wird der Zeilenabstand in Zahlen größer als 1 festgelegt), genau (unabhängig von der Größe der eingegebenen Zeichen oder Objekte wird der voreingestellte Abstandswert genau eingehalten). Sie können den gewünschten Wert im Feld rechts angeben. Absatzabstand - Auswählen wie groß die Absätze sind, die zwischen Textzeilen und Abständen angezeigt werden. Vor - Abstand vor dem Absatz. Nach - Abstand nach dem Absatz. Kein Abstand zwischen Absätzen gleicher Formatierung - aktivieren Sie dieses Feld, wenn Sie keinen zusätzlichen Abstand zwischen Absätzen gleicher Formatierung einfügen möchten. Um den aktuellen Zeilenabstand zu ändern, können Sie auch auf der Registerkarte Start das Symbol Zeilenabstand anklicken und den gewünschten Wert aus der Liste auswählen: 1,0; 1,15; 1,5; 2,0; 2,5; oder 3,0." }, { "id": "UsageInstructions/NonprintingCharacters.htm", @@ -243,7 +243,7 @@ var indexes = { "id": "UsageInstructions/UseMailMerge.htm", "title": "Seriendruck verwenden", - "body": "Hinweis: Diese Option ist nur in der bezahlten Version verfügbar. Mit der Funktion Seriendruck ist es möglich eine Reihe von Dokumenten zu erstellen, die einen gemeinsamen Inhalt aus einem Textdokument sowie einige individuelle Komponenten (Variablen, wie Namen, Begrüßungen usw.) aus einer Tabelle (z. B. eine Kundenliste) kombinieren. Das kann sehr nützlich sein, um eine Vielzahl von personalisierten Briefen zu erstellen und an Empfänger zu senden. Die Funktion Seriendruck verwenden. Erstellen Sie ein Datenquelle und laden Sie diese in das Hauptdokument. Bei einer für den Seriendruck verwendeten Datenquelle muss es sich um eine .xlsx-Tabelle handeln, die in Ihrem Portal gespeichert ist. Öffnen Sie eine vorhandene Tabelle oder erstellen Sie eine neue und stellen Sie sicher, dass diese die folgenden Anforderungen erfüllt:Die Tabelle muss eine Kopfzeile mit Spaltentiteln enthalten, da Werte in der ersten Zelle jeder Spalte die Felder für die Zusammenführung bestimmen (Variablen, die Sie in den Text einfügen können). Jede Spalte sollte eine Reihe von tatsächlichen Werten für eine Variable enthalten. Jede Zeile in der Tabelle sollte einem separaten Datensatz entsprechen (einem Satz von Werten, der zu einem bestimmten Empfänger gehört). Während der Zusammenführung wird für jeden Datensatz eine Kopie des Hauptdokuments erstellt und jedes in den Haupttext eingefügte Zusammenführungsfeld wird durch einen tatsächlichen Wert aus der entsprechenden Spalte ersetzt. Wenn Sie Ergebnisse per E-Mail senden möchten, muss die Tabelle auch eine Spalte mit den E-Mail-Adressen der Empfänger enthalten. Öffnen Sie ein vorhandenes Dokument oder erstellen Sie ein neues. Dieses Dokument muss den Haupttext enthalten, der für jede Version des Seriendruckdokuments identisch ist. Klicken Sie auf der oberen Symbolleiste, unter der Registerkarte Start auf das Symbol Seriendruck . Das Fenster Datenquelle auswählen wird geöffnet. Es wird eine Liste all Ihrer .xlsx-Tabellen angezeigt, die im Abschnitt Meine Dokumente gespeichert sind. Um zwischen anderen Modulabschnitten zu wechseln, verwenden Sie das Menü im linken Teil des Fensters. Wählen Sie die gewünschte Datei aus und klicken Sie auf OK. Sobald die Datenquelle geladen ist, wird die Registerkarte Einstellungen für das Zusammenführen in der rechten Seitenleiste angezeigt. Empfängerliste verifizieren oder ändern Klicken Sie in der rechten Seitenleiste auf die Schaltfläche Empfängerliste bearbeiten, um das Fenster Empfänger Seriendruck zu öffnen, in dem der Inhalt der ausgewählten Datenquelle angezeigt wird. Hier können Sie bei Bedarf neue Informationen hinzufügen bzw. vorhandene Daten bearbeiten oder löschen. Um das Arbeiten mit Daten zu vereinfachen, können Sie die Symbole oben im Fenster verwenden: und - zum Kopieren und Einfügen der kopierten Daten. und - um Aktionen rückgängig zu machen und zu wiederholen. und - um Ihre Daten in einem Zellenbereich in aufsteigender oder absteigender Reihenfolge zu sortieren. - um den Filter für den zuvor ausgewählten Zellenbereich zu aktivieren oder den aktuellen Filter zu entfernen. - um alle angewendeten Filterparameter zu löschen.Hinweis: Weitere Informationen zur Verwendung des Filters finden Sie im Abschnitt Sortieren und Filtern von Daten im Hilfemenü des Tabelleneditors. - um nach einem bestimmten Wert zu suchen und ihn gegebenenfalls durch einen anderen zu ersetzen.Hinweis: Weitere Informationen zur Verwendung des Werkzeugs Suchen und Ersetzen finden Sie im Abschnitt Suchen und Ersetzen von Funktionen im Hilfemenü des Tabelleneditors. Wenn Sie alle notwendigen Änderungen durchgeführt haben, klicken Sie auf Speichern & Schließen. Um die Änderungen zu verwerfen, klicken Sie auf Schließen. Einfügen von Seriendruckfeldern und überprüfen der Ergebnisse Positionieren Sie den Mauszeiger im Text des Hauptdokuments an der Stelle an der Sie ein Seriendruckfeld einfügen möchten, klicken Sie in der rechten Seitenleiste auf die Schaltfläche Seriendruckfeld einfügen und wählen Sie das erforderliche Feld aus der Liste aus Die verfügbaren Felder entsprechen den Daten in der ersten Zelle jeder Spalte der ausgewählten Datenquelle. Fügen Sie alle benötigten Felder an beliebiger Stelle im Dokument ein. Aktivieren Sie in der rechten Seitenleiste den Schalter Seriendruckfelder hervorheben, um die eingefügten Felder im Text deutlicher zu kennzeichnen. Aktivieren Sie in der rechten Seitenleiste den Schalter Ergebnisvorschau, um den Dokumenttext mit den aus der Datenquelle eingesetzten tatsächlichen Werten anzuzeigen. Verwenden Sie die Pfeiltasten, um für jeden Datensatz eine Vorschau des zusammengeführten Dokuments anzuzeigen. Um ein eingefügtes Feld zu löschen, deaktivieren sie den Modus Ergebnisvorschau, wählen Sie das entsprechende Feld mit der Maus aus und drücken Sie die Taste Entfernen auf der Tastatur. Um ein eingefügtes Feld zu ersetzen, deaktivieren sie den Modus Ergebnisvorschau, wählen Sie das entsprechende Feld mit der Maus aus, klicken Sie in der rechten Seitenleiste auf die Schaltfläche Seriendruckfeld einfügen und wählen Sie ein neues Feld aus der Liste aus. Parameter für den Seriendruck festlegen Wählen Sie den Zusammenführungstyp aus. Sie können den Massenversand beginnen oder das Ergebnis als Datei im PDF- oder Docx-Format speichern und es später drucken oder bearbeiten. Wählen Sie die gewünschte Option aus der Liste Zusammenführen als aus: PDF - um ein einzelnes Dokument im PDF-Format zu erstellen, das alle zusammengeführten Kopien enthält, damit Sie diese später drucken können DOCX - um ein einzelnes Dokument im DOCX-Format zu erstellen, das alle zusammengeführten Kopien enthält, damit Sie diese später bearbeiten können E-Mail - um die Ergebnisse als E-Mail an die Empfänger zu sendenNote: Die E-Mail-Adressen der Empfänger müssen in der geladenen Datenquelle angegeben werden und Sie müssen mindestens ein E-Mail-Konto im Mail-Modul in Ihrem Portal hinterlegt haben. Wählen Sie die Datensätze aus, auf die Sie die Zusammenführung anwenden möchten: Alle Datensätze - (diese Option ist standardmäßig ausgewählt) - um zusammengeführte Dokumente für alle Datensätze aus der geladenen Datenquelle zu erstellen Aktueller Datensatz - zum Erstellen eines zusammengeführten Dokuments für den aktuell angezeigten Datensatz Von... Bis - um ein zusammengeführtes Dokument für eine Reihe von Datensätzen zu erstellen (in diesem Fall müssen Sie zwei Werte angeben: die Werte für den ersten und den letzten Datensatz im gewünschten Bereich)Note: Es können maximal 100 Empfänger angegeben werden. Wenn Sie mehr als 100 Empfänger in Ihrer Datenquelle haben, führen Sie den Seriendruck schrittweise aus: Geben Sie die Werte von 1 bis 100 ein, warten Sie, bis der Serienbriefprozess abgeschlossen ist, und wiederholen Sie den Vorgang mit den Werten von 101 bis N. Serienbrief abschließen Wenn Sie sich entschieden haben, die Ergebnisse der Zusammenführung als Datei zu speichern, klicken Sie auf die Schaltfläche Herunterladen als, um die Datei an einem beliebigen Ort auf Ihrem PC zu speichern. Sie finden die Datei in Ihrem Standardordner für Downloads. Klicken Sie auf die Schaltfläche Speichern, um die Datei in Ihrem Portal zu speichern. Im Fenster Speichern unter können Sie den Dateinamen ändern und den Ort angeben, an dem Sie die Datei speichern möchten. Sie können auch das Kontrollkästchen Zusammengeführtes Dokument in neuem Tab öffnen aktivieren, um das Ergebnis zu überprüfen, sobald der Serienbriefprozess abgeschlossen ist. Klicken Sie zum Schluss im Fenster Speichern unter auf Speichern. Wenn Sie die Option E-Mail ausgewählt haben, erscheint in der rechten Seitenleiste die Schaltfläche Teilen. Wenn Sie auf die Schaltfläche klicken, öffnet sich das Fenster An E-Mail senden: Wenn Sie mehrere Konten mit Ihrem Mail-Modul verbunden haben, wählen Sie in der Liste Von das E-Mail-Konto aus, das Sie zum Senden der E-Mails verwenden möchten. Wählen Sie in der Liste An das Seriendruckfeld aus, das den E-Mail-Adressen der Empfänger entspricht, falls es nicht automatisch ausgewählt wurde. Geben Sie den Betreff Ihrer Nachricht in die Betreffzeile ein. Wählen sie das Mailformat aus der Liste aus: HTML, als DOCX anhängen oder als PDF anhängen. Wenn eine der beiden letzteren Optionen ausgewählt ist, müssen Sie auch den Dateinamen für Anhänge angeben und die Nachricht eingeben (der Text Ihres Briefes, der an die Empfänger gesendet wird). Klicken Sie auf Senden. Sobald das Mailing abgeschlossen ist, erhalten Sie an die im Feld Von angegebene E-Mail-Adresse eine Benachrichtigung." + "body": "Hinweis: Diese Option ist nur in der bezahlten Version verfügbar. Mit der Funktion Seriendruck ist es möglich eine Reihe von Dokumenten zu erstellen, die einen gemeinsamen Inhalt aus einem Textdokument sowie einige individuelle Komponenten (Variablen, wie Namen, Begrüßungen usw.) aus einer Tabelle (z. B. eine Kundenliste) kombinieren. Das kann sehr nützlich sein, um eine Vielzahl von personalisierten Briefen zu erstellen und an Empfänger zu senden. Die Funktion Seriendruck verwenden. Erstellen Sie ein Datenquelle und laden Sie diese in das Hauptdokument. Bei einer für den Seriendruck verwendeten Datenquelle muss es sich um eine .xlsx-Tabelle handeln, die in Ihrem Portal gespeichert ist. Öffnen Sie eine vorhandene Tabelle oder erstellen Sie eine neue und stellen Sie sicher, dass diese die folgenden Anforderungen erfüllt:Die Tabelle muss eine Kopfzeile mit Spaltentiteln enthalten, da Werte in der ersten Zelle jeder Spalte die Felder für die Zusammenführung bestimmen (Variablen, die Sie in den Text einfügen können). Jede Spalte sollte eine Reihe von tatsächlichen Werten für eine Variable enthalten. Jede Zeile in der Tabelle sollte einem separaten Datensatz entsprechen (einem Satz von Werten, der zu einem bestimmten Empfänger gehört). Während der Zusammenführung wird für jeden Datensatz eine Kopie des Hauptdokuments erstellt und jedes in den Haupttext eingefügte Zusammenführungsfeld wird durch einen tatsächlichen Wert aus der entsprechenden Spalte ersetzt. Wenn Sie Ergebnisse per E-Mail senden möchten, muss die Tabelle auch eine Spalte mit den E-Mail-Adressen der Empfänger enthalten. Öffnen Sie ein vorhandenes Dokument oder erstellen Sie ein neues. Dieses Dokument muss den Haupttext enthalten, der für jede Version des Seriendruckdokuments identisch ist. Klicken Sie auf der oberen Symbolleiste, unter der Registerkarte Start auf das Symbol Seriendruck . Das Fenster Datenquelle auswählen wird geöffnet. Es wird eine Liste all Ihrer .xlsx-Tabellen angezeigt, die im Abschnitt Meine Dokumente gespeichert sind. Um zwischen anderen Modulabschnitten zu wechseln, verwenden Sie das Menü im linken Teil des Fensters. Wählen Sie die gewünschte Datei aus und klicken Sie auf OK. Sobald die Datenquelle geladen ist, wird die Registerkarte Einstellungen für das Zusammenführen in der rechten Seitenleiste angezeigt. Empfängerliste verifizieren oder ändern Klicken Sie in der rechten Seitenleiste auf die Schaltfläche Empfängerliste bearbeiten, um das Fenster Empfänger Seriendruck zu öffnen, in dem der Inhalt der ausgewählten Datenquelle angezeigt wird. Hier können Sie bei Bedarf neue Informationen hinzufügen bzw. vorhandene Daten bearbeiten oder löschen. Um das Arbeiten mit Daten zu vereinfachen, können Sie die Symbole oben im Fenster verwenden: und - zum Kopieren und Einfügen der kopierten Daten. und - um Aktionen rückgängig zu machen und zu wiederholen. und - um Ihre Daten in einem Zellenbereich in aufsteigender oder absteigender Reihenfolge zu sortieren. - um den Filter für den zuvor ausgewählten Zellenbereich zu aktivieren oder den aktuellen Filter zu entfernen. - um alle angewendeten Filterparameter zu löschen.Hinweis: Weitere Informationen zur Verwendung des Filters finden Sie im Abschnitt Sortieren und Filtern von Daten im Hilfemenü des Tabelleneditors. - um nach einem bestimmten Wert zu suchen und ihn gegebenenfalls durch einen anderen zu ersetzen.Hinweis: Weitere Informationen zur Verwendung des Werkzeugs Suchen und Ersetzen finden Sie im Abschnitt Suchen und Ersetzen von Funktionen im Hilfemenü des Tabelleneditors. Wenn Sie alle notwendigen Änderungen durchgeführt haben, klicken Sie auf Speichern & Schließen. Um die Änderungen zu verwerfen, klicken Sie auf Schließen. Einfügen von Seriendruckfeldern und überprüfen der Ergebnisse Positionieren Sie den Mauszeiger im Text des Hauptdokuments an der Stelle an der Sie ein Seriendruckfeld einfügen möchten, klicken Sie in der rechten Seitenleiste auf die Schaltfläche Seriendruckfeld einfügen und wählen Sie das erforderliche Feld aus der Liste aus Die verfügbaren Felder entsprechen den Daten in der ersten Zelle jeder Spalte der ausgewählten Datenquelle. Fügen Sie alle benötigten Felder an beliebiger Stelle im Dokument ein. Aktivieren Sie in der rechten Seitenleiste den Schalter Seriendruckfelder hervorheben, um die eingefügten Felder im Text deutlicher zu kennzeichnen. Aktivieren Sie in der rechten Seitenleiste den Schalter Ergebnisvorschau, um den Dokumenttext mit den aus der Datenquelle eingesetzten tatsächlichen Werten anzuzeigen. Verwenden Sie die Pfeiltasten, um für jeden Datensatz eine Vorschau des zusammengeführten Dokuments anzuzeigen. Um ein eingefügtes Feld zu löschen, deaktivieren sie den Modus Ergebnisvorschau, wählen Sie das entsprechende Feld mit der Maus aus und drücken Sie die Taste Entfernen auf der Tastatur. Um ein eingefügtes Feld zu ersetzen, deaktivieren sie den Modus Ergebnisvorschau, wählen Sie das entsprechende Feld mit der Maus aus, klicken Sie in der rechten Seitenleiste auf die Schaltfläche Seriendruckfeld einfügen und wählen Sie ein neues Feld aus der Liste aus. Parameter für den Seriendruck festlegen Wählen Sie den Zusammenführungstyp aus. Sie können den Massenversand beginnen oder das Ergebnis als Datei im PDF- oder Docx-Format speichern und es später drucken oder bearbeiten. Wählen Sie die gewünschte Option aus der Liste Zusammenführen als aus: PDF - um ein einzelnes Dokument im PDF-Format zu erstellen, das alle zusammengeführten Kopien enthält, damit Sie diese später drucken können DOCX - um ein einzelnes Dokument im DOCX-Format zu erstellen, das alle zusammengeführten Kopien enthält, damit Sie diese später bearbeiten können E-Mail - um die Ergebnisse als E-Mail an die Empfänger zu sendenNote: Die E-Mail-Adressen der Empfänger müssen in der geladenen Datenquelle angegeben werden und Sie müssen mindestens ein E-Mail-Konto im Mail-Modul in Ihrem Portal hinterlegt haben. Wählen Sie die Datensätze aus, auf die Sie die Zusammenführung anwenden möchten: Alle Datensätze - (diese Option ist standardmäßig ausgewählt) - um zusammengeführte Dokumente für alle Datensätze aus der geladenen Datenquelle zu erstellen Aktueller Datensatz - zum Erstellen eines zusammengeführten Dokuments für den aktuell angezeigten Datensatz Von... Bis - um ein zusammengeführtes Dokument für eine Reihe von Datensätzen zu erstellen (in diesem Fall müssen Sie zwei Werte angeben: die Werte für den ersten und den letzten Datensatz im gewünschten Bereich)Note: Es können maximal 100 Empfänger angegeben werden. Wenn Sie mehr als 100 Empfänger in Ihrer Datenquelle haben, führen Sie den Seriendruck schrittweise aus: Geben Sie die Werte von 1 bis 100 ein, warten Sie, bis der Serienbriefprozess abgeschlossen ist, und wiederholen Sie den Vorgang mit den Werten von 101 bis N. Serienbrief abschließen Wenn Sie sich entschieden haben, die Ergebnisse der Zusammenführung als Datei zu speichern, klicken Sie auf die Schaltfläche Herunterladen als, um die Datei an einem beliebigen Ort auf Ihrem PC zu speichern. Sie finden die Datei in Ihrem Standardordner für Downloads. Klicken Sie auf die Schaltfläche Speichern, um die Datei in Ihrem Portal zu speichern. Im Fenster Speichern unter können Sie den Dateinamen ändern und den Ort angeben, an dem Sie die Datei speichern möchten. Sie können auch das Kontrollkästchen Zusammengeführtes Dokument in neuem Tab öffnen aktivieren, um das Ergebnis zu überprüfen, sobald der Serienbriefprozess abgeschlossen ist. Klicken Sie zum Schluss im Fenster Speichern unter auf Speichern. Wenn Sie die Option E-Mail ausgewählt haben, erscheint in der rechten Seitenleiste die Schaltfläche Teilen. Wenn Sie auf die Schaltfläche klicken, öffnet sich das Fenster An E-Mail senden: Wenn Sie mehrere Konten mit Ihrem Mail-Modul verbunden haben, wählen Sie in der Liste Von das E-Mail-Konto aus, das Sie zum Senden der E-Mails verwenden möchten. Wählen Sie in der Liste An das Seriendruckfeld aus, das den E-Mail-Adressen der Empfänger entspricht, falls es nicht automatisch ausgewählt wurde. Geben Sie den Betreff Ihrer Nachricht in die Betreffzeile ein. Wählen sie das Mailformat aus der Liste aus: HTML, als DOCX anhängen oder als PDF anhängen. Wenn eine der beiden letzteren Optionen ausgewählt ist, müssen Sie auch den Dateinamen für Anhänge angeben und die Nachricht eingeben (der Text Ihres Briefes, der an die Empfänger gesendet wird). Klicken Sie auf Senden. Sobald das Mailing abgeschlossen ist, erhalten Sie an die im Feld Von angegebene E-Mail-Adresse eine Benachrichtigung." }, { "id": "UsageInstructions/ViewDocInfo.htm", diff --git a/apps/documenteditor/main/resources/help/en/search/indexes.js b/apps/documenteditor/main/resources/help/en/search/indexes.js index cffff194c..a5221f683 100644 --- a/apps/documenteditor/main/resources/help/en/search/indexes.js +++ b/apps/documenteditor/main/resources/help/en/search/indexes.js @@ -113,7 +113,7 @@ var indexes = { "id": "UsageInstructions/ChangeWrappingStyle.htm", "title": "Change text wrapping", - "body": "The Wrapping Style option determines the way the object is positioned relative to the text. You can change the text wrapping style for inserted objects, such as shapes, images, charts, text boxes or tables. Change text wrapping for shapes, images, charts, text boxes To change the currently selected wrapping style: select a separate object on the page left-clicking it. To select a text box, click on its border, not the text within it. open the text wrapping settings: switch to the the Layout tab of the top toolbar and click the arrow next to the Wrapping icon, or right-click the object and select the Wrapping Style option from the contextual menu, or right-click the object, select the Advanced Settings option and switch to the Text Wrapping tab of the object Advanced Settings window. select the necessary wrapping style: Inline - the object is considered to be a part of the text, like a character, so when the text moves, the object moves as well. In this case the positioning options are inaccessible. If one of the following styles is selected, the object can be moved independently of the text and positioned on the page exactly: Square - the text wraps the rectangular box that bounds the object. Tight - the text wraps the actual object edges. Through - the text wraps around the object edges and fills in the open white space within the object. 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 object. In front - the object overlaps the text. Behind - the text overlaps the object. 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). To access these parameters, right-click the object, select the Advanced Settings option and switch to the Text Wrapping tab of the object Advanced Settings window. Set the necessary values and click OK. If you select a wrapping style other than Inline, the Position tab is also available in the object Advanced Settings window. To learn more on these parameters, please refer to the corresponding pages with the instructions on how to work with shapes, images or charts. If you select a wrapping style other than Inline, you can also edit the wrap boundary for images or shapes. Right-click the object, select the Wrapping Style option from the contextual menu and click the Edit Wrap Boundary option. 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. Change text wrapping for tables For tables, the following two wrapping styles are available: Inline and Flow. To change the currently selected wrapping style: right-click the table, open the text wrapping settings: select the Table Advanced Settings option and switch to the Text Wrapping tab of the Table - Advanced Settings window, or select one of the following options from the contextual menu: 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. Using the Text Wrapping tab of the Table - Advanced Settings window you can also set up the following additional parameters: For inline tables, you can set the table Alignment type (left, center or right) and Indent from left. For floating tables, you can set the Distance from text and the table position at the Table Position tab." + "body": "The Wrapping Style option determines the way the object is positioned relative to the text. You can change the text wrapping style for inserted objects, such as shapes, images, charts, text boxes or tables. Change text wrapping for shapes, images, charts, text boxes To change the currently selected wrapping style: select a separate object on the page left-clicking it. To select a text box, click on its border, not the text within it. open the text wrapping settings: switch to the the Layout tab of the top toolbar and click the arrow next to the Wrapping icon, or right-click the object and select the Wrapping Style option from the contextual menu, or right-click the object, select the Advanced Settings option and switch to the Text Wrapping tab of the object Advanced Settings window. select the necessary wrapping style: Inline - the object is considered to be a part of the text, like a character, so when the text moves, the object moves as well. In this case the positioning options are inaccessible. If one of the following styles is selected, the object can be moved independently of the text and positioned on the page exactly: Square - the text wraps the rectangular box that bounds the object. Tight - the text wraps the actual object edges. Through - the text wraps around the object edges and fills in the open white space within the object. 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 object. In front - the object overlaps the text. Behind - the text overlaps the object. 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). To access these parameters, right-click the object, select the Advanced Settings option and switch to the Text Wrapping tab of the object Advanced Settings window. Set the necessary values and click OK. If you select a wrapping style other than Inline, the Position tab is also available in the object Advanced Settings window. To learn more on these parameters, please refer to the corresponding pages with the instructions on how to work with shapes, images or charts. If you select a wrapping style other than Inline, you can also edit the wrap boundary for images or shapes. Right-click the object, select the Wrapping Style option from the contextual menu and click the Edit Wrap Boundary option. 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. Change text wrapping for tables For tables, the following two wrapping styles are available: Inline and Flow. To change the currently selected wrapping style: right-click the table, open the text wrapping settings: select the Table Advanced Settings option and switch to the Text Wrapping tab of the Table - Advanced Settings window, or select one of the following options from the contextual menu: 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. Using the Text Wrapping tab of the Table - Advanced Settings window you can also set up the following additional parameters: For inline tables, you can set the table Alignment type (left, center or right) and Indent from left. For floating tables, you can set the Distance from text and the table position at the Table Position tab." }, { "id": "UsageInstructions/CopyClearFormatting.htm", @@ -148,12 +148,12 @@ var indexes = { "id": "UsageInstructions/InsertAutoshapes.htm", "title": "Insert autoshapes", - "body": "Insert an autoshape To add an autoshape to your document, switch to the Insert tab of the top toolbar, click the Shape icon at the top toolbar, select one of the available autoshape groups: basic shapes, figured arrows, math, charts, stars & ribbons, callouts, buttons, rectangles, lines, click the necessary autoshape within the selected group, place the mouse cursor where you want the shape to be put, once the autoshape is added you can change its size, position and properties. Note: to add a caption within the autoshape make sure the shape is selected on the page and start typing your text. The text you add in this way becomes a part of the autoshape (when you move or rotate the shape, the text moves or rotates with it). Move and resize autoshapes To change the autoshape size, drag small squares situated on the shape edges. To maintain the original proportions of the selected autoshape while resizing, hold down the Shift key and drag one of the corner icons. When modifying some shapes, for example figured arrows or callouts, the yellow diamond-shaped icon is also available. It allows you to adjust some aspects of the shape, for example, the length of the head of an arrow. To alter the autoshape position, use the icon that appears after hovering your mouse cursor over the autoshape. Drag the autoshape to the necessary position without releasing the mouse button. When you move the autoshape, guide lines are displayed to help you position the object on the page precisely (if a wrapping style other than inline is selected). To move the autoshape by one-pixel increments, hold down the Ctrl key and use the keybord arrows. To move the autoshape strictly horizontally/vertically and prevent it from moving in a perpendicular direction, hold down the Shift key when dragging. To rotate the autoshape, 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 autoshape settings To align and arrange autoshapes, use 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 autoshape to foreground, send to background, move forward or backward as well as group or ungroup shapes 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 shape 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. Shape Advanced Settings is used to open the 'Shape - Advanced Settings' window. Some of the autoshape settings can be altered using the Shape settings tab of the right sidebar. To activate it click the shape and choose the Shape settings icon on the right. Here you can change the following properties: Fill - use this section to select the autoshape fill. You can choose the following options: Color Fill - select this option to specify the solid color you want to fill the inner space of the selected autoshape with. Click the colored box below and select the necessary color from the available color sets or specify any color you like: Gradient Fill - select this option to fill the shape with two colors which smoothly change from one to another. Style - choose one of the available options: Linear (colors change in a straight line i.e. along a horizontal/vertical axis or diagonally at a 45 degree angle) or Radial (colors change in a circular path from the center to the edges). Direction - choose a template from the menu. If the Linear gradient is selected, the following directions are available: top-left to bottom-right, top to bottom, top-right to bottom-left, right to left, bottom-right to top-left, bottom to top, bottom-left to top-right, left to right. If the Radial gradient is selected, only one template is available. Gradient - click on the left slider under the gradient bar to activate the color box which corresponds to the first color. Click on the color box on the right to choose the first color in the palette. Drag the slider to set the gradient stop i.e. the point where one color changes into another. Use the right slider under the gradient bar to specify the second color and set the gradient stop. Picture or Texture - select this option to use an image or a predefined texture as the shape background. If you wish to use an image as a background for the shape, you can add an image From File selecting it on your computer HDD or From URL inserting the appropriate URL address into the opened window. If you wish to use a texture as a background for the shape, open the From Texture menu and select the necessary texture preset. Currently, the following textures are available: canvas, carton, dark fabric, grain, granite, grey paper, knit, leather, brown paper, papyrus, wood. In case the selected Picture has less or more dimensions than the autoshape has, you can choose the Stretch or Tile setting from the dropdown list. The Stretch option allows you to adjust the image size to fit the autoshape size so that it could fill the space completely. The Tile option allows you to display only a part of the bigger image keeping its original dimensions or repeat the smaller image keeping its original dimensions over the autoshape surface so that it could fill the space completely. Note: any selected Texture preset fills the space completely, but you can apply the Stretch effect if necessary. Pattern - select this option to fill the shape with a two-colored design composed of regularly repeated elements. Pattern - select one of the predefined designs from the menu. Foreground color - click this color box to change the color of the pattern elements. Background color - click this color box to change the color of the pattern background. No Fill - select this option if you don't want to use any fill. Opacity - use this section to set an Opacity level dragging the slider or entering the percent value manually. The default value is 100%. It corresponds to the full opacity. The 0% value corresponds to the full transparency. Stroke - use this section to change the autoshape stroke width, color or type. To change the stroke width, select one of the available options from the Size dropdown list. The available options are: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Alternatively, select the No Line option if you don't want to use any stroke. To change the stroke color, click on the colored box below and select the necessary color. To change the stroke type, select the necessary option from the corresponding dropdown list (a solid line is applied by default, you can change it to one of the available dashed lines). Wrapping Style - use this section 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 Autoshape - use this section to replace the current autoshape with another one selected from the dropdown list. To change the advanced settings of the autoshape, right-click it and select the Advanced Settings option in the menu or use the Show advanced settings link at the right sidebar. The 'Shape - Advanced Settings' window will open: The Size tab contains the following parameters: Width - use one of these options to change the autoshape width. Absolute - specify an exact value measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab). Relative - specify a percentage relative to the left margin width, the margin (i.e. the distance between the left and right margins), the page width, or the right margin width. Height - use one of these options to change the autoshape height. Absolute - specify an exact value measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab). Relative - specify a percentage relative to the margin (i.e. the distance between the top and bottom margins), the bottom margin height, the page height, or the top margin height. If the Lock aspect ratio option is checked, the width and height will be changed together preserving the original shape aspect ratio. The Text Wrapping tab contains the following parameters: Wrapping Style - use this option to change the way the shape 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 shape is considered to be a part of the text, like a character, so when the text moves, the shape moves as well. In this case the positioning options are inaccessible. If one of the following styles is selected, the shape can be moved independently of the text and positioned on the page exactly: Square - the text wraps the rectangular box that bounds the shape. Tight - the text wraps the actual shape edges. Through - the text wraps around the shape edges and fills in the open white space within the shape. 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 shape. In front - the shape overlaps the text. Behind - the text overlaps the shape. 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 autoshape 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 autoshape 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 autoshape moves as the text to which it is anchored moves. Allow overlap controls whether two autoshapes overlap or not if you drag them near each other on the page. The Shape Settings tab contains the following parameters: Line Style - this option group allows to specify the following parameters: Cap Type - this option allows to set the style for the end of the line, therefore it can be applied only to the shapes with the open outline, such as lines, polylines etc.: Flat - the end points will be flat. Round - the end points will be rounded. Square - the end points will be square. Join Type - this option allows to set the style for the intersection of two lines, for example, it can affect a polyline or the corners of the triangle or rectangle outline: Round - the corner will be rounded. Bevel - the corner will be cut off angularly. Miter - the corner will be pointed. It goes well to shapes with sharp angles. Note: the effect will be more noticeable if you use a large outline width. Arrows - this option group is available if a shape from the Lines shape group is selected. It allows to set the arrow Start and End Style and Size by selecting the appropriate option from the dropdown lists. The Text Padding tab allows to change the autoshape Top, Bottom, Left and Right internal margins (i.e. the distance between the text within the shape and the autoshape borders). Note: this tab is only available if text is added within the autoshape, otherwise the tab is disabled. 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 shape." + "body": "Insert an autoshape To add an autoshape to your document, switch to the Insert tab of the top toolbar, click the Shape icon at the top toolbar, select one of the available autoshape groups: basic shapes, figured arrows, math, charts, stars & ribbons, callouts, buttons, rectangles, lines, click the necessary autoshape within the selected group, place the mouse cursor where you want the shape to be put, once the autoshape is added you can change its size, position and properties. Note: to add a caption within the autoshape make sure the shape is selected on the page and start typing your text. The text you add in this way becomes a part of the autoshape (when you move or rotate the shape, the text moves or rotates with it). Move and resize autoshapes To change the autoshape size, drag small squares situated on the shape edges. To maintain the original proportions of the selected autoshape while resizing, hold down the Shift key and drag one of the corner icons. When modifying some shapes, for example figured arrows or callouts, the yellow diamond-shaped icon is also available. It allows you to adjust some aspects of the shape, for example, the length of the head of an arrow. To alter the autoshape position, use the icon that appears after hovering your mouse cursor over the autoshape. Drag the autoshape to the necessary position without releasing the mouse button. When you move the autoshape, guide lines are displayed to help you position the object on the page precisely (if a wrapping style other than inline is selected). To move the autoshape by one-pixel increments, hold down the Ctrl key and use the keybord arrows. To move the autoshape strictly horizontally/vertically and prevent it from moving in a perpendicular direction, hold down the Shift key when dragging. To rotate the autoshape, 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 autoshape settings To align and arrange autoshapes, use 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 autoshape to foreground, send to background, move forward or backward as well as group or ungroup shapes 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 shape 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. Shape Advanced Settings is used to open the 'Shape - Advanced Settings' window. Some of the autoshape settings can be altered using the Shape settings tab of the right sidebar. To activate it click the shape and choose the Shape settings icon on the right. Here you can change the following properties: Fill - use this section to select the autoshape fill. You can choose the following options: Color Fill - select this option to specify the solid color you want to fill the inner space of the selected autoshape with. Click the colored box below and select the necessary color from the available color sets or specify any color you like: Gradient Fill - select this option to fill the shape with two colors which smoothly change from one to another. Style - choose one of the available options: Linear (colors change in a straight line i.e. along a horizontal/vertical axis or diagonally at a 45 degree angle) or Radial (colors change in a circular path from the center to the edges). Direction - choose a template from the menu. If the Linear gradient is selected, the following directions are available: top-left to bottom-right, top to bottom, top-right to bottom-left, right to left, bottom-right to top-left, bottom to top, bottom-left to top-right, left to right. If the Radial gradient is selected, only one template is available. Gradient - click on the left slider under the gradient bar to activate the color box which corresponds to the first color. Click on the color box on the right to choose the first color in the palette. Drag the slider to set the gradient stop i.e. the point where one color changes into another. Use the right slider under the gradient bar to specify the second color and set the gradient stop. Picture or Texture - select this option to use an image or a predefined texture as the shape background. If you wish to use an image as a background for the shape, you can add an image From File selecting it on your computer HDD or From URL inserting the appropriate URL address into the opened window. If you wish to use a texture as a background for the shape, open the From Texture menu and select the necessary texture preset. Currently, the following textures are available: canvas, carton, dark fabric, grain, granite, grey paper, knit, leather, brown paper, papyrus, wood. In case the selected Picture has less or more dimensions than the autoshape has, you can choose the Stretch or Tile setting from the dropdown list. The Stretch option allows you to adjust the image size to fit the autoshape size so that it could fill the space completely. The Tile option allows you to display only a part of the bigger image keeping its original dimensions or repeat the smaller image keeping its original dimensions over the autoshape surface so that it could fill the space completely. Note: any selected Texture preset fills the space completely, but you can apply the Stretch effect if necessary. Pattern - select this option to fill the shape with a two-colored design composed of regularly repeated elements. Pattern - select one of the predefined designs from the menu. Foreground color - click this color box to change the color of the pattern elements. Background color - click this color box to change the color of the pattern background. No Fill - select this option if you don't want to use any fill. Opacity - use this section to set an Opacity level dragging the slider or entering the percent value manually. The default value is 100%. It corresponds to the full opacity. The 0% value corresponds to the full transparency. Stroke - use this section to change the autoshape stroke width, color or type. To change the stroke width, select one of the available options from the Size dropdown list. The available options are: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Alternatively, select the No Line option if you don't want to use any stroke. To change the stroke color, click on the colored box below and select the necessary color. To change the stroke type, select the necessary option from the corresponding dropdown list (a solid line is applied by default, you can change it to one of the available dashed lines). Wrapping Style - use this section 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 Autoshape - use this section to replace the current autoshape with another one selected from the dropdown list. To change the advanced settings of the autoshape, right-click it and select the Advanced Settings option in the menu or use the Show advanced settings link at the right sidebar. The 'Shape - Advanced Settings' window will open: The Size tab contains the following parameters: Width - use one of these options to change the autoshape width. Absolute - specify an exact value measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab). Relative - specify a percentage relative to the left margin width, the margin (i.e. the distance between the left and right margins), the page width, or the right margin width. Height - use one of these options to change the autoshape height. Absolute - specify an exact value measured in absolute units i.e. Centimeters/Points/Inches (depending on the option specified at the File -> Advanced Settings... tab). Relative - specify a percentage relative to the margin (i.e. the distance between the top and bottom margins), the bottom margin height, the page height, or the top margin height. If the Lock aspect ratio option is checked, the width and height will be changed together preserving the original shape aspect ratio. The Text Wrapping tab contains the following parameters: Wrapping Style - use this option to change the way the shape 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 shape is considered to be a part of the text, like a character, so when the text moves, the shape moves as well. In this case the positioning options are inaccessible. If one of the following styles is selected, the shape can be moved independently of the text and positioned on the page exactly: Square - the text wraps the rectangular box that bounds the shape. Tight - the text wraps the actual shape edges. Through - the text wraps around the shape edges and fills in the open white space within the shape. 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 shape. In front - the shape overlaps the text. Behind - the text overlaps the shape. 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 autoshape 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 autoshape 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 autoshape moves as the text to which it is anchored moves. Allow overlap controls whether two autoshapes overlap or not if you drag them near each other on the page. The Shape Settings tab contains the following parameters: Line Style - this option group allows to specify the following parameters: Cap Type - this option allows to set the style for the end of the line, therefore it can be applied only to the shapes with the open outline, such as lines, polylines etc.: Flat - the end points will be flat. Round - the end points will be rounded. Square - the end points will be square. Join Type - this option allows to set the style for the intersection of two lines, for example, it can affect a polyline or the corners of the triangle or rectangle outline: Round - the corner will be rounded. Bevel - the corner will be cut off angularly. Miter - the corner will be pointed. It goes well to shapes with sharp angles. Note: the effect will be more noticeable if you use a large outline width. Arrows - this option group is available if a shape from the Lines shape group is selected. It allows to set the arrow Start and End Style and Size by selecting the appropriate option from the dropdown lists. The Text Padding tab allows to change the autoshape Top, Bottom, Left and Right internal margins (i.e. the distance between the text within the shape and the autoshape borders). Note: this tab is only available if text is added within the autoshape, otherwise the tab is disabled. 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 shape." }, { "id": "UsageInstructions/InsertCharts.htm", "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." + "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/InsertDropCap.htm", @@ -163,12 +163,12 @@ var indexes = { "id": "UsageInstructions/InsertEquation.htm", "title": "Insert equations", - "body": "Document Editor allows you to build equations using the built-in templates, edit them, insert special characters (including mathematical operators, Greek letters, accents etc.). Add a new equation To insert an equation from the gallery, put the cursor within the necessary line , switch to the Insert tab of the top toolbar, click the arrow next to the Equation icon at the top toolbar, in the opened drop-down list select the equation category you need. The following categories are currently available: Symbols, Fractions, Scripts, Radicals, Integrals, Large Operators, Brackets, Functions, Accents, Limits and Logarithms, Operators, Matrices, click the certain symbol/equation in the corresponding set of templates. The selected symbol/equation box will be inserted at the cursor position. If the selected line is empty, the equation will be centered. To align such an equation left or right, click on the equation box and use the or icon at the Home tab of the top toolbar. Each equation template represents a set of slots. Slot is a position for each element that makes up the equation. An empty slot (also called as a placeholder) has a dotted outline . You need to fill in all the placeholders specifying the necessary values. Note: to start creating an equation, you can also use the Alt + = keyboard shortcut. Enter values The insertion point specifies where the next character you enter will appear. To position the insertion point precisely, click within a placeholder and use the keyboard arrows to move the insertion point by one character left/right or one line up/down. If you need to create a new placeholder below the slot with the insertion point within the selected template, press Enter. Once the insertion point is positioned, you can fill in the placeholder: enter the desired numeric/literal value using the keyboard, insert a special character using the Symbols palette from the Equation menu at the Insert tab of the top toolbar, add another equation template from the palette to create a complex nested equation. The size of the primary equation will be automatically adjusted to fit its content. The size of the nested equation elements depends on the primary equation placeholder size, but it cannot be smaller than the sub-subscript size. To add some new equation elements you can also use the right-click menu options: To add a new argument that goes before or after the existing one within Brackets, you can right-click on the existing argument and select the Insert argument before/after option from the menu. To add a new equation within Cases with several conditions from the Brackets group (or equations of other types, if you've previously added new placeholders by pressing Enter), you can right-click on an empty placeholder or entered equation within it and select the Insert equation before/after option from the menu. To add a new row or a column in a Matrix, you can right-click on a placeholder within it, select the Insert option from the menu, then select Row Above/Below or Column Left/Right. Note: currently, equations cannot be entered using the linear format, i.e. \\sqrt(4&x^3). When entering the values of the mathematical expressions, you do not need to use Spacebar as the spaces between the characters and signs of operations are set automatically. If the equation is too long and does not fit to a single line, automatic line breaking occurs as you type. You can also insert a line break in a specific position by right-clicking on a mathematical operator and selecting the Insert manual break option from the menu. The selected operator will start a new line. Once the manual line break is added, you can press the Tab key to align the new line to any math operator of the previous line. To delete the added manual line break, right-click on the mathematical operator that starts a new line and select the Delete manual break option. Format equations To increase or decrease the equation font size, click anywhere within the equation box and use the and buttons at the Home tab of the top toolbar or select the necessary font size from the list. All the equation elements will change correspondingly. The letters within the equation are italicized by default. If necessary, you can change the font style (bold, italic, strikeout) or color for a whole equation or its part. The underlined style can be applied to the entire equation only, not to individual characters. Select the necessary part of the equation by clicking and dragging. The selected part will be highlighted blue. Then use the necessary buttons at the Home tab of the top toolbar to format the selection. For example, you can remove the italic format for ordinary words that are not variables or constants. To modify some equation elements you can also use the right-click menu options: To change the Fractions format, you can right-click on a fraction and select the Change to skewed/linear/stacked fraction option from the menu (the available options differ depending on the selected fraction type). To change the Scripts position relating to text, you can right-click on the equation that includes scripts and select the Scripts before/after text option from the menu. To change the argument size for Scripts, Radicals, Integrals, Large Operators, Limits and Logarithms, Operators as well as for overbraces/underbraces and templates with grouping characters from the Accents group, you can right-click on the argument you want to change and select the Increase/Decrease argument size option from the menu. To specify whether an empty degree placeholder should be displayed or not for a Radical, you can right-click on the radical and select the Hide/Show degree option from the menu. To specify whether an empty limit placeholder should be displayed or not for an Integral or Large Operator, you can right-click on the equation and select the Hide/Show top/bottom limit option from the menu. To change the limits position relating to the integral or operator sign for Integrals or Large Operators, you can right-click on the equation and select the Change limits location option from the menu. The limits can be displayed to the right of the operator sign (as subscripts and superscripts) or directly above and below the operator sign. To change the limits position relating to text for Limits and Logarithms and templates with grouping characters from the Accents group, you can right-click on the equation and select the Limit over/under text option from the menu. To choose which of the Brackets should be displayed, you can right-click on the expression within them and select the Hide/Show opening/closing bracket option from the menu. To control the Brackets size, you can right-click on the expression within them. The Stretch brackets option is selected by default so that the brackets can grow according to the expression within them, but you can deselect this option to prevent brackets from stretching. When this option is activated, you can also use the Match brackets to argument height option. To change the character position relating to text for overbraces/underbraces or overbars/underbars from the Accents group, you can right-click on the template and select the Char/Bar over/under text option from the menu. To choose which borders should be displayed for a Boxed formula from the Accents group, you can right-click on the equation and select the Border properties option from the menu, then select Hide/Show top/bottom/left/right border or Add/Hide horizontal/vertical/diagonal line. To specify whether empty placeholders should be displayed or not for a Matrix, you can right-click on it and select the Hide/Show placeholder option from the menu. To align some equation elements you can use the right-click menu options: To align equations within Cases with several conditions from the Brackets group (or equations of other types, if you've previously added new placeholders by pressing Enter), you can right-click on an equation, select the Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align a Matrix vertically, you can right-click on the matrix, select the Matrix Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align elements within a Matrix column horizontally, you can right-click on a placeholder within the column, select the Column Alignment option from the menu, then select the alignment type: Left, Center, or Right. Delete equation elements To delete a part of the equation, select the part you want to delete by dragging the mouse or holding down the Shift key and using the arrow buttons, then press the Delete key on the keyboard. A slot can only be deleted together with the template it belongs to. To delete the entire equation, select it completely by dragging the mouse or double-clicking on the equation box and press the Delete key on the keyboard. To delete some equation elements you can also use the right-click menu options: To delete a Radical, you can right-click on it and select the Delete radical option from the menu. To delete a Subscript and/or Superscript, you can right-click on the expression that contains them and select the Remove subscript/superscript option from the menu. If the expression contains scripts that go before text, the Remove scripts option is available. To delete Brackets, you can right-click on the expression within them and select the Delete enclosing characters or Delete enclosing characters and separators option from the menu. If the expression within Brackets inclides more than one argument, you can right-click on the argument you want to delete and select the Delete argument option from the menu. If Brackets enclose more than one equation (i.e. Cases with several conditions), you can right-click on the equation you want to delete and select the Delete equation option from the menu. This option is also available for equations of other types if you've previously added new placeholders by pressing Enter. To delete a Limit, you can right-click on it and select the Remove limit option from the menu. To delete an Accent, you can right-click on it and select the Remove accent character, Delete char or Remove bar option from the menu (the available options differ depending on the selected accent). To delete a row or a column of a Matrix, you can right-click on the placeholder within the row/column you need to delete, select the Delete option from the menu, then select Delete Row/Column." + "body": "Document Editor allows you to build equations using the built-in templates, edit them, insert special characters (including mathematical operators, Greek letters, accents etc.). Add a new equation To insert an equation from the gallery, put the cursor within the necessary line , switch to the Insert tab of the top toolbar, click the arrow next to the Equation icon at the top toolbar, in the opened drop-down list select the equation category you need. The following categories are currently available: Symbols, Fractions, Scripts, Radicals, Integrals, Large Operators, Brackets, Functions, Accents, Limits and Logarithms, Operators, Matrices, click the certain symbol/equation in the corresponding set of templates. The selected symbol/equation box will be inserted at the cursor position. If the selected line is empty, the equation will be centered. To align such an equation left or right, click on the equation box and use the or icon at the Home tab of the top toolbar. Each equation template represents a set of slots. Slot is a position for each element that makes up the equation. An empty slot (also called as a placeholder) has a dotted outline . You need to fill in all the placeholders specifying the necessary values. Note: to start creating an equation, you can also use the Alt + = keyboard shortcut. Enter values The insertion point specifies where the next character you enter will appear. To position the insertion point precisely, click within a placeholder and use the keyboard arrows to move the insertion point by one character left/right or one line up/down. If you need to create a new placeholder below the slot with the insertion point within the selected template, press Enter. Once the insertion point is positioned, you can fill in the placeholder: enter the desired numeric/literal value using the keyboard, insert a special character using the Symbols palette from the Equation menu at the Insert tab of the top toolbar, add another equation template from the palette to create a complex nested equation. The size of the primary equation will be automatically adjusted to fit its content. The size of the nested equation elements depends on the primary equation placeholder size, but it cannot be smaller than the sub-subscript size. To add some new equation elements you can also use the right-click menu options: To add a new argument that goes before or after the existing one within Brackets, you can right-click on the existing argument and select the Insert argument before/after option from the menu. To add a new equation within Cases with several conditions from the Brackets group (or equations of other types, if you've previously added new placeholders by pressing Enter), you can right-click on an empty placeholder or entered equation within it and select the Insert equation before/after option from the menu. To add a new row or a column in a Matrix, you can right-click on a placeholder within it, select the Insert option from the menu, then select Row Above/Below or Column Left/Right. Note: currently, equations cannot be entered using the linear format, i.e. \\sqrt(4&x^3). When entering the values of the mathematical expressions, you do not need to use Spacebar as the spaces between the characters and signs of operations are set automatically. If the equation is too long and does not fit to a single line, automatic line breaking occurs as you type. You can also insert a line break in a specific position by right-clicking on a mathematical operator and selecting the Insert manual break option from the menu. The selected operator will start a new line. Once the manual line break is added, you can press the Tab key to align the new line to any math operator of the previous line. To delete the added manual line break, right-click on the mathematical operator that starts a new line and select the Delete manual break option. Format equations To increase or decrease the equation font size, click anywhere within the equation box and use the and buttons at the Home tab of the top toolbar or select the necessary font size from the list. All the equation elements will change correspondingly. The letters within the equation are italicized by default. If necessary, you can change the font style (bold, italic, strikeout) or color for a whole equation or its part. The underlined style can be applied to the entire equation only, not to individual characters. Select the necessary part of the equation by clicking and dragging. The selected part will be highlighted blue. Then use the necessary buttons at the Home tab of the top toolbar to format the selection. For example, you can remove the italic format for ordinary words that are not variables or constants. To modify some equation elements you can also use the right-click menu options: To change the Fractions format, you can right-click on a fraction and select the Change to skewed/linear/stacked fraction option from the menu (the available options differ depending on the selected fraction type). To change the Scripts position relating to text, you can right-click on the equation that includes scripts and select the Scripts before/after text option from the menu. To change the argument size for Scripts, Radicals, Integrals, Large Operators, Limits and Logarithms, Operators as well as for overbraces/underbraces and templates with grouping characters from the Accents group, you can right-click on the argument you want to change and select the Increase/Decrease argument size option from the menu. To specify whether an empty degree placeholder should be displayed or not for a Radical, you can right-click on the radical and select the Hide/Show degree option from the menu. To specify whether an empty limit placeholder should be displayed or not for an Integral or Large Operator, you can right-click on the equation and select the Hide/Show top/bottom limit option from the menu. To change the limits position relating to the integral or operator sign for Integrals or Large Operators, you can right-click on the equation and select the Change limits location option from the menu. The limits can be displayed to the right of the operator sign (as subscripts and superscripts) or directly above and below the operator sign. To change the limits position relating to text for Limits and Logarithms and templates with grouping characters from the Accents group, you can right-click on the equation and select the Limit over/under text option from the menu. To choose which of the Brackets should be displayed, you can right-click on the expression within them and select the Hide/Show opening/closing bracket option from the menu. To control the Brackets size, you can right-click on the expression within them. The Stretch brackets option is selected by default so that the brackets can grow according to the expression within them, but you can deselect this option to prevent brackets from stretching. When this option is activated, you can also use the Match brackets to argument height option. To change the character position relating to text for overbraces/underbraces or overbars/underbars from the Accents group, you can right-click on the template and select the Char/Bar over/under text option from the menu. To choose which borders should be displayed for a Boxed formula from the Accents group, you can right-click on the equation and select the Border properties option from the menu, then select Hide/Show top/bottom/left/right border or Add/Hide horizontal/vertical/diagonal line. To specify whether empty placeholders should be displayed or not for a Matrix, you can right-click on it and select the Hide/Show placeholder option from the menu. To align some equation elements you can use the right-click menu options: To align equations within Cases with several conditions from the Brackets group (or equations of other types, if you've previously added new placeholders by pressing Enter), you can right-click on an equation, select the Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align a Matrix vertically, you can right-click on the matrix, select the Matrix Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align elements within a Matrix column horizontally, you can right-click on a placeholder within the column, select the Column Alignment option from the menu, then select the alignment type: Left, Center, or Right. Delete equation elements To delete a part of the equation, select the part you want to delete by dragging the mouse or holding down the Shift key and using the arrow buttons, then press the Delete key on the keyboard. A slot can only be deleted together with the template it belongs to. To delete the entire equation, select it completely by dragging the mouse or double-clicking on the equation box and press the Delete key on the keyboard. To delete some equation elements you can also use the right-click menu options: To delete a Radical, you can right-click on it and select the Delete radical option from the menu. To delete a Subscript and/or Superscript, you can right-click on the expression that contains them and select the Remove subscript/superscript option from the menu. If the expression contains scripts that go before text, the Remove scripts option is available. To delete Brackets, you can right-click on the expression within them and select the Delete enclosing characters or Delete enclosing characters and separators option from the menu. If the expression within Brackets inclides more than one argument, you can right-click on the argument you want to delete and select the Delete argument option from the menu. If Brackets enclose more than one equation (i.e. Cases with several conditions), you can right-click on the equation you want to delete and select the Delete equation option from the menu. This option is also available for equations of other types if you've previously added new placeholders by pressing Enter. To delete a Limit, you can right-click on it and select the Remove limit option from the menu. To delete an Accent, you can right-click on it and select the Remove accent character, Delete char or Remove bar option from the menu (the available options differ depending on the selected accent). To delete a row or a column of a Matrix, you can right-click on the placeholder within the row/column you need to delete, select the Delete option from the menu, then select Delete Row/Column." }, { "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 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." }, { "id": "UsageInstructions/InsertHeadersFooters.htm", @@ -178,7 +178,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. 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,17 +188,17 @@ 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 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." }, { "id": "UsageInstructions/InsertTextObjects.htm", "title": "Insert text objects", - "body": "To make your text more emphatic and draw attention to a specific part of the document, you can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). Add a text object You can add a text object anywhere on the page. To do that: switch to the Insert tab of the top toolbar, select the necessary text object type: to add a text box, click the Text Box icon at the top toolbar, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text. Note: it's also possible to insert a text box by clicking the Shape icon at the top toolbar and selecting the shape from the Basic Shapes group. to add a Text Art object, click the Text Art icon at the top toolbar, then click on the desired style template – the Text Art object will be added at the current cursor position. Select the default text within the text box with the mouse and replace it with your own text. click outside of the text object to apply the changes and return to the document. The text within the text object is a part of the latter (when you move or rotate the text object, the text moves or rotates with it). As an inserted text object represents a rectangular frame with text in it (Text Art objects have invisible text box borders by default) and this frame is a common autoshape, you can change both the shape and text properties. To delete the added text object, click on the text box border and press the Delete key on the keyboard. The text within the text box will also be deleted. Format a text box Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines. to resize, move, rotate the text box use the special handles on the edges of the shape. to edit the text box fill, stroke, wrapping style or replace the rectangular box with a different shape, click the Shape settings icon on the right sidebar and use the corresponding options. to align the text box on the page, arrange text boxes as related to other objects, change a wrapping style or access the shape advanced settings, right-click on the text box border and use the contextual menu options. To learn more on how to arrange and align objects you can refer to this page. Format the text within the text box Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines. Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately. To rotate the text within the text box, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top). To align the text vertically within the text box, right-click the text, select the Vertical Alignment option and then choose one of the available options: Align Top, Align Center or Align Bottom. Other formatting options that you can apply are the same as the ones for regular text. Please refer to the corresponding help sections to learn more about the necessary operation. You can: align the text horizontally within the text box adjust the font type, size, color, apply decoration styles and formatting presets set line spacing, change paragraph indents, adjust tab stops for the multi-line text within the text box insert a hyperlink You can also click the Text Art settings icon on the right sidebar and change some style parameters. Edit a Text Art style Select a text object and click the Text Art settings icon on the right sidebar. Change the applied text style selecting a new Template from the gallery. You can also change the basic style additionally by selecting a different font type, size etc. Change the font Fill. You can choose the following options: Color Fill - select this option to specify the solid color you want to fill the inner space of letters with. Click the colored box below and select the necessary color from the available color sets or specify any color you like: Gradient Fill - select this option to fill the letters with two colors which smoothly change from one to another. Style - choose one of the available options: Linear (colors change in a straight line i.e. along a horizontal/vertical axis or diagonally at a 45 degree angle) or Radial (colors change in a circular path from the center to the edges). Direction - choose a template from the menu. If the Linear gradient is selected, the following directions are available: top-left to bottom-right, top to bottom, top-right to bottom-left, right to left, bottom-right to top-left, bottom to top, bottom-left to top-right, left to right. If the Radial gradient is selected, only one template is available. Gradient - click on the left slider under the gradient bar to activate the color box which corresponds to the first color. Click on the color box on the right to choose the first color in the palette. Drag the slider to set the gradient stop i.e. the point where one color changes into another. Use the right slider under the gradient bar to specify the second color and set the gradient stop. Note: if one of these two options is selected, you can also set an Opacity level dragging the slider or entering the percent value manually. The default value is 100%. It corresponds to the full opacity. The 0% value corresponds to the full transparency. No Fill - select this option if you don't want to use any fill. Adjust the font Stroke width, color and type. To change the stroke width, select one of the available options from the Size dropdown list. The available options are: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Alternatively, select the No Line option if you don't want to use any stroke. To change the stroke color, click on the colored box below and select the necessary color. To change the stroke type, select the necessary option from the corresponding dropdown list (a solid line is applied by default, you can change it to one of the available dashed lines). Apply a text effect by selecting the necessary text transformation type from the Transform gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle." + "body": "To make your text more emphatic and draw attention to a specific part of the document, you can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). Add a text object You can add a text object anywhere on the page. To do that: switch to the Insert tab of the top toolbar, select the necessary text object type: to add a text box, click the Text Box icon at the top toolbar, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text. Note: it's also possible to insert a text box by clicking the Shape icon at the top toolbar and selecting the shape from the Basic Shapes group. to add a Text Art object, click the Text Art icon at the top toolbar, then click on the desired style template – the Text Art object will be added at the current cursor position. Select the default text within the text box with the mouse and replace it with your own text. click outside of the text object to apply the changes and return to the document. The text within the text object is a part of the latter (when you move or rotate the text object, the text moves or rotates with it). As an inserted text object represents a rectangular frame with text in it (Text Art objects have invisible text box borders by default) and this frame is a common autoshape, you can change both the shape and text properties. To delete the added text object, click on the text box border and press the Delete key on the keyboard. The text within the text box will also be deleted. Format a text box Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines. to resize, move, rotate the text box use the special handles on the edges of the shape. to edit the text box fill, stroke, wrapping style or replace the rectangular box with a different shape, click the Shape settings icon on the right sidebar and use the corresponding options. to align the text box on the page, arrange text boxes as related to other objects, change a wrapping style or access the shape advanced settings, right-click on the text box border and use the contextual menu options. To learn more on how to arrange and align objects you can refer to this page. Format the text within the text box Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines. Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately. To rotate the text within the text box, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top). To align the text vertically within the text box, right-click the text, select the Vertical Alignment option and then choose one of the available options: Align Top, Align Center or Align Bottom. Other formatting options that you can apply are the same as the ones for regular text. Please refer to the corresponding help sections to learn more about the necessary operation. You can: align the text horizontally within the text box adjust the font type, size, color, apply decoration styles and formatting presets set line spacing, change paragraph indents, adjust tab stops for the multi-line text within the text box insert a hyperlink You can also click the Text Art settings icon on the right sidebar and change some style parameters. Edit a Text Art style Select a text object and click the Text Art settings icon on the right sidebar. Change the applied text style selecting a new Template from the gallery. You can also change the basic style additionally by selecting a different font type, size etc. Change the font Fill. You can choose the following options: Color Fill - select this option to specify the solid color you want to fill the inner space of letters with. Click the colored box below and select the necessary color from the available color sets or specify any color you like: Gradient Fill - select this option to fill the letters with two colors which smoothly change from one to another. Style - choose one of the available options: Linear (colors change in a straight line i.e. along a horizontal/vertical axis or diagonally at a 45 degree angle) or Radial (colors change in a circular path from the center to the edges). Direction - choose a template from the menu. If the Linear gradient is selected, the following directions are available: top-left to bottom-right, top to bottom, top-right to bottom-left, right to left, bottom-right to top-left, bottom to top, bottom-left to top-right, left to right. If the Radial gradient is selected, only one template is available. Gradient - click on the left slider under the gradient bar to activate the color box which corresponds to the first color. Click on the color box on the right to choose the first color in the palette. Drag the slider to set the gradient stop i.e. the point where one color changes into another. Use the right slider under the gradient bar to specify the second color and set the gradient stop. Note: if one of these two options is selected, you can also set an Opacity level dragging the slider or entering the percent value manually. The default value is 100%. It corresponds to the full opacity. The 0% value corresponds to the full transparency. No Fill - select this option if you don't want to use any fill. Adjust the font Stroke width, color and type. To change the stroke width, select one of the available options from the Size dropdown list. The available options are: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Alternatively, select the No Line option if you don't want to use any stroke. To change the stroke color, click on the colored box below and select the necessary color. To change the stroke type, select the necessary option from the corresponding dropdown list (a solid line is applied by default, you can change it to one of the available dashed lines). Apply a text effect by selecting the necessary text transformation type from the Transform gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle." }, { "id": "UsageInstructions/LineSpacing.htm", "title": "Set paragraph line spacing", - "body": "In Document Editor, you can set the line height for the text lines within the paragraph as well as the margins between the current and the preceding or the subsequent paragraph. To do that, put the cursor within the paragraph you need, or select several paragraphs with the mouse or all the text in the document by pressing the Ctrl+A key combination, use the corresponding fields at the right sidebar to achieve the desired results: Line Spacing - set the line height for the text lines within the paragraph. You can select among three options: at least (sets the minimum line spacing that is needed to fit the largest font or graphic on the line), multiple (sets line spacing that can be expressed in numbers greater than 1), exactly (sets fixed line spacing). You can specify the necessary value in the field on the right. Paragraph Spacing - set the amount of space between paragraphs. Before - set the amount of space before the paragraph. After - set the amount of space after the paragraph. Don't add interval between paragraphs of the same style - check this box in case you don't need any space between paragraphs of the same style. To quickly change the current paragraph line spacing, you can also use the Paragraph line spacing icon at the Home tab of the top toolbar selecting the needed value from the list: 1.0, 1.15, 1.5, 2.0, 2.5, or 3.0 lines." + "body": "In Document Editor, you can set the line height for the text lines within the paragraph as well as the margins between the current and the preceding or the subsequent paragraph. To do that, put the cursor within the paragraph you need, or select several paragraphs with the mouse or all the text in the document by pressing the Ctrl+A key combination, use the corresponding fields at the right sidebar to achieve the desired results: Line Spacing - set the line height for the text lines within the paragraph. You can select among three options: at least (sets the minimum line spacing that is needed to fit the largest font or graphic on the line), multiple (sets line spacing that can be expressed in numbers greater than 1), exactly (sets fixed line spacing). You can specify the necessary value in the field on the right. Paragraph Spacing - set the amount of space between paragraphs. Before - set the amount of space before the paragraph. After - set the amount of space after the paragraph. Don't add interval between paragraphs of the same style - check this box in case you don't need any space between paragraphs of the same style. To quickly change the current paragraph line spacing, you can also use the Paragraph line spacing icon at the Home tab of the top toolbar selecting the needed value from the list: 1.0, 1.15, 1.5, 2.0, 2.5, or 3.0 lines." }, { "id": "UsageInstructions/NonprintingCharacters.htm", @@ -243,7 +243,7 @@ var indexes = { "id": "UsageInstructions/UseMailMerge.htm", "title": "Use Mail Merge", - "body": "Note: this option is available for paid versions only. The Mail Merge feature is used to create a set of documents combining a common content which is taken from a text document and some individual components (variables, such as names, greetings etc.) taken from a spreadsheet (for example, a customer list). It can be useful if you need to create a lot of personalized letters and send them to recipients. To start working with the Mail Merge feature, Prepare a data source and load it to the main document A data source used for the mail merge must be an .xlsx spreadsheet stored on your portal. Open an existing spreadsheet or create a new one and make sure that it meets the following requirements. The spreadsheet should have a header row with the column titles, as values in the first cell of each column will designate merge fields (i.e. variables that you can insert into the text). Each column should contain a set of actual values for a variable. Each row in the spreadsheet should correspond to a separate record (i.e. a set of values that belongs to a certain recipient). During the merge process, a copy of the main document will be created for each record and each merge field inserted into the main text will be replaced with an actual value from the corresponding column. If you are goung to send results by email, the spreadsheet must also include a column with the recipients' email addresses. Open an existing text document or create a new one. It must contain the main text which will be the same for each version of the merged document. Click the Mail Merge icon at the Home tab of the top toolbar. The Select Data Source window will open. It displays the list of all your .xlsx spreadsheets stored in the My Documents section. To navigate between other Documents module sections use the menu in the left part of the window. Select the file you need and click OK. Once the data source is loaded, the Mail Merge setting tab will be available on the right sidebar. Verify or change the recipients list Click the Edit recipients list button on the top of the right sidebar to open the Mail Merge Recipients window, where the content of the selected data source is displayed. Here you can add new information, edit or delete the existing data, if necessary. To simplify working with data, you can use the icons on the top of the window: and - to copy and paste the copied data and - to undo and redo undone actions and - to sort your data within a selected range of cells in ascending or descending order - to enable the filter for the previously selected range of cells or to remove the applied filter - to clear all the applied filter parameters Note: to learn more on how to use the filter you can refer to the Sort and filter data section of the Spreadsheet Editor help. - to search for a certain value and replace it with another one, if necessary Note: to learn more on how to use the Find and Replace tool you can refer to the Search and Replace Functions section of the Spreadsheet Editor help. After all the necessary changes are made, click the Save & Exit button. To discard the changes, click the Close button. Insert merge fields and check the results Place the mouse cursor in the text of the main document where you want a merge field to be inserted, click the Insert Merge Field button at the right sidebar and select the necessary field from the list. The available fields correspond to the data in the first cell of each column of the selected data source. Add all the fields you need anywhere in the document. Turn on the Highlight merge fields switcher at the right sidebar to make the inserted fields more noticeable in the document text. Turn on the Preview results switcher at the right sidebar to view the document text with the merge fields replaced with actual values from the data source. Use the arrow buttons to preview versions of the merged document for each record. To delete an inserted field, disable the Preview results mode, select the field with the mouse and press the Delete key on the keyboard. To replace an inserted field, disable the Preview results mode, select the field with the mouse, click the Insert Merge Field button at the right sidebar and choose a new field from the list. Specify the merge parameters Select the merge type. You can start mass mailing or save the result as a file in the PDF or Docx format to be able to print or edit it later. Select the necessary option from the Merge to list: PDF - to create a single document in the PDF format that includes all the merged copies so that you can print them later Docx - to create a single document in the Docx format that includes all the merged copies so that you can edit individual copies later Email - to send the results to recipients by email Note: the recipients' email addresses must be specified in the loaded data source and you need to have at least one email account connected in the Mail module on your portal. Choose the records you want to apply the merge to: All records (this option is selected by default) - to create merged documents for all records from the loaded data source Current record - to create a merged document for the record that is currently displayed From ... To - to create merged documents for a range of records (in this case you need to specify two values: the number of the first record and the last record in the desired range) Note: the maximum allowed quantity of recipients is 100. If you have more than 100 recipients in your data source, please, perform the mail merge by stages: specify the values from 1 to 100, wait until the mail merge process is over, then repeat the operation specifying the values from 101 to N etc. Complete the merge If you've decided to save the merge results as a file, click the Download button to store the file anywhere on your PC. You'll find the downloaded file in your default Downloads folder. click the Save button to save the file on your portal. In the Folder for save window that opens, you can change the file name and specify the folder where you want to save the file. You can also check the Open merged document in new tab box to check the result once the merge process is finished. Finally, click Save in the Folder for save window. If you've selected the Email option, the Merge button will be available on the right sidebar. After you click it, the Send to Email window will open: In the From list, select the mail account you want to use for sending mail, if you have several accounts connected in the Mail module. In the To list, select the merge field corresponding to email addresses of the recipients, if it was not selected automatically. Enter your message subject in the Subject Line field. Select the mail format from the list: HTML, Attach as DOCX or Attach as PDF. When one of the two latter options is selected, you also need to specify the File name for attachments and enter the Message (the text of your letter that will be sent to recipients). Click the Send button. Once the mailing is over you'll receive a notification to your email specified in the From field." + "body": "Note: this option is available for paid versions only. The Mail Merge feature is used to create a set of documents combining a common content which is taken from a text document and some individual components (variables, such as names, greetings etc.) taken from a spreadsheet (for example, a customer list). It can be useful if you need to create a lot of personalized letters and send them to recipients. To start working with the Mail Merge feature, Prepare a data source and load it to the main document A data source used for the mail merge must be an .xlsx spreadsheet stored on your portal. Open an existing spreadsheet or create a new one and make sure that it meets the following requirements. The spreadsheet should have a header row with the column titles, as values in the first cell of each column will designate merge fields (i.e. variables that you can insert into the text). Each column should contain a set of actual values for a variable. Each row in the spreadsheet should correspond to a separate record (i.e. a set of values that belongs to a certain recipient). During the merge process, a copy of the main document will be created for each record and each merge field inserted into the main text will be replaced with an actual value from the corresponding column. If you are goung to send results by email, the spreadsheet must also include a column with the recipients' email addresses. Open an existing text document or create a new one. It must contain the main text which will be the same for each version of the merged document. Click the Mail Merge icon at the Home tab of the top toolbar. The Select Data Source window will open. It displays the list of all your .xlsx spreadsheets stored in the My Documents section. To navigate between other Documents module sections use the menu in the left part of the window. Select the file you need and click OK. Once the data source is loaded, the Mail Merge setting tab will be available on the right sidebar. Verify or change the recipients list Click the Edit recipients list button on the top of the right sidebar to open the Mail Merge Recipients window, where the content of the selected data source is displayed. Here you can add new information, edit or delete the existing data, if necessary. To simplify working with data, you can use the icons on the top of the window: and - to copy and paste the copied data and - to undo and redo undone actions and - to sort your data within a selected range of cells in ascending or descending order - to enable the filter for the previously selected range of cells or to remove the applied filter - to clear all the applied filter parameters Note: to learn more on how to use the filter you can refer to the Sort and filter data section of the Spreadsheet Editor help. - to search for a certain value and replace it with another one, if necessary Note: to learn more on how to use the Find and Replace tool you can refer to the Search and Replace Functions section of the Spreadsheet Editor help. After all the necessary changes are made, click the Save & Exit button. To discard the changes, click the Close button. Insert merge fields and check the results Place the mouse cursor in the text of the main document where you want a merge field to be inserted, click the Insert Merge Field button at the right sidebar and select the necessary field from the list. The available fields correspond to the data in the first cell of each column of the selected data source. Add all the fields you need anywhere in the document. Turn on the Highlight merge fields switcher at the right sidebar to make the inserted fields more noticeable in the document text. Turn on the Preview results switcher at the right sidebar to view the document text with the merge fields replaced with actual values from the data source. Use the arrow buttons to preview versions of the merged document for each record. To delete an inserted field, disable the Preview results mode, select the field with the mouse and press the Delete key on the keyboard. To replace an inserted field, disable the Preview results mode, select the field with the mouse, click the Insert Merge Field button at the right sidebar and choose a new field from the list. Specify the merge parameters Select the merge type. You can start mass mailing or save the result as a file in the PDF or Docx format to be able to print or edit it later. Select the necessary option from the Merge to list: PDF - to create a single document in the PDF format that includes all the merged copies so that you can print them later Docx - to create a single document in the Docx format that includes all the merged copies so that you can edit individual copies later Email - to send the results to recipients by email Note: the recipients' email addresses must be specified in the loaded data source and you need to have at least one email account connected in the Mail module on your portal. Choose the records you want to apply the merge to: All records (this option is selected by default) - to create merged documents for all records from the loaded data source Current record - to create a merged document for the record that is currently displayed From ... To - to create merged documents for a range of records (in this case you need to specify two values: the number of the first record and the last record in the desired range) Note: the maximum allowed quantity of recipients is 100. If you have more than 100 recipients in your data source, please, perform the mail merge by stages: specify the values from 1 to 100, wait until the mail merge process is over, then repeat the operation specifying the values from 101 to N etc. Complete the merge If you've decided to save the merge results as a file, click the Download button to store the file anywhere on your PC. You'll find the downloaded file in your default Downloads folder. click the Save button to save the file on your portal. In the Folder for save window that opens, you can change the file name and specify the folder where you want to save the file. You can also check the Open merged document in new tab box to check the result once the merge process is finished. Finally, click Save in the Folder for save window. If you've selected the Email option, the Merge button will be available on the right sidebar. After you click it, the Send to Email window will open: In the From list, select the mail account you want to use for sending mail, if you have several accounts connected in the Mail module. In the To list, select the merge field corresponding to email addresses of the recipients, if it was not selected automatically. Enter your message subject in the Subject Line field. Select the mail format from the list: HTML, Attach as DOCX or Attach as PDF. When one of the two latter options is selected, you also need to specify the File name for attachments and enter the Message (the text of your letter that will be sent to recipients). Click the Send button. Once the mailing is over you'll receive a notification to your email specified in the From field." }, { "id": "UsageInstructions/ViewDocInfo.htm", diff --git a/apps/documenteditor/main/resources/help/es/search/indexes.js b/apps/documenteditor/main/resources/help/es/search/indexes.js index 381aac2c8..8e681224f 100644 --- a/apps/documenteditor/main/resources/help/es/search/indexes.js +++ b/apps/documenteditor/main/resources/help/es/search/indexes.js @@ -113,7 +113,7 @@ var indexes = { "id": "UsageInstructions/ChangeWrappingStyle.htm", "title": "Cambiar la justificación del texto", - "body": "La opción de Justificación de estilo determina la manera en la que el objeto se posiciona en relación con el texto. Puede cambiar el estilo de justificación del texto por objetos insertados, como formas, imágenes, gráficos, cuadros de texto o tablas. Cambie la justificación del texto por formas, imágenes, gráficos, cuadros de texto Para cambiar el estilo de justificación de estilo actual: seleccione un objeto separado en la página haciendo clic izquierdo en este. Para seleccionar un cuadro de texto, haga clic en su borde y no en el texto. abra los ajustes de justificación de texto: cambie a la pestaña de Formato de la barra de herramientas y haga clic en la flecha de al lado del icono de Justificación, o haga clic derecho en el objeto y seleccione la opción de Estilo de justificación del menú contextual, o haga clic en el objeto, seleccione la opción de Ajustes avanzados y cambie a la pestaña de Texto justificado de los objetos de la ventana de Ajustes avanzados. seleccione los estilos de justificación necesarios: Alineado - el objeto se considera una parte del texto, como un carácter, así cuando se mueve el texto, la imagen se moverá también. En este caso no se puede acceder a las opciones de posición. Si selecciona uno de estos estilos, el objeto se moverá independientemente del texto y se posicionará en la página: Cuadrado - el texto rodea una caja rectangular que limita la imagen. Ajustado - el texto rodea los bordes reales de la imagen. A través - el texto rodea los bordes y rellena el espacio en blanco del objeto. Para que se muestre este efecto, utilice la opción Editar límite de ajuste en el menú contextual. Superior e inferior - el texto se sitúa solo arriba y debajo de la imagen. Adelante - el objeto solapa el texto. Detrás - el texto solapa el objeto. Si selecciona el estilo Cuadrado, Ajustado, a través, o superior e inferior, podrá establecer unos parámetros adicionales - Distancia del texto en todas partes (superior, inferior, izquierda, derecha). Para acceder a estos parámetros, haga clic derecho en el objeto, seleccione la opción de Ajustes avanzados y cambie a la pestaña de Texto justificado de los objetos de la ventana de Ajustes avanzados. Fije los valores necesarios y haga clic en OK. Si selecciona un estilo de justificación diferente a En línea, la pestaña Posición también está disponible en la ventana del objeto de Ajustes avanzados. Para saber más sobre estos parámetros, refiérase a las páginas correspondientes con las instrucciones sobre cómo trabajar con formas, imágenes o gráficos. Si selecciona un estilo de justificación diferente a En línea, también puede editar los límites de justificación para imágenes o formas. Haga clic derecho en el objeto, seleccione la opción de Estilo de justificación del menú contextual y haga clic en la opción Editar límites de justificación. Arrastre puntos de ajuste para personalizar el borde. Para crear un punto de ajuste nuevo, haga clic en cualquier lugar de la línea roja y arrástrela a la posición necesaria. Cambiar la justificación de texto para tablas Para tablas, los siguientes estilos de justificación están disponibles: En línea y Flujo. Para cambiar el estilo de justificación de estilo actual: haga clic derecho en la tabla, abra los ajustes de justificación de texto: seleccione la opción de Ajustes avanzados de tabla y cambie a la pestaña de Texto justificado de los objetos de la ventana de Ajustes avanzados, o seleccione una de las opciones siguientes del menú contextual: Estilo de Justificación - En línea se usa para seleccionar estilo en línea (el texto se interrumpe por la tabla) y también el tipo de alineación: a la izquierda, centro, a la derecha. Estilo de Justificación - Flujo se usa para seleccionar el estilo flujo (cuando la tabla está rodeada por el texto). Usando la pestaña de Justificación de texto de la ventana de Tabla - ajustes avanzados, puede ajustar los parámetros adicionales siguientes: Para tablas en línea, puede fijar la tabla con tipo de Alineación (izquierda, centro o derecha) e Indentación izquierda. Para tablas variables, puede especificar la distancia desde el texto y la posición de la tabla en la pestaña Posición." + "body": "La opción de Justificación de estilo determina la manera en la que el objeto se posiciona en relación con el texto. Puede cambiar el estilo de justificación del texto por objetos insertados, como formas, imágenes, gráficos, cuadros de texto o tablas. Cambie la justificación del texto por formas, imágenes, gráficos, cuadros de texto Para cambiar el estilo de justificación de estilo actual: seleccione un objeto separado en la página haciendo clic izquierdo en este. Para seleccionar un cuadro de texto, haga clic en su borde y no en el texto. abra los ajustes de justificación de texto: cambie a la pestaña de Formato de la barra de herramientas y haga clic en la flecha de al lado del icono de Justificación, o haga clic derecho en el objeto y seleccione la opción de Estilo de justificación del menú contextual, o haga clic en el objeto, seleccione la opción de Ajustes avanzados y cambie a la pestaña de Texto justificado de los objetos de la ventana de Ajustes avanzados. seleccione los estilos de justificación necesarios: Alineado - el objeto se considera una parte del texto, como un carácter, así cuando se mueve el texto, la imagen se moverá también. En este caso no se puede acceder a las opciones de posición. Si selecciona uno de estos estilos, el objeto se moverá independientemente del texto y se posicionará en la página: Cuadrado - el texto rodea una caja rectangular que limita la imagen. Ajustado - el texto rodea los bordes reales de la imagen. A través - el texto rodea los bordes y rellena el espacio en blanco del objeto. Para que se muestre este efecto, utilice la opción Editar límite de ajuste en el menú contextual. Superior e inferior - el texto se sitúa solo arriba y debajo de la imagen. Adelante - el objeto solapa el texto. Detrás - el texto solapa el objeto. Si selecciona el estilo Cuadrado, Ajustado, a través, o superior e inferior, podrá establecer unos parámetros adicionales - Distancia del texto en todas partes (superior, inferior, izquierda, derecha). Para acceder a estos parámetros, haga clic derecho en el objeto, seleccione la opción de Ajustes avanzados y cambie a la pestaña de Texto justificado de los objetos de la ventana de Ajustes avanzados. Fije los valores necesarios y haga clic en OK. Si selecciona un estilo de justificación diferente a En línea, la pestaña Posición también está disponible en la ventana del objeto de Ajustes avanzados. Para saber más sobre estos parámetros, refiérase a las páginas correspondientes con las instrucciones sobre cómo trabajar con formas, imágenes o gráficos. Si selecciona un estilo de justificación diferente a En línea, también puede editar los límites de justificación para imágenes o formas. Haga clic derecho en el objeto, seleccione la opción de Estilo de justificación del menú contextual y haga clic en la opción Editar límites de justificación. Arrastre puntos de ajuste para personalizar el borde. Para crear un punto de ajuste nuevo, haga clic en cualquier lugar de la línea roja y arrástrela a la posición necesaria. Cambiar la justificación de texto para tablas Para tablas, los siguientes estilos de justificación están disponibles: En línea y Flujo. Para cambiar el estilo de justificación de estilo actual: haga clic derecho en la tabla, abra los ajustes de justificación de texto: seleccione la opción de Ajustes avanzados de tabla y cambie a la pestaña de Texto justificado de los objetos de la ventana de Ajustes avanzados, o seleccione una de las opciones siguientes del menú contextual: Estilo de Justificación - En línea se usa para seleccionar estilo en línea (el texto se interrumpe por la tabla) y también el tipo de alineación: a la izquierda, centro, a la derecha. Estilo de Justificación - Flujo se usa para seleccionar el estilo flujo (cuando la tabla está rodeada por el texto). Usando la pestaña de Justificación de texto de la ventana de Tabla - ajustes avanzados, puede ajustar los parámetros adicionales siguientes: Para tablas en línea, puede fijar la tabla con tipo de Alineación (izquierda, centro o derecha) e Indentación izquierda. Para tablas variables, puede especificar la distancia desde el texto y la posición de la tabla en la pestaña Posición." }, { "id": "UsageInstructions/CopyClearFormatting.htm", @@ -153,7 +153,7 @@ var indexes = { "id": "UsageInstructions/InsertCharts.htm", "title": "Inserte gráficos", - "body": "Inserte un gráfico Para insertar un gráfico en su documento, coloque el cursor en el lugar donde quiere insertar un gráfico, cambie a la pestaña Insertar de la barra de herramientas superior, pulse el icono Gráfico en la barra de herramientas superior, Seleccione el tipo de gráfico de las diferentes opciones disponibles - Columnas, Líneas, Pastel, Barras, Área, XY (dispersa), o Cotizaciones,Nota: para los gráficos de Columna, Línea, Pastel o Barras, un formato en 3D también se encuentra disponible. después aparecerá la ventana Editor de gráfico donde puede introducir los datos necesarios en las celdas usando los siguientes controles: y para copiar y pegar los datos copiados y para deshacer o rehacer acciones para insertar una función y para disminuir o aumentar los lugares de decimales para cambiar el formato de los número, es decir, la manera en que los números que introduce se muestran en las celdas cambie los ajustes de gráfico pulsando el botón Editar gráfico situado en la ventana Editor de gráfico. Se abrirá la ventana Gráfico - Ajustes avanzados. La pestaña Tipo y datos le permite seleccionar el tipo de gráfico, su estilo y también los datos. Seleccione un Tipo de gráfico que quiere aplicar: Columna, Línea, Pastel, Barras, Áreas, XY (disperso), o Cotizaciones. Compruebe el Rango de datos y modifíquelo, si es necesario, pulsando el botón Selección de datos e introduciendo el rango de datos deseado en el formato siguiente: Sheet1!A1:B4. Elija el modo de arreglar los datos. Puede seleccionar Serie de datos para el eje X: en filas o en columnas. La pestaña Diseño le permite cambiar el diseño de elementos del gráfico. Especifique la posición del Título de gráfico respecto a su gráfico seleccionando la opción necesaria en la lista desplegable: Ninguno - si no quiere mostrar el título de gráfico, Superposición - si quiere que el gráfico superponga el título, Sin superposición - si quiere que el título se muestre arriba del gráfico. Especifique la posición de la Leyenda respecto a su gráfico seleccionando la opción necesaria en la lista desplegable: Ninguno - si no quiere que se muestre la leyenda, Inferior - si quiere que la leyenda se alinee en la parte inferior del área del gráfico, Superior - si quiere que la leyenda se alinee en la parte superior del área del gráfico, Derecho - si quiere que la leyenda se alinee en la parte derecha del área del gráfico, Izquierdo - si quiere que la leyenda se alinee en la parte izquierda del área del gráfico, Superposición a la izquierda - si quiere superponer y centrar la leyenda en la parte derecha del área del gráfico, Superposición a la derecha - si quiere superponer y centrar la leyenda en la parte izquierda del área del gráfico. Especifique si quiere mostrar o no el Título de eje horizontal seleccionando la opción correspondiente en la lista desplegable: Ninguno - si no quiere mostrar el título del eje horizontal, Las siguientes opciones varían dependiendo del tipo de gráfico seleccionado. Para los gráficos de Columnas/Barras, puede seleccionar las siguientes opciones: Nada, Centrado, Fondo Interior, Cima Interior, Cima Exterior. Para los gráficos de Línea/XY (disperso)/Cotizaciones, puede seleccionar las opciones siguientes: Nada, Centro, Izquierda, Derecha, Arriba, Fondo. Para los gráficos de Pastel, puede seleccionar las siguientes opciones: Nada, Centrado, Ajustado a la Talla, Cima Interior, Cima Exterior. Para los gráficos de Área y para los de 3D, Columnas, Línea y Barras, puede seleccionar las opciones siguientes: Nada, Centrado. seleccione los datos que quiere añadir a sus etiquetas marcando las casillas correspondientes: Nombre de serie, nombre de categoría, Valor, inserte un carácter (coma, punto y coma etc.) que quiera usar para separar varias etiquetas en el campo de acceso Separador de Etiquetas de Datos. Líneas - se usa para elegir el estilo de una línea para los gráficos de Línea/XY (disperso). Puede seleccionar las opciones siguientes: Recto para usar líneas rectas entre los puntos de datos, Suave para usar curvas suaves entre los puntos de datos, o Nada para que no aparezcan las líneas. Marcadores - se usa para especificar si los marcadores deben mostrarse (si la casilla está marcada) o no (si la casilla no está marcada) para los gráficos de Línea/XY (disperso).Nota: las opciones de Líneas y Marcadores solo están disponibles para los gráficos de Línea y gráficos de XY (disperso). La sección de Ajustes de Ejes permite especificar si desea visualizar Ejes Horizontales/Verticales o no seleccionar la opción de Mostrar u Ocultar de la lista despegable. También puede especificar los parámetros de Título Eje Horizontal/Vertical: Especifique si quiere mostrar o no el Título de eje horizontal seleccionando la opción correspondiente en la lista desplegable: Ninguno - si no quiere mostrar el título del eje horizontal, Sin superposición - si quiere mostrar el título debajo del eje horizontal. Especifique la orientación del Título de eje vertical seleccionando la opción correspondiente en la lista desplegable: Ninguno - si no quiere mostrar el título del eje vertical, Girado - si quiere que el título se muestre de arriba hacia abajo a la izquierda del eje vertical, Horizontal - si quiere que el título se muestre de abajo hacia arriba a la izquierda del eje vertical. Elija la opción necesaria para Líneas de cuadrícula horizontales/verticales en la lista desplegable: Principal, Menor, o Principal y menor. También, usted puede ocultar las líneas cuadrículas usando la opción Ninguno.Nota: las secciones Título de eje horizontal/vertical y Líneas de cuadrícula horizontales/verticales estarán desactivadas para Gráficos circulares porque los gráficos de este tipo no tienen ejes ni líneas cuadrículas. Nota: las pestañas Eje vertical/horizontal estarán desactivadas para Gráficos circulares porque los gráficos de este tipo no tienen ejes. La pestaña Eje vertical le permite cambiar los parámetros del eje vertical que también se llama eje de valor o eje y que muestra los valores numéricos. Tenga en cuenta que para los Gráficos de barras el eje vertical será el eje de categoría que muestra etiquetas de texto, en este caso las opciones de la pestaña Eje vertical corresponderán a unas descritas en la siguiente sección. Para los gráficos de XY (dispersos), los dos ejes son los ejes de valor. La sección Parámetros de eje permite fijar los parámetros siguientes: Valor mínimo - se usa para especificar el valor mínimo en el comienzo del eje vertical. La opción Auto está seleccionada de manera predeterminada, en este caso el valor mínimo se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Corregido en la lista desplegable y especificar un valor diferente en el campo a la derecha. Valor máximo - se usa para especificar el valor máximo en el final del eje vertical. La opción Auto está seleccionada de manera predeterminada, en este caso el valor máximo se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Corregido en la lista desplegable y especificar un valor diferente en el campo de la derecha. Intersección con eje - se usa para especificar un punto en el eje vertical donde el eje horizontal lo debe cruzar. La opción Auto está seleccionada de manera predeterminada, en este caso el valor de punto de intersección de ejes se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Valor en la lista desplegable y especificar un valor diferente en el campo a la derecha o fijar el Valor máximo/mínimo del punto de intersección de ejes en el eje vertical. Unidades de visualización - se usa para determinar una representación de valores numéricos a lo largo del eje vertical. Esta opción puede servirle si usted trabaja con números grandes y quiere que los valores en el eje se muestren de modo más compacto y legible (por ejemplo el número 50 000 puede ser escrito como 50 usando la unidad de visualización Miles). Seleccione unidades deseadas en la lista desplegable: Cientos, Miles, 10 000, 100 000, Millones, 10 000 000, 100 000 000, Millares, Billones, o seleccione la opción Ninguno para volverse a las unidades por defecto. Valores en orden inverso - se usa para mostrar valores en sentido contrario. Cuando la casilla está desactivada el valor mínimo está en la parte inferior y el valor máximo en la parte superior del eje. Cuando la casilla está activada, los valores se ordenan de la parte superior a la parte inferior. La sección Parámetros de marcas de graduación permite ajustar la posición de marcas de graduación en el eje vertical. Las marcas de graduación principales son las divisiones más grandes de escala con las etiquetas que muestran valores numéricos. Las marcas de graduación menores son las subdivisiones de escala colocadas entre las marcas de graduación principales y no tienen etiquetas. Las marcas de graduación también definen donde pueden mostrarse las líneas de graduación, si la opción correspondiente está elejida en la pestaña Diseño. En las listas desplegables Tipo principal/menor usted puede seleccionar las opciones de disposición siguientes: Ninguno - si no quiere que se muestren las marcas de graduación principales/menores, Intersección - si quiere mostrar las marcas de graduación principales/menores en ambas partes del eje, En - si quiere mostrar las marcas de graduación principales/menores dentro del eje, Fuera - si quiere mostrar las marcas de graduación principales/menores fuera del eje. La sección Parámetros de etiqueta permite ajustar la posición de marcas de graduación principales que muestran valores. Para especificar Posición de etiqueta respecto al eje vertical, seleccione la opción necesaria en la lista desplegable: Ninguno - si no quiere que se muestren etiquetas de las marcas de graduación, Bajo - si quiere que etiquetas de las marcas de graduación se muestren a la izquierda del gráfico, Alto - si quiere que algunas etiquetas de las marcas de graduación se muestren a la derecha del gráfico, Al lado de eje - si quiere que algunas etiquetas de las marcas de graduación se muestren al lado del eje. La pestaña Eje horizontal le permite cambiar los parámetros del eje horizontal que también se llama el eje de categorías o el eje x que muestra etiquetas de texto. Tenga en cuenta que para el Gráfico de barras el eje horizontal será el eje de valores que mostrará valores numéricos, por lo que en este caso, las opciones de la pestaña Eje horizontal corresponderán a las descritas en la sección anterior. Para los gráficos de XY (dispersos), los dos ejes son los ejes de valor. La sección Parámetros de eje permite fijar los parámetros siguientes: Intersección con eje - se usa para especificar un punto en el eje horizontal donde el eje vertical lo debe cruzar. La opción Auto está seleccionada de manera predeterminada, en este caso el valor de punto de intersección de ejes se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Valor en la lista desplegable y especificar un valor diferente en el campo a la derecha o fijar el Valor máximo/mínimo (que corresponde a la primera y última categoría) del punto de intersección de ejes en el eje horizontal. Posición de eje - se usa para especificar dónde se deben colocar las etiquetas de texto del eje: Marcas de graduación o Entre marcas de graduación. Valores en orden inverso - se usa para mostrar valores en sentido contrario. Cuando la casilla está desactivada las categorías se muestran de izquierda a derecha. Cuando la casilla está activada, las categorías se ordenan de derecha a izquierda. La sección Parámetros de marcas de graduación permite ajustar la posición de marcas de graduación en el eje horizontal. Las marcas de graduación principales son las divisiones más grandes de escala con las etiquetas que muestran valores numéricos. Las marcas de graduación menores son las subdivisiones de escala colocadas entre las marcas de graduación principales y no tienen etiquetas. Las marcas de graduación también definen donde pueden mostrarse las líneas de graduación, si la opción correspondiente está elejida en la pestaña Diseño. Usted puede ajustar los parámetros de marcas de graduación siguientes: Tipo principal/menor - se usa para especificar las siguientes opciones de disposición: Ninguno - si no quiere que se muestren marcas de graduación principales/menores, Intersección - si quiere mostrar marcas de graduación principales/menores en ambas partes del eje, En - si quiere mostrar las marcas de graduación principales/menores dentro del eje, Fuera - si quiere mostrar las marcas de graduación principales/menores fuera del eje. Intervalo entre marcas - se usa para especificar cuantas categorías deben mostrarse entre dos marcas de graduación vecinas. La sección Parámetros de etiqueta permite ajustar posición de etiquetas que muestran categorías. Posición de etiqueta - se usa para especificar donde las etiquetas deben colocarse respecto al eje horizontal. Seleccione la opción necesaria en la lista desplegable: Ninguno - si no quiere que se muestren las etiquetas de categorías, Bajo - si quiere mostrar las etiquetas de categorías debajo del gráfico, Alto - si quiere mostrar las etiquetas de categorías arriba del gráfico, Al lado de eje - si quiere mostrar las etiquetas de categorías al lado de eje. Distancia entre eje y etiqueta - se usa para especificar la distancia entre el eje y una etiqueta. Usted puede especificar el valor necesario en el campo correspondiente. Cuanto más valor esté fijado, mas será la distancia entre el eje y etiquetas. Intervalo entre etiquetas - se usa para especificar con que frecuencia deben colocarse las etiquetas. La opción Auto está seleccionada de manera predeterminada, en este caso las etiquetas se muestran para cada categoría. Usted puede seleccionar la opción Manualmente en la lista desplegable y especificar el valor necesario en el campo correspondiente a la derecha. Por ejemplo, introduzca 2 para mostrar etiquetas para cada segunda categoría. La pestaña de Texto Alternativo permite especificar un Título y Descripción que se leerán a las personas con problemas de visión o cognitivos para ayudarles a entender mejor la información del gráfico. Mover y cambiar el tamaño de gráficos Una vez añadido el gráfico, puede cambiar su tamaño y posición. Para cambiar el tamaño de gráfico, arrastre pequeños cuadrados situados en sus bordes. Para mantener las proporciones originales del gráfico seleccionado, mientras redimensionamiento mantenga apretada la tecla Shift y arrastre uno de los iconos de la esquina. Para cambiar la posición de gráfico, use el icono que aparece cuando mantiene el cursor de su ratón sobre el gráfico. Arrastre el gráfico a la posición necesaria manteniendo apretado el botón del ratón. Cuando mueve el gráfico, las líneas guía se muestran para ayudarle a colocar el objeto en la página más precisamente. Editar elementos del gráfico Para editar el Título del gráfico, seleccione el texto por defecto con el ratón e introduzca el que desee. Para cambiar el formato de la fuente en los elementos del texto, como el título del gráfico, el título de los ejes, el acceso de la leyenda, etiquetas de datos, etc, seleccione los elementos del texto necesarios haciendo clic izquierdo en ellos. Luego, use los iconos en la pestaña Inicio en la barra de herramientas superior para cambiar el tipo, tamaño, color de la fuente o su estilo decorativo. Para borrar un elemento del gráfico, haga clic en él con el ratón izquierdo y seleccione la tecla Borrar en su teclado. También puede rotar gráficos 3D usando el ratón. Haga clic izquierdo dentro del área y mantenga apretado el botón del ratón hasta que una casilla con bordes azules aparezca. Arrastre el curso sin soltar el ratón para cambiar a una orientación de gráfico en 3D. Ajustar configuraciones de gráfico Puede cambiar algunos ajustes usando la pestaña Ajustes de gráfico en la barra derecha lateral. Para activarla, pulse el gráfico y elija el icono Ajustes de gráfico a la derecha. Aquí puede cambiar los ajustes siguientes: Tamaño - se usa para ver los Ancho y Altura del gráfico actual. Justificación de texto se usa para seleccionar un estilo de ajuste de texto de los disponibles - alineado, cuadrado, estrecho, a través, superior e inferior, adelante, detrás (para obtener más información lea la descripción de ajustes avanzados más abajo). Cambiar tipo de gráfico - se usa para cambiar el tipo o estilo del gráfico seleccionado.Para seleccionar los Estilos de gráfico necesarios, use el segundo menú despegable en la sección de Cambiar Tipo de Gráfico. Editar datos - se usa para abrir la ventana 'Editor de gráfico'.Nota: si quiere abrir la ventana 'Editor de gráfico', haga doble clic sobre el gráfico en el documento. También puede encontrar unas opciones en el menú contextual. Las opciones del menú son: Cortar, Copiar, Pegar - opciones estándar usadas para cortar, copiar un texto/objeto seleccionado y pegar un pasaje de texto u objeto anteriormente cortado/copiado a una posición de cursor actual. Arreglar - se usa para traer el gráfico seleccionado al primer plano, enviarlo al fondo, traerlo adelante o enviarlo atrás, así como para agrupar o des-agrupar gráficos para realizar operaciones con unos gráficos a la vez. Para saber más sobre cómo organizar objetos puede visitar esta página. Alinear - se usa para alinear el gráfico a la izquierda, al centro, a la derecha, en la parte superior, al medio, en la parte inferior. Para saber más sobre cómo alinear objetos puede visitar esta página. Ajuste de texto - se usa para seleccionar un estilo de ajuste de texto - alineado, cuadrado, estrecho, a través, superior e inferior, adelante, detrás. La opción Editar límite de ajuste no está disponible para los gráficos. Editar datos - se usa para abrir la ventana 'Editor de gráfico'. Ajustes avanzados - se usa para abrir la ventana 'Gráfico - Ajustes avanzados'. Una vez seleccionado el gráfico, el icono Ajustes de forma también está disponible a la derecha, porque la forma se usa como el fondo para el gráfico. Puede pulsar este icono para abrir la pestaña Ajustes de forma en la barra lateral derecha y ajustar Relleno , Trazo y Estilo de Justificación de la forma. Note por favor, que no puede cambiar el tipo de forma. Para cambiar ajustes avanzados del gráfico, pulse el gráfico necesario con el botón derecho del ratón y seleccione la opción Ajustes avanzados en el menú contextual o solo haga clic en el enlace Mostrar ajustes avanzados en la barra lateral de la derecha. La ventana con propiedades del gráfico se abrirá: La sección Tamaño contiene los parámetros siguientes: Ancho y Altura - use estas opciones para cambiar ancho/altura de autoforma. Si el botón Proporciones constantes está apretado (en este caso estará así ), se cambiarán el ancho y altura preservando la relación original de aspecto de gráfico. La sección Ajuste de texto contiene los parámetros siguientes: Ajuste de texto - use esta opción para cambiar la posición del gráfico en relativo al texto: puede ser una parte de texto (si usted seleccione estilo alineado) o rodeado por texto (si selecciona uno de los otros estilos). Alineado - el gráfico se considera una parte del texto, como un carácter, así cuando se mueva el texto, el gráfico se moverá también. En este caso no se puede acceder a las opciones de posición. Si selecciona uno de estos estilos, el gráfico se moverá de forma independiente al texto: Cuadrado - el texto rodea una caja rectangular que limita el gráfico. Estrecho - el texto rodea los bordes reales del gráfico. A través - el texto rodea los bordes y rellene el espacio en blanco del gráfico. Superior e inferior - el texto se sitúa solo arriba y debajo del gráfico. Adelante - el gráfico solapa el texto. Detrás - el texto solapa el gráfico. Si selecciona el estilo cuadrado, estrecho, a través, o superior e inferior, usted podrá establecer unos parámetros adicionales - distancia del texto en todas partes (superior, inferior, izquierda, derecha). La sección Posición estará disponible si selecciona cualquier ajuste de texto excepto alineado. Esta sección contiene los siguientes parámetros, los cuales dependen del estilo del ajuste del texto seleccionado: La sección Horizontal permite seleccionar uno de los siguientes tres tipos de posición de gráficos: Alineación (izquierda, centro, derecha) en relación con el carácter, columna, margen izquierdo, margen, margen de la página o margen derecho, La Posición absoluta se mide en unidades absolutas, por ejemplo, Centímetros/Puntos (dependiendo de la opción especificada en la pestaña de Archivo -> Ajustes Avanzados...) a la derecha del carácter, columna, margen izquierdo, margen, margen de la página o margen derecho, La Posición relativa se mide en porcentajes relativos al margen izquierdo, margen, margen de la página o margen derecho. La sección Vertical permite seleccionar uno de los siguientes tres tipos de posición de gráficos: Alineación (arriba, centro, abajo) en relación con la línea, margen, margen del fondo, párrafo, margen de la página o margen de arriba, La Posición absoluta se mide en unidades absolutas, por ejemplo, Centímetros/Puntos (dependiendo de la opción especificada en la pestaña de Archivo -> Ajustes Avanzados...) debajo de la línea, margen, margen del fondo, párrafo, margen de la página o margen de arriba, La Posición relativa se mide en porcentajes relativos al margen, margen del fondo, párrafo, margen de la página o margen de arriba, La opción Desplazar objeto con texto controla si el gráfico insertado en el texto se mueve junto con este si el texto se mueve. La opción Superposición controla si dos gráficos se sobreponen o no cuando usted los arrastra uno cerca del otro en la página. La pestaña de Texto Alternativo permite especificar un Título y Descripción que se leerán a las personas con problemas de visión o cognitivos para ayudarles a entender mejor la información del gráfico." + "body": "Inserte un gráfico Para insertar un gráfico en su documento, coloque el cursor en el lugar donde quiere insertar un gráfico, cambie a la pestaña Insertar de la barra de herramientas superior, pulse el icono Gráfico en la barra de herramientas superior, Seleccione el tipo de gráfico de las diferentes opciones disponibles - Columnas, Líneas, Pastel, Barras, Área, XY (dispersa), o Cotizaciones,Nota: para los gráficos de Columna, Línea, Pastel o Barras, un formato en 3D también se encuentra disponible. después aparecerá la ventana Editor de gráfico donde puede introducir los datos necesarios en las celdas usando los siguientes controles: y para copiar y pegar los datos copiados y para deshacer o rehacer acciones para insertar una función y para disminuir o aumentar los lugares de decimales para cambiar el formato de los número, es decir, la manera en que los números que introduce se muestran en las celdas cambie los ajustes de gráfico pulsando el botón Editar gráfico situado en la ventana Editor de gráfico. Se abrirá la ventana Gráfico - Ajustes avanzados. La pestaña Tipo y datos le permite seleccionar el tipo de gráfico, su estilo y también los datos. Seleccione un Tipo de gráfico que quiere aplicar: Columna, Línea, Pastel, Barras, Áreas, XY (disperso), o Cotizaciones. Compruebe el Rango de datos y modifíquelo, si es necesario, pulsando el botón Selección de datos e introduciendo el rango de datos deseado en el formato siguiente: Sheet1!A1:B4. Elija el modo de arreglar los datos. Puede seleccionar Serie de datos para el eje X: en filas o en columnas. La pestaña Diseño le permite cambiar el diseño de elementos del gráfico. Especifique la posición del Título de gráfico respecto a su gráfico seleccionando la opción necesaria en la lista desplegable: Ninguno - si no quiere mostrar el título de gráfico, Superposición - si quiere que el gráfico superponga el título, Sin superposición - si quiere que el título se muestre arriba del gráfico. Especifique la posición de la Leyenda respecto a su gráfico seleccionando la opción necesaria en la lista desplegable: Ninguno - si no quiere que se muestre la leyenda, Inferior - si quiere que la leyenda se alinee en la parte inferior del área del gráfico, Superior - si quiere que la leyenda se alinee en la parte superior del área del gráfico, Derecho - si quiere que la leyenda se alinee en la parte derecha del área del gráfico, Izquierdo - si quiere que la leyenda se alinee en la parte izquierda del área del gráfico, Superposición a la izquierda - si quiere superponer y centrar la leyenda en la parte derecha del área del gráfico, Superposición a la derecha - si quiere superponer y centrar la leyenda en la parte izquierda del área del gráfico. Especifique si quiere mostrar o no el Título de eje horizontal seleccionando la opción correspondiente en la lista desplegable: Ninguno - si no quiere mostrar el título del eje horizontal, Las siguientes opciones varían dependiendo del tipo de gráfico seleccionado. Para los gráficos de Columnas/Barras, puede seleccionar las siguientes opciones: Nada, Centrado, Fondo Interior, Cima Interior, Cima Exterior. Para los gráficos de Línea/XY (disperso)/Cotizaciones, puede seleccionar las opciones siguientes: Nada, Centro, Izquierda, Derecha, Arriba, Fondo. Para los gráficos de Pastel, puede seleccionar las siguientes opciones: Nada, Centrado, Ajustado a la Talla, Cima Interior, Cima Exterior. Para los gráficos de Área y para los de 3D, Columnas, Línea y Barras, puede seleccionar las opciones siguientes: Nada, Centrado. seleccione los datos que quiere añadir a sus etiquetas marcando las casillas correspondientes: Nombre de serie, nombre de categoría, Valor, inserte un carácter (coma, punto y coma etc.) que quiera usar para separar varias etiquetas en el campo de acceso Separador de Etiquetas de Datos. Líneas - se usa para elegir el estilo de una línea para los gráficos de Línea/XY (disperso). Puede seleccionar las opciones siguientes: Recto para usar líneas rectas entre los puntos de datos, Suave para usar curvas suaves entre los puntos de datos, o Nada para que no aparezcan las líneas. Marcadores - se usa para especificar si los marcadores deben mostrarse (si la casilla está marcada) o no (si la casilla no está marcada) para los gráficos de Línea/XY (disperso).Nota: las opciones de Líneas y Marcadores solo están disponibles para los gráficos de Línea y gráficos de XY (disperso). La sección de Ajustes de Ejes permite especificar si desea visualizar Ejes Horizontales/Verticales o no seleccionar la opción de Mostrar u Ocultar de la lista despegable. También puede especificar los parámetros de Título Eje Horizontal/Vertical: Especifique si quiere mostrar o no el Título de eje horizontal seleccionando la opción correspondiente en la lista desplegable: Ninguno - si no quiere mostrar el título del eje horizontal, Sin superposición - si quiere mostrar el título debajo del eje horizontal. Especifique la orientación del Título de eje vertical seleccionando la opción correspondiente en la lista desplegable: Ninguno - si no quiere mostrar el título del eje vertical, Girado - si quiere que el título se muestre de arriba hacia abajo a la izquierda del eje vertical, Horizontal - si quiere que el título se muestre de abajo hacia arriba a la izquierda del eje vertical. Elija la opción necesaria para Líneas de cuadrícula horizontales/verticales en la lista desplegable: Principal, Menor, o Principal y menor. También, usted puede ocultar las líneas cuadrículas usando la opción Ninguno.Nota: las secciones Título de eje horizontal/vertical y Líneas de cuadrícula horizontales/verticales estarán desactivadas para Gráficos circulares porque los gráficos de este tipo no tienen ejes ni líneas cuadrículas. Nota: las pestañas Eje vertical/horizontal estarán desactivadas para Gráficos circulares porque los gráficos de este tipo no tienen ejes. La pestaña Eje vertical le permite cambiar los parámetros del eje vertical que también se llama eje de valor o eje y que muestra los valores numéricos. Tenga en cuenta que para los Gráficos de barras el eje vertical será el eje de categoría que muestra etiquetas de texto, en este caso las opciones de la pestaña Eje vertical corresponderán a unas descritas en la siguiente sección. Para los gráficos de XY (dispersos), los dos ejes son los ejes de valor. La sección Parámetros de eje permite fijar los parámetros siguientes: Valor mínimo - se usa para especificar el valor mínimo en el comienzo del eje vertical. La opción Auto está seleccionada de manera predeterminada, en este caso el valor mínimo se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Corregido en la lista desplegable y especificar un valor diferente en el campo a la derecha. Valor máximo - se usa para especificar el valor máximo en el final del eje vertical. La opción Auto está seleccionada de manera predeterminada, en este caso el valor máximo se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Corregido en la lista desplegable y especificar un valor diferente en el campo de la derecha. Intersección con eje - se usa para especificar un punto en el eje vertical donde el eje horizontal lo debe cruzar. La opción Auto está seleccionada de manera predeterminada, en este caso el valor de punto de intersección de ejes se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Valor en la lista desplegable y especificar un valor diferente en el campo a la derecha o fijar el Valor máximo/mínimo del punto de intersección de ejes en el eje vertical. Unidades de visualización - se usa para determinar una representación de valores numéricos a lo largo del eje vertical. Esta opción puede servirle si usted trabaja con números grandes y quiere que los valores en el eje se muestren de modo más compacto y legible (por ejemplo el número 50 000 puede ser escrito como 50 usando la unidad de visualización Miles). Seleccione unidades deseadas en la lista desplegable: Cientos, Miles, 10 000, 100 000, Millones, 10 000 000, 100 000 000, Millares, Billones, o seleccione la opción Ninguno para volverse a las unidades por defecto. Valores en orden inverso - se usa para mostrar valores en sentido contrario. Cuando la casilla está desactivada el valor mínimo está en la parte inferior y el valor máximo en la parte superior del eje. Cuando la casilla está activada, los valores se ordenan de la parte superior a la parte inferior. La sección Parámetros de marcas de graduación permite ajustar la posición de marcas de graduación en el eje vertical. Las marcas de graduación principales son las divisiones más grandes de escala con las etiquetas que muestran valores numéricos. Las marcas de graduación menores son las subdivisiones de escala colocadas entre las marcas de graduación principales y no tienen etiquetas. Las marcas de graduación también definen donde pueden mostrarse las líneas de graduación, si la opción correspondiente está elejida en la pestaña Diseño. En las listas desplegables Tipo principal/menor usted puede seleccionar las opciones de disposición siguientes: Ninguno - si no quiere que se muestren las marcas de graduación principales/menores, Intersección - si quiere mostrar las marcas de graduación principales/menores en ambas partes del eje, En - si quiere mostrar las marcas de graduación principales/menores dentro del eje, Fuera - si quiere mostrar las marcas de graduación principales/menores fuera del eje. La sección Parámetros de etiqueta permite ajustar la posición de marcas de graduación principales que muestran valores. Para especificar Posición de etiqueta respecto al eje vertical, seleccione la opción necesaria en la lista desplegable: Ninguno - si no quiere que se muestren etiquetas de las marcas de graduación, Bajo - si quiere que etiquetas de las marcas de graduación se muestren a la izquierda del gráfico, Alto - si quiere que algunas etiquetas de las marcas de graduación se muestren a la derecha del gráfico, Al lado de eje - si quiere que algunas etiquetas de las marcas de graduación se muestren al lado del eje. La pestaña Eje horizontal le permite cambiar los parámetros del eje horizontal que también se llama el eje de categorías o el eje x que muestra etiquetas de texto. Tenga en cuenta que para el Gráfico de barras el eje horizontal será el eje de valores que mostrará valores numéricos, por lo que en este caso, las opciones de la pestaña Eje horizontal corresponderán a las descritas en la sección anterior. Para los gráficos de XY (dispersos), los dos ejes son los ejes de valor. La sección Parámetros de eje permite fijar los parámetros siguientes: Intersección con eje - se usa para especificar un punto en el eje horizontal donde el eje vertical lo debe cruzar. La opción Auto está seleccionada de manera predeterminada, en este caso el valor de punto de intersección de ejes se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Valor en la lista desplegable y especificar un valor diferente en el campo a la derecha o fijar el Valor máximo/mínimo (que corresponde a la primera y última categoría) del punto de intersección de ejes en el eje horizontal. Posición de eje - se usa para especificar dónde se deben colocar las etiquetas de texto del eje: Marcas de graduación o Entre marcas de graduación. Valores en orden inverso - se usa para mostrar valores en sentido contrario. Cuando la casilla está desactivada las categorías se muestran de izquierda a derecha. Cuando la casilla está activada, las categorías se ordenan de derecha a izquierda. La sección Parámetros de marcas de graduación permite ajustar la posición de marcas de graduación en el eje horizontal. Las marcas de graduación principales son las divisiones más grandes de escala con las etiquetas que muestran valores numéricos. Las marcas de graduación menores son las subdivisiones de escala colocadas entre las marcas de graduación principales y no tienen etiquetas. Las marcas de graduación también definen donde pueden mostrarse las líneas de graduación, si la opción correspondiente está elejida en la pestaña Diseño. Usted puede ajustar los parámetros de marcas de graduación siguientes: Tipo principal/menor - se usa para especificar las siguientes opciones de disposición: Ninguno - si no quiere que se muestren marcas de graduación principales/menores, Intersección - si quiere mostrar marcas de graduación principales/menores en ambas partes del eje, En - si quiere mostrar las marcas de graduación principales/menores dentro del eje, Fuera - si quiere mostrar las marcas de graduación principales/menores fuera del eje. Intervalo entre marcas - se usa para especificar cuantas categorías deben mostrarse entre dos marcas de graduación vecinas. La sección Parámetros de etiqueta permite ajustar posición de etiquetas que muestran categorías. Posición de etiqueta - se usa para especificar donde las etiquetas deben colocarse respecto al eje horizontal. Seleccione la opción necesaria en la lista desplegable: Ninguno - si no quiere que se muestren las etiquetas de categorías, Bajo - si quiere mostrar las etiquetas de categorías debajo del gráfico, Alto - si quiere mostrar las etiquetas de categorías arriba del gráfico, Al lado de eje - si quiere mostrar las etiquetas de categorías al lado de eje. Distancia entre eje y etiqueta - se usa para especificar la distancia entre el eje y una etiqueta. Usted puede especificar el valor necesario en el campo correspondiente. Cuanto más valor esté fijado, mas será la distancia entre el eje y etiquetas. Intervalo entre etiquetas - se usa para especificar con que frecuencia deben colocarse las etiquetas. La opción Auto está seleccionada de manera predeterminada, en este caso las etiquetas se muestran para cada categoría. Usted puede seleccionar la opción Manualmente en la lista desplegable y especificar el valor necesario en el campo correspondiente a la derecha. Por ejemplo, introduzca 2 para mostrar etiquetas para cada segunda categoría. La pestaña de Texto Alternativo permite especificar un Título y Descripción que se leerán a las personas con problemas de visión o cognitivos para ayudarles a entender mejor la información del gráfico. Mover y cambiar el tamaño de gráficos Una vez añadido el gráfico, puede cambiar su tamaño y posición. Para cambiar el tamaño de gráfico, arrastre pequeños cuadrados situados en sus bordes. Para mantener las proporciones originales del gráfico seleccionado, mientras redimensionamiento mantenga apretada la tecla Shift y arrastre uno de los iconos de la esquina. Para cambiar la posición de gráfico, use el icono que aparece cuando mantiene el cursor de su ratón sobre el gráfico. Arrastre el gráfico a la posición necesaria manteniendo apretado el botón del ratón. Cuando mueve el gráfico, las líneas guía se muestran para ayudarle a colocar el objeto en la página más precisamente. Editar elementos del gráfico Para editar el Título del gráfico, seleccione el texto por defecto con el ratón e introduzca el que desee. Para cambiar el formato de la fuente en los elementos del texto, como el título del gráfico, el título de los ejes, el acceso de la leyenda, etiquetas de datos, etc, seleccione los elementos del texto necesarios haciendo clic izquierdo en ellos. Luego, use los iconos en la pestaña Inicio en la barra de herramientas superior para cambiar el tipo, tamaño, color de la fuente o su estilo decorativo. Para borrar un elemento del gráfico, haga clic en él con el ratón izquierdo y seleccione la tecla Borrar en su teclado. También puede rotar gráficos 3D usando el ratón. Haga clic izquierdo dentro del área y mantenga apretado el botón del ratón hasta que una casilla con bordes azules aparezca. Arrastre el curso sin soltar el ratón para cambiar a una orientación de gráfico en 3D. Ajustar configuraciones de gráfico Puede cambiar algunos ajustes usando la pestaña Ajustes de gráfico en la barra derecha lateral. Para activarla, pulse el gráfico y elija el icono Ajustes de gráfico a la derecha. Aquí puede cambiar los ajustes siguientes: Tamaño - se usa para ver los Ancho y Altura del gráfico actual. Justificación de texto se usa para seleccionar un estilo de ajuste de texto de los disponibles - alineado, cuadrado, estrecho, a través, superior e inferior, adelante, detrás (para obtener más información lea la descripción de ajustes avanzados más abajo). Cambiar tipo de gráfico - se usa para cambiar el tipo o estilo del gráfico seleccionado.Para seleccionar los Estilos de gráfico necesarios, use el segundo menú despegable en la sección de Cambiar Tipo de Gráfico. Editar datos - se usa para abrir la ventana 'Editor de gráfico'.Nota: si quiere abrir la ventana 'Editor de gráfico', haga doble clic sobre el gráfico en el documento. También puede encontrar unas opciones en el menú contextual. Las opciones del menú son: Cortar, Copiar, Pegar - opciones estándar usadas para cortar, copiar un texto/objeto seleccionado y pegar un pasaje de texto u objeto anteriormente cortado/copiado a una posición de cursor actual. Arreglar - se usa para traer el gráfico seleccionado al primer plano, enviarlo al fondo, traerlo adelante o enviarlo atrás, así como para agrupar o des-agrupar gráficos para realizar operaciones con unos gráficos a la vez. Para saber más sobre cómo organizar objetos puede visitar esta página. Alinear - se usa para alinear el gráfico a la izquierda, al centro, a la derecha, en la parte superior, al medio, en la parte inferior. Para saber más sobre cómo alinear objetos puede visitar esta página. Ajuste de texto - se usa para seleccionar un estilo de ajuste de texto - alineado, cuadrado, estrecho, a través, superior e inferior, adelante, detrás. La opción Editar límite de ajuste no está disponible para los gráficos. Editar datos - se usa para abrir la ventana 'Editor de gráfico'. Ajustes avanzados - se usa para abrir la ventana 'Gráfico - Ajustes avanzados'. Una vez seleccionado el gráfico, el icono Ajustes de forma también está disponible a la derecha, porque la forma se usa como el fondo para el gráfico. Puede pulsar este icono para abrir la pestaña Ajustes de forma en la barra lateral derecha y ajustar Relleno , Trazo y Estilo de Justificación de la forma. Note por favor, que no puede cambiar el tipo de forma. Para cambiar ajustes avanzados del gráfico, pulse el gráfico necesario con el botón derecho del ratón y seleccione la opción Ajustes avanzados en el menú contextual o solo haga clic en el enlace Mostrar ajustes avanzados en la barra lateral de la derecha. La ventana con propiedades del gráfico se abrirá: La sección Tamaño contiene los parámetros siguientes: Ancho y Altura - use estas opciones para cambiar ancho/altura de autoforma. Si el botón Proporciones constantes está apretado (en este caso estará así ), se cambiarán el ancho y altura preservando la relación original de aspecto de gráfico. La sección Ajuste de texto contiene los parámetros siguientes: Ajuste de texto - use esta opción para cambiar la posición del gráfico en relativo al texto: puede ser una parte de texto (si usted seleccione estilo alineado) o rodeado por texto (si selecciona uno de los otros estilos). Alineado - el gráfico se considera una parte del texto, como un carácter, así cuando se mueva el texto, el gráfico se moverá también. En este caso no se puede acceder a las opciones de posición. Si selecciona uno de estos estilos, el gráfico se moverá de forma independiente al texto: Cuadrado - el texto rodea una caja rectangular que limita el gráfico. Estrecho - el texto rodea los bordes reales del gráfico. A través - el texto rodea los bordes y rellene el espacio en blanco del gráfico. Superior e inferior - el texto se sitúa solo arriba y debajo del gráfico. Adelante - el gráfico solapa el texto. Detrás - el texto solapa el gráfico. Si selecciona el estilo cuadrado, estrecho, a través, o superior e inferior, usted podrá establecer unos parámetros adicionales - distancia del texto en todas partes (superior, inferior, izquierda, derecha). La sección Posición estará disponible si selecciona cualquier ajuste de texto excepto alineado. Esta sección contiene los siguientes parámetros, los cuales dependen del estilo del ajuste del texto seleccionado: La sección Horizontal permite seleccionar uno de los siguientes tres tipos de posición de gráficos: Alineación (izquierda, centro, derecha) en relación con el carácter, columna, margen izquierdo, margen, margen de la página o margen derecho, La Posición absoluta se mide en unidades absolutas, por ejemplo, Centímetros/Puntos (dependiendo de la opción especificada en la pestaña de Archivo -> Ajustes Avanzados...) a la derecha del carácter, columna, margen izquierdo, margen, margen de la página o margen derecho, La Posición relativa se mide en porcentajes relativos al margen izquierdo, margen, margen de la página o margen derecho. La sección Vertical permite seleccionar uno de los siguientes tres tipos de posición de gráficos: Alineación (arriba, centro, abajo) en relación con la línea, margen, margen del fondo, párrafo, margen de la página o margen de arriba, La Posición absoluta se mide en unidades absolutas, por ejemplo, Centímetros/Puntos (dependiendo de la opción especificada en la pestaña de Archivo -> Ajustes Avanzados...) debajo de la línea, margen, margen del fondo, párrafo, margen de la página o margen de arriba, La Posición relativa se mide en porcentajes relativos al margen, margen del fondo, párrafo, margen de la página o margen de arriba, La opción Desplazar objeto con texto controla si el gráfico insertado en el texto se mueve junto con este si el texto se mueve. La opción Superposición controla si dos gráficos se sobreponen o no cuando usted los arrastra uno cerca del otro en la página. La pestaña de Texto Alternativo permite especificar un Título y Descripción que se leerán a las personas con problemas de visión o cognitivos para ayudarles a entender mejor la información del gráfico." }, { "id": "UsageInstructions/InsertDropCap.htm", @@ -163,12 +163,12 @@ var indexes = { "id": "UsageInstructions/InsertEquation.htm", "title": "Inserte ecuación", - "body": "El Editor de Documentos le permite crear ecuaciones usando las plantillas predeterminadas, editarlas, añadir caracteres especiales (incluyendo operaciones matemáticas, letras Griegas, acentos, etc). Añadir una ecuación nueva Para añadir una ecuación nueva de la galería, coloque cursor en la línea necesaria, cambie a la pestaña Insertar de la barra de herramientas superior, pulse la flecha de al lado de el icono Insertar ecuación en la barra de herramientas superior, seleccione una categoría de ecuación en la lista desplegable. Aquí están las categorías disponibles: Símbolos, Fracciones, Scripts, Radicales, Integrales, Operadores grandes, Paréntesis, Funciones, Acentos, Límites y logaritmos, Operadores, Matrices, haga clic sobre un símbolo/ecuación en el conjunto de plantillas correspondiente. La casilla de símbolo/ecuación seleccionada se insertará en la posición del cursor. Si la línea seleccionada está vacía, la ecuación se centrará. Para alinear la ecuación a la derecha o a la izquierda, haga clic en la casilla de ecuación y use el icono o en la pestaña de Inicio en la barra de herramientas superior.Cada plantilla de ecuación representa un conjunto de huecos. Un hueco es una posición para cada elemento que está presente en la ecuación. Un hueco vacío (también llamado marcador) tiene un contorno punteado . Necesita rellenar todos los marcadores especificando los valores necesarios. Nota: para crear una ecuación, también puede usar el atajo de teclado Alt + =. Introduzca valores El Punto de inserción especifica dónde aparecerá el próximo carácter. Para posicionar el punto de inserción de forma precisa, haga clic en el marcador y use las flechas del teclado para mover el punto de inserción un carácter a la izquierda/derecha o una línea arriba/abajo. Si necesita crear un nuevo marcador debajo del hueco con el punto de inserción dentro de las plantillas seleccionadas, presione Enter.Una vez que el punto de inserción está posicionado, puede rellenar el marcador: introduzca el valor numérico/literal deseado usando el teclado, Inserte un carácter especial usando la paleta de Símbolos del menú de Ecuación en la pestaña de Insertar en la barra de herramientas superior, añada otra plantilla de ecuación de la paleta para crear una ecuación compleja. El tamaño de la ecuación primaria se ajustará de manera automática para cuadrar el contenido. El tamaño de los elementos de la ecuación depende del tamaño del marcador de ecuación primaria, pero no puede ser más pequeño que el tamaño del sub-subíndice. Para añadir nuevos elementos de ecuaciones, también puedes usar las opciones del menú contextual: Para añadir un argumento nuevo que vaya antes o después de la ecuación existente dentro de Corchetes, puede hacer clic derecho en el argumento existente y seleccionar la opción Insertar argumento después/antes del menú. Para añadir una ecuación nueva dentro de Casos con varias condiciones del grupo de Corchetes (o ecuaciones de otro tipo, si ya has añadido marcadores nuevos presionando Enter), puede hacer clic derecho en un marcador vacío o rellenarlo con una ecuación y seleccionar la opción Insertar ecuación antes/después del menú. Para añadir una nueva fila o columna en una Matriz, puede hacer clic derecho en un marcador, selecciona la opción Insertar del menú, luego seleccione Fila arriba/abajo o Columna izquierda/derecha. Nota: actualmente, las ecuaciones no pueden añadirse usando el formato linear, por ejemplo, \\sqrt(4&x^3). Cuando introduzca los valores de las expresiones matemáticas, no tiene que usar el Espaciador ya que los espacios entre caracteres y signos de las operaciones se ajustan de forma automática. Si la ecuación es demasiado larga y no entra en una sola línea, el salto de línea ocurre de forma automática mientras escribe. También puede insertar un salto de línea en una posición específica haciendo clic derecho en un operador matemático y seleccionando la opción de Insertar salto manual desde el menú. El operador seleccionado empezará una línea nueva. Una vez que el salto de línea manual se añada, puede presionar la tecla Tab para alinear la nueva línea a cualquier operador matemático de la línea anterior. Para borrar el salto de línea manual que has añadido, haga clic derecho en el operador matemático que empieza una nueva línea y seleccione la opción Borrar salto manual. Formatear ecuaciones Para aumentar o disminuir el tamaño de letra de la ecuación, haga clic en cualquier sitio del cuadro de la ecuación y use los botones y en la pestaña de Inicio en la barra de herramientas superior o seleccione el tamaño de letra necesario de la lista. Todos los elementos de la ecuación cambiarán de forma correspondiente. Las letras dentro de la ecuación se pondrán en cursiva de manera predeterminada. Si es necesario, puede cambiar el estilo de letra (negrita, cursiva, tachado) o color para toda la ecuación o cualquiera de sus partes. El estilo subrayado se puede aplicar a la ecuación entera, no solo a caracteres individuales. Seleccione las partes de la ecuación necesaria haciendo clic y arrastrándolas. La parte seleccionada se destacarán en azul. Luego, usa los botones necesarios en la pestaña de Inicio en la barra de herramientas superior para formatear la selección. Por ejemplo, puedes eliminar el formato de cursiva para palabras ordinarias que no son variables o constantes.Para añadir nuevos elementos de ecuaciones, también puede usar las opciones del menú contextual: Para cambiar el formato de Fracciones, puede hacer clic derecho en una fracción y seleccionar la opción de Cambiar a fracción desigual/linear/acumulada del menú (las opciones disponibles varían dependiendo en el tipo de fracción seleccionada). Para cambiar la posición de los Scripts en relación con el texto, puede hacer clic derecho en la ecuación que incluye scripts y seleccionar la opción de Scripts antes/después del texto del menú. Para cambiar el tamaño del argumento a Scripts, Radicales, Integrales, Operadores grandes, Límites y Logaritmos, Operadores así como por encima braces/abajo braces y plantillas con símbolos agrupados del grupo de Acentos, puede hacer clic derecho en el argumento que quiere cambiar y seleccionar la opción Aumentar/Reducir el tamaño de los argumentos del menú. Para especificar si un marcador vacío debe mostrarse o no para una Radical, puede hacer clic derecho en la radical y seleccionar la opción Mostrar/Esconder grado del menú. Para especificar si una marcador de límite vacío debe mostrarse o no para una Integral o Operador Grande, puede hacer clic derecho en la ecuación y seleccionar la opción de Mostrar/Esconder límite de arriba/abajo del menú. Para cambiar los límites de posición en relación con las señales integrales y de operador para Integrales o Operadores Grandes, puede hacer clic derecho en la ecuación y seleccionar la opción de Cambiar límites de localización del menú. Los límites pueden mostrase a la derecha de la señal del operador (como subíndices y superíndices) o directamente encima o abajo de la señal de operador. Para cambiar la posición de los límites relacionados al texto para Límites y Logaritmos y las plantillas con caracteres agrupados del grupo de Acentos, puede hacer clic derecho en la ecuación y seleccionar la opción de Límite encima/debajo del texto del menú. Para elegir cual de los Corchetes debe mostrarse, puede hacer clic derecho en la expresión y seleccionar la opción de Mostrar/Ocultar corchetes abiertos/cerrados del menú. Para controlar el tamaño de los Corchetes, puede hacer clic derecho en la expresión de dentro. La opción Expandir corchetes se selecciona por defecto, para que los corchetes puedan expandirse de acuerdo a la expresión dentro de estos, pero puedes de seleccionar esta opción para prevenir que los corchetes se extiendan. Cuando esta opción está activada, también puede usar la opción Combine corchetes a la altura del argumento Para cambiar la posición de los caracteres relacionados al texto para encima de braces/debajo de braces o encima de barras/ debajo de barras del grupo de Acentos, puede hacer clic derecho en la plantilla y seleccionar la opción de Gráfico/Barras encima/debajo del texto del menú. Para elegir qué bordes deben mostrarse para una Fórmula en caja del grupo de Acentos, puede hacer clic derecho en la ecuación y seleccionar la opción de Propiedades de bordes del menú, luego selecciona Mostrar/Ocultar borde de Arriba/abajo/izquierda/derecha o Añadir/Ocultar línea horizontal/vertical/diagonal. Para especificar si un marcador vacío debe mostrarse o no para una Matriz puede hacer clic derecho en la radical y seleccionar la opción Mostrar/Esconder grado del menú. Para añadir nuevos elementos de ecuaciones, también puede usar las opciones del menú contextual: Para añadir una ecuación nueva dentro de Casos con varias condiciones del grupo de Corchetes (o ecuaciones de otro tipo, si ya ha añadido marcadores nuevos presionando Enter), puede hacer clic derecho en una ecuación, seleccionar la opción Alinear del menú, y después seleccionar el tipo de alineamiento: Arriba, Centro, o Abajo Para alinear un Matriz de forma vertical, puede hacer clic derecho en la matriz, seleccionar la opción de Alineamiento de Matriz del menú, y luego seleccione el tipo de alineación: Arriba, Centro, o Abajo Para alinear elementos dentro de una Matriz de columna horizontal, puede hacer clic derecho en un marcador dentro de la columna, seleccione la opción de Alineamiento de Columna del menú, luego seleccione el tipo de alineamiento: Izquierdo , Centro, o Derecho . Borre elementos de la ecuación Para borrar una parte de la ecuación, seleccione la parte que quiere eliminar arrastrando el ratón o presionando la tecla de Cambiar y usando los botones de flechas, luego presione la tecla de Borrar en el teclado. Un hueco solo se puede borrar junto con la plantilla a la que pertenece. Para borrar la ecuación entera, selecciónala de forma completa arrastrando el ratón sobre ella o haz clic dos veces en el cuadro de la ecuación y presione la tecla Borrar en el teclado.Para añadir nuevos elementos de ecuaciones, también puede usar las opciones del menú contextual: Para borrar una Radical, puede hacer clic derecho en esta y seleccionar la opción Borrar radical en el menú. Para borrar un Subíndice y/o Superíndice, puede hacer clic derecho en la expresión que la contiene y seleccionar la opción Borrar subíndice/superíndice del menú. Si la expresión contiene scripts que van antes que el texto, la opción Borrar scripts se encuentra disponible. Para borrar los Corchetes, puede hacer clic derecho en la expresión dentro de esta y seleccionar la opción Borrar caracteres adjuntos o Borrar caracteres y separadores adjuntos del menú. Si la expresión dentro de los Corchetes incluye más de un argumento, puede hacer clic derecho en al argumento que quiere borrar y seleccionar la opción Borrar argumento del menú. Si los Corchetes contienen más de una ecuación (por ejemplo Casos con varias condiciones), puede hacer clic derecho en la ecuación que quiere borrar y seleccionar la opción de Borrar ecuación del menú. Esta opción también está disponible para ecuaciones de otro tipo si previamente has añadido nuevos marcadores presionando Enter. Para borrar un Límite, puede hacer clic derecho en este y seleccionar la opción de Borrar límite del menú. Para borrar un Acento, puede hacer clic derecho en este y seleccionar la opción de Borrar símbolo de acento, Borrar gráfico o Borrar barras del menú (las opciones disponibles dependen del acento seleccionado). Para borrar una fila o columna de una Matriz, puede hacer clic derecho en el marcador dentro de una columna/fila que quiera borrar, seleccionar la opción Borrar del menú, y luego seleccionar Borrar Fila/Columna." + "body": "El Editor de Documentos le permite crear ecuaciones usando las plantillas predeterminadas, editarlas, añadir caracteres especiales (incluyendo operaciones matemáticas, letras Griegas, acentos, etc). Añadir una ecuación nueva Para añadir una ecuación nueva de la galería, coloque cursor en la línea necesaria, cambie a la pestaña Insertar de la barra de herramientas superior, pulse la flecha de al lado de el icono Insertar ecuación en la barra de herramientas superior, seleccione una categoría de ecuación en la lista desplegable. Aquí están las categorías disponibles: Símbolos, Fracciones, Scripts, Radicales, Integrales, Operadores grandes, Paréntesis, Funciones, Acentos, Límites y logaritmos, Operadores, Matrices, haga clic sobre un símbolo/ecuación en el conjunto de plantillas correspondiente. La casilla de símbolo/ecuación seleccionada se insertará en la posición del cursor. Si la línea seleccionada está vacía, la ecuación se centrará. Para alinear la ecuación a la derecha o a la izquierda, haga clic en la casilla de ecuación y use el icono o en la pestaña de Inicio en la barra de herramientas superior.Cada plantilla de ecuación representa un conjunto de huecos. Un hueco es una posición para cada elemento que está presente en la ecuación. Un hueco vacío (también llamado marcador) tiene un contorno punteado . Necesita rellenar todos los marcadores especificando los valores necesarios. Nota: para crear una ecuación, también puede usar el atajo de teclado Alt + =. Introduzca valores El Punto de inserción especifica dónde aparecerá el próximo carácter. Para posicionar el punto de inserción de forma precisa, haga clic en el marcador y use las flechas del teclado para mover el punto de inserción un carácter a la izquierda/derecha o una línea arriba/abajo. Si necesita crear un nuevo marcador debajo del hueco con el punto de inserción dentro de las plantillas seleccionadas, presione Enter.Una vez que el punto de inserción está posicionado, puede rellenar el marcador: introduzca el valor numérico/literal deseado usando el teclado, Inserte un carácter especial usando la paleta de Símbolos del menú de Ecuación en la pestaña de Insertar en la barra de herramientas superior, añada otra plantilla de ecuación de la paleta para crear una ecuación compleja. El tamaño de la ecuación primaria se ajustará de manera automática para cuadrar el contenido. El tamaño de los elementos de la ecuación depende del tamaño del marcador de ecuación primaria, pero no puede ser más pequeño que el tamaño del sub-subíndice. Para añadir nuevos elementos de ecuaciones, también puedes usar las opciones del menú contextual: Para añadir un argumento nuevo que vaya antes o después de la ecuación existente dentro de Corchetes, puede hacer clic derecho en el argumento existente y seleccionar la opción Insertar argumento después/antes del menú. Para añadir una ecuación nueva dentro de Casos con varias condiciones del grupo de Corchetes (o ecuaciones de otro tipo, si ya has añadido marcadores nuevos presionando Enter), puede hacer clic derecho en un marcador vacío o rellenarlo con una ecuación y seleccionar la opción Insertar ecuación antes/después del menú. Para añadir una nueva fila o columna en una Matriz, puede hacer clic derecho en un marcador, selecciona la opción Insertar del menú, luego seleccione Fila arriba/abajo o Columna izquierda/derecha. Nota: actualmente, las ecuaciones no pueden añadirse usando el formato linear, por ejemplo, \\sqrt(4&x^3). Cuando introduzca los valores de las expresiones matemáticas, no tiene que usar el Espaciador ya que los espacios entre caracteres y signos de las operaciones se ajustan de forma automática. Si la ecuación es demasiado larga y no entra en una sola línea, el salto de línea ocurre de forma automática mientras escribe. También puede insertar un salto de línea en una posición específica haciendo clic derecho en un operador matemático y seleccionando la opción de Insertar salto manual desde el menú. El operador seleccionado empezará una línea nueva. Una vez que el salto de línea manual se añada, puede presionar la tecla Tab para alinear la nueva línea a cualquier operador matemático de la línea anterior. Para borrar el salto de línea manual que has añadido, haga clic derecho en el operador matemático que empieza una nueva línea y seleccione la opción Borrar salto manual. Formatear ecuaciones Para aumentar o disminuir el tamaño de letra de la ecuación, haga clic en cualquier sitio del cuadro de la ecuación y use los botones y en la pestaña de Inicio en la barra de herramientas superior o seleccione el tamaño de letra necesario de la lista. Todos los elementos de la ecuación cambiarán de forma correspondiente. Las letras dentro de la ecuación se pondrán en cursiva de manera predeterminada. Si es necesario, puede cambiar el estilo de letra (negrita, cursiva, tachado) o color para toda la ecuación o cualquiera de sus partes. El estilo subrayado se puede aplicar a la ecuación entera, no solo a caracteres individuales. Seleccione las partes de la ecuación necesaria haciendo clic y arrastrándolas. La parte seleccionada se destacarán en azul. Luego, usa los botones necesarios en la pestaña de Inicio en la barra de herramientas superior para formatear la selección. Por ejemplo, puedes eliminar el formato de cursiva para palabras ordinarias que no son variables o constantes.Para añadir nuevos elementos de ecuaciones, también puede usar las opciones del menú contextual: Para cambiar el formato de Fracciones, puede hacer clic derecho en una fracción y seleccionar la opción de Cambiar a fracción desigual/linear/acumulada del menú (las opciones disponibles varían dependiendo en el tipo de fracción seleccionada). Para cambiar la posición de los Scripts en relación con el texto, puede hacer clic derecho en la ecuación que incluye scripts y seleccionar la opción de Scripts antes/después del texto del menú. Para cambiar el tamaño del argumento a Scripts, Radicales, Integrales, Operadores grandes, Límites y Logaritmos, Operadores así como por encima braces/abajo braces y plantillas con símbolos agrupados del grupo de Acentos, puede hacer clic derecho en el argumento que quiere cambiar y seleccionar la opción Aumentar/Reducir el tamaño de los argumentos del menú. Para especificar si un marcador vacío debe mostrarse o no para una Radical, puede hacer clic derecho en la radical y seleccionar la opción Mostrar/Esconder grado del menú. Para especificar si una marcador de límite vacío debe mostrarse o no para una Integral o Operador Grande, puede hacer clic derecho en la ecuación y seleccionar la opción de Mostrar/Esconder límite de arriba/abajo del menú. Para cambiar los límites de posición en relación con las señales integrales y de operador para Integrales o Operadores Grandes, puede hacer clic derecho en la ecuación y seleccionar la opción de Cambiar límites de localización del menú. Los límites pueden mostrase a la derecha de la señal del operador (como subíndices y superíndices) o directamente encima o abajo de la señal de operador. Para cambiar la posición de los límites relacionados al texto para Límites y Logaritmos y las plantillas con caracteres agrupados del grupo de Acentos, puede hacer clic derecho en la ecuación y seleccionar la opción de Límite encima/debajo del texto del menú. Para elegir cual de los Corchetes debe mostrarse, puede hacer clic derecho en la expresión y seleccionar la opción de Mostrar/Ocultar corchetes abiertos/cerrados del menú. Para controlar el tamaño de los Corchetes, puede hacer clic derecho en la expresión de dentro. La opción Expandir corchetes se selecciona por defecto, para que los corchetes puedan expandirse de acuerdo a la expresión dentro de estos, pero puedes de seleccionar esta opción para prevenir que los corchetes se extiendan. Cuando esta opción está activada, también puede usar la opción Combine corchetes a la altura del argumento Para cambiar la posición de los caracteres relacionados al texto para encima de braces/debajo de braces o encima de barras/ debajo de barras del grupo de Acentos, puede hacer clic derecho en la plantilla y seleccionar la opción de Gráfico/Barras encima/debajo del texto del menú. Para elegir qué bordes deben mostrarse para una Fórmula en caja del grupo de Acentos, puede hacer clic derecho en la ecuación y seleccionar la opción de Propiedades de bordes del menú, luego selecciona Mostrar/Ocultar borde de Arriba/abajo/izquierda/derecha o Añadir/Ocultar línea horizontal/vertical/diagonal. Para especificar si un marcador vacío debe mostrarse o no para una Matriz puede hacer clic derecho en la radical y seleccionar la opción Mostrar/Esconder grado del menú. Para añadir nuevos elementos de ecuaciones, también puede usar las opciones del menú contextual: Para añadir una ecuación nueva dentro de Casos con varias condiciones del grupo de Corchetes (o ecuaciones de otro tipo, si ya ha añadido marcadores nuevos presionando Enter), puede hacer clic derecho en una ecuación, seleccionar la opción Alinear del menú, y después seleccionar el tipo de alineamiento: Arriba, Centro, o Abajo Para alinear un Matriz de forma vertical, puede hacer clic derecho en la matriz, seleccionar la opción de Alineamiento de Matriz del menú, y luego seleccione el tipo de alineación: Arriba, Centro, o Abajo Para alinear elementos dentro de una Matriz de columna horizontal, puede hacer clic derecho en un marcador dentro de la columna, seleccione la opción de Alineamiento de Columna del menú, luego seleccione el tipo de alineamiento: Izquierdo , Centro, o Derecho . Borre elementos de la ecuación Para borrar una parte de la ecuación, seleccione la parte que quiere eliminar arrastrando el ratón o presionando la tecla de Cambiar y usando los botones de flechas, luego presione la tecla de Borrar en el teclado. Un hueco solo se puede borrar junto con la plantilla a la que pertenece. Para borrar la ecuación entera, selecciónala de forma completa arrastrando el ratón sobre ella o haz clic dos veces en el cuadro de la ecuación y presione la tecla Borrar en el teclado.Para añadir nuevos elementos de ecuaciones, también puede usar las opciones del menú contextual: Para borrar una Radical, puede hacer clic derecho en esta y seleccionar la opción Borrar radical en el menú. Para borrar un Subíndice y/o Superíndice, puede hacer clic derecho en la expresión que la contiene y seleccionar la opción Borrar subíndice/superíndice del menú. Si la expresión contiene scripts que van antes que el texto, la opción Borrar scripts se encuentra disponible. Para borrar los Corchetes, puede hacer clic derecho en la expresión dentro de esta y seleccionar la opción Borrar caracteres adjuntos o Borrar caracteres y separadores adjuntos del menú. Si la expresión dentro de los Corchetes incluye más de un argumento, puede hacer clic derecho en al argumento que quiere borrar y seleccionar la opción Borrar argumento del menú. Si los Corchetes contienen más de una ecuación (por ejemplo Casos con varias condiciones), puede hacer clic derecho en la ecuación que quiere borrar y seleccionar la opción de Borrar ecuación del menú. Esta opción también está disponible para ecuaciones de otro tipo si previamente has añadido nuevos marcadores presionando Enter. Para borrar un Límite, puede hacer clic derecho en este y seleccionar la opción de Borrar límite del menú. Para borrar un Acento, puede hacer clic derecho en este y seleccionar la opción de Borrar símbolo de acento, Borrar gráfico o Borrar barras del menú (las opciones disponibles dependen del acento seleccionado). Para borrar una fila o columna de una Matriz, puede hacer clic derecho en el marcador dentro de una columna/fila que quiera borrar, seleccionar la opción Borrar del menú, y luego seleccionar Borrar Fila/Columna." }, { "id": "UsageInstructions/InsertFootnotes.htm", "title": "Insertar pies de página", - "body": "Puede añadir pies de página para proporcionar explicaciones o comentarios para algunas oraciones o términos usados en el texto, hacer referencia a fuentes y más. Para insertar un pie de página en su documento, posicione el punto de inserción al final del pasaje del texto al que quiera añadir el pie de página, cambie a la pestaña Insertar de la barra de herramientas, haga clic en el icono Pie de página en la barra de herramientas superior, o haga clic en la flecha al lado del icono Pie de página y seleccione la opción de Añadir Pie de página del menú,La marca del pie de página (por ejemplo, el carácter del superíndice que indica un pie de página) aparece en el texto y el punto de inserción se mueve al final de la página actual. escriba en el texto del pie de página. Repita las operaciones mencionadas anteriormente para añadir más pies de página para otros pasajes de texto en el documento. Los pies de página se numeran de forma automática. Si coloca el cursor del ratón por encima de la marca del pie de página en el texto del documento, una ventana aparecerá con el texto del pie de página. para navegar de forma fácil entre los pies de página añadidos dentro del texto del documento, haga clic en la flecha de al lado del icono Pie de página en la pestaña de Añadir en la barra de herramientas superior. en la sección de Ir a Pies de Página, use la flecha para ir al pie de página anterior o la flecha para ir al siguiente pie de página. Para editar los ajustes de pie de página, haga clic en la flecha de al lado del icono Pie de página en la pestaña de Añadir en la barra de herramientas superior. seleccione la opción Seleccionar todo en el menú, Cambie los parámetros actuales en la venta Ajustes de notas que se abre: Ajuste la Localización de pies de página en la página seleccionando una de las opciones disponibles: Final de la página - para posicionar pies de página al final de esta página (esta opción está seleccionado por defecto). Debajo del texto - para posicionar los pies de página al lado del texto. Esta opción puede ser útil en los casos en que la página contiene un texto corto. Ajuste el Formato de los pies de página: Formato de número - seleccione el formato de número necesario de los que están disponibles: 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Empezar en - use las flechas para ajustar el número o letra con la que quiere empezar a numerar. Numerar - seleccione una manera de numerar sus pies de página: De forma continua - para numerar los pies de página de forma secuencial en el documento, Volver a empezar en cada sección - para empezar la numeración de pies de página con el número 1 (u otro carácter) al principio de cada sección, Volver a empezar cada página - para empezar la numeración de pie de página con el número 1 (u otro carácter) al principio de cada página. Marca personalizada - ajuste un símbolo o palabra especial que quiera para usar como la marca de pie de página (por ejemplo * o Nota1). Introduzca el símbolo/palabra necesario en el campo de entrada del texto y haga clic en el botón de Insertar al final de la venta de Ajustes de Notas. Use la lista despegable de Aplicar Cambios para seleccionar si quiere aplicar estos ajustes de notas específicos a Todo el documento o solo a la Sección actual.Nota: para usar distintos formatos de pie de página en partes separadas del documento, se necesita añadir los saltos de sección primero. Cuando esté listo, haga clic en el botón Aplicar. Para eliminar un pie de página, posicione el punto de inserción antes de la marca del pie de página en el texto del documento y presione Borrar. Los otros pies de página se enumerarán de forma automática. Para borrar todos los pies de página en el documento, haga clic en la flecha de al lado del icono de Pie de página en la pestaña de Añadir en la barra de herramientas superior. seleccione la opción Borrar todos los pies de página en el menú." + "body": "Puede añadir pies de página para proporcionar explicaciones o comentarios para algunas oraciones o términos usados en el texto, hacer referencia a fuentes y más. Para insertar un pie de página en su documento, posicione el punto de inserción al final del pasaje del texto al que quiera añadir el pie de página, cambie a la pestaña Insertar de la barra de herramientas, haga clic en el icono Pie de página en la barra de herramientas superior, o haga clic en la flecha al lado del icono Pie de página y seleccione la opción de Añadir Pie de página del menú,La marca del pie de página (por ejemplo, el carácter del superíndice que indica un pie de página) aparece en el texto y el punto de inserción se mueve al final de la página actual. escriba en el texto del pie de página. Repita las operaciones mencionadas anteriormente para añadir más pies de página para otros pasajes de texto en el documento. Los pies de página se numeran de forma automática. Si coloca el cursor del ratón por encima de la marca del pie de página en el texto del documento, una ventana aparecerá con el texto del pie de página. para navegar de forma fácil entre los pies de página añadidos dentro del texto del documento, haga clic en la flecha de al lado del icono Pie de página en la pestaña de Añadir en la barra de herramientas superior. en la sección de Ir a Pies de Página, use la flecha para ir al pie de página anterior o la flecha para ir al siguiente pie de página. Para editar los ajustes de pie de página, haga clic en la flecha de al lado del icono Pie de página en la pestaña de Añadir en la barra de herramientas superior. seleccione la opción Seleccionar todo en el menú, Cambie los parámetros actuales en la venta Ajustes de notas que se abre: Ajuste la Localización de pies de página en la página seleccionando una de las opciones disponibles: Final de la página - para posicionar pies de página al final de esta página (esta opción está seleccionado por defecto). Debajo del texto - para posicionar los pies de página al lado del texto. Esta opción puede ser útil en los casos en que la página contiene un texto corto. Ajuste el Formato de los pies de página: Formato de número - seleccione el formato de número necesario de los que están disponibles: 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Empezar en - use las flechas para ajustar el número o letra con la que quiere empezar a numerar. Numerar - seleccione una manera de numerar sus pies de página: De forma continua - para numerar los pies de página de forma secuencial en el documento, Volver a empezar en cada sección - para empezar la numeración de pies de página con el número 1 (u otro carácter) al principio de cada sección, Volver a empezar cada página - para empezar la numeración de pie de página con el número 1 (u otro carácter) al principio de cada página. Marca personalizada - ajuste un símbolo o palabra especial que quiera para usar como la marca de pie de página (por ejemplo * o Nota1). Introduzca el símbolo/palabra necesario en el campo de entrada del texto y haga clic en el botón de Insertar al final de la venta de Ajustes de Notas. Use la lista despegable de Aplicar Cambios para seleccionar si quiere aplicar estos ajustes de notas específicos a Todo el documento o solo a la Sección actual.Nota: para usar distintos formatos de pie de página en partes separadas del documento, se necesita añadir los saltos de sección primero. Cuando esté listo, haga clic en el botón Aplicar. Para eliminar un pie de página, posicione el punto de inserción antes de la marca del pie de página en el texto del documento y presione Borrar. Los otros pies de página se enumerarán de forma automática. Para borrar todos los pies de página en el documento, haga clic en la flecha de al lado del icono de Pie de página en la pestaña de Añadir en la barra de herramientas superior. seleccione la opción Borrar todos los pies de página en el menú." }, { "id": "UsageInstructions/InsertHeadersFooters.htm", @@ -188,7 +188,7 @@ var indexes = { "id": "UsageInstructions/InsertTables.htm", "title": "Inserte tablas", - "body": "Inserte una tabla Para añadir una tabla al texto del documento, ponga el cursor en un lugar donde usted quiere insertar la tabla, cambie a la pestaña Insertar de la barra de herramientas superior, pulse el icono Tabla en la barra de herramientas superior, seleccione la opción para crear una tabla: una tabla con un número de celdas predefinido (10 por 8 celdas máximo) Si quiere añadir una tabla de forma rápida, seleccione el número de filas (8 máximo) y columnas (10 máximo). o una tabla personalizada Si necesita una tabla de más de 10 por 8 celdas, seleccione la opción Insertar tabla personalizada y se abrirá la ventana donde usted puede introducir el número necesario de filas y columnas, después pulse el botón OK. una vez añadida la tabla usted puede cambiar sus parámetros y posición. Ajustar los ajuste de la tabla Unos parámetros de la tabla y también su estructura pueden ser cambiados usando el menú contextual: Aquí tiene las opciones: Cortar, Copiar, Pegar - opciones estándar usadas para cortar, copiar un texto/objeto seleccionado y pegar un pasaje de texto u objeto anteriormente cortado/copiado a una posición de cursor actual. Seleccionar se usa para seleccionar una fila, columna, celda o tabla. Insertar se usa para insertar una fila arriba o debajo de la fila donde usted ha colocado cursor o para insertar una columna al lado izquierdo o derecho de la columna donde usted ha colocado el cursor. Borrar se usa para borrar una fila, columna o tabla. Unir celdas está disponible si usted ha seleccionado dos o más celdas, se usa para unirlas. Dividir celda... se usa para abrir una ventana donde usted puede seleccionar el número necesario de columnas y filas para dividir la celda. Alineación vertical de celda se usa para alinear la parte superior central o inferior de un texto en la celda seleccionada. Dirección del Texto - se usa para cambiar la orientación del texto en una celda. Puede poner el texto de forma horizontal, vertical de arriba hacia abajo (Rotación a 90°), o vertical de abajo a arriba (Rotación a 270°). Estilo - En línea se usa para seleccionar estilo en línea (el texto se interrumpe por la tabla) y también el tipo de alineación: a la izquierda, centro, a la derecha. Estilo - Flujo se usa para seleccionar el estilo flujo (cuando la tabla está rodeada por el texto). Ajustes avanzados de tabla se usa para abrir la ventana 'Tabla - Ajustes avanzados'. Hiperenlace se usa para insertar un hiperenlace. Párrafo se usa para mantener las líneas juntas o abrir la ventana 'Párrafo - Ajustes avanzados'. Usted también puede cambiar los parámetros de tabla usando la barra derecha lateral: Se usan Filas y Columnas para seleccionar las partes de una tabla para que sean resaltadas. Para filas: Encabezado - para resaltar la primera fila Total - para resaltar la última fila Con bandas - para resaltar cualquier otra fila Para columnas: Primera - para resaltar la primera columna Última - para resaltar la última columna Con bandas - para resaltar cualquier otra columna Seleccionar de plantilla se usa para elegir la plantilla de tabla de las disponibles. Estilo de bordes se usa para seleccionar el tamaño, color, estilo de bordes y también el color de fondo. Ajuste de texto se usa para alternar entre dos estilos de texto - en línea y flujo. Filas y columnas se usa para realizar unas operaciones con la tabla: seleccionar, borrar, insertar filas y columnas, unir celdas, dividir una celda. Repetir con una fila de encabezado en la parte superior se usa para insertar el mismo encabezado en la parte superior de cada página en las tablas largas. Mostrar ajustes avanzados se usa para abrir la ventana 'Tabla - Ajustes avanzados'. Para cambiar los ajustes avanzados de una tabla, haga clic con el botón derecho sobre la tabla y seleccione la opción Ajustes avanzados de tabla en el menú contextual o use el enlace Mostrar ajustes avanzados en la derecha barra lateral. Se abrirá la ventana con propiedades: La pestaña de Tabla le permite cambiar las propiedades de la tabla entera. La sección del Tamaño de la tabla contiene los parámetros siguientes: Ancho - de forma predeterminada, el ancho de la tabla se ajusta de manera automática para ajustarse al ancho de la página, es decir, la tabla ocupa todo el espacio entre el margen izquierdo y derecho de la página. Puede verificar esta casilla y especificar el ancho necesario de la tabla de forma manual. Medida en - permite especificar si quiere ajustar el ancho de la tabla en unidades absolutas, por ejemplo, Centímetros/Puntos (dependiendo de la opción especificada en la pestaña de Archivo -> Ajustes Avanzados...) o en Porcentaje del ancho general de la página.Nota: también puede ajustar el tamaño de la tabla manualmente cambiando altura de fila y ancho de columna. Mueva el cursor del ratón sobre el borde de fila/columna hasta que conviértase en una flecha bidireccional y arrastre el borde. También puede usar los marcadores en la regla horizontal para cambiar el ancho de la columna y los marcadores en la regla vertical para cambiar la altura de fila. Cambiar tamaño automáticamente para ajustar a contenido - activa el cambio automático de ancho de cada columna de acuerdo con el texto dentro de celdas. Márgenes predeterminados - el espacio entre el texto en celdas y el borde de celdas que se utiliza de manera predeterminada. La sección Opciones le permite cambiar los parámetros siguientes: Permitir espacio entre celdas - el espacio entre celdas que será llenado de color Fondo de tabla . La pestaña Celda permite cambiar las propiedades de celdas individuales. Primero, tiene que seleccionar las celdas en las que quiere aplicar los cambios o seleccionar la tabla por completo para cambiar propiedades de todas sus celdas. La sección de Tamaño de Celda contiene los siguientes parámetros: Ancho preferido - permite ajustar el ancho de la celda que desee. Este es el amano que una celda aspira a ajustarse, pero en algunos casos, no será posible hacerlo al valor exacto. Por ejemplo, si el texto dentro de una celda excede el ancho especificado, se partirá en la línea siguiente para que la anchura de la celda preferida permanezca sin cambiar, pero si inserta una columna nueva, el ancho preferido se reducirá. Medida en - permite especificar si quiere ajustar el ancho de la tabla en unidades absolutas, por ejemplo, Centímetros/Puntos (dependiendo de la opción especificada en la pestaña de Archivo -> Ajustes Avanzados...) o en Porcentaje del ancho general de la página.Nota: también puede ajustar el ancho de la celda de forma manual. Para aumentar o disminuir el ancho de una celda en una columna más que al ancho de la columna en general, seleccione la celda necesaria y mueva el cursor del ratón por su borde derecho hasta que se vuelva en una flecha con doble sentido, luego arrastre el borde. Para cambiar el ancho de todas las celdas en una columna, use los marcadores en la regla horizontal para cambiar el ancho de la columna. La sección de Márgenes de celda le permite ajustar el espacio entre el texto de las celdas y el borde de la celda. Por defecto, los valores estándares se usan (los valores por defecto también se pueden alterar en la pestaña de Tabla, pero puede no validar la casilla Usar márgenes de defecto e introducir los valores necesarios de forma manual. La sección Opciones de celda permite cambiar los parámetros siguientes: La opción Ajuste de Texto está disponible por defecto. Permite ajustar el texto dentro de una celda que excede su anchura en la línea siguiente, expandiendo la altura de la fila y manteniendo la anchura de la columna sin cambiar. La sección Bordes y fondo contiene los parámetros siguientes: Parámetros de Borde (tamaño, color, presencia o ausencia) - establezca el tamaño, seleccione el color de borde y elija como se muestra en las celdas.Nota: si desea ocultar los bordes de la tabla pulse el botón o cancele la selección de todos los bordes manualmente en una diagrama, en el documento los bordes se indicarán con una línea de puntos. Si quiere eliminarlos completamente, pulse el icono Caracteres no imprimibles en la pestaña de Inicio en la barra de herramientas superior y seleccione la opción Bordes de tabla escogidos. Fondo de celda - el color de fondo en celdas (disponible solo si usted ha seleccionado dos o más celdas o si la opción Permitir espacio entre celdas está activada en la sección Ancho y espacios). Fondo de tabla - el color de fondo de una tabla o de espacio entre las celdas, está disponible si la opción Permitir espacio entre celdas está activada en la sección Ancho y espacios. La sección Posición está disponible solo si la opción Flujo en la tabla Ajuste de texto está activada y contiene los parámetros siguientes: Los parámetros Horizontal consisten en alineación de la tabla (izquierdo, al centro, derecho) en relación a margen, página o texto y también posición de la tabla a la derecha de margen, página o texto. Los parámetros Vertical consisten en alineación de la tabla (superior, al centro, inferior) en relación a margen, página o texto y también posición de la tabla debajo de margen, página o texto. La sección Opciones permite cambiar los parámetros siguientes: La opción Desplazar objeto con texto controla si la tabla insertada en el texto se mueve junto con ello si el texto se mueve. La opción Superposición controla si dos tablas se unen en una tabla grande o sobreponen cuando usted las arrastra una cerca de la otra en la página. La sección Ajuste de texto contiene los parámetros siguientes: Estilo de texto - En línea o Flujo. Use la opción necesaria para cambiar la posición de la tabla en texto: puede ser una parte de texto (si selecciona estilo en línea) o rodeada por texto (si seleccione estilo flujo). Cuando usted seleccione el estilo flujo, los parámetros adicionales del estilo flujo pueden aplicarse para los dos estilos de texto - en línea y flujo: Para el estilo en línea usted puede especificar alineación y sangría a la izquierda. Para el estilo flujo, usted puede especificar distancia del texto y posición de la tabla en la sección Posición. La pestaña de Texto Alternativo permite especificar un Título y Descripción que se leerán a las personas con problemas de visión o cognitivos para ayudarles a entender mejor la información de la forma." + "body": "Inserte una tabla Para añadir una tabla al texto del documento, ponga el cursor en un lugar donde usted quiere insertar la tabla, cambie a la pestaña Insertar de la barra de herramientas superior, pulse el icono Tabla en la barra de herramientas superior, seleccione la opción para crear una tabla: una tabla con un número de celdas predefinido (10 por 8 celdas máximo) Si quiere añadir una tabla de forma rápida, seleccione el número de filas (8 máximo) y columnas (10 máximo). o una tabla personalizada Si necesita una tabla de más de 10 por 8 celdas, seleccione la opción Insertar tabla personalizada y se abrirá la ventana donde usted puede introducir el número necesario de filas y columnas, después pulse el botón OK. una vez añadida la tabla usted puede cambiar sus parámetros y posición. Ajustar los ajuste de la tabla Unos parámetros de la tabla y también su estructura pueden ser cambiados usando el menú contextual: Aquí tiene las opciones: Cortar, Copiar, Pegar - opciones estándar usadas para cortar, copiar un texto/objeto seleccionado y pegar un pasaje de texto u objeto anteriormente cortado/copiado a una posición de cursor actual. Seleccionar se usa para seleccionar una fila, columna, celda o tabla. Insertar se usa para insertar una fila arriba o debajo de la fila donde usted ha colocado cursor o para insertar una columna al lado izquierdo o derecho de la columna donde usted ha colocado el cursor. Borrar se usa para borrar una fila, columna o tabla. Unir celdas está disponible si usted ha seleccionado dos o más celdas, se usa para unirlas. Dividir celda... se usa para abrir una ventana donde usted puede seleccionar el número necesario de columnas y filas para dividir la celda. Alineación vertical de celda se usa para alinear la parte superior central o inferior de un texto en la celda seleccionada. Dirección del Texto - se usa para cambiar la orientación del texto en una celda. Puede poner el texto de forma horizontal, vertical de arriba hacia abajo (Rotación a 90°), o vertical de abajo a arriba (Rotación a 270°). Estilo - En línea se usa para seleccionar estilo en línea (el texto se interrumpe por la tabla) y también el tipo de alineación: a la izquierda, centro, a la derecha. Estilo - Flujo se usa para seleccionar el estilo flujo (cuando la tabla está rodeada por el texto). Ajustes avanzados de tabla se usa para abrir la ventana 'Tabla - Ajustes avanzados'. Hiperenlace se usa para insertar un hiperenlace. Párrafo se usa para mantener las líneas juntas o abrir la ventana 'Párrafo - Ajustes avanzados'. Usted también puede cambiar los parámetros de tabla usando la barra derecha lateral: Se usan Filas y Columnas para seleccionar las partes de una tabla para que sean resaltadas. Para filas: Encabezado - para resaltar la primera fila Total - para resaltar la última fila Con bandas - para resaltar cualquier otra fila Para columnas: Primera - para resaltar la primera columna Última - para resaltar la última columna Con bandas - para resaltar cualquier otra columna Seleccionar de plantilla se usa para elegir la plantilla de tabla de las disponibles. Estilo de bordes se usa para seleccionar el tamaño, color, estilo de bordes y también el color de fondo. Ajuste de texto se usa para alternar entre dos estilos de texto - en línea y flujo. Filas y columnas se usa para realizar unas operaciones con la tabla: seleccionar, borrar, insertar filas y columnas, unir celdas, dividir una celda. Repetir con una fila de encabezado en la parte superior se usa para insertar el mismo encabezado en la parte superior de cada página en las tablas largas. Mostrar ajustes avanzados se usa para abrir la ventana 'Tabla - Ajustes avanzados'. Para cambiar los ajustes avanzados de una tabla, haga clic con el botón derecho sobre la tabla y seleccione la opción Ajustes avanzados de tabla en el menú contextual o use el enlace Mostrar ajustes avanzados en la derecha barra lateral. Se abrirá la ventana con propiedades: La pestaña de Tabla le permite cambiar las propiedades de la tabla entera. La sección del Tamaño de la tabla contiene los parámetros siguientes: Ancho - de forma predeterminada, el ancho de la tabla se ajusta de manera automática para ajustarse al ancho de la página, es decir, la tabla ocupa todo el espacio entre el margen izquierdo y derecho de la página. Puede verificar esta casilla y especificar el ancho necesario de la tabla de forma manual. Medida en - permite especificar si quiere ajustar el ancho de la tabla en unidades absolutas, por ejemplo, Centímetros/Puntos (dependiendo de la opción especificada en la pestaña de Archivo -> Ajustes Avanzados...) o en Porcentaje del ancho general de la página.Nota: también puede ajustar el tamaño de la tabla manualmente cambiando altura de fila y ancho de columna. Mueva el cursor del ratón sobre el borde de fila/columna hasta que conviértase en una flecha bidireccional y arrastre el borde. También puede usar los marcadores en la regla horizontal para cambiar el ancho de la columna y los marcadores en la regla vertical para cambiar la altura de fila. Cambiar tamaño automáticamente para ajustar a contenido - activa el cambio automático de ancho de cada columna de acuerdo con el texto dentro de celdas. Márgenes predeterminados - el espacio entre el texto en celdas y el borde de celdas que se utiliza de manera predeterminada. La sección Opciones le permite cambiar los parámetros siguientes: Permitir espacio entre celdas - el espacio entre celdas que será llenado de color Fondo de tabla . La pestaña Celda permite cambiar las propiedades de celdas individuales. Primero, tiene que seleccionar las celdas en las que quiere aplicar los cambios o seleccionar la tabla por completo para cambiar propiedades de todas sus celdas. La sección de Tamaño de Celda contiene los siguientes parámetros: Ancho preferido - permite ajustar el ancho de la celda que desee. Este es el amano que una celda aspira a ajustarse, pero en algunos casos, no será posible hacerlo al valor exacto. Por ejemplo, si el texto dentro de una celda excede el ancho especificado, se partirá en la línea siguiente para que la anchura de la celda preferida permanezca sin cambiar, pero si inserta una columna nueva, el ancho preferido se reducirá. Medida en - permite especificar si quiere ajustar el ancho de la tabla en unidades absolutas, por ejemplo, Centímetros/Puntos (dependiendo de la opción especificada en la pestaña de Archivo -> Ajustes Avanzados...) o en Porcentaje del ancho general de la página.Nota: también puede ajustar el ancho de la celda de forma manual. Para aumentar o disminuir el ancho de una celda en una columna más que al ancho de la columna en general, seleccione la celda necesaria y mueva el cursor del ratón por su borde derecho hasta que se vuelva en una flecha con doble sentido, luego arrastre el borde. Para cambiar el ancho de todas las celdas en una columna, use los marcadores en la regla horizontal para cambiar el ancho de la columna. La sección de Márgenes de celda le permite ajustar el espacio entre el texto de las celdas y el borde de la celda. Por defecto, los valores estándares se usan (los valores por defecto también se pueden alterar en la pestaña de Tabla, pero puede no validar la casilla Usar márgenes de defecto e introducir los valores necesarios de forma manual. La sección Opciones de celda permite cambiar los parámetros siguientes: La opción Ajuste de Texto está disponible por defecto. Permite ajustar el texto dentro de una celda que excede su anchura en la línea siguiente, expandiendo la altura de la fila y manteniendo la anchura de la columna sin cambiar. La sección Bordes y fondo contiene los parámetros siguientes: Parámetros de Borde (tamaño, color, presencia o ausencia) - establezca el tamaño, seleccione el color de borde y elija como se muestra en las celdas.Nota: si desea ocultar los bordes de la tabla pulse el botón o cancele la selección de todos los bordes manualmente en una diagrama, en el documento los bordes se indicarán con una línea de puntos. Si quiere eliminarlos completamente, pulse el icono Caracteres no imprimibles en la pestaña de Inicio en la barra de herramientas superior y seleccione la opción Bordes de tabla escogidos. Fondo de celda - el color de fondo en celdas (disponible solo si usted ha seleccionado dos o más celdas o si la opción Permitir espacio entre celdas está activada en la sección Ancho y espacios). Fondo de tabla - el color de fondo de una tabla o de espacio entre las celdas, está disponible si la opción Permitir espacio entre celdas está activada en la sección Ancho y espacios. La sección Posición está disponible solo si la opción Flujo en la tabla Ajuste de texto está activada y contiene los parámetros siguientes: Los parámetros Horizontal consisten en alineación de la tabla (izquierdo, al centro, derecho) en relación a margen, página o texto y también posición de la tabla a la derecha de margen, página o texto. Los parámetros Vertical consisten en alineación de la tabla (superior, al centro, inferior) en relación a margen, página o texto y también posición de la tabla debajo de margen, página o texto. La sección Opciones permite cambiar los parámetros siguientes: La opción Desplazar objeto con texto controla si la tabla insertada en el texto se mueve junto con ello si el texto se mueve. La opción Superposición controla si dos tablas se unen en una tabla grande o sobreponen cuando usted las arrastra una cerca de la otra en la página. La sección Ajuste de texto contiene los parámetros siguientes: Estilo de texto - En línea o Flujo. Use la opción necesaria para cambiar la posición de la tabla en texto: puede ser una parte de texto (si selecciona estilo en línea) o rodeada por texto (si seleccione estilo flujo). Cuando usted seleccione el estilo flujo, los parámetros adicionales del estilo flujo pueden aplicarse para los dos estilos de texto - en línea y flujo: Para el estilo en línea usted puede especificar alineación y sangría a la izquierda. Para el estilo flujo, usted puede especificar distancia del texto y posición de la tabla en la sección Posición. La pestaña de Texto Alternativo permite especificar un Título y Descripción que se leerán a las personas con problemas de visión o cognitivos para ayudarles a entender mejor la información de la forma." }, { "id": "UsageInstructions/InsertTextObjects.htm", @@ -198,7 +198,7 @@ var indexes = { "id": "UsageInstructions/LineSpacing.htm", "title": "Establezca espaciado de línea de párrafo", - "body": "En el editor de documentos, usted puede establecer la altura de línea para las líneas de texto en un párrafo y también márgenes entre el párrafo actual, el previo o el posterior. Para hacerlo, ponga el cursor en el párrafo que necesita, o elija varios párrafos usando el ratón o todo el texto pulsando combinación de teclas Ctrl+A use los campos correspondientes de la barra derecha lateral para alcanzar los resultados deseados: Espaciado de línea - establece la altura de línea para las líneas de texto dentro de un párrafo. puede seleccionar entre tres opciones: por lo menos (establece el espaciado de línea mínimo para que la letra más grande o cualquiera gráfica pueda encajar en una línea), múltiple (establece el espaciado de línea que puede ser expresado en números mayores que 1), exacto (establece el espaciado de línea fijo). Puede especificar el valor necesario en el campo correspondiente. Espaciado de Párrafo - ajusta la cantidad de espacio entre párrafos. Antes - establece la cantidad de espacio antes de párrafo. Después - establece la cantidad de espacio después de párrafo. No añadir intervalo entre párrafos del mismo estilo - use esta opción si no necesita ningún espacio entre párrafos del mismo estilo. Para cambiar rápidamente el espaciado de línea del párrafo actual, puede usar el icono Espaciado de línea de párrafo en la pestaña de Inicio en la barra de herramientas superior eligiendo el valor de la lista: 1.0, 1.15, 1.5, 2.0, 2.5, o 3.0 líneas." + "body": "En el editor de documentos, usted puede establecer la altura de línea para las líneas de texto en un párrafo y también márgenes entre el párrafo actual, el previo o el posterior. Para hacerlo, ponga el cursor en el párrafo que necesita, o elija varios párrafos usando el ratón o todo el texto pulsando combinación de teclas Ctrl+A use los campos correspondientes de la barra derecha lateral para alcanzar los resultados deseados: Espaciado de línea - establece la altura de línea para las líneas de texto dentro de un párrafo. puede seleccionar entre tres opciones: por lo menos (establece el espaciado de línea mínimo para que la letra más grande o cualquiera gráfica pueda encajar en una línea), múltiple (establece el espaciado de línea que puede ser expresado en números mayores que 1), exacto (establece el espaciado de línea fijo). Puede especificar el valor necesario en el campo correspondiente. Espaciado de Párrafo - ajusta la cantidad de espacio entre párrafos. Antes - establece la cantidad de espacio antes de párrafo. Después - establece la cantidad de espacio después de párrafo. No añadir intervalo entre párrafos del mismo estilo - use esta opción si no necesita ningún espacio entre párrafos del mismo estilo. Para cambiar rápidamente el espaciado de línea del párrafo actual, puede usar el icono Espaciado de línea de párrafo en la pestaña de Inicio en la barra de herramientas superior eligiendo el valor de la lista: 1.0, 1.15, 1.5, 2.0, 2.5, o 3.0 líneas." }, { "id": "UsageInstructions/NonprintingCharacters.htm", @@ -243,7 +243,7 @@ var indexes = { "id": "UsageInstructions/UseMailMerge.htm", "title": "Usar la Combinación de Correspondencia", - "body": "Nota: esta opción solo está disponible para versiones de pago. La característica de Combinación de Correspondencia se usa para crear un set de documentos que combinen un contenido común, el cual se toma de un texto de un documento y varios componentes individuales (variables, como nombres, saludos etc.) tomados de una hoja de cálculo (por ejemplo, una lista de consumidores). Puede ser útil si necesita crear muchas cartas personalizadas y enviarlas a los recipientes. Para empezar a trabajar con la característica de Combinación de Correspondencia, Prepare una fuente de datos y cárgala al documento principal Una fuente de datos que se usa para la combinación de correspondencia debe ser una hoja de cálculo .xlsx que se encuentra almacenada en su portal. Abra una hoja de cálculo existente o cree una nueva y asegúrese de que contiene los siguientes requisitos.La hoja de cálculo debe tener una columna de encabezado con los títulos de las columnas, como los valores en la primera celda de cada columna designarán los campos de combinación (es decir, las variables que puede introducir en el texto). Cada columna debe contener un set de valores actuales para cada variable. Cada fila en la hoja de cálculo debe corresponder a un registro separado (es decir, un set de valores que pertenecen a un recipiente en concreto). Durante el proceso de combinación, se creará una copia del documento principal para cada registro y cada campo de combinación insertado en el texto principal se reemplazará con el valor actual de la columna correspondiente. Si va a mandar los resultados por correo electrónico, la hoja de cálculo también debe incluir una columna con los correos electrónicos de los recipientes. Abra un documento existente o cree uno nuevo. Debe contener el texto principal, que será el mismo para cada versión del documento combinado. Haga clic en el icono Combinación de Correspondencia en la pestaña de Inicio barra de herramientas superior. Se abrirá la ventana Seleccione la Fuente de Datos. La lista se muestra con todas sus hojas de cálculo .xlsx almacenadas en la sección de Mis Documentos. Para navegar entre las secciones de módulos de Documentos, use el menú en la parte izquierda de la ventana. Seleccione el archivo que necesita y haga clic en OK. Una vez que la fuente de datos está cargada, la pestaña de Ajustes de Combinación de Correspondencia estará disponible en la barra lateral de la derecha. Verifique o cambie la lista de recipientes Haga clic en el botón de Editar la lista de recipientes arriba de la barra lateral derecha para abrir la ventana de Recipientes de Combinación de Correspondencia, donde el contenido de la fuente de datos seleccionada se muestra. Aquí puede añadir información nueva editar o borrar los datos existentes, si es necesario. Para simplificar el trabajo con datos, puede usar los iconos en la parte superior de la ventana: y - para copiar y pegar los datos copiados y - para deshacer o rehacer acciones y - para organizar sus datos dentro de un rango de celdas seleccionado de manera ascendiente o descendiente - para habilitar el filtro del rango de celdas previamente seleccionado o para eliminar los filtros aplicados - para eliminar todos los parámetros de filtros aplicadosNota: para aprender más sobre cómo usar el filtro puede referirse a la sección de Organizar y Filtrar Datos de la ayuda de Editor de hojas de cálculo. - para buscar un valor en concreto y reemplazarlo con otro, si es necesarioNota: para aprender más sobre cómo usar la herramienta de Búsqueda y Sustitución puede referirse a la sección de Funciones de Búsqueda y Sustitución de la ayuda del Editor de Hojas de Cálculo. Después de que todos los cambios necesarios se han hecho, haga clic en el botón de Guardar y Salir. Para descartar los cambios realizados, pulse el botón Cerrar. Introduzca los campos de combinación y valide los resultados Ponga el cursos del ratón en el texto del documento principal donde quiera combinar un campo para que se inserte, haga clic en el botón de Introduzca Campo de Combinación a la derecha de la barra lateral y seleccione el campo necesario de la lista. Los campos disponibles corresponden a los datos en la primera celda de cada columna de la fuente de datos seleccionados. Añada todos los campos que necesite en cualquier parte del documento. Active el cambiador Destacar campos de combinación en la barra lateral derecha para crear los campos introducidos más visibles en el texto del documento. Active el cambiador Visualizar resultados en la barra lateral derecha para ver el texto de documento con los campos combinados reemplazados con valores reales de la fuente de datos. Use los botones de las flechas para visualizar versiones de los documentos combinados para cada registro. Para eliminar un campo insertado, deshabilite el modo de Visualizar resultados, seleccione el campo con el ratón y presione la tecla Borrar en el teclado. Para reemplazar e introducir un campo, deshabilite el modo de Visualizar resultados, seleccione el campo con el ratón, haga clic en el botón Insertar Campos de Combinación en la barra lateral derecha y elija un campo nuevo de la lista. Especifique los parámetros de combinación Seleccione el tipo de combinación. Puede empezar a o guardar los resultados como un documento PDF o Docx para poder imprimir o editarlo más adelante. Seleccione la opción necesaria de la lista Combinar a: PDF - para crear un solo documento en formato PDF que incluya todas las copias combinadas para que las pueda imprimir más adelante Docx - para crear un solo documento en formato Docx que incluya todas las copias combinadas para que las pueda editar de forma individual más adelante Email - para enviar los resultados a recipientes por correo electrónicoNota: los correos electrónicos de los recipientes deben especificarse en la fuente de datos cargados y tiene que tener al menos un correo electrónico conectado en el módulo de Correo en su portal. Elija los registros a los que quiere aplicar la combinación: Todos los registros (esta opción está seleccionada por defecto) - para crear documentos combinados para todos los registros de la fuente de datos cargados Registro actual - para crear un documento combinado para el registro que está mostrándose de forma actual Desde... A - para crear documentos combinados para una variedad de registros (en este caso necesita especificar dos valores: el número del primer registro y el último registro en el rango deseado)Nota: la cantidad máxima permitida de recipientes es de 100. Si tiene más de 100 recipientes en su fuente de datos, por favor, realice la combinación de correspondencia en pasos: especifique los valores del 1 al 100, espere hasta que el proceso de combinación de correspondencia se termine, luego repita la operación especificando los valores del 101 a N etc. Completar la combinación Si ha decidido guardar los resultados de combinación como un archivo, Haga clic en el botón de Descarga para almacenar el archivo en cualquier sitio de su PC. Encontrará el archivo descargado en su carpeta de defecto de Descargas. haga clic en el botón Guardar para guardar el archivo en su portal. En la ventana de Archivo para guardar que se abre, puede cambiar el nombre del archivo y especificar la carpeta donde quiera guardar el archivo. También puede verificar la casilla Abrir documento combinado en nueva pestaña para ver el resultado una vez que el proceso haya terminado. Finalmente, haga clic en Guardar en la ventana de Archivo para guardar. si has seleccionado la opción de Correo Electrónico, el botón de Combinar estará disponible en la barra lateral de la derecha. Después de hacer clic, la ventana de Mandar a correo electrónico se abrirá: En la lista de Desde, seleccione la cuenta de correo que quiera usar para mandar el correo electrónico, si tiene varias cuentas conectadas en el módulo de Correo electrónico. En la lista de Para, seleccione el campo de combinación correspondiente a las direcciones de correo electrónico de los recipiente, si no se ha elegido de forma automática. Introduzca el tema de su mensaje en el campo Línea de Tema. Seleccione el formato del correo electrónico de la lista: HTML, Adjunto como DOCX, o Adjunto como PDF. Cuando una de las dos últimas opciones se selecciona, también necesita especificar el Nombre de Archivo de los adjuntos e introducir el Mensaje (el texto de su correo que se enviará a los recipientes). Pulse el botón Enviar. Una vez que que el envío de correo electrónicos haya finalizado, recibirá una notificación a su email en el campo de Desde." + "body": "Nota: esta opción solo está disponible para versiones de pago. La característica de Combinación de Correspondencia se usa para crear un set de documentos que combinen un contenido común, el cual se toma de un texto de un documento y varios componentes individuales (variables, como nombres, saludos etc.) tomados de una hoja de cálculo (por ejemplo, una lista de consumidores). Puede ser útil si necesita crear muchas cartas personalizadas y enviarlas a los recipientes. Para empezar a trabajar con la característica de Combinación de Correspondencia, Prepare una fuente de datos y cárgala al documento principal Una fuente de datos que se usa para la combinación de correspondencia debe ser una hoja de cálculo .xlsx que se encuentra almacenada en su portal. Abra una hoja de cálculo existente o cree una nueva y asegúrese de que contiene los siguientes requisitos.La hoja de cálculo debe tener una columna de encabezado con los títulos de las columnas, como los valores en la primera celda de cada columna designarán los campos de combinación (es decir, las variables que puede introducir en el texto). Cada columna debe contener un set de valores actuales para cada variable. Cada fila en la hoja de cálculo debe corresponder a un registro separado (es decir, un set de valores que pertenecen a un recipiente en concreto). Durante el proceso de combinación, se creará una copia del documento principal para cada registro y cada campo de combinación insertado en el texto principal se reemplazará con el valor actual de la columna correspondiente. Si va a mandar los resultados por correo electrónico, la hoja de cálculo también debe incluir una columna con los correos electrónicos de los recipientes. Abra un documento existente o cree uno nuevo. Debe contener el texto principal, que será el mismo para cada versión del documento combinado. Haga clic en el icono Combinación de Correspondencia en la pestaña de Inicio barra de herramientas superior. Se abrirá la ventana Seleccione la Fuente de Datos. La lista se muestra con todas sus hojas de cálculo .xlsx almacenadas en la sección de Mis Documentos. Para navegar entre las secciones de módulos de Documentos, use el menú en la parte izquierda de la ventana. Seleccione el archivo que necesita y haga clic en OK. Una vez que la fuente de datos está cargada, la pestaña de Ajustes de Combinación de Correspondencia estará disponible en la barra lateral de la derecha. Verifique o cambie la lista de recipientes Haga clic en el botón de Editar la lista de recipientes arriba de la barra lateral derecha para abrir la ventana de Recipientes de Combinación de Correspondencia, donde el contenido de la fuente de datos seleccionada se muestra. Aquí puede añadir información nueva editar o borrar los datos existentes, si es necesario. Para simplificar el trabajo con datos, puede usar los iconos en la parte superior de la ventana: y - para copiar y pegar los datos copiados y - para deshacer o rehacer acciones y - para organizar sus datos dentro de un rango de celdas seleccionado de manera ascendiente o descendiente - para habilitar el filtro del rango de celdas previamente seleccionado o para eliminar los filtros aplicados - para eliminar todos los parámetros de filtros aplicadosNota: para aprender más sobre cómo usar el filtro puede referirse a la sección de Organizar y Filtrar Datos de la ayuda de Editor de hojas de cálculo. - para buscar un valor en concreto y reemplazarlo con otro, si es necesarioNota: para aprender más sobre cómo usar la herramienta de Búsqueda y Sustitución puede referirse a la sección de Funciones de Búsqueda y Sustitución de la ayuda del Editor de Hojas de Cálculo. Después de que todos los cambios necesarios se han hecho, haga clic en el botón de Guardar y Salir. Para descartar los cambios realizados, pulse el botón Cerrar. Introduzca los campos de combinación y valide los resultados Ponga el cursos del ratón en el texto del documento principal donde quiera combinar un campo para que se inserte, haga clic en el botón de Introduzca Campo de Combinación a la derecha de la barra lateral y seleccione el campo necesario de la lista. Los campos disponibles corresponden a los datos en la primera celda de cada columna de la fuente de datos seleccionados. Añada todos los campos que necesite en cualquier parte del documento. Active el cambiador Destacar campos de combinación en la barra lateral derecha para crear los campos introducidos más visibles en el texto del documento. Active el cambiador Visualizar resultados en la barra lateral derecha para ver el texto de documento con los campos combinados reemplazados con valores reales de la fuente de datos. Use los botones de las flechas para visualizar versiones de los documentos combinados para cada registro. Para eliminar un campo insertado, deshabilite el modo de Visualizar resultados, seleccione el campo con el ratón y presione la tecla Borrar en el teclado. Para reemplazar e introducir un campo, deshabilite el modo de Visualizar resultados, seleccione el campo con el ratón, haga clic en el botón Insertar Campos de Combinación en la barra lateral derecha y elija un campo nuevo de la lista. Especifique los parámetros de combinación Seleccione el tipo de combinación. Puede empezar a o guardar los resultados como un documento PDF o Docx para poder imprimir o editarlo más adelante. Seleccione la opción necesaria de la lista Combinar a: PDF - para crear un solo documento en formato PDF que incluya todas las copias combinadas para que las pueda imprimir más adelante Docx - para crear un solo documento en formato Docx que incluya todas las copias combinadas para que las pueda editar de forma individual más adelante Email - para enviar los resultados a recipientes por correo electrónicoNota: los correos electrónicos de los recipientes deben especificarse en la fuente de datos cargados y tiene que tener al menos un correo electrónico conectado en el módulo de Correo en su portal. Elija los registros a los que quiere aplicar la combinación: Todos los registros (esta opción está seleccionada por defecto) - para crear documentos combinados para todos los registros de la fuente de datos cargados Registro actual - para crear un documento combinado para el registro que está mostrándose de forma actual Desde... A - para crear documentos combinados para una variedad de registros (en este caso necesita especificar dos valores: el número del primer registro y el último registro en el rango deseado)Nota: la cantidad máxima permitida de recipientes es de 100. Si tiene más de 100 recipientes en su fuente de datos, por favor, realice la combinación de correspondencia en pasos: especifique los valores del 1 al 100, espere hasta que el proceso de combinación de correspondencia se termine, luego repita la operación especificando los valores del 101 a N etc. Completar la combinación Si ha decidido guardar los resultados de combinación como un archivo, Haga clic en el botón de Descarga para almacenar el archivo en cualquier sitio de su PC. Encontrará el archivo descargado en su carpeta de defecto de Descargas. haga clic en el botón Guardar para guardar el archivo en su portal. En la ventana de Archivo para guardar que se abre, puede cambiar el nombre del archivo y especificar la carpeta donde quiera guardar el archivo. También puede verificar la casilla Abrir documento combinado en nueva pestaña para ver el resultado una vez que el proceso haya terminado. Finalmente, haga clic en Guardar en la ventana de Archivo para guardar. si has seleccionado la opción de Correo Electrónico, el botón de Combinar estará disponible en la barra lateral de la derecha. Después de hacer clic, la ventana de Mandar a correo electrónico se abrirá: En la lista de Desde, seleccione la cuenta de correo que quiera usar para mandar el correo electrónico, si tiene varias cuentas conectadas en el módulo de Correo electrónico. En la lista de Para, seleccione el campo de combinación correspondiente a las direcciones de correo electrónico de los recipiente, si no se ha elegido de forma automática. Introduzca el tema de su mensaje en el campo Línea de Tema. Seleccione el formato del correo electrónico de la lista: HTML, Adjunto como DOCX, o Adjunto como PDF. Cuando una de las dos últimas opciones se selecciona, también necesita especificar el Nombre de Archivo de los adjuntos e introducir el Mensaje (el texto de su correo que se enviará a los recipientes). Pulse el botón Enviar. Una vez que que el envío de correo electrónicos haya finalizado, recibirá una notificación a su email en el campo de Desde." }, { "id": "UsageInstructions/ViewDocInfo.htm", diff --git a/apps/documenteditor/main/resources/help/fr/search/indexes.js b/apps/documenteditor/main/resources/help/fr/search/indexes.js index 709670f53..05d99c2cd 100644 --- a/apps/documenteditor/main/resources/help/fr/search/indexes.js +++ b/apps/documenteditor/main/resources/help/fr/search/indexes.js @@ -113,7 +113,7 @@ var indexes = { "id": "UsageInstructions/ChangeWrappingStyle.htm", "title": "Changer l'habillage du texte", - "body": "L'option Style d'habillage détermine la position de l'objet par rapport au texte. Vous pouvez modifier le style d'habillage de texte pour les objets insérés, tels que les formes, les images, les graphiques, les zones de texte ou les tableaux. Modifier l'habillage de texte pour les formes, les images, les graphiques, les zones de texte Pour changer le style d'habillage actuellement sélectionné : sélectionnez un objet séparé sur la page en cliquant dessus. Pour sélectionner un bloc de texte, cliquez sur son bord, pas sur le texte à l'intérieur. ouvrez les paramètres d'habillage du texte : Passez à l'onglet Mise en page de la barre d'outils supérieure et cliquez sur la flèche située en regard de l'icône Habillage, ou cliquez avec le bouton droit sur l'objet et sélectionnez l'option Style d'habillage dans le menu contextuel, ou cliquez avec le bouton droit sur l'objet, sélectionnez l'option Paramètres avancés et passez à l'onglet Habillage du texte de la fenêtre Paramètres avancés de l'objet. sélectionnez le style d'habillage voulu : Aligné sur le texte - l'image fait partie du texte, comme un caractère, ainsi si le texte est déplacé, l'image est déplacée elle aussi. Dans ce cas-là les options de position ne sont pas accessibles. Si vous sélectionnez un des styles suivants, vous pouvez déplacer l'image indépendamment du texte et définir sa position exacte : Carré - le texte est ajusté autour des bords de l'image. Rapproché - le texte est ajusté sur le contour de l' image. Au travers - le texte est ajusté autour des bords de l'image et occupe l'espace vide à l'intérieur de celle-ci. Pour créer l'effet, utilisez l'option Modifier les limites du renvoi à la ligne du menu contextuel. Haut et bas - le texte est ajusté en haut et en bas de l'image. Devant le texte - l'image est affichée sur le texte. Derrière le texte - le texte est affiché sur l'image. Si vous avez choisi l'un des styles Carré, Rapproché, Au travers, Haut et bas, vous avez la possibilité de configurer des paramètres supplémentaires - Distance du texte de tous les côtés (haut, bas, droite, gauche). Pour accéder à ces paramètres, cliquez avec le bouton droit sur l'objet, sélectionnez l'option Paramètres avancés et passez à l'onglet Habillage du texte de la fenêtre Paramètres avancés de l'objet. Définissez les valeurs voulues et cliquez sur OK. Si vous sélectionnez un style d'habillage autre que Aligné, l'onglet Position est également disponible dans la fenêtre Paramètres avancés de l'objet. Pour en savoir plus sur ces paramètres, reportez-vous aux pages correspondantes avec les instructions sur la façon de travailler avec des formes, des images ou des graphiques. Si vous sélectionnez un style d'habillage autre que Aligné, vous pouvez également modifier la limite d'habillage pour les images ou les formes. Cliquez avec le bouton droit sur l'objet, sélectionnez l'option Style d'habillage dans le menu contextuel et cliquez sur l'option Modifier la limite d'habillage. Faites glisser les points d'habillage pour personnaliser les limites. Pour créer un nouveau point d'habillage, cliquez sur la ligne rouge et faites-la glisser vers la position désirée. Modifier l'habillage de texte pour les tableaux Pour les tableaux, les deux styles d'habillage suivants sont disponibles : Aligné et Flottant. Pour changer le style d'habillage actuellement sélectionné : cliquez avec le bouton droit sur le tableau, ouvrez les paramètres d'habillage du texte : sélectionnez l'option Paramètres avancés du tableau et passez à l'onglet Habillage du texte de la fenêtre Tableau - Paramètres avancés de l'objet, ou sélectionnez l'une des options suivantes dans le menu contextuel : Style d'habillage - Aligné est utilisé pour sélectionner le style aligné (où le tableau est incorporé dans le texte) ainsi que l'alignement : gauche, au centre, droit. Style d'habillage - Objet flottant sert à sélectionner le style flottant lorsque le texte est enroulé autour du tableau. À l'aide de l'onglet Habillage du texte de la fenêtre Tableau - Paramètres avancés vous pouvez également configurer les paramètres suivants : Pour les tableaux alignés, vous pouvez définir le type d'Alignement du tableau (gauche, centre ou droite) et le Retrait de gauche. Pour les tableaux flottants, vous pouvez spécifier la Distance du texte et la position du tableau dans l'onglet Position du tableau." + "body": "L'option Style d'habillage détermine la position de l'objet par rapport au texte. Vous pouvez modifier le style d'habillage de texte pour les objets insérés, tels que les formes, les images, les graphiques, les zones de texte ou les tableaux. Modifier l'habillage de texte pour les formes, les images, les graphiques, les zones de texte Pour changer le style d'habillage actuellement sélectionné : sélectionnez un objet séparé sur la page en cliquant dessus. Pour sélectionner un bloc de texte, cliquez sur son bord, pas sur le texte à l'intérieur. ouvrez les paramètres d'habillage du texte : Passez à l'onglet Mise en page de la barre d'outils supérieure et cliquez sur la flèche située en regard de l'icône Habillage, ou cliquez avec le bouton droit sur l'objet et sélectionnez l'option Style d'habillage dans le menu contextuel, ou cliquez avec le bouton droit sur l'objet, sélectionnez l'option Paramètres avancés et passez à l'onglet Habillage du texte de la fenêtre Paramètres avancés de l'objet. sélectionnez le style d'habillage voulu : Aligné sur le texte - l'image fait partie du texte, comme un caractère, ainsi si le texte est déplacé, l'image est déplacée elle aussi. Dans ce cas-là les options de position ne sont pas accessibles. Si vous sélectionnez un des styles suivants, vous pouvez déplacer l'image indépendamment du texte et définir sa position exacte : Carré - le texte est ajusté autour des bords de l'image. Rapproché - le texte est ajusté sur le contour de l' image. Au travers - le texte est ajusté autour des bords de l'image et occupe l'espace vide à l'intérieur de celle-ci. Pour créer l'effet, utilisez l'option Modifier les limites du renvoi à la ligne du menu contextuel. Haut et bas - le texte est ajusté en haut et en bas de l'image. Devant le texte - l'image est affichée sur le texte. Derrière le texte - le texte est affiché sur l'image. Si vous avez choisi l'un des styles Carré, Rapproché, Au travers, Haut et bas, vous avez la possibilité de configurer des paramètres supplémentaires - Distance du texte de tous les côtés (haut, bas, droite, gauche). Pour accéder à ces paramètres, cliquez avec le bouton droit sur l'objet, sélectionnez l'option Paramètres avancés et passez à l'onglet Habillage du texte de la fenêtre Paramètres avancés de l'objet. Définissez les valeurs voulues et cliquez sur OK. Si vous sélectionnez un style d'habillage autre que Aligné, l'onglet Position est également disponible dans la fenêtre Paramètres avancés de l'objet. Pour en savoir plus sur ces paramètres, reportez-vous aux pages correspondantes avec les instructions sur la façon de travailler avec des formes, des images ou des graphiques. Si vous sélectionnez un style d'habillage autre que Aligné, vous pouvez également modifier la limite d'habillage pour les images ou les formes. Cliquez avec le bouton droit sur l'objet, sélectionnez l'option Style d'habillage dans le menu contextuel et cliquez sur l'option Modifier la limite d'habillage. Faites glisser les points d'habillage pour personnaliser les limites. Pour créer un nouveau point d'habillage, cliquez sur la ligne rouge et faites-la glisser vers la position désirée. Modifier l'habillage de texte pour les tableaux Pour les tableaux, les deux styles d'habillage suivants sont disponibles : Aligné et Flottant. Pour changer le style d'habillage actuellement sélectionné : cliquez avec le bouton droit sur le tableau, ouvrez les paramètres d'habillage du texte : sélectionnez l'option Paramètres avancés du tableau et passez à l'onglet Habillage du texte de la fenêtre Tableau - Paramètres avancés de l'objet, ou sélectionnez l'une des options suivantes dans le menu contextuel : Style d'habillage - Aligné est utilisé pour sélectionner le style aligné (où le tableau est incorporé dans le texte) ainsi que l'alignement : gauche, au centre, droit. Style d'habillage - Objet flottant sert à sélectionner le style flottant lorsque le texte est enroulé autour du tableau. À l'aide de l'onglet Habillage du texte de la fenêtre Tableau - Paramètres avancés vous pouvez également configurer les paramètres suivants : Pour les tableaux alignés, vous pouvez définir le type d'Alignement du tableau (gauche, centre ou droite) et le Retrait de gauche. Pour les tableaux flottants, vous pouvez spécifier la Distance du texte et la position du tableau dans l'onglet Position du tableau." }, { "id": "UsageInstructions/CopyClearFormatting.htm", @@ -153,7 +153,7 @@ var indexes = { "id": "UsageInstructions/InsertCharts.htm", "title": "Insérer des graphiques", - "body": "Insérer un graphique Pour insérer un graphique dans votre document, placez le curseur là où vous souhaitez ajouter un graphique, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur l'icône de la barre d'outils supérieure Insérer un graphique, sélectionnez le type de graphique nécessaire parmi ceux qui sont disponibles - colonne, ligne, secteurs, barres, aires, graphique en points , boursier - et sélectionnez son style,Remarque: pour les graphiques en Colonne, Ligne, Camembert, ou Barre, un format 3D est aussi disponible. après une fenêtre Éditeur de graphique s'ouvre où vous pouvez entrer les données nécessaires dans les cellules en utilisant les commandes suivantes : et pour copier et coller les données copiées et pour annuler et rétablir les actions pour insérer une fonction et pour diminuer et augmenter les décimales pour changer le format des chiffres, c'est à dire la façon d'afficher les chiffres dans les cellules modifiez les paramètres du graphique en cliquant sur le bouton Modifier graphique situé dans la fenêtre Éditeur de graphique. La fenêtre Paramètres du graphique s'ouvre. L'onglet Type &amp données vous permet de modifier le type de graphique ainsi que les données que vous souhaitez utiliser pour créer ce graphique. Sélectionnez le Type de graphique que vous souhaitez utiliser : Colonne, Ligne, Camembert, Barre, Zone, XY (Nuage) ou Boursier. Vérifiez la Plage de données sélectionnée et modifiez-la, si nécessaire, en cliquant sur le bouton Sélectionner les données et en entrant la plage de données souhaitée dans le format suivant : Sheet1!A1:B4. Choisissez la disposition des données. Vous pouvez sélectionner la Série de données à utiliser sur l'axe X : en lignes ou en colonnes. L'onglet Disposition vous permet de modifier la disposition des éléments de graphique. Spécifiez la position du Titre du graphique par rapport à votre graphique en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de titre, Superposition pour superposer et centrer le titre sur la zone de tracé, Pas de superposition pour afficher le titre au-dessus de la zone de tracé. Spécifiez la position de la Légende par rapport à votre graphique en sélectionnant l'option voulue dans la liste déroulante : Aucune pour ne pas afficher de légende, En bas pour afficher la légende et l'aligner au bas de la zone de tracé, En haut pour afficher la légende et l'aligner au haut de la zone de tracé, Sur la droite pour afficher la légende et l'aligner à droite de la zone de tracé, Sur la gauche pour afficher la légende et l'aligner à gauche de la zone de tracé, Superposée à gauche pour superposer et centrer la légende à gauche de la zone de tracé, Superposée à droite pour superposer et centrer la légende à droite de la zone de tracé. Spécifiez les paramètres des Étiquettes de données (c'est-à-dire les étiquettes de texte qui représentent les valeurs exactes des données) : spécifiez la position des Étiquettes de données par rapport aux points de données en sélectionnant l'option voulue dans la liste déroulante. Les options disponibles varient en fonction du type de graphique sélectionné. Pour les graphiques Colonne/Barre, vous pouvez choisir les options suivantes : Aucun, Centre, Intérieur bas, Intérieur haut, Extérieur haut. Pour les graphiques Ligne/XY (Nuage)/Boursier, vous pouvez choisir les options suivantes : Aucun, Centre, Gauche, Droite, Haut, Bas. Pour les graphiques Camembert, vous pouvez choisir les options suivantes : Aucun, Centre, Ajuster à la Largeur, Intérieur Haut, Extérieur Haut. Pour les graphiques Aire de même que Colonne, Ligne et Barre en 3D, vous pouvez choisir les options suivantes : Aucun, Centre. sélectionnez les données que vous souhaitez inclure dans vos étiquettes en cochant les cases correspondantes : Nom de la série, Nom de la catégorie, Valeur, entrez un caractère (virgule, point-virgule, etc.) que vous souhaitez utiliser pour séparer plusieurs étiquettes dans le champ de saisie Séparateur. Lignes - permet de choisir un style de ligne pour les graphiques Ligne/XY (Nuage). Les options disponibles sont les suivantes : Droite pour utiliser des lignes droites entre les points de données, Courbe pour utiliser des courbes lisses entre les points de données, ou Aucune pour ne pas afficher les lignes. Marqueurs - est utilisé pour spécifier si les marqueurs doivent être affichés (si la case est cochée) ou non (si la case n'est pas cochée) pour les graphiques Ligne/XY (Nuage).Remarque : les options Lignes et Marqueurs sont disponibles uniquement pour les graphiques Ligne et XY (Nuage). La section Paramètres des axes permet de spécifier si vous souhaitez afficher l'Axe horizontal/vertical ou pas en sélectionnant l'option Afficher ou Masquer dans la liste déroulante. Vous pouvez également spécifier les paramètres de Titre de l'axe horizontal/vertical : Indiquez si vous souhaitez afficher le Titre de l'axe horizontal ou pas en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de titre, Pas de superposition pour afficher le titre sous l'axe horizontal. Spécifiez l'orientation du Titre de l'axe vertical en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de titre, Pivoter pour afficher le titre de bas en haut à gauche de l'axe vertical, Horizontal pour afficher le titre horizontalement à gauche de l'axe vertical. La section Quadrillage permet de spécifier les lignes du Quadrillage horizontal/vertical que vous souhaitez afficher en sélectionnant l'option voulue dans la liste déroulante : Majeur, Mineur ou Majeur et Mineur. Vous pouvez masquer le quadrillage à l'aide de l'option Aucun.Remarque : les sections Paramètres des axes et Quadrillage seront désactivées pour les diagrammes en Camembert, car les diagrammes de ce type n'ont pas d'axes ni de lignes de quadrillage. Remarque : les onglets Axe horizontal/vertical seront désactivés pour les diagrammes en Camembert, car les diagrammes de ce type n'ont pas d'axes. L'onglet Axe vertical vous permet de modifier les paramètres de l'axe vertical, également appelé axe des valeurs ou axe y, qui affiche des valeurs numériques. Notez que l'axe vertical sera l'axe des catégories qui affiche des étiquettes de texte pour les diagrammes en Barre, dans ce cas, les options de l'onglet Axe vertical correspondront à celles décrites dans la section suivante. Pour les diagrammes XY (Nuage), les deux axes sont des axes de valeur. La section Option des axes permet de modifier les paramètres suivants : Valeur minimale - sert à spécifier la valeur la plus basse affichée au début de l'axe vertical. L'option Auto est sélectionnée par défaut, dans ce cas la valeur minimale est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Fixe dans la liste déroulante et spécifier une valeur différente dans le champ de saisie sur la droite. Valeur maximale - sert à spécifier la valeur la plus haute affichée à la fin de l'axe vertical. L'option Auto est sélectionnée par défaut, dans ce cas la valeur maximale est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Fixe dans la liste déroulante et spécifier une valeur différente dans le champ de saisie sur la droite. Axes croisés - est utilisé pour spécifier un point sur l'axe vertical où l'axe horizontal doit le traverser. L'option Auto est sélectionnée par défaut, dans ce cas le point d'intersection des axes est calculé automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Valeur dans la liste déroulante et spécifier une valeur différente dans le champ de saisie à droite, ou définir le point d'intersection des axes à la Valeur minimum/maximum sur l'axe vertical. Unités d'affichage - est utilisé pour déterminer une représentation des valeurs numériques le long de l'axe vertical. Cette option peut être utile si vous travaillez avec de grands nombres et souhaitez que les valeurs sur l'axe soient affichées de manière plus compacte et plus lisible (par exemple, vous pouvez représenter 50 000 comme 50 en utilisant l'affichage en Milliers). Sélectionnez les unités souhaitées dans la liste déroulante : Centaines, Milliers, 10 000, 100 000, Millions, 10 000 000, 100 000 000, Milliards, Billions, ou choisissez l'option Aucun pour revenir aux unités par défaut. Valeurs dans l'ordre inverse - est utilisé pour afficher les valeurs dans la direction opposée. Lorsque la case n'est pas cochée, la valeur la plus basse est en bas et la valeur la plus haute est en haut de l'axe. Lorsque la case est cochée, les valeurs sont rangées de haut en bas. La section Options de graduation permet d'ajuster l'apparence des graduations sur l'échelle verticale. Les graduations majeures sont les divisions à plus grande échelle qui peuvent avoir des étiquettes affichant leur valeur numérique. Les graduations mineures sont les subdivisions d'échelle qui sont placées entre les graduations majeures et n'ont pas d'étiquettes. Les graduations définissent également l'endroit où le quadrillage peut être affiché, si l'option correspondante est définie dans l'onglet Disposition. Les listes déroulantes Type de majeure/mineure contiennent les options de placement suivantes : Aucun pour ne pas afficher les marques de graduation majeures/mineures, Croix pour afficher les graduations majeures/ mineures des deux côtés de l'axe, Intérieur pour afficher les graduations majeures/mineures à l'intérieur de l'axe, Extérieur pour afficher les graduations majeures/mineures à l'extérieur de l'axe. La section Options de libellé permet d'ajuster l'apparence des graduations majeures qui affichent des valeurs. Spécifiez la Position du libellé par rapport à l'axe vertical en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de libellé, Bas pour afficher les libellés des graduations à gauche de la zone de tracé, Haut pour afficher les libellés des graduations à droite de la zone de tracé, À côté de l'axe pour afficher les libellés des graduations à côté de l'axe. L'onglet Axe horizontal vous permet de modifier les paramètres de l'axe horizontal, également appelé axe des catégories ou axe x, qui affiche des étiquettes de texte. Notez que l'axe horizontal sera l'axe des valeurs qui affiche des valeurs numériques pour les diagrammes en Barre, dans ce cas, les options de l'onglet Axe horizontal correspondront à celles décrites dans la section précédente. Pour les diagrammes XY (Nuage), les deux axes sont des axes de valeur. La section Options des axes permet de définir les paramètres suivants : Axes croisés - est utilisé pour spécifier un point sur l'axe horizontal où l'axe vertical doit le traverser. L'option Auto est sélectionnée par défaut, dans ce cas le point d'intersection des axes est calculé automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Valeur dans la liste déroulante et spécifier une valeur différente dans le champ de saisie à droite, ou définir le point d'intersection des axes à la Valeur minimum/maximum (qui correspond à la première et dernière catégorie) sur l'axe horizontal. Position de l'axe - permet de spécifier où les étiquettes de texte de l'axe doivent être placées : Sur les graduations ou Entre les graduations. Valeurs dans l'ordre inverse - est utilisé pour afficher les catégories dans la direction opposée. Lorsque la case est cochée, les catégories sont affichées gauche à droite. Lorsque la case est cochée, les catégories sont rangées de droite à gauche. La section Options de graduation permet d'ajuster l'apparence des graduations sur l'échelle horizontale. Les graduations majeures sont les les plus grandes qui peuvent avoir des étiquettes affichant leur catégorie. Les graduations mineures sont les petites divisions qui sont placées entre les graduations majeures et n'ont pas d'étiquettes. Les graduations définissent également l'endroit où le quadrillage peut être affiché, si l'option correspondante est définie dans l'onglet Disposition. Vous pouvez ajuster les paramètres de graduation suivants : Type de majeure/mineure - est utilisé pour définir les options de placement suivantes : Aucun pour ne pas afficher les marques de graduation majeures/mineures, Croix pour afficher les graduations majeures/mineures des deux côtés de l'axe, Intérieur pour afficher les graduations majeures / mineures à l'intérieur de l'axe, Extérieur pour afficher les graduations majeures / mineures à l'extérieur de l'axe. Intervalle entre les graduations - est utilisé pour spécifier le nombre de catégories à afficher entre deux marques de graduation adjacentes. La section Options de libellé permet d'ajuster l'apparence des étiquettes qui affichent les catégories. Position de l'étiquette - est utilisé pour spécifier où les étiquettes doivent être placées par rapport à l'axe horizontal. Sélectionnez l'option voulue dans la liste déroulante : Aucun pour ne pas afficher les libellés de catégorie, Bas pour afficher les libellés de catégorie en bas de la zone de tracé, Haut pour afficher les libellés de catégorie en haut de la zone de tracé, À côté de l'axe pour afficher les libellés de catégorie à côté de l'axe. Distance de l'étiquette - est utilisé pour spécifier à quelle distance de l'axe les étiquettes doivent être placées. Spécifiez la valeur voulue dans le champ d'entrée. Plus la valeur que vous définissez est élevée, plus la distance entre l'axe et les étiquettes est grande. Intervalle entre les étiquettes - est utilisé pour spécifier la fréquence à laquelle les étiquettes doivent être affichées. L'option Auto est sélectionnée par défaut, dans ce cas les étiquettes sont affichées pour chaque catégorie. Vous pouvez sélectionner l'option Manuel dans la liste déroulante et spécifier la valeur voulue dans le champ de saisie sur la droite. Par exemple, entrez 2 pour afficher les étiquettes d'une catégorie sur 2 etc. L'onglet Texte de remplacement permet de spécifier un Titre et une Description qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information du tableau. Déplacer et redimensionner des graphiques une fois le graphique ajouté, vous pouvez modifier sa taille et sa position. Pour changer la taille du graphique, faites glisser les petits carreaux situés sur ses bords. Pour garder les proportions de l'objet sélectionné lors du redimensionnement, maintenez la touche Maj enfoncée et faites glisser l'une des icônes de coin. Pour modifier la position du graphique, utilisez l'icône qui apparaît si vous placez le curseur de votre souris sur l'image. Faites glisser l'objet vers la position choisie sans relâcher le bouton de la souris. Lorsque vous déplacez le graphique, des lignes de guidage s'affichent pour vous aider à positionner l'objet sur la page avec précision (si un style d'habillage autre que aligné est sélectionné). Modifier les éléments du graphique Pour modifier le Titre du graphique, sélectionnez le texte par défaut à l'aide de la souris et saisissez le vôtre à la place. Pour modifier la mise en forme de la police dans les éléments de texte, tels que le titre du graphique, les titres des axes, les entrées de légende, les étiquettes de données, etc. ; sélectionnez l'élément de texte choisi en cliquant dessus. Utilisez ensuite les icônes de l'onglet Accueil de la barre d'outils supérieure pour modifier le type de police, la taille, la couleur ou le style de décoration. Pour supprimer un élément de graphique, sélectionnez-le en cliquant sur le bouton gauche de la souris et appuyez sur la touche Suppr du clavier. Vous pouvez également faire pivoter les graphiques 3D à l'aide de la souris. Faites un clic gauche dans la zone de tracé et maintenez le bouton de la souris enfoncé jusqu'à ce qu'une boîte pointillée bleue apparaisse. Faites glisser le curseur sans relâcher le bouton de la souris pour modifier l'orientation du graphique 3D. Ajuster les paramètres du graphique Certains paramètres du graphique peuvent être modifiés en utilisant l'onglet Paramètres du graphique de la barre latérale droite. Pour l'activer, cliquez sur l'image et sélectionnez l'icône Paramètres du graphique à droite. Vous pouvez y modifier les paramètres suivants : Taille est utilisée pour afficher la Largeur et la Hauteur du graphique actuel. Style d'habillage sert à sélectionner un des styles d'habillage - aligné sur le texte, carré, rapproché, au travers, haut et bas, devant le texte, derrière le texte (pour en savoir plus, consultez la section des paramètres avancés ci-dessous). Changer le type de graphique permet de modifier le type et/ou le style du graphique sélectionné.Pour sélectionner le Style voulu, utilisez le deuxième menu déroulant de la section Changer le type de graphique. Modifier les données est utilisé pour ouvrir la fenêtre \"Éditeur de graphique\".Remarque : pour ouvrir rapidement la fenêtre \"Éditeur de graphiques\", vous pouvez également double-cliquer sur le graphique dans le document. Certains paramètres de l'image peuvent être également modifiés en utilisant le menu contextuel. Les options du menu sont les suivantes : Couper, Copier, Coller - les options nécessaires pour couper ou coller le texte / l'objet sélectionné et coller un passage de texte précedement coupé / copié ou un objet à la position actuelle du curseur. Organiser sert à placer le graphique sélectionné au premier plan, envoyer à l'arrière-plan, avancer ou reculer ainsi que grouper ou dégrouper des graphiques pour effectuer des opérations avec plusieurs à la fois. Pour en savoir plus sur l'organisation des objets, vous pouvez vous référer à cette page. Aligner sert à aligner le texte à gauche, au centre, à droite, en haut, au milieu, en bas. Pour en savoir plus sur l'alignement des objets, vous pouvez vous référer à cette page. Style d'habillage sert à sélectionner un des styles d'habillage - aligné sur le texte, carré, rapproché, au travers, haut et bas, devant le texte, derrière le texte. L'option Modifier la limite d'habillage n'est pas disponible pour les graphiques. Modifier les données est utilisé pour ouvrir la fenêtre « Éditeur de graphique ». Paramètres avancés du graphique sert à ouvrir la fenêtre \"Graphique - Paramètres avancés\". Lorsque le graphique est sélectionné, l'icône Paramètres de forme est également disponible sur la droite, car une forme est utilisée comme arrière-plan pour le graphique. Vous pouvez cliquer sur cette icône pour ouvrir l'onglet Paramètres de forme dans la barre latérale droite et ajuster le Remplissage, le Contour et le Style d'habillage de la forme. Notez que vous ne pouvez pas modifier le type de forme. Pour modifier les paramètres avancés, cliquez sur le graphique avec le bouton droit de la souris et sélectionnez Paramètres avancés du graphique du menu contextuel ou cliquez sur le lien de la barre latérale droite Afficher paramètres avancés. La fenêtre propriétés du graphique s'ouvre : L'onglet Taille vous permet de régler les paramètres suivants : Largeur et Hauteur - utilisez ces options pour changer la largeur et/ou la hauteur du graphique. Si vous cliquez sur le bouton Proportions constantes (dans ce cas, il ressemble à ceci ), la largeur et la hauteur seront changées en même temps, le ratio d'aspect du graphique original sera préservé. L'onglet Habillage du texte contient les paramètres suivants : Style d'habillage - utilisez cette option pour changer la manière dont le graphique est positionné par rapport au texte : il peut faire partie du texte (si vous sélectionnez le style « aligné sur le texte ») ou être contourné par le texte de tous les côtés (si vous sélectionnez l'un des autres styles). Aligné sur le texte - le graphique fait partie du texte, comme un caractère, ainsi si le texte est déplacé, le graphique est déplacé lui aussi. Dans ce cas-là les options de position ne sont pas accessibles. Si vous sélectionnez un des styles suivants, vous pouvez déplacer le graphique indépendamment du texte et définir sa position exacte : Carré - le texte est ajusté autour des bords du graphique. Rapproché - le texte est ajusté sur le contour du graphique. Au travers - le texte est ajusté autour des bords du graphique et occupe l'espace vide à l'intérieur de celui-ci. Haut et bas - le texte est ajusté en haut et en bas du graphique. Devant le texte - le graphique est affiché sur le texte. Derrière le texte - le texte est affiché sur le graphique. Si vous avez choisi le style carré, rapproché, au travers, haut et bas, vous avez la possibilité de configurer des paramètres supplémentaires - Distance du texte de tous les côtés (haut, bas, droit, gauche). L'onglet Position n'est disponible qu'au cas où vous choisissez le style d'habillage autre que 'aligné sur le texte'. Il contient les paramètres suivants qui varient selon le type d'habillage sélectionné : La section Horizontal vous permet de sélectionner l'un des trois types de positionnement de graphique suivants : Alignement (gauche, centre, droite) par rapport au caractère, à la colonne, à la marge de gauche, à la marge, à la page ou à la marge de droite, Position absolue mesurée en unités absolues, c.-à-d. Centimètres/Points/Pouces (selon l'option spécifiée dans l'onglet Fichier -> Paramètres avancés...) à droite du caractère, de la colonne, de la marge de gauche, de la marge, de la page ou de la marge de droite, Position relative mesurée en pourcentage par rapport à la marge gauche, à la marge, à la page ou à la marge de droite. La section Vertical vous permet de sélectionner l'un des trois types de positionnement de graphique suivants : Alignement (haut, centre, bas) par rapport à la ligne, à la marge, à la marge inférieure, au paragraphe, à la page ou à la marge supérieure, Position absolue mesurée en unités absolues, c.-à-d. Centimètres/Points/Pouces (selon l'option spécifiée dans l'onglet Fichier -> Paramètres avancés...) sous la ligne, la marge, la marge inférieure, le paragraphe, la page la marge supérieure, Position relative mesurée en pourcentage par rapport à la marge, à la marge inférieure, à la page ou à la marge supérieure. Déplacer avec le texte détermine si le graphique se déplace en même temps que le texte sur lequel il est aligné. Chevauchement détermine si deux graphiques se chevauchent ou non si vous les faites glisser les unes près des autres sur la page. L'onglet Texte de remplacement permet de spécifier un Titre et une Description qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information du graphique." + "body": "Insérer un graphique Pour insérer un graphique dans votre document, placez le curseur là où vous souhaitez ajouter un graphique, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur l'icône de la barre d'outils supérieure Insérer un graphique, sélectionnez le type de graphique nécessaire parmi ceux qui sont disponibles - colonne, ligne, secteurs, barres, aires, graphique en points , boursier - et sélectionnez son style,Remarque: pour les graphiques en Colonne, Ligne, Camembert, ou Barre, un format 3D est aussi disponible. après une fenêtre Éditeur de graphique s'ouvre où vous pouvez entrer les données nécessaires dans les cellules en utilisant les commandes suivantes : et pour copier et coller les données copiées et pour annuler et rétablir les actions pour insérer une fonction et pour diminuer et augmenter les décimales pour changer le format des chiffres, c'est à dire la façon d'afficher les chiffres dans les cellules modifiez les paramètres du graphique en cliquant sur le bouton Modifier graphique situé dans la fenêtre Éditeur de graphique. La fenêtre Paramètres du graphique s'ouvre. L'onglet Type &amp données vous permet de modifier le type de graphique ainsi que les données que vous souhaitez utiliser pour créer ce graphique. Sélectionnez le Type de graphique que vous souhaitez utiliser : Colonne, Ligne, Camembert, Barre, Zone, XY (Nuage) ou Boursier. Vérifiez la Plage de données sélectionnée et modifiez-la, si nécessaire, en cliquant sur le bouton Sélectionner les données et en entrant la plage de données souhaitée dans le format suivant : Sheet1!A1:B4. Choisissez la disposition des données. Vous pouvez sélectionner la Série de données à utiliser sur l'axe X : en lignes ou en colonnes. L'onglet Disposition vous permet de modifier la disposition des éléments de graphique. Spécifiez la position du Titre du graphique par rapport à votre graphique en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de titre, Superposition pour superposer et centrer le titre sur la zone de tracé, Pas de superposition pour afficher le titre au-dessus de la zone de tracé. Spécifiez la position de la Légende par rapport à votre graphique en sélectionnant l'option voulue dans la liste déroulante : Aucune pour ne pas afficher de légende, En bas pour afficher la légende et l'aligner au bas de la zone de tracé, En haut pour afficher la légende et l'aligner au haut de la zone de tracé, Sur la droite pour afficher la légende et l'aligner à droite de la zone de tracé, Sur la gauche pour afficher la légende et l'aligner à gauche de la zone de tracé, Superposée à gauche pour superposer et centrer la légende à gauche de la zone de tracé, Superposée à droite pour superposer et centrer la légende à droite de la zone de tracé. Spécifiez les paramètres des Étiquettes de données (c'est-à-dire les étiquettes de texte qui représentent les valeurs exactes des données) : spécifiez la position des Étiquettes de données par rapport aux points de données en sélectionnant l'option voulue dans la liste déroulante. Les options disponibles varient en fonction du type de graphique sélectionné. Pour les graphiques Colonne/Barre, vous pouvez choisir les options suivantes : Aucun, Centre, Intérieur bas, Intérieur haut, Extérieur haut. Pour les graphiques Ligne/XY (Nuage)/Boursier, vous pouvez choisir les options suivantes : Aucun, Centre, Gauche, Droite, Haut, Bas. Pour les graphiques Camembert, vous pouvez choisir les options suivantes : Aucun, Centre, Ajuster à la Largeur, Intérieur Haut, Extérieur Haut. Pour les graphiques Aire de même que Colonne, Ligne et Barre en 3D, vous pouvez choisir les options suivantes : Aucun, Centre. sélectionnez les données que vous souhaitez inclure dans vos étiquettes en cochant les cases correspondantes : Nom de la série, Nom de la catégorie, Valeur, entrez un caractère (virgule, point-virgule, etc.) que vous souhaitez utiliser pour séparer plusieurs étiquettes dans le champ de saisie Séparateur. Lignes - permet de choisir un style de ligne pour les graphiques Ligne/XY (Nuage). Les options disponibles sont les suivantes : Droite pour utiliser des lignes droites entre les points de données, Courbe pour utiliser des courbes lisses entre les points de données, ou Aucune pour ne pas afficher les lignes. Marqueurs - est utilisé pour spécifier si les marqueurs doivent être affichés (si la case est cochée) ou non (si la case n'est pas cochée) pour les graphiques Ligne/XY (Nuage).Remarque : les options Lignes et Marqueurs sont disponibles uniquement pour les graphiques Ligne et XY (Nuage). La section Paramètres des axes permet de spécifier si vous souhaitez afficher l'Axe horizontal/vertical ou pas en sélectionnant l'option Afficher ou Masquer dans la liste déroulante. Vous pouvez également spécifier les paramètres de Titre de l'axe horizontal/vertical : Indiquez si vous souhaitez afficher le Titre de l'axe horizontal ou pas en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de titre, Pas de superposition pour afficher le titre sous l'axe horizontal. Spécifiez l'orientation du Titre de l'axe vertical en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de titre, Pivoter pour afficher le titre de bas en haut à gauche de l'axe vertical, Horizontal pour afficher le titre horizontalement à gauche de l'axe vertical. La section Quadrillage permet de spécifier les lignes du Quadrillage horizontal/vertical que vous souhaitez afficher en sélectionnant l'option voulue dans la liste déroulante : Majeur, Mineur ou Majeur et Mineur. Vous pouvez masquer le quadrillage à l'aide de l'option Aucun.Remarque : les sections Paramètres des axes et Quadrillage seront désactivées pour les diagrammes en Camembert, car les diagrammes de ce type n'ont pas d'axes ni de lignes de quadrillage. Remarque : les onglets Axe horizontal/vertical seront désactivés pour les diagrammes en Camembert, car les diagrammes de ce type n'ont pas d'axes. L'onglet Axe vertical vous permet de modifier les paramètres de l'axe vertical, également appelé axe des valeurs ou axe y, qui affiche des valeurs numériques. Notez que l'axe vertical sera l'axe des catégories qui affiche des étiquettes de texte pour les diagrammes en Barre, dans ce cas, les options de l'onglet Axe vertical correspondront à celles décrites dans la section suivante. Pour les diagrammes XY (Nuage), les deux axes sont des axes de valeur. La section Option des axes permet de modifier les paramètres suivants : Valeur minimale - sert à spécifier la valeur la plus basse affichée au début de l'axe vertical. L'option Auto est sélectionnée par défaut, dans ce cas la valeur minimale est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Fixe dans la liste déroulante et spécifier une valeur différente dans le champ de saisie sur la droite. Valeur maximale - sert à spécifier la valeur la plus haute affichée à la fin de l'axe vertical. L'option Auto est sélectionnée par défaut, dans ce cas la valeur maximale est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Fixe dans la liste déroulante et spécifier une valeur différente dans le champ de saisie sur la droite. Axes croisés - est utilisé pour spécifier un point sur l'axe vertical où l'axe horizontal doit le traverser. L'option Auto est sélectionnée par défaut, dans ce cas le point d'intersection des axes est calculé automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Valeur dans la liste déroulante et spécifier une valeur différente dans le champ de saisie à droite, ou définir le point d'intersection des axes à la Valeur minimum/maximum sur l'axe vertical. Unités d'affichage - est utilisé pour déterminer une représentation des valeurs numériques le long de l'axe vertical. Cette option peut être utile si vous travaillez avec de grands nombres et souhaitez que les valeurs sur l'axe soient affichées de manière plus compacte et plus lisible (par exemple, vous pouvez représenter 50 000 comme 50 en utilisant l'affichage en Milliers). Sélectionnez les unités souhaitées dans la liste déroulante : Centaines, Milliers, 10 000, 100 000, Millions, 10 000 000, 100 000 000, Milliards, Billions, ou choisissez l'option Aucun pour revenir aux unités par défaut. Valeurs dans l'ordre inverse - est utilisé pour afficher les valeurs dans la direction opposée. Lorsque la case n'est pas cochée, la valeur la plus basse est en bas et la valeur la plus haute est en haut de l'axe. Lorsque la case est cochée, les valeurs sont rangées de haut en bas. La section Options de graduation permet d'ajuster l'apparence des graduations sur l'échelle verticale. Les graduations majeures sont les divisions à plus grande échelle qui peuvent avoir des étiquettes affichant leur valeur numérique. Les graduations mineures sont les subdivisions d'échelle qui sont placées entre les graduations majeures et n'ont pas d'étiquettes. Les graduations définissent également l'endroit où le quadrillage peut être affiché, si l'option correspondante est définie dans l'onglet Disposition. Les listes déroulantes Type de majeure/mineure contiennent les options de placement suivantes : Aucun pour ne pas afficher les marques de graduation majeures/mineures, Croix pour afficher les graduations majeures/ mineures des deux côtés de l'axe, Intérieur pour afficher les graduations majeures/mineures à l'intérieur de l'axe, Extérieur pour afficher les graduations majeures/mineures à l'extérieur de l'axe. La section Options de libellé permet d'ajuster l'apparence des graduations majeures qui affichent des valeurs. Spécifiez la Position du libellé par rapport à l'axe vertical en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de libellé, Bas pour afficher les libellés des graduations à gauche de la zone de tracé, Haut pour afficher les libellés des graduations à droite de la zone de tracé, À côté de l'axe pour afficher les libellés des graduations à côté de l'axe. L'onglet Axe horizontal vous permet de modifier les paramètres de l'axe horizontal, également appelé axe des catégories ou axe x, qui affiche des étiquettes de texte. Notez que l'axe horizontal sera l'axe des valeurs qui affiche des valeurs numériques pour les diagrammes en Barre, dans ce cas, les options de l'onglet Axe horizontal correspondront à celles décrites dans la section précédente. Pour les diagrammes XY (Nuage), les deux axes sont des axes de valeur. La section Options des axes permet de définir les paramètres suivants : Axes croisés - est utilisé pour spécifier un point sur l'axe horizontal où l'axe vertical doit le traverser. L'option Auto est sélectionnée par défaut, dans ce cas le point d'intersection des axes est calculé automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Valeur dans la liste déroulante et spécifier une valeur différente dans le champ de saisie à droite, ou définir le point d'intersection des axes à la Valeur minimum/maximum (qui correspond à la première et dernière catégorie) sur l'axe horizontal. Position de l'axe - permet de spécifier où les étiquettes de texte de l'axe doivent être placées : Sur les graduations ou Entre les graduations. Valeurs dans l'ordre inverse - est utilisé pour afficher les catégories dans la direction opposée. Lorsque la case est cochée, les catégories sont affichées gauche à droite. Lorsque la case est cochée, les catégories sont rangées de droite à gauche. La section Options de graduation permet d'ajuster l'apparence des graduations sur l'échelle horizontale. Les graduations majeures sont les les plus grandes qui peuvent avoir des étiquettes affichant leur catégorie. Les graduations mineures sont les petites divisions qui sont placées entre les graduations majeures et n'ont pas d'étiquettes. Les graduations définissent également l'endroit où le quadrillage peut être affiché, si l'option correspondante est définie dans l'onglet Disposition. Vous pouvez ajuster les paramètres de graduation suivants : Type de majeure/mineure - est utilisé pour définir les options de placement suivantes : Aucun pour ne pas afficher les marques de graduation majeures/mineures, Croix pour afficher les graduations majeures/mineures des deux côtés de l'axe, Intérieur pour afficher les graduations majeures / mineures à l'intérieur de l'axe, Extérieur pour afficher les graduations majeures / mineures à l'extérieur de l'axe. Intervalle entre les graduations - est utilisé pour spécifier le nombre de catégories à afficher entre deux marques de graduation adjacentes. La section Options de libellé permet d'ajuster l'apparence des étiquettes qui affichent les catégories. Position de l'étiquette - est utilisé pour spécifier où les étiquettes doivent être placées par rapport à l'axe horizontal. Sélectionnez l'option voulue dans la liste déroulante : Aucun pour ne pas afficher les libellés de catégorie, Bas pour afficher les libellés de catégorie en bas de la zone de tracé, Haut pour afficher les libellés de catégorie en haut de la zone de tracé, À côté de l'axe pour afficher les libellés de catégorie à côté de l'axe. Distance de l'étiquette - est utilisé pour spécifier à quelle distance de l'axe les étiquettes doivent être placées. Spécifiez la valeur voulue dans le champ d'entrée. Plus la valeur que vous définissez est élevée, plus la distance entre l'axe et les étiquettes est grande. Intervalle entre les étiquettes - est utilisé pour spécifier la fréquence à laquelle les étiquettes doivent être affichées. L'option Auto est sélectionnée par défaut, dans ce cas les étiquettes sont affichées pour chaque catégorie. Vous pouvez sélectionner l'option Manuel dans la liste déroulante et spécifier la valeur voulue dans le champ de saisie sur la droite. Par exemple, entrez 2 pour afficher les étiquettes d'une catégorie sur 2 etc. L'onglet Texte de remplacement permet de spécifier un Titre et une Description qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information du tableau. Déplacer et redimensionner des graphiques une fois le graphique ajouté, vous pouvez modifier sa taille et sa position. Pour changer la taille du graphique, faites glisser les petits carreaux situés sur ses bords. Pour garder les proportions de l'objet sélectionné lors du redimensionnement, maintenez la touche Maj enfoncée et faites glisser l'une des icônes de coin. Pour modifier la position du graphique, utilisez l'icône qui apparaît si vous placez le curseur de votre souris sur l'image. Faites glisser l'objet vers la position choisie sans relâcher le bouton de la souris. Lorsque vous déplacez le graphique, des lignes de guidage s'affichent pour vous aider à positionner l'objet sur la page avec précision (si un style d'habillage autre que aligné est sélectionné). Modifier les éléments du graphique Pour modifier le Titre du graphique, sélectionnez le texte par défaut à l'aide de la souris et saisissez le vôtre à la place. Pour modifier la mise en forme de la police dans les éléments de texte, tels que le titre du graphique, les titres des axes, les entrées de légende, les étiquettes de données, etc. ; sélectionnez l'élément de texte choisi en cliquant dessus. Utilisez ensuite les icônes de l'onglet Accueil de la barre d'outils supérieure pour modifier le type de police, la taille, la couleur ou le style de décoration. Pour supprimer un élément de graphique, sélectionnez-le en cliquant sur le bouton gauche de la souris et appuyez sur la touche Suppr du clavier. Vous pouvez également faire pivoter les graphiques 3D à l'aide de la souris. Faites un clic gauche dans la zone de tracé et maintenez le bouton de la souris enfoncé jusqu'à ce qu'une boîte pointillée bleue apparaisse. Faites glisser le curseur sans relâcher le bouton de la souris pour modifier l'orientation du graphique 3D. Ajuster les paramètres du graphique Certains paramètres du graphique peuvent être modifiés en utilisant l'onglet Paramètres du graphique de la barre latérale droite. Pour l'activer, cliquez sur l'image et sélectionnez l'icône Paramètres du graphique à droite. Vous pouvez y modifier les paramètres suivants : Taille est utilisée pour afficher la Largeur et la Hauteur du graphique actuel. Style d'habillage sert à sélectionner un des styles d'habillage - aligné sur le texte, carré, rapproché, au travers, haut et bas, devant le texte, derrière le texte (pour en savoir plus, consultez la section des paramètres avancés ci-dessous). Changer le type de graphique permet de modifier le type et/ou le style du graphique sélectionné.Pour sélectionner le Style voulu, utilisez le deuxième menu déroulant de la section Changer le type de graphique. Modifier les données est utilisé pour ouvrir la fenêtre \"Éditeur de graphique\".Remarque : pour ouvrir rapidement la fenêtre \"Éditeur de graphiques\", vous pouvez également double-cliquer sur le graphique dans le document. Certains paramètres de l'image peuvent être également modifiés en utilisant le menu contextuel. Les options du menu sont les suivantes : Couper, Copier, Coller - les options nécessaires pour couper ou coller le texte / l'objet sélectionné et coller un passage de texte précedement coupé / copié ou un objet à la position actuelle du curseur. Organiser sert à placer le graphique sélectionné au premier plan, envoyer à l'arrière-plan, avancer ou reculer ainsi que grouper ou dégrouper des graphiques pour effectuer des opérations avec plusieurs à la fois. Pour en savoir plus sur l'organisation des objets, vous pouvez vous référer à cette page. Aligner sert à aligner le texte à gauche, au centre, à droite, en haut, au milieu, en bas. Pour en savoir plus sur l'alignement des objets, vous pouvez vous référer à cette page. Style d'habillage sert à sélectionner un des styles d'habillage - aligné sur le texte, carré, rapproché, au travers, haut et bas, devant le texte, derrière le texte. L'option Modifier la limite d'habillage n'est pas disponible pour les graphiques. Modifier les données est utilisé pour ouvrir la fenêtre « Éditeur de graphique ». Paramètres avancés du graphique sert à ouvrir la fenêtre \"Graphique - Paramètres avancés\". Lorsque le graphique est sélectionné, l'icône Paramètres de forme est également disponible sur la droite, car une forme est utilisée comme arrière-plan pour le graphique. Vous pouvez cliquer sur cette icône pour ouvrir l'onglet Paramètres de forme dans la barre latérale droite et ajuster le Remplissage, le Contour et le Style d'habillage de la forme. Notez que vous ne pouvez pas modifier le type de forme. Pour modifier les paramètres avancés, cliquez sur le graphique avec le bouton droit de la souris et sélectionnez Paramètres avancés du graphique du menu contextuel ou cliquez sur le lien de la barre latérale droite Afficher paramètres avancés. La fenêtre propriétés du graphique s'ouvre : L'onglet Taille vous permet de régler les paramètres suivants : Largeur et Hauteur - utilisez ces options pour changer la largeur et/ou la hauteur du graphique. Si vous cliquez sur le bouton Proportions constantes (dans ce cas, il ressemble à ceci ), la largeur et la hauteur seront changées en même temps, le ratio d'aspect du graphique original sera préservé. L'onglet Habillage du texte contient les paramètres suivants : Style d'habillage - utilisez cette option pour changer la manière dont le graphique est positionné par rapport au texte : il peut faire partie du texte (si vous sélectionnez le style « aligné sur le texte ») ou être contourné par le texte de tous les côtés (si vous sélectionnez l'un des autres styles). Aligné sur le texte - le graphique fait partie du texte, comme un caractère, ainsi si le texte est déplacé, le graphique est déplacé lui aussi. Dans ce cas-là les options de position ne sont pas accessibles. Si vous sélectionnez un des styles suivants, vous pouvez déplacer le graphique indépendamment du texte et définir sa position exacte : Carré - le texte est ajusté autour des bords du graphique. Rapproché - le texte est ajusté sur le contour du graphique. Au travers - le texte est ajusté autour des bords du graphique et occupe l'espace vide à l'intérieur de celui-ci. Haut et bas - le texte est ajusté en haut et en bas du graphique. Devant le texte - le graphique est affiché sur le texte. Derrière le texte - le texte est affiché sur le graphique. Si vous avez choisi le style carré, rapproché, au travers, haut et bas, vous avez la possibilité de configurer des paramètres supplémentaires - Distance du texte de tous les côtés (haut, bas, droit, gauche). L'onglet Position n'est disponible qu'au cas où vous choisissez le style d'habillage autre que 'aligné sur le texte'. Il contient les paramètres suivants qui varient selon le type d'habillage sélectionné : La section Horizontal vous permet de sélectionner l'un des trois types de positionnement de graphique suivants : Alignement (gauche, centre, droite) par rapport au caractère, à la colonne, à la marge de gauche, à la marge, à la page ou à la marge de droite, Position absolue mesurée en unités absolues, c.-à-d. Centimètres/Points/Pouces (selon l'option spécifiée dans l'onglet Fichier -> Paramètres avancés...) à droite du caractère, de la colonne, de la marge de gauche, de la marge, de la page ou de la marge de droite, Position relative mesurée en pourcentage par rapport à la marge gauche, à la marge, à la page ou à la marge de droite. La section Vertical vous permet de sélectionner l'un des trois types de positionnement de graphique suivants : Alignement (haut, centre, bas) par rapport à la ligne, à la marge, à la marge inférieure, au paragraphe, à la page ou à la marge supérieure, Position absolue mesurée en unités absolues, c.-à-d. Centimètres/Points/Pouces (selon l'option spécifiée dans l'onglet Fichier -> Paramètres avancés...) sous la ligne, la marge, la marge inférieure, le paragraphe, la page la marge supérieure, Position relative mesurée en pourcentage par rapport à la marge, à la marge inférieure, à la page ou à la marge supérieure. Déplacer avec le texte détermine si le graphique se déplace en même temps que le texte sur lequel il est aligné. Chevauchement détermine si deux graphiques se chevauchent ou non si vous les faites glisser les unes près des autres sur la page. L'onglet Texte de remplacement permet de spécifier un Titre et une Description qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information du graphique." }, { "id": "UsageInstructions/InsertDropCap.htm", @@ -163,12 +163,12 @@ var indexes = { "id": "UsageInstructions/InsertEquation.htm", "title": "Insérer des équations", - "body": "Document Editor vous permet de créer des équations à l'aide des modèles intégrés, de les modifier, d'insérer des caractères spéciaux (à savoir des opérateurs mathématiques, des lettres grecques, des accents, etc.). Ajouter une nouvelle équation Pour insérer une équation depuis la galerie, placez le curseur à l'intérieur de la ligne choisie, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur la flèche vers le bas à côté de l'icône Équation sur la barre d'outils supérieure, sélectionnez la catégorie d'équation souhaitée dans la liste déroulante : Les catégories suivantes sont actuellement disponibles : Symboles, Fractions, Scripts, Radicaux, Intégrales, Grands opérateurs, Crochets, Fonctions, Accentuations, Limites et logarithmes, Opérateurs, Matrices, cliquez sur le symbole/l'équation voulu(e) dans l'ensemble de modèles correspondant. La boîte de symbole/équation sélectionnée sera insérée à la position du curseur. Si la ligne sélectionnée est vide, l'équation sera centrée. Pour aligner une telle équation à gauche ou à droite, cliquez sur la boîte d'équation et utilisez l'icône ou dans l'onglet Accueil de la barre d'outils supérieure.Chaque modèle d'équation comporte un ensemble d'emplacements. Un emplacement est une position pour chaque élément qui compose l'équation. Un emplacement vide (également appelé un espace réservé) a un contour en pointillé . Vous devez remplir tous les espaces réservés en spécifiant les valeurs nécessaires. Remarque : pour commencer à créer une équation, vous pouvez également utiliser le raccourci clavier Alt + =. Entrer des valeurs Le point d'insertion spécifie où le prochain caractère que vous entrez apparaîtra. Pour positionner le point d'insertion avec précision, cliquez dans un espace réservé et utilisez les flèches du clavier pour déplacer le point d'insertion d'un caractère vers la gauche/la droite ou d'une ligne vers le haut/bas. Si vous devez créer un espace réservé sous l'emplacement avec le point d'insertion dans le modèle sélectionné, appuyez sur Entrée.Une fois le point d'insertion positionné, vous pouvez remplir l'espace réservé : entrez la valeur numérique/littérale souhaitée à l'aide du clavier, insérer un caractère spécial à l'aide de la palette Symboles dans le menu Équation de l'onglet Insertion de la barre d'outils supérieure, ajoutez un autre modèle d'équation à partir de la palette pour créer une équation imbriquée complexe. La taille de l'équation primaire sera automatiquement ajustée pour s'adapter à son contenu. La taille des éléments de l'équation imbriquée dépend de la taille de l'espace réservé de l'équation primaire, mais elle ne peut pas être inférieure à la taille de sous-indice. Pour ajouter de nouveaux éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour ajouter un nouvel argument avant ou après celui existant dans les Crochets, vous pouvez cliquer avec le bouton droit sur l'argument existant et sélectionner l'option Insérer un argument avant/après dans le menu. Pour ajouter une nouvelle équation dans les Cas avec plusieurs conditions du groupe Crochets (ou des équations d'autres types, si vous avez déjà ajouté de nouveaux espaces en appuyant sur Entrée), vous pouvez cliquer avec le bouton droit de la souris sur un espace réservé vide ou une équation entrée et sélectionner l'option Insérer une équation avant/après dans le menu. Pour ajouter une nouvelle ligne ou une colonne dans une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur un espace réservé, sélectionner l'option Insérer dans le menu, puis sélectionner Ligne au-dessus/en dessous ou Colonne à gauche/à droite. Remarque : actuellement, les équations ne peuvent pas être entrées en utilisant le format linéaire, c'est-à-dire \\sqrt(4&x^3). Lorsque vous entrez les valeurs des expressions mathématiques, vous n'avez pas besoin d'utiliser la Barre d'espace car les espaces entre les caractères et les signes des opérations sont définis automatiquement. Si l'équation est trop longue et ne tient pas en une seule ligne, le saut de ligne automatique se produit pendant que vous tapez. Vous pouvez également insérer un saut de ligne à une position spécifique en cliquant avec le bouton droit sur un opérateur mathématique et en sélectionnant l'option Insérer un saut manuel dans le menu. L'opérateur sélectionné va commencer une nouvelle ligne. Une fois le saut de ligne manuel ajouté, vous pouvez appuyer sur la touche Tab pour aligner la nouvelle ligne avec n'importe quel opérateur mathématique de la ligne précédente. Pour supprimer le saut de ligne manuel ajouté, cliquez avec le bouton droit sur l'opérateur mathématique qui commence une nouvelle ligne et sélectionnez l'option Supprimer un saut manuel. Mise en forme des équations Pour augmenter ou diminuer la taille de la police d'équation, cliquez n'importe où dans la boîte d'équation et utilisez les boutons et de l'onglet Accueil de la barre d'outils supérieure ou sélectionnez la taille de police nécessaire dans la liste. Tous les éléments d'équation changeront en conséquence. Les lettres de l'équation sont en italique par défaut. Si nécessaire, vous pouvez changer le style de police (gras, italique, barré) ou la couleur pour une équation entière ou une portion. Le style souligné peut être appliqué uniquement à l'équation entière et non aux caractères individuels. Sélectionnez la partie de l'équation voulue en cliquant et en faisant glisser. La partie sélectionnée sera surlignée en bleu. Utilisez ensuite les boutons nécessaires dans l'onglet Accueil de la barre d'outils supérieure pour formater la sélection. Par exemple, vous pouvez supprimer le format italique pour les mots ordinaires qui ne sont pas des variables ou des constantes.Pour modifier certains éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour modifier le format des Fractions, vous pouvez cliquer sur une fraction avec le bouton droit de la souris et sélectionner l'option Changer en fraction en biais/linéaire/empilée dans le menu (les options disponibles varient en fonction du type de fraction sélectionné). Pour modifier la position des Scripts par rapport au texte, vous pouvez faire un clic droit sur l'équation contenant des scripts et sélectionner l'option Scripts avant/après le texte dans le menu. Pour modifier la taille des arguments pour Scripts, Radicaux, Intégrales, Grands opérateurs, Limites et Logarithmes, Opérateurs ainsi que pour les accolades supérieures/inférieures et les Modèles avec des caractères de regroupement du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur l'argument que vous souhaitez modifier. sélectionnez l'option Augmenter/Diminuer la taille de l'argument dans le menu. Pour spécifier si un espace libre vide doit être affiché ou non pour un Radical, vous pouvez cliquer avec le bouton droit de la souris sur le radical et sélectionner l'option Masquer/Afficher le degré dans le menu. Pour spécifier si un espace réservé de limite vide doit être affiché ou non pour une Intégrale ou un Grand opérateur, vous pouvez cliquer sur l'équation avec le bouton droit de la souris et sélectionner l'option Masquer/Afficher la limite supérieure/inférieure dans le menu. Pour modifier la position des limites relative au signe d'intégrale ou d'opérateur pour les Intégrales ou les Grands opérateurs, vous pouvez cliquer avec le bouton droit sur l'équation et sélectionner l'option Modifier l'emplacement des limites dans le menu. Les limites peuvent être affichées à droite du signe de l'opérateur (sous forme d'indices et d'exposants) ou directement au-dessus et au-dessous du signe de l'opérateur. Pour modifier la position des limites par rapport au texte des Limites et des Logarithmes et des modèles avec des caractères de regroupement du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur l'équation et sélectionner l'option Limites sur/sous le texte dans le menu. Pour choisir lequel des Crochets doit être affiché, vous pouvez cliquer avec le bouton droit de la souris sur l'expression qui s'y trouve et sélectionner l'option Masquer/Afficher les parenthèses ouvrantes/fermantes dans le menu. Pour contrôler la taille des Crochets, vous pouvez cliquer avec le bouton droit sur l'expression qui s'y trouve. L'option Étirer les parenthèses est sélectionnée par défaut afin que les parenthèses puissent croître en fonction de l'expression qu'elles contiennent, mais vous pouvez désélectionner cette option pour empêcher l'étirement des parenthèses. Lorsque cette option est activée, vous pouvez également utiliser l'option Faire correspondre les crochets à la hauteur de l'argument. Pour modifier la position du caractère par rapport au texte des accolades ou des barres supérieures/inférieures du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur le modèle et sélectionner l'option Caractère/Barre sur/sous le texte dans le menu. Pour choisir les bordures à afficher pour une Formule encadrée du groupe Accentuations, vous pouvez cliquer sur l'équation avec le bouton droit de la souris et sélectionner l'option Propriétés de bordure dans le menu, puis sélectionner Masquer/Afficher bordure supérieure/inférieure/gauche/droite ou Ajouter/Masquer ligne horizontale/verticale/diagonale. Pour spécifier si un espace réservé vide doit être affiché ou non pour une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur le radical et sélectionner l'option Masquer/Afficher l'espace réservé dans le menu. Pour aligner certains éléments d'équation, vous pouvez utiliser les options du menu contextuel : Pour aligner des équations dans les Cas avec plusieurs conditions du groupe Crochets (ou des équations d'autres types, si vous avez déjà ajouté de nouveaux espaces en appuyant sur Entrée), vous pouvez cliquer avec le bouton droit de la souris sur une équation, sélectionner l'option Alignement dans le menu, puis sélectionnez le type d'alignement : Haut, Centre ou Bas Pour aligner une Matrice verticalement, vous pouvez cliquer avec le bouton droit sur la matrice, sélectionner l'option Alignement de Matrice dans le menu, puis sélectionner le type d'alignement : Haut, Centre ou Bas Pour aligner les éléments d'une colonne Matrice horizontalement, vous pouvez cliquer avec le bouton droit sur la colonne, sélectionner l'option Alignement de Colonne dans le menu, puis sélectionner le type d'alignement : Gauche, Centre ou Droite. Supprimer les éléments d'une équation Pour supprimer une partie de l'équation, sélectionnez la partie que vous souhaitez supprimer en faisant glisser la souris ou en maintenant la touche Maj enfoncée et en utilisant les boutons fléchés, puis appuyez sur la touche Suppr du clavier. Un emplacement ne peut être supprimé qu'avec le modèle auquel il appartient. Pour supprimer toute l'équation, sélectionnez-la complètement en faisant glisser la souris ou en double-cliquant sur la boîte d'équation et en appuyant sur la touche Suppr du clavier.Pour supprimer certains éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour supprimer un Radical, vous pouvez faire un clic droit dessus et sélectionner l'option Supprimer radical dans le menu. Pour supprimer un Indice et/ou un Exposant, vous pouvez cliquer avec le bouton droit sur l'expression qui les contient et sélectionner l'option Supprimer indice/exposant dans le menu. Si l'expression contient des scripts qui viennent avant le texte, l'option Supprimer les scripts est disponible. Pour supprimer des Crochets, vous pouvez cliquer avec le bouton droit de la souris sur l'expression qu'ils contiennent et sélectionner l'option Supprimer les caractères englobants ou Supprimer les caractères et séparateurs englobants dans le menu. Si l'expression contenue dans les Crochets comprend plus d'un argument, vous pouvez cliquer avec le bouton droit de la souris sur l'argument que vous voulez supprimer et sélectionner l'option Supprimer l'argument dans le menu. Si les Crochets contiennent plus d'une équation (c'est-à-dire des Cas avec plusieurs conditions), vous pouvez cliquer avec le bouton droit sur l'équation que vous souhaitez supprimer et sélectionner l'option Supprimer l'équation dans le menu. Cette option est également disponible pour les équations d'autres types si vous avez déjà ajouté de nouveaux espaces réservés en appuyant sur Entrée. Pour supprimer une Limite, vous pouvez faire un clic droit dessus et sélectionner l'option Supprimer limite dans le menu. Pour supprimer une Accentuation, vous pouvez cliquer avec le bouton droit de la souris et sélectionner l'option Supprimer le caractère d'accentuation, Supprimer le caractère ou Supprimer la barre dans le menu (les options disponibles varient en fonction de l'accent sélectionné). Pour supprimer une ligne ou une colonne d'une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur l'espace réservé dans la ligne/colonne à supprimer, sélectionner l'option Supprimer dans le menu, puis sélectionner Supprimer la ligne/Colonne." + "body": "Document Editor vous permet de créer des équations à l'aide des modèles intégrés, de les modifier, d'insérer des caractères spéciaux (à savoir des opérateurs mathématiques, des lettres grecques, des accents, etc.). Ajouter une nouvelle équation Pour insérer une équation depuis la galerie, placez le curseur à l'intérieur de la ligne choisie, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur la flèche vers le bas à côté de l'icône Équation sur la barre d'outils supérieure, sélectionnez la catégorie d'équation souhaitée dans la liste déroulante : Les catégories suivantes sont actuellement disponibles : Symboles, Fractions, Scripts, Radicaux, Intégrales, Grands opérateurs, Crochets, Fonctions, Accentuations, Limites et logarithmes, Opérateurs, Matrices, cliquez sur le symbole/l'équation voulu(e) dans l'ensemble de modèles correspondant. La boîte de symbole/équation sélectionnée sera insérée à la position du curseur. Si la ligne sélectionnée est vide, l'équation sera centrée. Pour aligner une telle équation à gauche ou à droite, cliquez sur la boîte d'équation et utilisez l'icône ou dans l'onglet Accueil de la barre d'outils supérieure.Chaque modèle d'équation comporte un ensemble d'emplacements. Un emplacement est une position pour chaque élément qui compose l'équation. Un emplacement vide (également appelé un espace réservé) a un contour en pointillé . Vous devez remplir tous les espaces réservés en spécifiant les valeurs nécessaires. Remarque : pour commencer à créer une équation, vous pouvez également utiliser le raccourci clavier Alt + =. Entrer des valeurs Le point d'insertion spécifie où le prochain caractère que vous entrez apparaîtra. Pour positionner le point d'insertion avec précision, cliquez dans un espace réservé et utilisez les flèches du clavier pour déplacer le point d'insertion d'un caractère vers la gauche/la droite ou d'une ligne vers le haut/bas. Si vous devez créer un espace réservé sous l'emplacement avec le point d'insertion dans le modèle sélectionné, appuyez sur Entrée.Une fois le point d'insertion positionné, vous pouvez remplir l'espace réservé : entrez la valeur numérique/littérale souhaitée à l'aide du clavier, insérer un caractère spécial à l'aide de la palette Symboles dans le menu Équation de l'onglet Insertion de la barre d'outils supérieure, ajoutez un autre modèle d'équation à partir de la palette pour créer une équation imbriquée complexe. La taille de l'équation primaire sera automatiquement ajustée pour s'adapter à son contenu. La taille des éléments de l'équation imbriquée dépend de la taille de l'espace réservé de l'équation primaire, mais elle ne peut pas être inférieure à la taille de sous-indice. Pour ajouter de nouveaux éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour ajouter un nouvel argument avant ou après celui existant dans les Crochets, vous pouvez cliquer avec le bouton droit sur l'argument existant et sélectionner l'option Insérer un argument avant/après dans le menu. Pour ajouter une nouvelle équation dans les Cas avec plusieurs conditions du groupe Crochets (ou des équations d'autres types, si vous avez déjà ajouté de nouveaux espaces en appuyant sur Entrée), vous pouvez cliquer avec le bouton droit de la souris sur un espace réservé vide ou une équation entrée et sélectionner l'option Insérer une équation avant/après dans le menu. Pour ajouter une nouvelle ligne ou une colonne dans une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur un espace réservé, sélectionner l'option Insérer dans le menu, puis sélectionner Ligne au-dessus/en dessous ou Colonne à gauche/à droite. Remarque : actuellement, les équations ne peuvent pas être entrées en utilisant le format linéaire, c'est-à-dire \\sqrt(4&x^3). Lorsque vous entrez les valeurs des expressions mathématiques, vous n'avez pas besoin d'utiliser la Barre d'espace car les espaces entre les caractères et les signes des opérations sont définis automatiquement. Si l'équation est trop longue et ne tient pas en une seule ligne, le saut de ligne automatique se produit pendant que vous tapez. Vous pouvez également insérer un saut de ligne à une position spécifique en cliquant avec le bouton droit sur un opérateur mathématique et en sélectionnant l'option Insérer un saut manuel dans le menu. L'opérateur sélectionné va commencer une nouvelle ligne. Une fois le saut de ligne manuel ajouté, vous pouvez appuyer sur la touche Tab pour aligner la nouvelle ligne avec n'importe quel opérateur mathématique de la ligne précédente. Pour supprimer le saut de ligne manuel ajouté, cliquez avec le bouton droit sur l'opérateur mathématique qui commence une nouvelle ligne et sélectionnez l'option Supprimer un saut manuel. Mise en forme des équations Pour augmenter ou diminuer la taille de la police d'équation, cliquez n'importe où dans la boîte d'équation et utilisez les boutons et de l'onglet Accueil de la barre d'outils supérieure ou sélectionnez la taille de police nécessaire dans la liste. Tous les éléments d'équation changeront en conséquence. Les lettres de l'équation sont en italique par défaut. Si nécessaire, vous pouvez changer le style de police (gras, italique, barré) ou la couleur pour une équation entière ou une portion. Le style souligné peut être appliqué uniquement à l'équation entière et non aux caractères individuels. Sélectionnez la partie de l'équation voulue en cliquant et en faisant glisser. La partie sélectionnée sera surlignée en bleu. Utilisez ensuite les boutons nécessaires dans l'onglet Accueil de la barre d'outils supérieure pour formater la sélection. Par exemple, vous pouvez supprimer le format italique pour les mots ordinaires qui ne sont pas des variables ou des constantes.Pour modifier certains éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour modifier le format des Fractions, vous pouvez cliquer sur une fraction avec le bouton droit de la souris et sélectionner l'option Changer en fraction en biais/linéaire/empilée dans le menu (les options disponibles varient en fonction du type de fraction sélectionné). Pour modifier la position des Scripts par rapport au texte, vous pouvez faire un clic droit sur l'équation contenant des scripts et sélectionner l'option Scripts avant/après le texte dans le menu. Pour modifier la taille des arguments pour Scripts, Radicaux, Intégrales, Grands opérateurs, Limites et Logarithmes, Opérateurs ainsi que pour les accolades supérieures/inférieures et les Modèles avec des caractères de regroupement du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur l'argument que vous souhaitez modifier. sélectionnez l'option Augmenter/Diminuer la taille de l'argument dans le menu. Pour spécifier si un espace libre vide doit être affiché ou non pour un Radical, vous pouvez cliquer avec le bouton droit de la souris sur le radical et sélectionner l'option Masquer/Afficher le degré dans le menu. Pour spécifier si un espace réservé de limite vide doit être affiché ou non pour une Intégrale ou un Grand opérateur, vous pouvez cliquer sur l'équation avec le bouton droit de la souris et sélectionner l'option Masquer/Afficher la limite supérieure/inférieure dans le menu. Pour modifier la position des limites relative au signe d'intégrale ou d'opérateur pour les Intégrales ou les Grands opérateurs, vous pouvez cliquer avec le bouton droit sur l'équation et sélectionner l'option Modifier l'emplacement des limites dans le menu. Les limites peuvent être affichées à droite du signe de l'opérateur (sous forme d'indices et d'exposants) ou directement au-dessus et au-dessous du signe de l'opérateur. Pour modifier la position des limites par rapport au texte des Limites et des Logarithmes et des modèles avec des caractères de regroupement du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur l'équation et sélectionner l'option Limites sur/sous le texte dans le menu. Pour choisir lequel des Crochets doit être affiché, vous pouvez cliquer avec le bouton droit de la souris sur l'expression qui s'y trouve et sélectionner l'option Masquer/Afficher les parenthèses ouvrantes/fermantes dans le menu. Pour contrôler la taille des Crochets, vous pouvez cliquer avec le bouton droit sur l'expression qui s'y trouve. L'option Étirer les parenthèses est sélectionnée par défaut afin que les parenthèses puissent croître en fonction de l'expression qu'elles contiennent, mais vous pouvez désélectionner cette option pour empêcher l'étirement des parenthèses. Lorsque cette option est activée, vous pouvez également utiliser l'option Faire correspondre les crochets à la hauteur de l'argument. Pour modifier la position du caractère par rapport au texte des accolades ou des barres supérieures/inférieures du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur le modèle et sélectionner l'option Caractère/Barre sur/sous le texte dans le menu. Pour choisir les bordures à afficher pour une Formule encadrée du groupe Accentuations, vous pouvez cliquer sur l'équation avec le bouton droit de la souris et sélectionner l'option Propriétés de bordure dans le menu, puis sélectionner Masquer/Afficher bordure supérieure/inférieure/gauche/droite ou Ajouter/Masquer ligne horizontale/verticale/diagonale. Pour spécifier si un espace réservé vide doit être affiché ou non pour une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur le radical et sélectionner l'option Masquer/Afficher l'espace réservé dans le menu. Pour aligner certains éléments d'équation, vous pouvez utiliser les options du menu contextuel : Pour aligner des équations dans les Cas avec plusieurs conditions du groupe Crochets (ou des équations d'autres types, si vous avez déjà ajouté de nouveaux espaces en appuyant sur Entrée), vous pouvez cliquer avec le bouton droit de la souris sur une équation, sélectionner l'option Alignement dans le menu, puis sélectionnez le type d'alignement : Haut, Centre ou Bas Pour aligner une Matrice verticalement, vous pouvez cliquer avec le bouton droit sur la matrice, sélectionner l'option Alignement de Matrice dans le menu, puis sélectionner le type d'alignement : Haut, Centre ou Bas Pour aligner les éléments d'une colonne Matrice horizontalement, vous pouvez cliquer avec le bouton droit sur la colonne, sélectionner l'option Alignement de Colonne dans le menu, puis sélectionner le type d'alignement : Gauche, Centre ou Droite. Supprimer les éléments d'une équation Pour supprimer une partie de l'équation, sélectionnez la partie que vous souhaitez supprimer en faisant glisser la souris ou en maintenant la touche Maj enfoncée et en utilisant les boutons fléchés, puis appuyez sur la touche Suppr du clavier. Un emplacement ne peut être supprimé qu'avec le modèle auquel il appartient. Pour supprimer toute l'équation, sélectionnez-la complètement en faisant glisser la souris ou en double-cliquant sur la boîte d'équation et en appuyant sur la touche Suppr du clavier.Pour supprimer certains éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour supprimer un Radical, vous pouvez faire un clic droit dessus et sélectionner l'option Supprimer radical dans le menu. Pour supprimer un Indice et/ou un Exposant, vous pouvez cliquer avec le bouton droit sur l'expression qui les contient et sélectionner l'option Supprimer indice/exposant dans le menu. Si l'expression contient des scripts qui viennent avant le texte, l'option Supprimer les scripts est disponible. Pour supprimer des Crochets, vous pouvez cliquer avec le bouton droit de la souris sur l'expression qu'ils contiennent et sélectionner l'option Supprimer les caractères englobants ou Supprimer les caractères et séparateurs englobants dans le menu. Si l'expression contenue dans les Crochets comprend plus d'un argument, vous pouvez cliquer avec le bouton droit de la souris sur l'argument que vous voulez supprimer et sélectionner l'option Supprimer l'argument dans le menu. Si les Crochets contiennent plus d'une équation (c'est-à-dire des Cas avec plusieurs conditions), vous pouvez cliquer avec le bouton droit sur l'équation que vous souhaitez supprimer et sélectionner l'option Supprimer l'équation dans le menu. Cette option est également disponible pour les équations d'autres types si vous avez déjà ajouté de nouveaux espaces réservés en appuyant sur Entrée. Pour supprimer une Limite, vous pouvez faire un clic droit dessus et sélectionner l'option Supprimer limite dans le menu. Pour supprimer une Accentuation, vous pouvez cliquer avec le bouton droit de la souris et sélectionner l'option Supprimer le caractère d'accentuation, Supprimer le caractère ou Supprimer la barre dans le menu (les options disponibles varient en fonction de l'accent sélectionné). Pour supprimer une ligne ou une colonne d'une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur l'espace réservé dans la ligne/colonne à supprimer, sélectionner l'option Supprimer dans le menu, puis sélectionner Supprimer la ligne/Colonne." }, { "id": "UsageInstructions/InsertFootnotes.htm", "title": "Insérer les notes de bas de page", - "body": "Vous pouvez ajouter des notes de bas de page pour fournir des explications ou des commentaires sur certaines phrases ou termes utilisés dans votre texte, faire des références aux sources, etc. Pour insérer une note de bas de page dans votre document, positionnez le point d'insertion à la fin du passage de texte auquel vous souhaitez ajouter une note de bas de page, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur l'icône Note de bas de page dans la barre d'outils supérieure ou cliquez sur la flèche en regard de l'icône Note de bas de page et sélectionnez l'option Insérer note de bas de page dans le menu,La marque de note de bas de page (c'est-à-dire le caractère en exposant qui indique une note de bas de page) apparaît dans le texte du document et le point d'insertion se déplace vers le bas de la page actuelle. tapez le texte de la note de bas de page. Répétez les opérations mentionnées ci-dessus pour ajouter les notes de bas de page suivantes à d'autres passages de texte dans le document. Les notes de bas de page sont numérotées automatiquement. Si vous placez le pointeur de la souris sur la marque de la note de bas de page dans le texte du document, une petite fenêtre contextuelle avec le texte de la note apparaît. Pour naviguer facilement entre les notes de bas de page ajoutées dans le texte du document, cliquez sur la flèche vers le bas à côté de l'icône Note de bas de page dans l'onglet Insertion de la barre d'outils supérieure, dans la section Aller aux notes de bas de page, utilisez la flèche pour accéder à la note de bas de page précédente ou la flèche pour accéder à la note de bas de page suivante. Pour modifier les paramètres des notes de bas de page, cliquez sur la flèche vers le bas à côté de l'icône Note de bas de page sur l'onglet Insertion de la barre d'outils supérieure, sélectionnez l'option Paramètres des notes du menu contextuel, changez les paramètres actuels dans la fenêtre Paramètres de Notes qui s'ouvre : Définissez l'Emplacement des notes de bas de page sur la page en sélectionnant l'une des options disponibles : Bas de la page - pour positionner les notes de bas de page au bas de la page (cette option est sélectionnée par défaut). Sous le texte - pour positionner les notes de bas de page plus près du texte. Cette option peut être utile dans les cas où la page contient un court texte. Ajuster le Format des notes de bas de page : Format de numérotation - sélectionnez le format de numérotation voulu parmi ceux disponibles : 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Commencer par - utilisez les flèches pour définir le numéro ou la lettre par laquelle vous voulez commencer à numéroter. Numérotation - sélectionnez un moyen de numéroter vos notes de bas de page : Continu - pour numéroter les notes de bas de page de manière séquentielle dans tout le document, Redémarrer à chaque section - pour commencer la numérotation des notes de bas de page avec le numéro 1 (ou un autre caractère spécifié) au début de chaque section, Redémarrer à chaque page - pour commencer la numérotation des notes de bas de page avec le numéro 1 (ou un autre caractère spécifié) au début de chaque page. Marque personnalisée - définissez un caractère spécial ou un mot que vous souhaitez utiliser comme marque de note de bas de page (par exemple, * ou Note1). Entrez le caractère/mot choisie dans le champ de saisie de texte et cliquez sur le bouton Insérer en bas de la fenêtre Paramètres de Notes. Utilisez la liste déroulante Appliquer les modifications à pour sélectionner si vous souhaitez appliquer les paramètres de notes spécifiés au Document entier ou à la Section en cours uniquement.Remarque : pour utiliser différentes mises en forme de notes de bas de page dans des parties distinctes du document, vous devez d'abord ajouter des sauts de section. Lorsque vous êtes prêt, cliquez sur le bouton Appliquer. Pour supprimer une seule note de bas de page, positionnez le point d'insertion directement avant le repère de note de bas de page dans le texte du document et appuyez sur Suppr. Les autres notes de bas de page seront automatiquement renumérotées. Pour supprimer toutes les notes de bas de page du document, cliquez sur la flèche vers le bas à côté de l'icône Note de bas de page sur l'onglet Insertion de la barre d'outils supérieure, sélectionnez l'option Supprimer toutes les notes du menu contextuel," + "body": "Vous pouvez ajouter des notes de bas de page pour fournir des explications ou des commentaires sur certaines phrases ou termes utilisés dans votre texte, faire des références aux sources, etc. Pour insérer une note de bas de page dans votre document, positionnez le point d'insertion à la fin du passage de texte auquel vous souhaitez ajouter une note de bas de page, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur l'icône Note de bas de page dans la barre d'outils supérieure ou cliquez sur la flèche en regard de l'icône Note de bas de page et sélectionnez l'option Insérer note de bas de page dans le menu,La marque de note de bas de page (c'est-à-dire le caractère en exposant qui indique une note de bas de page) apparaît dans le texte du document et le point d'insertion se déplace vers le bas de la page actuelle. tapez le texte de la note de bas de page. Répétez les opérations mentionnées ci-dessus pour ajouter les notes de bas de page suivantes à d'autres passages de texte dans le document. Les notes de bas de page sont numérotées automatiquement. Si vous placez le pointeur de la souris sur la marque de la note de bas de page dans le texte du document, une petite fenêtre contextuelle avec le texte de la note apparaît. Pour naviguer facilement entre les notes de bas de page ajoutées dans le texte du document, cliquez sur la flèche vers le bas à côté de l'icône Note de bas de page dans l'onglet Insertion de la barre d'outils supérieure, dans la section Aller aux notes de bas de page, utilisez la flèche pour accéder à la note de bas de page précédente ou la flèche pour accéder à la note de bas de page suivante. Pour modifier les paramètres des notes de bas de page, cliquez sur la flèche vers le bas à côté de l'icône Note de bas de page sur l'onglet Insertion de la barre d'outils supérieure, sélectionnez l'option Paramètres des notes du menu contextuel, changez les paramètres actuels dans la fenêtre Paramètres de Notes qui s'ouvre : Définissez l'Emplacement des notes de bas de page sur la page en sélectionnant l'une des options disponibles : Bas de la page - pour positionner les notes de bas de page au bas de la page (cette option est sélectionnée par défaut). Sous le texte - pour positionner les notes de bas de page plus près du texte. Cette option peut être utile dans les cas où la page contient un court texte. Ajuster le Format des notes de bas de page : Format de numérotation - sélectionnez le format de numérotation voulu parmi ceux disponibles : 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Commencer par - utilisez les flèches pour définir le numéro ou la lettre par laquelle vous voulez commencer à numéroter. Numérotation - sélectionnez un moyen de numéroter vos notes de bas de page : Continu - pour numéroter les notes de bas de page de manière séquentielle dans tout le document, Redémarrer à chaque section - pour commencer la numérotation des notes de bas de page avec le numéro 1 (ou un autre caractère spécifié) au début de chaque section, Redémarrer à chaque page - pour commencer la numérotation des notes de bas de page avec le numéro 1 (ou un autre caractère spécifié) au début de chaque page. Marque personnalisée - définissez un caractère spécial ou un mot que vous souhaitez utiliser comme marque de note de bas de page (par exemple, * ou Note1). Entrez le caractère/mot choisie dans le champ de saisie de texte et cliquez sur le bouton Insérer en bas de la fenêtre Paramètres de Notes. Utilisez la liste déroulante Appliquer les modifications à pour sélectionner si vous souhaitez appliquer les paramètres de notes spécifiés au Document entier ou à la Section en cours uniquement.Remarque : pour utiliser différentes mises en forme de notes de bas de page dans des parties distinctes du document, vous devez d'abord ajouter des sauts de section. Lorsque vous êtes prêt, cliquez sur le bouton Appliquer. Pour supprimer une seule note de bas de page, positionnez le point d'insertion directement avant le repère de note de bas de page dans le texte du document et appuyez sur Suppr. Les autres notes de bas de page seront automatiquement renumérotées. Pour supprimer toutes les notes de bas de page du document, cliquez sur la flèche vers le bas à côté de l'icône Note de bas de page sur l'onglet Insertion de la barre d'outils supérieure, sélectionnez l'option Supprimer toutes les notes du menu contextuel," }, { "id": "UsageInstructions/InsertHeadersFooters.htm", @@ -188,7 +188,7 @@ var indexes = { "id": "UsageInstructions/InsertTables.htm", "title": "Insérer des tableaux", - "body": "Insérer un tableau Pour insérer un tableau dans le texte de votre document, placez le curseur à l'endroit où vous voulez insérer le tableau, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur l'icône Insérer un tableau sur la la barre d'outils supérieure, sélectionnez une des options pour créer le tableau : soit un tableau avec le nombre prédéfini de cellules (10 par 8 cellules maximum) Si vous voulez ajouter rapidement un tableau, il vous suffit de sélectionner le nombre de lignes (8 au maximum) et de colonnes (10 au maximum). soit un tableau personnalisé Si vous avez besoin d'un tableau de plus de 10 par 8 cellules, sélectionnez l'option Insérer un tableau personnalisé pour ouvrir la fenêtre et spécifiez le nombre nécessaire de lignes et de colonnes, ensuite cliquez sur le bouton OK. après avoir ajouté le tableau, vous pouvez modifier ses propriétés et sa position. Ajuster les paramètres du tableau Certaines paramètres du tableau ainsi que sa structure peuvent être modifiés à l'aide du menu contextuel. Les options du menu sont les suivantes : Couper, Copier, Coller - les options nécessaires pour couper ou coller le texte / l'objet sélectionné et coller un passage de texte précedement coupé / copié ou un objet à la position actuelle du curseur. Sélectionner sert à sélectionner une ligne, une colonne, une cellule ou un tableau. Insérer sert à insérer une ligne au-dessus ou en dessous de la ligne où le curseur est placé ainsi qu'insérer une colonne à gauche ou à droite de la сolonne à la position actuelle du curseur. Supprimer sert à supprimer une ligne, une colonne ou un tableau. Fusionner les cellules est disponible si deux ou plusieurs cellules sont sélectionnées et est utilisé pour les fusionner. Fractionner la cellule... sert à ouvrir la fenêtre où vous pouvez sélectionner le nombre nécessaire de colonnes et de lignes de la cellule qui doit être divisée. Alignement vertical de cellule sert à aligner le texte en haut, au centre ou en bas de la cellule sélectionnée. Orientation du texte - sert à modifier l'orientation du texte dans une cellule. Vous pouvez placer le texte horisontallement, verticallement de haut en bas (Rotation 90°), ou verticcalement de bas en haut (Rotation 270°). Style d'habillage - Aligné est utilisé pour sélectionner le style aligné (où le tableau est incorporé dans le texte) ainsi que l'alignement : gauche, au centre, droit. Style d'habillage - Objet flottant sert à sélectionner le style flottant lorsque le texte est enroulé autour du tableau. Paramètres avancés du tableau sert à ouvrir la fenêtre 'Tableau - Paramètres avancés'. Lien hypertexte sert à insérer un lien hypertexte. Paramètres avancés du paragraphe- sert à ouvrir la fenêtre 'Paragraphe - Paramètres avancés'. Vous pouvez également modifier les propriétés du tableau en utilisant la barre latérale droite : Lignes et Colonnes servent à sélectionner les parties du tableau à souligner. Pour les lignes : En-tête - pour souligner la première ligne Total - pour souligner la dernière ligne À bandes - pour souligner chaque deuxième ligne Pour les colonnes : Premier - pour souligner la première colonne Dernier - pour souligner la dernière colonne À bandes - pour souligner chaque deuxième colonne Sélectionner à partir d'un modèle sert à choisir un modèle de tableau à partir de ceux qui sont disponibles. Style des bordures sert à sélectionner la taille de la bordure, la couleur, le style ainsi que la couleur d'arrière-plan. Habillage du texte sert à choisir entre deux styles d'habillage du texte - aligné sur le texte et flottant. Lignes et colonnes sert à effectuer certaines opérations avec le tableau : sélectionner, supprimer, insérer des lignes et des colonnes, fusionner des cellules, fractionner une cellule. Répéter en haut de chaque page en tant que ligne d'en-tête sert à insérer la même rangée d'en-tête en haut de chaque page dans les tableaux longs. Afficher les paramètres avancés sert à ouvrir la fenêtre 'Tableau - Paramètres avancés'. Pour modifier les paramètres du tableau avancés, cliquez sur le tableau avec le clic droit de la souris et sélectionnez l'option Paramètres avancés du tableau du menu contextuel ou utilisez le lien Afficher les paramètres avancés sur la barre latérale droite. La fenêtre Propriétés du tableau s'ouvre : L'onglet Tableau permet de modifier les paramètres de tout le tableau. La section Taille du tableau contient les paramètres suivants : Largeur - par défaut, la largeur du tableau est ajustée automatiquement à la largeur de la page, c-à-d le tableau occupe tout l'espace entre la marge gauche et la marge droite de la page. Vous pouvez cocher cette case et spécifier la largeur du tableau manuellement. Mesure en - permet de définir la largeur du tableau en unités absolues c-à-d Centimètres/Points/Pouces (selon l'option choisie dans l'onglet Fichier -> Paramètres avancés... tab) ou en Pour cent de la largeur totale de la page.Remarque: vous pouvez aussi ajuster la taille du tableau manuellement en changeant la hauteur des lignes et la largeur des colonnes. Déplacez le curseur de la souris sur la bordure de la ligne/ de la colonne jusqu'à ce qu'elle se transforme en flèche bidirectionnelle et faites glisser la bordure. Vous pouvez aussi utiliser les marqueurs sur la règle horizontale pour changer la largeur de la colonne et les marqueurs sur la règle verticale pour modifier la hauteur de la ligne. Redimensionner automatiquement pour ajuster au contenu - permet de changer automatiquement la largeur de chaque colonne selon le texte dans ses cellules. La section Marges des cellules par défaut permet de changer l'espace entre le texte dans les cellules et la bordure de la cellule utilisé par défaut. La section Options permet de modifier les paramètres suivants : Espacement entre les cellules - l'espacement des cellules qui sera rempli par la couleur de l'Arrière-plan de tableau. L'onglet Cellule permet de modifier les paramètres des cellules individuelles. D'abord vous devez sélectionner la cellule à appliquer les modifications ou sélectionner le tableau à modifier les propriétés de toutes ses cellules. La section Taille de la cellule contient les paramètres suivants : Largeur préférée - permet de définir la largeur de la cellule par défaut. C'est la taille à laquelle la cellule essaie de correspondre, mais dans certains cas ce n'est pas possible se s'adapter à cette valeur exacte. Par exemple, si le texte dans une cellule dépasse la largeur spécifiée, il sera rompu par la ligne suivante de sorte que la largeur de cellule préférée reste intacte, mais si vous insérez une nouvelle colonne, la largeur préférée sera réduite. Mesure en - permet de définir la largeur de la cellule en unités absolues c-à-d Centimètres/Points/Pouces (selon l'option spécifiée dans l'onglet Fichier -> Paramètres avancés...) ou en Pour cent de la largeur totale du tableau.Remarque : vous pouvez aussi définir la largeur de la cellule manuellement. Pour rendre une cellule plus large ou plus étroite dans une colonne, sélectionnez la cellule nécessaire et déplacez le curseur de la souris sur sa bordure droite jusqu'à ce qu'elle se transforme en flèche bidirectionnelle, puis faites glisser la bordure. Pour modifier la largeur de toutes les cellules d'une colonne, utilisez les marqueurs sur la règle horizontale pour modifier la largeur de la colonne. La section Marges de la cellule permet d'ajuster l'espace entre le texte dans les cellules et la bordure de la cellule. Par défaut, les valeurs standard sont utilisées (les valeurs par défaut peuvent être modifiées également en utilisant l'onglet Tableau), mais vous pouvez désactiver l'option Utiliser marges par défaut et entrer les valeurs nécessaires manuellement. La section Option de la cellule permet de modifier le paramètre suivant : L'option Envelopper le texte est activée par défaut. Il permet d'envelopper le texte dans une cellule qui dépasse sa largeur sur la ligne suivante en agrandissant la hauteur de la rangée et en gardant la largeur de la colonne inchangée. L'onglet Bordures et arrière-plan contient les paramètres suivants : Les paramètres de la Bordure (taille, couleur, présence ou absence) - définissez la taille de la bordure, sélectionnez sa couleur et choisissez la façon d'affichage dans les cellules.Remarque : si vous choisissez de ne pas afficher les bordures du tableau en cliquant sur le bouton ou en désélectionnant toutes les bordures manuellement sur le diagramme, les bordures seront indiquées par une ligne pointillée. Pour les faire disparaître, cliquez sur l'icône Caractères non imprimables sur la barre d'outils supérieure et sélectionnez l'option Bordures du tableau cachées. Fond de la cellule - la couleur d'arrière plan dans les cellules (disponible uniquement si une ou plusieurs cellules sont sélectionnées ou l'option Espacement entre les cellules est sélectionnée dans l'onglet Tableau ). Fond du tableau - la couleur d'arrière plan du tableau ou le fond de l'espacement entre les cellules dans le cas où l'option Espacement entre les cellules est chosie dans l'onglet Tableau. L'onglet Position du tableau est disponible si l'option Flottant de l'onglet Habillage du texte est sélectionnée et contient les paramètres suivants : Horizontal sert à régler l'alignment du tableau (à gauche, au centre, à droite) par rapport à la marge, la page ou le texte aussi bien que la position à droite de la marge, la page ou le texte. Vertical sert à régler l'alignment du tableau (à gauche, au centre, à droite) par rapport à la marge, la page ou le texte aussi bien que la position en dessous de la marge, la page ou le texte. La section Options permet de modifier les paramètres suivants : Déplacer avec le texte contrôle si la tableau se déplace comme le texte dans lequel il est inséré. Autoriser le chevauchement sert à déterminer si deux tableaux sont fusionnés en un seul grand tableau ou se chevauchent si vous les faites glisser les uns près des autres sur la page. L'onglet Habillage du texte contient les paramètres suivants : Style d'habillage du texte - Aligné ou Flottant. Utilisez l'option nécessaire pour changer la façon de positionner le tableau par rapport au texte : soit il sera une partie du texte ( si vous avez choisi le style aligné), soit il sera entouré par le texte de tous les côtés (si vous avez choisi le style flottant). Après avoir sélectionné le style d'habillage, les paramètres d'habillage supplémentaires peuvent être définis pour le style d'habillage aligné et flottant : Pour le style d'habillage aligné, vous pouvez spécifier l'Alignment du tableau et le Retrait à gauche. Pour le style d'habillage flottant, vous pouvez spécifier la distance du texte et la position du tableau dans l'onglet Position du tableau. L'onglet Texte de remplacement permet de spécifier un Titre et une Description qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information du tableau." + "body": "Insérer un tableau Pour insérer un tableau dans le texte de votre document, placez le curseur à l'endroit où vous voulez insérer le tableau, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur l'icône Insérer un tableau sur la la barre d'outils supérieure, sélectionnez une des options pour créer le tableau : soit un tableau avec le nombre prédéfini de cellules (10 par 8 cellules maximum) Si vous voulez ajouter rapidement un tableau, il vous suffit de sélectionner le nombre de lignes (8 au maximum) et de colonnes (10 au maximum). soit un tableau personnalisé Si vous avez besoin d'un tableau de plus de 10 par 8 cellules, sélectionnez l'option Insérer un tableau personnalisé pour ouvrir la fenêtre et spécifiez le nombre nécessaire de lignes et de colonnes, ensuite cliquez sur le bouton OK. après avoir ajouté le tableau, vous pouvez modifier ses propriétés et sa position. Ajuster les paramètres du tableau Certaines paramètres du tableau ainsi que sa structure peuvent être modifiés à l'aide du menu contextuel. Les options du menu sont les suivantes : Couper, Copier, Coller - les options nécessaires pour couper ou coller le texte / l'objet sélectionné et coller un passage de texte précedement coupé / copié ou un objet à la position actuelle du curseur. Sélectionner sert à sélectionner une ligne, une colonne, une cellule ou un tableau. Insérer sert à insérer une ligne au-dessus ou en dessous de la ligne où le curseur est placé ainsi qu'insérer une colonne à gauche ou à droite de la сolonne à la position actuelle du curseur. Supprimer sert à supprimer une ligne, une colonne ou un tableau. Fusionner les cellules est disponible si deux ou plusieurs cellules sont sélectionnées et est utilisé pour les fusionner. Fractionner la cellule... sert à ouvrir la fenêtre où vous pouvez sélectionner le nombre nécessaire de colonnes et de lignes de la cellule qui doit être divisée. Alignement vertical de cellule sert à aligner le texte en haut, au centre ou en bas de la cellule sélectionnée. Orientation du texte - sert à modifier l'orientation du texte dans une cellule. Vous pouvez placer le texte horisontallement, verticallement de haut en bas (Rotation 90°), ou verticcalement de bas en haut (Rotation 270°). Style d'habillage - Aligné est utilisé pour sélectionner le style aligné (où le tableau est incorporé dans le texte) ainsi que l'alignement : gauche, au centre, droit. Style d'habillage - Objet flottant sert à sélectionner le style flottant lorsque le texte est enroulé autour du tableau. Paramètres avancés du tableau sert à ouvrir la fenêtre 'Tableau - Paramètres avancés'. Lien hypertexte sert à insérer un lien hypertexte. Paramètres avancés du paragraphe- sert à ouvrir la fenêtre 'Paragraphe - Paramètres avancés'. Vous pouvez également modifier les propriétés du tableau en utilisant la barre latérale droite : Lignes et Colonnes servent à sélectionner les parties du tableau à souligner. Pour les lignes : En-tête - pour souligner la première ligne Total - pour souligner la dernière ligne À bandes - pour souligner chaque deuxième ligne Pour les colonnes : Premier - pour souligner la première colonne Dernier - pour souligner la dernière colonne À bandes - pour souligner chaque deuxième colonne Sélectionner à partir d'un modèle sert à choisir un modèle de tableau à partir de ceux qui sont disponibles. Style des bordures sert à sélectionner la taille de la bordure, la couleur, le style ainsi que la couleur d'arrière-plan. Habillage du texte sert à choisir entre deux styles d'habillage du texte - aligné sur le texte et flottant. Lignes et colonnes sert à effectuer certaines opérations avec le tableau : sélectionner, supprimer, insérer des lignes et des colonnes, fusionner des cellules, fractionner une cellule. Répéter en haut de chaque page en tant que ligne d'en-tête sert à insérer la même rangée d'en-tête en haut de chaque page dans les tableaux longs. Afficher les paramètres avancés sert à ouvrir la fenêtre 'Tableau - Paramètres avancés'. Pour modifier les paramètres du tableau avancés, cliquez sur le tableau avec le clic droit de la souris et sélectionnez l'option Paramètres avancés du tableau du menu contextuel ou utilisez le lien Afficher les paramètres avancés sur la barre latérale droite. La fenêtre Propriétés du tableau s'ouvre : L'onglet Tableau permet de modifier les paramètres de tout le tableau. La section Taille du tableau contient les paramètres suivants : Largeur - par défaut, la largeur du tableau est ajustée automatiquement à la largeur de la page, c-à-d le tableau occupe tout l'espace entre la marge gauche et la marge droite de la page. Vous pouvez cocher cette case et spécifier la largeur du tableau manuellement. Mesure en - permet de définir la largeur du tableau en unités absolues c-à-d Centimètres/Points/Pouces (selon l'option choisie dans l'onglet Fichier -> Paramètres avancés... tab) ou en Pour cent de la largeur totale de la page.Remarque: vous pouvez aussi ajuster la taille du tableau manuellement en changeant la hauteur des lignes et la largeur des colonnes. Déplacez le curseur de la souris sur la bordure de la ligne/ de la colonne jusqu'à ce qu'elle se transforme en flèche bidirectionnelle et faites glisser la bordure. Vous pouvez aussi utiliser les marqueurs sur la règle horizontale pour changer la largeur de la colonne et les marqueurs sur la règle verticale pour modifier la hauteur de la ligne. Redimensionner automatiquement pour ajuster au contenu - permet de changer automatiquement la largeur de chaque colonne selon le texte dans ses cellules. La section Marges des cellules par défaut permet de changer l'espace entre le texte dans les cellules et la bordure de la cellule utilisé par défaut. La section Options permet de modifier les paramètres suivants : Espacement entre les cellules - l'espacement des cellules qui sera rempli par la couleur de l'Arrière-plan de tableau. L'onglet Cellule permet de modifier les paramètres des cellules individuelles. D'abord vous devez sélectionner la cellule à appliquer les modifications ou sélectionner le tableau à modifier les propriétés de toutes ses cellules. La section Taille de la cellule contient les paramètres suivants : Largeur préférée - permet de définir la largeur de la cellule par défaut. C'est la taille à laquelle la cellule essaie de correspondre, mais dans certains cas ce n'est pas possible se s'adapter à cette valeur exacte. Par exemple, si le texte dans une cellule dépasse la largeur spécifiée, il sera rompu par la ligne suivante de sorte que la largeur de cellule préférée reste intacte, mais si vous insérez une nouvelle colonne, la largeur préférée sera réduite. Mesure en - permet de définir la largeur de la cellule en unités absolues c-à-d Centimètres/Points/Pouces (selon l'option spécifiée dans l'onglet Fichier -> Paramètres avancés...) ou en Pour cent de la largeur totale du tableau.Remarque : vous pouvez aussi définir la largeur de la cellule manuellement. Pour rendre une cellule plus large ou plus étroite dans une colonne, sélectionnez la cellule nécessaire et déplacez le curseur de la souris sur sa bordure droite jusqu'à ce qu'elle se transforme en flèche bidirectionnelle, puis faites glisser la bordure. Pour modifier la largeur de toutes les cellules d'une colonne, utilisez les marqueurs sur la règle horizontale pour modifier la largeur de la colonne. La section Marges de la cellule permet d'ajuster l'espace entre le texte dans les cellules et la bordure de la cellule. Par défaut, les valeurs standard sont utilisées (les valeurs par défaut peuvent être modifiées également en utilisant l'onglet Tableau), mais vous pouvez désactiver l'option Utiliser marges par défaut et entrer les valeurs nécessaires manuellement. La section Option de la cellule permet de modifier le paramètre suivant : L'option Envelopper le texte est activée par défaut. Il permet d'envelopper le texte dans une cellule qui dépasse sa largeur sur la ligne suivante en agrandissant la hauteur de la rangée et en gardant la largeur de la colonne inchangée. L'onglet Bordures et arrière-plan contient les paramètres suivants : Les paramètres de la Bordure (taille, couleur, présence ou absence) - définissez la taille de la bordure, sélectionnez sa couleur et choisissez la façon d'affichage dans les cellules.Remarque : si vous choisissez de ne pas afficher les bordures du tableau en cliquant sur le bouton ou en désélectionnant toutes les bordures manuellement sur le diagramme, les bordures seront indiquées par une ligne pointillée. Pour les faire disparaître, cliquez sur l'icône Caractères non imprimables sur la barre d'outils supérieure et sélectionnez l'option Bordures du tableau cachées. Fond de la cellule - la couleur d'arrière plan dans les cellules (disponible uniquement si une ou plusieurs cellules sont sélectionnées ou l'option Espacement entre les cellules est sélectionnée dans l'onglet Tableau ). Fond du tableau - la couleur d'arrière plan du tableau ou le fond de l'espacement entre les cellules dans le cas où l'option Espacement entre les cellules est chosie dans l'onglet Tableau. L'onglet Position du tableau est disponible si l'option Flottant de l'onglet Habillage du texte est sélectionnée et contient les paramètres suivants : Horizontal sert à régler l'alignment du tableau (à gauche, au centre, à droite) par rapport à la marge, la page ou le texte aussi bien que la position à droite de la marge, la page ou le texte. Vertical sert à régler l'alignment du tableau (à gauche, au centre, à droite) par rapport à la marge, la page ou le texte aussi bien que la position en dessous de la marge, la page ou le texte. La section Options permet de modifier les paramètres suivants : Déplacer avec le texte contrôle si la tableau se déplace comme le texte dans lequel il est inséré. Autoriser le chevauchement sert à déterminer si deux tableaux sont fusionnés en un seul grand tableau ou se chevauchent si vous les faites glisser les uns près des autres sur la page. L'onglet Habillage du texte contient les paramètres suivants : Style d'habillage du texte - Aligné ou Flottant. Utilisez l'option nécessaire pour changer la façon de positionner le tableau par rapport au texte : soit il sera une partie du texte ( si vous avez choisi le style aligné), soit il sera entouré par le texte de tous les côtés (si vous avez choisi le style flottant). Après avoir sélectionné le style d'habillage, les paramètres d'habillage supplémentaires peuvent être définis pour le style d'habillage aligné et flottant : Pour le style d'habillage aligné, vous pouvez spécifier l'Alignment du tableau et le Retrait à gauche. Pour le style d'habillage flottant, vous pouvez spécifier la distance du texte et la position du tableau dans l'onglet Position du tableau. L'onglet Texte de remplacement permet de spécifier un Titre et une Description qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information du tableau." }, { "id": "UsageInstructions/InsertTextObjects.htm", @@ -198,7 +198,7 @@ var indexes = { "id": "UsageInstructions/LineSpacing.htm", "title": "Régler l'interligne du paragraphe", - "body": "En utilisant Document Editor, vous pouvez définir la hauteur de la ligne pour les lignes de texte dans le paragraphe ainsi que les marges entre le paragraphe courant et précédent ou suivant. Pour le faire, placez le curseur dans le paragraphe choisi, ou sélectionnez plusieurs paragraphes avec la souris ou tout le texte en utilisant la combinaison de touches Ctrl+A, utilisez les champs correspondants de la barre latérale droite pour obtenir les résultats nécessaires : Interligne - réglez la hauteur de la ligne pour les lignes de texte dans le paragraphe. Vous pouvez choisir parmi trois options : Au moins (sert à régler l'interligne minimale qui est nécessaire pour adapter la plus grande police ou le graphique à la ligne), Multiple (sert à régler l'interligne exprimée en nombre supérieur à 1), Exactement (sert à définir l'interligne fixe). Spécifiez la valeur nécessaire dans le champ situé à droite. Espacement de paragraphe - définissez l'espace entre les paragraphes. Avant - réglez la taille de l'espace avant le paragraphe. Après - réglez la taille de l'espace après le paragraphe. N'ajoutez pas l'intervalle entre les paragraphes du même style - cochez cette case si vous n'avez pas besoin d'espace entre les paragraphes du même style. Pour modifier rapidement l'interligne du paragraphe actuel, vous cliquez sur l'icône Interligne du paragraphe de la barre d'outils supérieure et sélectionnez la valeur nécessaire dans la liste : 1.0, 1.15, 1.5, 2.0, 2.5, ou 3.0 lignes." + "body": "En utilisant Document Editor, vous pouvez définir la hauteur de la ligne pour les lignes de texte dans le paragraphe ainsi que les marges entre le paragraphe courant et précédent ou suivant. Pour le faire, placez le curseur dans le paragraphe choisi, ou sélectionnez plusieurs paragraphes avec la souris ou tout le texte en utilisant la combinaison de touches Ctrl+A, utilisez les champs correspondants de la barre latérale droite pour obtenir les résultats nécessaires : Interligne - réglez la hauteur de la ligne pour les lignes de texte dans le paragraphe. Vous pouvez choisir parmi trois options : Au moins (sert à régler l'interligne minimale qui est nécessaire pour adapter la plus grande police ou le graphique à la ligne), Multiple (sert à régler l'interligne exprimée en nombre supérieur à 1), Exactement (sert à définir l'interligne fixe). Spécifiez la valeur nécessaire dans le champ situé à droite. Espacement de paragraphe - définissez l'espace entre les paragraphes. Avant - réglez la taille de l'espace avant le paragraphe. Après - réglez la taille de l'espace après le paragraphe. N'ajoutez pas l'intervalle entre les paragraphes du même style - cochez cette case si vous n'avez pas besoin d'espace entre les paragraphes du même style. Pour modifier rapidement l'interligne du paragraphe actuel, vous cliquez sur l'icône Interligne du paragraphe de la barre d'outils supérieure et sélectionnez la valeur nécessaire dans la liste : 1.0, 1.15, 1.5, 2.0, 2.5, ou 3.0 lignes." }, { "id": "UsageInstructions/NonprintingCharacters.htm", @@ -243,7 +243,7 @@ var indexes = { "id": "UsageInstructions/UseMailMerge.htm", "title": "Utiliser le Publipostage", - "body": "Remarque : cette option est disponible uniquement pour les versions payantes. La fonctionnalité Publipostage est utilisée pour créer un ensemble de documents combinant un contenu commun provenant d'un document texte et des composants individuels (variables, tels que des noms, des messages d'accueil, etc.) extraits d'une feuille de calcul (d'une liste de clients par exemple). Elle peut se révéler utile si vous devez créer beaucoup de lettres personnalisées à envoyer aux destinataires. Pour commencer à travailler avec la fonctionnalité Publipostage, Préparer une source de données et la charger dans le document principal La source de données utilisée pour le publipostage doit être une feuille de calcul .xlsx stockée sur votre portail. Ouvrez une feuille de calcul existante ou créez-en une nouvelle et assurez-vous qu'elle réponde aux exigences suivantes.La feuille de calcul doit comporter une ligne d'en-tête avec les titres des colonnes, car les valeurs de la première cellule de chaque colonne désignent des champs de fusion (c'est-à-dire des variables que vous pouvez insérer dans le texte). Chaque colonne doit contenir un ensemble de valeurs réelles pour une variable. Chaque ligne de la feuille de calcul doit correspondre à un enregistrement distinct (c'est-à-dire un ensemble de valeurs appartenant à un destinataire donné). Pendant le processus de fusion, une copie du document principal sera créée pour chaque enregistrement et chaque champ de fusion inséré dans le texte principal sera remplacé par une valeur réelle de la colonne correspondante. Si vous devez envoyer le résultat par courrier électronique, la feuille de calcul doit également inclure une colonne avec les adresses électroniques des destinataires. Ouvrez un document texte existant ou créez-en un nouveau. Il doit contenir le texte principal qui sera le même pour chaque version du document fusionné. Cliquez sur l'icône Fusionner dans l'onglet Accueil de la barre d'outils supérieure. La fenêtre Sélectionner la source de données s'ouvre : Elle affiche la liste de toutes vos feuilles de calcul .xlsx stockées dans la section Mes documents. Pour naviguer entre les autres sections du module Documents, utilisez le menu dans la partie gauche de la fenêtre. Sélectionnez le fichier dont vous avez besoin et cliquez sur OK. Une fois la source de données chargée, l'onglet Paramètres de publipostage sera disponible dans la barre latérale droite. Vérifier ou modifier la liste des destinataires Cliquez sur le bouton Modifier la liste des destinataires en haut de la barre latérale droite pour ouvrir la fenêtre Fusionner les destinataires, où le contenu de la source de données sélectionnée est affiché. Ici, vous pouvez ajouter de nouvelles informations, modifier ou supprimer les données existantes, si nécessaire. Pour simplifier l'utilisation des données, vous pouvez utiliser les icônes situées au haut de la fenêtre : et pour copier et coller les données copiées et pour annuler et rétablir les actions et - pour trier vos données dans une plage sélectionnée de cellules dans l'ordre croissant ou décroissant - pour activer le filtre pour la plage de cellules sélectionnée précédemment ou supprimer le filtre appliqué - pour effacer tous les paramètres de filtre appliquésRemarque : pour en savoir plus sur l'utilisation des filtres, reportez-vous à la section Trier et filtrer les données de l'aide de Spreadsheet Editor. - pour rechercher une certaine valeur et la remplacer par une autre, si nécessaireRemarque : pour en savoir plus sur l'utilisation de l'outil Rechercher et remplacer, reportez-vous à la section Fonctions rechercher et remplacer de l'aide de Spreadsheet Editor. Une fois toutes les modifications nécessaires effectuées, cliquez sur le bouton Enregistrer et quitter. Pour annuler les modifications, cliquez sur le bouton Fermer. Insérer des champs de fusion et vérifier les résultats Placez le curseur de la souris dans le texte du document principal où vous souhaitez insérer un champ de fusion, cliquez sur le bouton Insérer un champ de fusion dans la barre latérale droite et sélectionnez le champ voulu dans la liste. Les champs disponibles correspondent aux données de la première cellule de chaque colonne de la source de données sélectionnée. Ajoutez tous les champs que vous voulez n'importe où dans le document. Activez l'option Mettre en surbrillance les champs de fusion dans la barre latérale droite pour rendre les champs insérés plus visibles dans le texte du document. Activez le sélecteur Aperçu des résultats dans la barre latérale droite pour afficher le texte du document avec les champs de fusion remplacés par les valeurs réelles de la source de données. Utilisez les boutons fléchés pour prévisualiser les versions du document fusionné pour chaque enregistrement. Pour supprimer un champ inséré, désactivez le mode Aperçu des résultats, sélectionnez le champ avec la souris et appuyez sur la touche Suppr du clavier. Pour remplacer un champ inséré, désactivez le mode Aperçu des résultats, sélectionnez le champ avec la souris, cliquez sur le bouton Insérer un champ de fusion dans la barre latérale de droite et choisissez un nouveau champ dans la liste. Spécifier les paramètres de fusion Sélectionnez le type de fusion. Vous pouvez lancer le publipostage ou enregistrer le résultat sous forme de fichier au format PDF ou Docx pour pouvoir l'imprimer ou le modifier ultérieurement. Sélectionnez l'option voulue dans la liste Fusionner vers : PDF - pour créer un document unique au format PDF qui inclut toutes les copies fusionnées afin que vous puissiez les imprimer plus tard Docx - pour créer un document unique au format Docx qui inclut toutes les copies fusionnées afin que vous puissiez éditer les copies individuelles plus tard Email - pour envoyer les résultats aux destinataires par emailRemarque : les adresses e-mail des destinataires doivent être spécifiées dans la source de données chargée et vous devez disposer d'au moins un compte de messagerie connecté dans le module Courrier de votre portail. Choisissez les enregistrements auxquels vous voulez appliquer la fusion : Tous les enregistrements (cette option est sélectionnée par défaut) - pour créer des documents fusionnés pour tous les enregistrements de la source de données chargée Enregistrement actuel - pour créer un document fusionné pour l'enregistrement actuellement affiché De ... À - pour créer des documents fusionnés pour une série d'enregistrements (dans ce cas, vous devez spécifier deux valeurs : le numéro du premier enregistrement et celui du dernier enregistrement dans la plage souhaitée)Remarque : la quantité maximale autorisée de destinataires est de 100. Si vous avez plus de 100 destinataires dans votre source de données, exécutez le publipostage par étapes : spécifiez les valeurs comprises entre 1 et 100, attendez la fin du processus de fusion, puis répétez l'opération en spécifiant les valeurs comprises entre 101 et N etc. . Terminer la fusion Si vous avez décidé d'enregistrer les résultats de la fusion sous forme de fichier, cliquez sur le bouton Télécharger pour stocker le fichier n'importe où sur votre PC. Vous trouverez le fichier téléchargé dans votre dossier Téléchargements par défaut. cliquez sur le bouton Enregistrer pour enregistrer le fichier sur votre portail. Dans la fenêtre Dossier de sauvegarde qui s'ouvre, vous pouvez modifier le nom du fichier et spécifier le dossier dans lequel vous souhaitez enregistrer le fichier. Vous pouvez également cocher la case Ouvrir le document fusionné dans un nouvel onglet pour vérifier le résultat une fois le processus de fusion terminé. Enfin, cliquez sur Enregistrer dans la fenêtre Dossier de sauvegarde. Si vous avez sélectionné l'option Email, le bouton Fusionner sera disponible dans la barre latérale droite. Après avoir cliqué dessus, la fenêtre Envoyer par Email s'ouvre : Dans la liste De, sélectionnez le compte de messagerie que vous souhaitez utiliser pour l'envoi du mail, si plusieurs comptes sont connectés dans le module Courrier. Dans la liste À, sélectionnez le champ de fusion correspondant aux adresses e-mail des destinataires, s'il n'a pas été sélectionné automatiquement. Entrez l'objet de votre message dans le champ Objet. Sélectionnez le format du mail dans la liste déroulante : HTML, Joindre en DOCX ou Joindre en PDF. Lorsque l'une des deux dernières options est sélectionnée, vous devez également spécifier le Nom du fichier pour les pièces jointes et entrer le Message (le texte qui sera envoyé aux destinataires). Cliquez sur le bouton Envoyer. Une fois l'envoi terminé, vous recevrez une notification à votre adresse e-mail spécifiée dans le champ De." + "body": "Remarque : cette option est disponible uniquement pour les versions payantes. La fonctionnalité Publipostage est utilisée pour créer un ensemble de documents combinant un contenu commun provenant d'un document texte et des composants individuels (variables, tels que des noms, des messages d'accueil, etc.) extraits d'une feuille de calcul (d'une liste de clients par exemple). Elle peut se révéler utile si vous devez créer beaucoup de lettres personnalisées à envoyer aux destinataires. Pour commencer à travailler avec la fonctionnalité Publipostage, Préparer une source de données et la charger dans le document principal La source de données utilisée pour le publipostage doit être une feuille de calcul .xlsx stockée sur votre portail. Ouvrez une feuille de calcul existante ou créez-en une nouvelle et assurez-vous qu'elle réponde aux exigences suivantes.La feuille de calcul doit comporter une ligne d'en-tête avec les titres des colonnes, car les valeurs de la première cellule de chaque colonne désignent des champs de fusion (c'est-à-dire des variables que vous pouvez insérer dans le texte). Chaque colonne doit contenir un ensemble de valeurs réelles pour une variable. Chaque ligne de la feuille de calcul doit correspondre à un enregistrement distinct (c'est-à-dire un ensemble de valeurs appartenant à un destinataire donné). Pendant le processus de fusion, une copie du document principal sera créée pour chaque enregistrement et chaque champ de fusion inséré dans le texte principal sera remplacé par une valeur réelle de la colonne correspondante. Si vous devez envoyer le résultat par courrier électronique, la feuille de calcul doit également inclure une colonne avec les adresses électroniques des destinataires. Ouvrez un document texte existant ou créez-en un nouveau. Il doit contenir le texte principal qui sera le même pour chaque version du document fusionné. Cliquez sur l'icône Fusionner dans l'onglet Accueil de la barre d'outils supérieure. La fenêtre Sélectionner la source de données s'ouvre : Elle affiche la liste de toutes vos feuilles de calcul .xlsx stockées dans la section Mes documents. Pour naviguer entre les autres sections du module Documents, utilisez le menu dans la partie gauche de la fenêtre. Sélectionnez le fichier dont vous avez besoin et cliquez sur OK. Une fois la source de données chargée, l'onglet Paramètres de publipostage sera disponible dans la barre latérale droite. Vérifier ou modifier la liste des destinataires Cliquez sur le bouton Modifier la liste des destinataires en haut de la barre latérale droite pour ouvrir la fenêtre Fusionner les destinataires, où le contenu de la source de données sélectionnée est affiché. Ici, vous pouvez ajouter de nouvelles informations, modifier ou supprimer les données existantes, si nécessaire. Pour simplifier l'utilisation des données, vous pouvez utiliser les icônes situées au haut de la fenêtre : et pour copier et coller les données copiées et pour annuler et rétablir les actions et - pour trier vos données dans une plage sélectionnée de cellules dans l'ordre croissant ou décroissant - pour activer le filtre pour la plage de cellules sélectionnée précédemment ou supprimer le filtre appliqué - pour effacer tous les paramètres de filtre appliquésRemarque : pour en savoir plus sur l'utilisation des filtres, reportez-vous à la section Trier et filtrer les données de l'aide de Spreadsheet Editor. - pour rechercher une certaine valeur et la remplacer par une autre, si nécessaireRemarque : pour en savoir plus sur l'utilisation de l'outil Rechercher et remplacer, reportez-vous à la section Fonctions rechercher et remplacer de l'aide de Spreadsheet Editor. Une fois toutes les modifications nécessaires effectuées, cliquez sur le bouton Enregistrer et quitter. Pour annuler les modifications, cliquez sur le bouton Fermer. Insérer des champs de fusion et vérifier les résultats Placez le curseur de la souris dans le texte du document principal où vous souhaitez insérer un champ de fusion, cliquez sur le bouton Insérer un champ de fusion dans la barre latérale droite et sélectionnez le champ voulu dans la liste. Les champs disponibles correspondent aux données de la première cellule de chaque colonne de la source de données sélectionnée. Ajoutez tous les champs que vous voulez n'importe où dans le document. Activez l'option Mettre en surbrillance les champs de fusion dans la barre latérale droite pour rendre les champs insérés plus visibles dans le texte du document. Activez le sélecteur Aperçu des résultats dans la barre latérale droite pour afficher le texte du document avec les champs de fusion remplacés par les valeurs réelles de la source de données. Utilisez les boutons fléchés pour prévisualiser les versions du document fusionné pour chaque enregistrement. Pour supprimer un champ inséré, désactivez le mode Aperçu des résultats, sélectionnez le champ avec la souris et appuyez sur la touche Suppr du clavier. Pour remplacer un champ inséré, désactivez le mode Aperçu des résultats, sélectionnez le champ avec la souris, cliquez sur le bouton Insérer un champ de fusion dans la barre latérale de droite et choisissez un nouveau champ dans la liste. Spécifier les paramètres de fusion Sélectionnez le type de fusion. Vous pouvez lancer le publipostage ou enregistrer le résultat sous forme de fichier au format PDF ou Docx pour pouvoir l'imprimer ou le modifier ultérieurement. Sélectionnez l'option voulue dans la liste Fusionner vers : PDF - pour créer un document unique au format PDF qui inclut toutes les copies fusionnées afin que vous puissiez les imprimer plus tard Docx - pour créer un document unique au format Docx qui inclut toutes les copies fusionnées afin que vous puissiez éditer les copies individuelles plus tard Email - pour envoyer les résultats aux destinataires par emailRemarque : les adresses e-mail des destinataires doivent être spécifiées dans la source de données chargée et vous devez disposer d'au moins un compte de messagerie connecté dans le module Courrier de votre portail. Choisissez les enregistrements auxquels vous voulez appliquer la fusion : Tous les enregistrements (cette option est sélectionnée par défaut) - pour créer des documents fusionnés pour tous les enregistrements de la source de données chargée Enregistrement actuel - pour créer un document fusionné pour l'enregistrement actuellement affiché De ... À - pour créer des documents fusionnés pour une série d'enregistrements (dans ce cas, vous devez spécifier deux valeurs : le numéro du premier enregistrement et celui du dernier enregistrement dans la plage souhaitée)Remarque : la quantité maximale autorisée de destinataires est de 100. Si vous avez plus de 100 destinataires dans votre source de données, exécutez le publipostage par étapes : spécifiez les valeurs comprises entre 1 et 100, attendez la fin du processus de fusion, puis répétez l'opération en spécifiant les valeurs comprises entre 101 et N etc. . Terminer la fusion Si vous avez décidé d'enregistrer les résultats de la fusion sous forme de fichier, cliquez sur le bouton Télécharger pour stocker le fichier n'importe où sur votre PC. Vous trouverez le fichier téléchargé dans votre dossier Téléchargements par défaut. cliquez sur le bouton Enregistrer pour enregistrer le fichier sur votre portail. Dans la fenêtre Dossier de sauvegarde qui s'ouvre, vous pouvez modifier le nom du fichier et spécifier le dossier dans lequel vous souhaitez enregistrer le fichier. Vous pouvez également cocher la case Ouvrir le document fusionné dans un nouvel onglet pour vérifier le résultat une fois le processus de fusion terminé. Enfin, cliquez sur Enregistrer dans la fenêtre Dossier de sauvegarde. Si vous avez sélectionné l'option Email, le bouton Fusionner sera disponible dans la barre latérale droite. Après avoir cliqué dessus, la fenêtre Envoyer par Email s'ouvre : Dans la liste De, sélectionnez le compte de messagerie que vous souhaitez utiliser pour l'envoi du mail, si plusieurs comptes sont connectés dans le module Courrier. Dans la liste À, sélectionnez le champ de fusion correspondant aux adresses e-mail des destinataires, s'il n'a pas été sélectionné automatiquement. Entrez l'objet de votre message dans le champ Objet. Sélectionnez le format du mail dans la liste déroulante : HTML, Joindre en DOCX ou Joindre en PDF. Lorsque l'une des deux dernières options est sélectionnée, vous devez également spécifier le Nom du fichier pour les pièces jointes et entrer le Message (le texte qui sera envoyé aux destinataires). Cliquez sur le bouton Envoyer. Une fois l'envoi terminé, vous recevrez une notification à votre adresse e-mail spécifiée dans le champ De." }, { "id": "UsageInstructions/ViewDocInfo.htm", diff --git a/apps/documenteditor/main/resources/help/ru/search/indexes.js b/apps/documenteditor/main/resources/help/ru/search/indexes.js index 11321ac20..93809da0c 100644 --- a/apps/documenteditor/main/resources/help/ru/search/indexes.js +++ b/apps/documenteditor/main/resources/help/ru/search/indexes.js @@ -108,12 +108,12 @@ var indexes = { "id": "UsageInstructions/ChangeColorScheme.htm", "title": "Выбор цветовой схемы", - "body": "Цветовые схемы применяются ко всему документу. Они используются для быстрого изменения вида документа, поскольку они определяют палитру Цвета темы для элементов документа (шрифт, фон, таблицы, автофигуры, диаграммы). Если вы применили какие-то Цвета темы к элементам документа, а потом выбрали другую Цветовую схему, то цвета, примененные в вашем документе, соответствующим образом изменятся. Для изменения цветовой схемы щелкните по направленной вниз стрелке рядом со значком Изменить цветовую схему на вкладке Главная верхней панели инструментов и выберите нужную цветовую схему из имеющихся вариантов: Стандартная, Оттенки серого, Апекс, Аспект, Официальная, Открытая, Справедливость, Поток, Литейная, Обычная, Метро, Модульная, Изящная, Эркер, Начальная, Бумажная, Солнцестояние, Техническая, Трек, Городская, Яркая. Выбрав предпочтительную цветовую схему, вы сможете выбрать цвета в окне цветовых палитр, соответствующем тому элементу документа, к которому вы хотите применить тот или иной цвет. Для большинства элементов документа к окну цветовых палитр можно получить доступ, нажав на цветной прямоугольник на правой боковой панели, когда нужный элемент выделен. Для шрифта это окно можно открыть с помощью направленной вниз стрелки рядом со значком Цвет шрифта на вкладке Главная верхней панели инструментов. Предусмотрены следующие палитры: Цвета темы - цвета, соответствующие выбранной цветовой схеме документа. Стандартные цвета - набор стандартных цветов. Выбранная цветовая схема на них не влияет. Пользовательский цвет - щелкните по этой надписи, если на доступных палитрах нет нужного цвета. Выберите нужный цветовой диапазон, перемещая вертикальный ползунок цвета, и определите конкретный цвет, перетаскивая инструмент для выбора цвета внутри большого квадратного цветового поля. Как только Вы выберете какой-то цвет, в полях справа отобразятся соответствующие цветовые значения RGB и sRGB. Также можно задать цвет на базе цветовой модели RGB, введя нужные числовые значения в полях R, G, B (красный, зеленый, синий), или указать шестнадцатеричный код sRGB в поле, отмеченном знаком #. Выбранный цвет появится в окне предварительного просмотра Новый. Если к объекту был ранее применен какой-то пользовательский цвет, этот цвет отображается в окне Текущий, так что вы можете сравнить исходный и измененный цвета. Когда цвет будет задан, нажмите на кнопку Добавить: Пользовательский цвет будет применен к выбранному элементу и добавлен в палитру Пользовательский цвет." + "body": "Цветовые схемы применяются ко всему документу. Они используются для быстрого изменения вида документа, поскольку они определяют палитру Цвета темы для элементов документа (шрифт, фон, таблицы, автофигуры, диаграммы). Если вы применили какие-то Цвета темы к элементам документа, а потом выбрали другую Цветовую схему, то цвета, примененные в вашем документе, соответствующим образом изменятся. Для изменения цветовой схемы щелкните по направленной вниз стрелке рядом со значком Изменить цветовую схему на вкладке Главная верхней панели инструментов и выберите нужную цветовую схему из имеющихся вариантов: Стандартная, Оттенки серого, Апекс, Аспект, Официальная, Открытая, Справедливость, Поток, Литейная, Обычная, Метро, Модульная, Изящная, Эркер, Начальная, Бумажная, Солнцестояние, Техническая, Трек, Городская, Яркая. Выбрав предпочтительную цветовую схему, вы сможете выбрать цвета в окне цветовых палитр, соответствующем тому элементу документа, к которому вы хотите применить тот или иной цвет. Для большинства элементов документа к окну цветовых палитр можно получить доступ, нажав на цветной прямоугольник на правой боковой панели, когда нужный элемент выделен. Для шрифта это окно можно открыть с помощью направленной вниз стрелки рядом со значком Цвет шрифта на вкладке Главная верхней панели инструментов. Предусмотрены следующие палитры: Цвета темы - цвета, соответствующие выбранной цветовой схеме документа. Стандартные цвета - набор стандартных цветов. Выбранная цветовая схема на них не влияет. Пользовательский цвет - щелкните по этой надписи, если на доступных палитрах нет нужного цвета. Выберите нужный цветовой диапазон, перемещая вертикальный ползунок цвета, и определите конкретный цвет, перетаскивая инструмент для выбора цвета внутри большого квадратного цветового поля. Как только Вы выберете какой-то цвет, в полях справа отобразятся соответствующие цветовые значения RGB и sRGB. Также можно задать цвет на базе цветовой модели RGB, введя нужные числовые значения в полях R, G, B (красный, зеленый, синий), или указать шестнадцатеричный код sRGB в поле, отмеченном знаком #. Выбранный цвет появится в окне предварительного просмотра Новый. Если к объекту был ранее применен какой-то пользовательский цвет, этот цвет отображается в окне Текущий, так что вы можете сравнить исходный и измененный цвета. Когда цвет будет задан, нажмите на кнопку Добавить: Пользовательский цвет будет применен к выбранному элементу и добавлен в палитру Пользовательский цвет." }, { "id": "UsageInstructions/ChangeWrappingStyle.htm", "title": "Изменение стиля обтекания текстом", - "body": "Опция Стиль обтекания определяет способ размещения объекта относительно текста. Можно изменить стиль обтекания текстом для вставленных объектов, таких как фигуры, изображения, диаграммы, текстовые поля или таблицы. Изменение стиля обтекания текстом для фигур, изображений, диаграмм, текстовых полей Для изменения выбранного в данный момент стиля обтекания: выделите отдельный объект на странице, щелкнув по нему левой кнопкой мыши. Чтобы выделить текстовое поле, щелкайте по его границе, а не по тексту внутри него. откройте настройки обтекания текстом: перейдите на вкладку Макет верхней панели инструментов и нажмите на стрелку рядом со значком Обтекание или щелкните по объекту правой кнопкой мыши и выберите в контекстном меню пункт Стиль обтекания или щелкните по объекту правой кнопкой мыши, выберите опцию Дополнительные параметры и перейдите на вкладку Обтекание текстом в окне Дополнительные параметры объекта. выберите нужный стиль обтекания: В тексте - объект считается частью текста, как отдельный символ, поэтому при перемещении текста объект тоже перемещается. В этом случае параметры расположения недоступны. Если выбран один из следующих стилей, объект можно перемещать независимо от текста и и точно задавать положение объекта на странице: Вокруг рамки - текст обтекает прямоугольную рамку, которая окружает объект. По контуру - текст обтекает реальные контуры объекта. Сквозное - текст обтекает вокруг контуров объекта и заполняет незамкнутое свободное место внутри объекта. Чтобы этот эффект проявился, используйте опцию Изменить границу обтекания из контекстного меню. Сверху и снизу - текст находится только выше и ниже объекта. Перед текстом - объект перекрывает текст. За текстом - текст перекрывает объект. При выборе стиля обтекания Вокруг рамки, По контуру, Сквозное или Сверху и снизу можно задать дополнительные параметры - Расстояние до текста со всех сторон (сверху, снизу, слева, справа). Чтобы открыть эти настройки, щелкните по объекту правой кнопкой мыши, выберите опцию Дополнительные параметры и перейдите на вкладку Обтекание текстом в окне Дополнительные параметры объекта. Укажите нужные значения и нажмите кнопку OK. Если выбран стиль обтекания, отличный от стиля В тексте, в окне Дополнительные параметры объекта также становится доступна вкладка Положение. Для получения дополнительной информации об этих параметрах обратитесь к соответствующим страницам с инструкциями по работе с фигурами, изображениями или диаграммами. Если выбран стиль обтекания, отличный от стиля В тексте, можно также редактировать контур обтекания для изображений или фигур. Щелкните по объекту правой кнопкой мыши, выберите в контекстном меню пункт Стиль обтекания и щелкните по опции Изменить границу обтекания. Чтобы произвольно изменить границу, перетаскивайте точки границы обтекания. Чтобы создать новую точку границы обтекания, щелкните в любом месте на красной линии и перетащите ее в нужную позицию. Изменение стиля обтекания текстом для таблиц Для таблиц доступны два следующих стиля обтекания: Встроенный и Плавающий. Для изменения выбранного в данный момент стиля обтекания: щелкните по таблице правой кнопкой мыши, откройте настройки обтекания текстом: выберите пункт контекстного меню Дополнительные параметры таблицы и перейдите на вкладку Обтекание текстом окна Таблица - дополнительные параметры или выберите один из следующих пунктов контекстного меню: Стиль обтекания - Встроенный - используется для выбора встроенного стиля обтекания (при котором таблица разрывает текст), а также выравнивания: по левому краю, по центру, по правому краю. Стиль обтекания - Плавающий - используется для выбора плавающего стиля обтекания, при котором текст размещается вокруг таблицы. На вкладке Обтекание текстом окна Таблица - дополнительные параметры можно также задать следующие дополнительные параметры: Для встроенных таблиц можно задать тип Выравнивания таблицы (по левому краю, по центру или по правому краю) и Отступ слева. Для плавающих таблиц можно задать Расстояние до текста и положение на вкладке Положение таблицы." + "body": "Опция Стиль обтекания определяет способ размещения объекта относительно текста. Можно изменить стиль обтекания текстом для вставленных объектов, таких как фигуры, изображения, диаграммы, текстовые поля или таблицы. Изменение стиля обтекания текстом для фигур, изображений, диаграмм, текстовых полей Для изменения выбранного в данный момент стиля обтекания: выделите отдельный объект на странице, щелкнув по нему левой кнопкой мыши. Чтобы выделить текстовое поле, щелкайте по его границе, а не по тексту внутри него. откройте настройки обтекания текстом: перейдите на вкладку Макет верхней панели инструментов и нажмите на стрелку рядом со значком Обтекание или щелкните по объекту правой кнопкой мыши и выберите в контекстном меню пункт Стиль обтекания или щелкните по объекту правой кнопкой мыши, выберите опцию Дополнительные параметры и перейдите на вкладку Обтекание текстом в окне Дополнительные параметры объекта. выберите нужный стиль обтекания: В тексте - объект считается частью текста, как отдельный символ, поэтому при перемещении текста объект тоже перемещается. В этом случае параметры расположения недоступны. Если выбран один из следующих стилей, объект можно перемещать независимо от текста и и точно задавать положение объекта на странице: Вокруг рамки - текст обтекает прямоугольную рамку, которая окружает объект. По контуру - текст обтекает реальные контуры объекта. Сквозное - текст обтекает вокруг контуров объекта и заполняет незамкнутое свободное место внутри объекта. Чтобы этот эффект проявился, используйте опцию Изменить границу обтекания из контекстного меню. Сверху и снизу - текст находится только выше и ниже объекта. Перед текстом - объект перекрывает текст. За текстом - текст перекрывает объект. При выборе стиля обтекания Вокруг рамки, По контуру, Сквозное или Сверху и снизу можно задать дополнительные параметры - Расстояние до текста со всех сторон (сверху, снизу, слева, справа). Чтобы открыть эти настройки, щелкните по объекту правой кнопкой мыши, выберите опцию Дополнительные параметры и перейдите на вкладку Обтекание текстом в окне Дополнительные параметры объекта. Укажите нужные значения и нажмите кнопку OK. Если выбран стиль обтекания, отличный от стиля В тексте, в окне Дополнительные параметры объекта также становится доступна вкладка Положение. Для получения дополнительной информации об этих параметрах обратитесь к соответствующим страницам с инструкциями по работе с фигурами, изображениями или диаграммами. Если выбран стиль обтекания, отличный от стиля В тексте, можно также редактировать контур обтекания для изображений или фигур. Щелкните по объекту правой кнопкой мыши, выберите в контекстном меню пункт Стиль обтекания и щелкните по опции Изменить границу обтекания. Чтобы произвольно изменить границу, перетаскивайте точки границы обтекания. Чтобы создать новую точку границы обтекания, щелкните в любом месте на красной линии и перетащите ее в нужную позицию. Изменение стиля обтекания текстом для таблиц Для таблиц доступны два следующих стиля обтекания: Встроенный и Плавающий. Для изменения выбранного в данный момент стиля обтекания: щелкните по таблице правой кнопкой мыши, откройте настройки обтекания текстом: выберите пункт контекстного меню Дополнительные параметры таблицы и перейдите на вкладку Обтекание текстом окна Таблица - дополнительные параметры или выберите один из следующих пунктов контекстного меню: Стиль обтекания - Встроенный - используется для выбора встроенного стиля обтекания (при котором таблица разрывает текст), а также выравнивания: по левому краю, по центру, по правому краю. Стиль обтекания - Плавающий - используется для выбора плавающего стиля обтекания, при котором текст размещается вокруг таблицы. На вкладке Обтекание текстом окна Таблица - дополнительные параметры можно также задать следующие дополнительные параметры: Для встроенных таблиц можно задать тип Выравнивания таблицы (по левому краю, по центру или по правому краю) и Отступ слева. Для плавающих таблиц можно задать Расстояние до текста и положение на вкладке Положение таблицы." }, { "id": "UsageInstructions/CopyClearFormatting.htm", @@ -143,17 +143,17 @@ var indexes = { "id": "UsageInstructions/FormattingPresets.htm", "title": "Применение стилей форматирования", - "body": "Каждый стиль форматирования - это набор предварительно заданных параметров форматирования: (размер, цвет шрифта, междустрочный интервал, выравнивание и т.д.). Стили позволяют быстро форматировать различные части документа (заголовки, подзаголовки, списки, обычный текст, цитаты) вместо того, чтобы каждый раз применять несколько параметров форматирования по отдельности. Это также обеспечивает единое оформление на протяжении всего документа. Стиль можно применить только ко всему абзацу. Использование стандартных стилей Чтобы применить один из доступных стилей форматирования текста: установите курсор внутри нужного абзаца или выделите несколько абзацев, к которым требуется применить стиль форматирования, выберите нужный стиль из библиотеки стилей, расположенной справа на вкладке Главная верхней панели инструментов. Доступны следующие стили форматирования: обычный, без интервала, заголовок 1-9, название, подзаголовок, цитата, выделенная цитата, абзац списка. Редактирование существующих стилей и создание новых Чтобы изменить существующий стиль: Примените нужный стиль к абзацу. Выделите текст абзаца и измените все параметры форматирования, которые нужно. Сохраните внесенные изменения: щелкните правой кнопкой мыши по отредактированному тексту, выберите опцию Форматирование как стиль, а затем - опцию Обновить стиль 'НазваниеСтиля' ('НазваниеСтиля' соответствует тому стилю, который вы применили на первом шаге), или выделите мышью отредактированный фрагмент текста, откройте библиотеку стилей, щелкните правой кнопкой мыши по стилю, который требуется изменить, и выберите опцию Обновить из выделенного фрагмента. Как только стиль будет изменен, оформление всех абзацев в документе, отформатированных с помощью этого стиля, изменится соответствующим образом. Чтобы создать совершенно новый стиль: Отформатируйте фрагмент текста так, как вам нужно. Выберите подходящий способ сохранения стиля: щелкните правой кнопкой мыши по отредактированному тексту, выберите опцию Форматирование как стиль, а затем - опцию Создать новый стиль, или выделите мышью отредактированный фрагмент текста, откройте библиотеку стилей и щелкните по надписи Новый стиль из выделенного фрагмента. Задайте параметры нового стиля в открывшемся окне Создание нового стиля: Укажите название нового стиля в поле ввода текста. Выберите из списка Стиль следующего абзаца нужный стиль для последующего абзаца. Нажмите кнопку OK. Созданный стиль будет добавлен в библиотеку стилей. Управление пользовательскими стилями: Чтобы восстановить параметры по умолчанию определенного стиля, который вы изменили, щелкните правой кнопкой мыши по стилю, который вы хотите восстановить, и выберите опцию Восстановить параметры по умолчанию. Чтобы восстановить параметры по умолчанию всех стилей, которые вы изменили, щелкните правой кнопкой мыши по любому стандартному стилю стилю в библиотеке стилей и выберите опцию Восстановить все стандартные стили. Чтобы удалить один из новых стилей, который вы создали, щелкните правой кнопкой мыши по стилю, который вы хотите удалить, и выберите опцию Удалить стиль. Чтобы удалить все новые стили, которые вы создали, щелкните правой кнопкой мыши по любому новому стилю, который вы создали, и выберите опцию Удалить все пользовательские стили." + "body": "Каждый стиль форматирования - это набор предварительно заданных параметров форматирования: (размер, цвет шрифта, междустрочный интервал, выравнивание и т.д.). Стили позволяют быстро форматировать различные части документа (заголовки, подзаголовки, списки, обычный текст, цитаты) вместо того, чтобы каждый раз применять несколько параметров форматирования по отдельности. Это также обеспечивает единое оформление на протяжении всего документа. Стиль можно применить только ко всему абзацу. Использование стандартных стилей Чтобы применить один из доступных стилей форматирования текста: установите курсор внутри нужного абзаца или выделите несколько абзацев, к которым требуется применить стиль форматирования, выберите нужный стиль из библиотеки стилей, расположенной справа на вкладке Главная верхней панели инструментов. Доступны следующие стили форматирования: обычный, без интервала, заголовок 1-9, название, подзаголовок, цитата, выделенная цитата, абзац списка. Редактирование существующих стилей и создание новых Чтобы изменить существующий стиль: Примените нужный стиль к абзацу. Выделите текст абзаца и измените все параметры форматирования, которые нужно. Сохраните внесенные изменения: щелкните правой кнопкой мыши по отредактированному тексту, выберите опцию Форматирование как стиль, а затем - опцию Обновить стиль 'НазваниеСтиля' ('НазваниеСтиля' соответствует тому стилю, который вы применили на первом шаге), или выделите мышью отредактированный фрагмент текста, откройте библиотеку стилей, щелкните правой кнопкой мыши по стилю, который требуется изменить, и выберите опцию Обновить из выделенного фрагмента. Как только стиль будет изменен, оформление всех абзацев в документе, отформатированных с помощью этого стиля, изменится соответствующим образом. Чтобы создать совершенно новый стиль: Отформатируйте фрагмент текста так, как вам нужно. Выберите подходящий способ сохранения стиля: щелкните правой кнопкой мыши по отредактированному тексту, выберите опцию Форматирование как стиль, а затем - опцию Создать новый стиль, или выделите мышью отредактированный фрагмент текста, откройте библиотеку стилей и щелкните по надписи Новый стиль из выделенного фрагмента. Задайте параметры нового стиля в открывшемся окне Создание нового стиля: Укажите название нового стиля в поле ввода текста. Выберите из списка Стиль следующего абзаца нужный стиль для последующего абзаца. Нажмите кнопку OK. Созданный стиль будет добавлен в библиотеку стилей. Управление пользовательскими стилями: Чтобы восстановить параметры по умолчанию определенного стиля, который вы изменили, щелкните правой кнопкой мыши по стилю, который вы хотите восстановить, и выберите опцию Восстановить параметры по умолчанию. Чтобы восстановить параметры по умолчанию всех стилей, которые вы изменили, щелкните правой кнопкой мыши по любому стандартному стилю стилю в библиотеке стилей и выберите опцию Восстановить все стандартные стили. Чтобы удалить один из новых стилей, который вы создали, щелкните правой кнопкой мыши по стилю, который вы хотите удалить, и выберите опцию Удалить стиль. Чтобы удалить все новые стили, которые вы создали, щелкните правой кнопкой мыши по любому новому стилю, который вы создали, и выберите опцию Удалить все пользовательские стили." }, { "id": "UsageInstructions/InsertAutoshapes.htm", "title": "Вставка автофигур", - "body": "Вставка автофигуры Для добавления автофигуры в документ: перейдите на вкладку Вставка верхней панели инструментов, щелкните по значку Фигура на верхней панели инструментов, выберите одну из доступных групп автофигур: Основные фигуры, Фигурные стрелки, Математические знаки, Схемы, Звезды и ленты, Выноски, Кнопки, Прямоугольники, Линии, щелкните по нужной автофигуре внутри выбранной группы, установите курсор там, где требуется поместить автофигуру, после того, как автофигура будет добавлена, можно изменить ее размер, местоположение и свойства. Примечание: чтобы добавить надпись внутри фигуры, убедитесь, что фигура на странице выделена, и начинайте печатать текст. Текст, добавленный таким способом, становится частью автофигуры (при перемещении или повороте автофигуры текст будет перемещаться или поворачиваться вместе с ней). Перемещение и изменение размера автофигур Для изменения размера автофигуры перетаскивайте маленькие квадраты , расположенные по краям автофигуры. Чтобы сохранить исходные пропорции выбранной автофигуры при изменении размера, удерживайте клавишу Shift и перетаскивайте один из угловых значков. При изменении некоторых фигур, например, фигурных стрелок или выносок, также доступен желтый значок в форме ромба . Он позволяет изменять отдельные параметры формы, например, длину указателя стрелки. Для изменения местоположения автофигуры используйте значок , который появляется после наведения курсора мыши на автофигуру. Перетащите автофигуру на нужное место, не отпуская кнопку мыши. При перемещении автофигуры на экране появляются направляющие, которые помогают точно расположить объект на странице (если выбран стиль обтекания, отличный от стиля \"В тексте\"). Чтобы перемещать автофигуру с шагом в один пиксель, удерживайте клавишу Ctrl и используйте стрелки на клавиатуре. Чтобы перемещать автофигуру строго по горизонтали/вертикали и предотвратить ее смещение в перпендикулярном направлении, при перетаскивании удерживайте клавишу Shift. Чтобы повернуть автофигуру, наведите курсор мыши на маркер поворота и перетащите его по часовой стрелке или против часовой стрелки. Чтобы ограничить угол поворота шагом в 15 градусов, при поворачивании удерживайте клавишу Shift. Изменение параметров автофигуры Чтобы выровнять или расположить автофигуры в определенном порядке, используйте контекстное меню. Меню содержит следующие пункты: Вырезать, копировать, вставить - стандартные опции, которые используются для вырезания или копирования выделенного текста/объекта и вставки ранее вырезанного/скопированного фрагмента текста или объекта в то место, где находится курсор. Порядок - используется, чтобы вынести выбранную автофигуру на передний план, переместить на задний план, перенести вперед или назад, а также сгруппировать или разгруппировать автофигуры для выполнения операций над несколькими из них сразу. Подробнее о расположении объектов в определенном порядке рассказывается на этой странице. Выравнивание - используется, чтобы выровнять фигуру по левому краю, по центру, по правому краю, по верхнему краю, по середине, по нижнему краю. Подробнее о выравнивании объектов рассказывается на этой странице. Стиль обтекания - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом - или для изменения границы обтекания. Опция Изменить границу обтекания доступна только в том случае, если выбран стиль обтекания, отличный от стиля \"В тексте\". Чтобы произвольно изменить границу, перетаскивайте точки границы обтекания. Чтобы создать новую точку границы обтекания, щелкните в любом месте на красной линии и перетащите ее в нужную позицию. Дополнительные параметры фигуры - используется для вызова окна 'Фигура - дополнительные параметры'. Некоторые параметры автофигуры можно изменить с помощью вкладки Параметры фигуры на правой боковой панели. Чтобы ее активировать, щелкните по фигуре и выберите значок Параметры фигуры справа. Здесь можно изменить следующие свойства: Заливка - используйте этот раздел, чтобы выбрать заливку автофигуры. Можно выбрать следующие варианты: Заливка цветом - выберите эту опцию, чтобы задать сплошной цвет, которым требуется заполнить внутреннее пространство выбранной фигуры. Нажмите на цветной прямоугольник, расположенный ниже, и выберите нужный цвет из доступных наборов цветов или задайте любой цвет, который вам нравится. Градиентная заливка - выберите эту опцию, чтобы залить фигуру двумя цветами, плавно переходящими друг в друга. Стиль - выберите один из доступных вариантов: Линейный (цвета изменяются по прямой, то есть по горизонтальной/вертикальной оси или по диагонали под углом 45 градусов) или Радиальный (цвета изменяются по кругу от центра к краям). Направление - выберите шаблон из меню. Если выбран Линейный градиент, доступны следующие направления: из левого верхнего угла в нижний правый, сверху вниз, из правого верхнего угла в нижний левый, справа налево, из правого нижнего угла в верхний левый, снизу вверх, из левого нижнего угла в верхний правый, слева направо. Если выбран Радиальный градиент, доступен только один шаблон. Градиент - щелкните по левому ползунку под шкалой градиента, чтобы активировать цветовое поле, которое соответствует первому цвету. Щелкните по этому цветовому полю справа, чтобы выбрать первый цвет на палитре. Перетащите ползунок, чтобы установить ограничитель градиента, то есть точку, в которой один цвет переходит в другой. Используйте правый ползунок под шкалой градиента, чтобы задать второй цвет и установить ограничитель градиента. Изображение или текстура - выберите эту опцию, чтобы использовать в качестве фона фигуры какое-то изображение или готовую текстуру. Если Вы хотите использовать изображение в качестве фона фигуры, можно добавить изображение Из файла, выбрав его на жестком диске компьютера, или По URL, вставив в открывшемся окне соответствующий URL-адрес. Если Вы хотите использовать текстуру в качестве фона фигуры, разверните меню Из текстуры и выберите нужную предустановленную текстуру. В настоящее время доступны следующие текстуры: Холст, Картон, Темная ткань, Песок, Гранит, Серая бумага, Вязание, Кожа, Крафт-бумага, Папирус, Дерево. В том случае, если выбранное изображение имеет большие или меньшие размеры, чем автофигура, можно выбрать из выпадающего списка параметр Растяжение или Плитка. Опция Растяжение позволяет подогнать размер изображения под размер автофигуры, чтобы оно могло полностью заполнить пространство. Опция Плитка позволяет отображать только часть большего изображения, сохраняя его исходные размеры, или повторять меньшее изображение, сохраняя его исходные размеры, по всей площади автофигуры, чтобы оно могло полностью заполнить пространство. Примечание: любая выбранная предустановленная текстура полностью заполняет пространство, но в случае необходимости можно применить эффект Растяжение. Узор - выберите эту опцию, чтобы залить фигуру с помощью двухцветного рисунка, который образован регулярно повторяющимися элементами. Узор - выберите один из готовых рисунков в меню. Цвет переднего плана - нажмите на это цветовое поле, чтобы изменить цвет элементов узора. Цвет фона - нажмите на это цветовое поле, чтобы изменить цвет фона узора. Без заливки - выберите эту опцию, если Вы вообще не хотите использовать заливку. Непрозрачность - используйте этот раздел, чтобы задать уровень Непрозрачности, перетаскивая ползунок или вручную вводя значение в процентах. Значение, заданное по умолчанию, составляет 100%. Оно соответствует полной непрозрачности. Значение 0% соответствует полной прозрачности. Обводка - используйте этот раздел, чтобы изменить толщину, цвет или тип обводки. Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку. Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий). Стиль обтекания - используйте этот раздел, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом (для получения дополнительной информации смотрите описание дополнительных параметров ниже). Изменить автофигуру - используйте этот раздел, чтобы заменить текущую автофигуру на другую, выбрав ее из выпадающего списка. Чтобы изменить дополнительные параметры автофигуры, щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт Дополнительные параметры. Или нажмите ссылку Дополнительные параметры на правой боковой панели. Откроется окно 'Фигура - дополнительные параметры': Вкладка Размер содержит следующие параметры: Ширина - используйте одну из этих опций, чтобы изменить ширину автофигуры. Абсолютная - укажите точное значение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...). Относительная - укажите размер в процентах относительно ширины левого поля, поля (то есть расстояния между левым и правым полями), ширины страницы или ширины правого поля. Высота - используйте одну из этих опций, чтобы изменить высоту автофигуры. Абсолютная - укажите точное значение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...). Относительная - укажите размер в процентах относительно поля (то есть расстояния между верхним и нижним полями), высоты нижнего поля, высоты страницы или высоты верхнего поля. Если установлен флажок Сохранять пропорции, ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон фигуры. Вкладка Обтекание текстом содержит следующие параметры: Стиль обтекания - используйте эту опцию, чтобы изменить способ размещения автофигуры относительно текста: или она будет являться частью текста (если выбран стиль обтекания \"В тексте\") или текст будет обтекать ее со всех сторон (если выбран один из остальных стилей). В тексте - автофигура считается частью текста, как отдельный символ, поэтому при перемещении текста фигура тоже перемещается. В этом случае параметры расположения недоступны. Если выбран один из следующих стилей, автофигуру можно перемещать независимо от текста и и точно задавать положение фигуры на странице: Вокруг рамки - текст обтекает прямоугольную рамку, которая окружает автофигуру. По контуру - текст обтекает реальные контуры автофигуры. Сквозное - текст обтекает вокруг контуров автофигуры и заполняет незамкнутое свободное место внутри фигуры. Чтобы этот эффект проявился, используйте опцию Изменить границу обтекания из контекстного меню. Сверху и снизу - текст находится только выше и ниже автофигуры. Перед текстом - автофигура перекрывает текст. За текстом - текст перекрывает автофигуру. При выборе стиля обтекания вокруг рамки, по контуру, сквозное или сверху и снизу можно задать дополнительные параметры - расстояние до текста со всех сторон (сверху, снизу, слева, справа). Вкладка Положение доступна только в том случае, если выбран стиль обтекания, отличный от стиля \"В тексте\". Вкладка содержит следующие параметры, которые различаются в зависимости от выбранного стиля обтекания: В разделе По горизонтали можно выбрать один из следующих трех способов позиционирования автофигуры: Выравнивание (по левому краю, по центру, по правому краю) относительно символа, столбца, левого поля, поля, страницы или правого поля, Абсолютное Положение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...), справа от символа, столбца, левого поля, поля, страницы или правого поля, Относительное положение, определяемое в процентах, относительно левого поля, поля, страницы или правого поля. В разделе По вертикали можно выбрать один из следующих трех способов позиционирования автофигуры: Выравнивание (по верхнему краю, по центру, по нижнему краю) относительно строки, поля, нижнего поля, абзаца, страницы или верхнего поля, Абсолютное Положение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...), ниже строки, поля, нижнего поля, абзаца, страницы или верхнего поля, Относительное положение, определяемое в процентах, относительно поля, нижнего поля, страницы или верхнего поля. Опция Перемещать с текстом определяет, будет ли автофигура перемещаться вместе с текстом, к которому она привязана. Опция Разрешить перекрытие определяет, будут ли перекрываться две автофигуры, если перетащить их близко друг к другу на странице. Вкладка Параметры фигуры содержит следующие параметры: Стиль линии - эта группа опций позволяет задать такие параметры: Тип окончания - эта опция позволяет задать стиль окончания линии, поэтому ее можно применить только для фигур с разомкнутым контуром, таких как линии, ломаные линии и т.д.: Плоский - конечные точки будут плоскими. Закругленный - конечные точки будут закругленными. Квадратный - конечные точки будут квадратными. Тип соединения - эта опция позволяет задать стиль пересечения двух линий, например, она может повлиять на контур ломаной линии или углов треугольника или прямоугольника: Закругленный - угол будет закругленным. Скошенный - угол будет срезан наискось. Прямой - угол будет заостренным. Хорошо подходит для фигур с острыми углами. Примечание: эффект будет лучше заметен при использовании контура большей толщины. Стрелки - эта группа опций доступна только в том случае, если выбрана фигура из группы автофигур Линии. Она позволяет задать Начальный и Конечный стиль и Размер стрелки, выбрав соответствующие опции из выпадающих списков. На вкладке Поля вокруг текста можно изменить внутренние поля автофигуры Сверху, Снизу, Слева и Справа (то есть расстояние между текстом внутри фигуры и границами автофигуры). Примечание: эта вкладка доступна, только если в автофигуру добавлен текст, в противном случае вкладка неактивна. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит фигура." + "body": "Вставка автофигуры Для добавления автофигуры в документ: перейдите на вкладку Вставка верхней панели инструментов, щелкните по значку Фигура на верхней панели инструментов, выберите одну из доступных групп автофигур: Основные фигуры, Фигурные стрелки, Математические знаки, Схемы, Звезды и ленты, Выноски, Кнопки, Прямоугольники, Линии, щелкните по нужной автофигуре внутри выбранной группы, установите курсор там, где требуется поместить автофигуру, после того, как автофигура будет добавлена, можно изменить ее размер, местоположение и свойства. Примечание: чтобы добавить надпись внутри фигуры, убедитесь, что фигура на странице выделена, и начинайте печатать текст. Текст, добавленный таким способом, становится частью автофигуры (при перемещении или повороте автофигуры текст будет перемещаться или поворачиваться вместе с ней). Перемещение и изменение размера автофигур Для изменения размера автофигуры перетаскивайте маленькие квадраты , расположенные по краям автофигуры. Чтобы сохранить исходные пропорции выбранной автофигуры при изменении размера, удерживайте клавишу Shift и перетаскивайте один из угловых значков. При изменении некоторых фигур, например, фигурных стрелок или выносок, также доступен желтый значок в форме ромба . Он позволяет изменять отдельные параметры формы, например, длину указателя стрелки. Для изменения местоположения автофигуры используйте значок , который появляется после наведения курсора мыши на автофигуру. Перетащите автофигуру на нужное место, не отпуская кнопку мыши. При перемещении автофигуры на экране появляются направляющие, которые помогают точно расположить объект на странице (если выбран стиль обтекания, отличный от стиля \"В тексте\"). Чтобы перемещать автофигуру с шагом в один пиксель, удерживайте клавишу Ctrl и используйте стрелки на клавиатуре. Чтобы перемещать автофигуру строго по горизонтали/вертикали и предотвратить ее смещение в перпендикулярном направлении, при перетаскивании удерживайте клавишу Shift. Чтобы повернуть автофигуру, наведите курсор мыши на маркер поворота и перетащите его по часовой стрелке или против часовой стрелки. Чтобы ограничить угол поворота шагом в 15 градусов, при поворачивании удерживайте клавишу Shift. Изменение параметров автофигуры Чтобы выровнять или расположить автофигуры в определенном порядке, используйте контекстное меню. Меню содержит следующие пункты: Вырезать, копировать, вставить - стандартные опции, которые используются для вырезания или копирования выделенного текста/объекта и вставки ранее вырезанного/скопированного фрагмента текста или объекта в то место, где находится курсор. Порядок - используется, чтобы вынести выбранную автофигуру на передний план, переместить на задний план, перенести вперед или назад, а также сгруппировать или разгруппировать автофигуры для выполнения операций над несколькими из них сразу. Подробнее о расположении объектов в определенном порядке рассказывается на этой странице. Выравнивание - используется, чтобы выровнять фигуру по левому краю, по центру, по правому краю, по верхнему краю, по середине, по нижнему краю. Подробнее о выравнивании объектов рассказывается на этой странице. Стиль обтекания - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом - или для изменения границы обтекания. Опция Изменить границу обтекания доступна только в том случае, если выбран стиль обтекания, отличный от стиля \"В тексте\". Чтобы произвольно изменить границу, перетаскивайте точки границы обтекания. Чтобы создать новую точку границы обтекания, щелкните в любом месте на красной линии и перетащите ее в нужную позицию. Дополнительные параметры фигуры - используется для вызова окна 'Фигура - дополнительные параметры'. Некоторые параметры автофигуры можно изменить с помощью вкладки Параметры фигуры на правой боковой панели. Чтобы ее активировать, щелкните по фигуре и выберите значок Параметры фигуры справа. Здесь можно изменить следующие свойства: Заливка - используйте этот раздел, чтобы выбрать заливку автофигуры. Можно выбрать следующие варианты: Заливка цветом - выберите эту опцию, чтобы задать сплошной цвет, которым требуется заполнить внутреннее пространство выбранной фигуры. Нажмите на цветной прямоугольник, расположенный ниже, и выберите нужный цвет из доступных наборов цветов или задайте любой цвет, который вам нравится. Градиентная заливка - выберите эту опцию, чтобы залить фигуру двумя цветами, плавно переходящими друг в друга. Стиль - выберите один из доступных вариантов: Линейный (цвета изменяются по прямой, то есть по горизонтальной/вертикальной оси или по диагонали под углом 45 градусов) или Радиальный (цвета изменяются по кругу от центра к краям). Направление - выберите шаблон из меню. Если выбран Линейный градиент, доступны следующие направления: из левого верхнего угла в нижний правый, сверху вниз, из правого верхнего угла в нижний левый, справа налево, из правого нижнего угла в верхний левый, снизу вверх, из левого нижнего угла в верхний правый, слева направо. Если выбран Радиальный градиент, доступен только один шаблон. Градиент - щелкните по левому ползунку под шкалой градиента, чтобы активировать цветовое поле, которое соответствует первому цвету. Щелкните по этому цветовому полю справа, чтобы выбрать первый цвет на палитре. Перетащите ползунок, чтобы установить ограничитель градиента, то есть точку, в которой один цвет переходит в другой. Используйте правый ползунок под шкалой градиента, чтобы задать второй цвет и установить ограничитель градиента. Изображение или текстура - выберите эту опцию, чтобы использовать в качестве фона фигуры какое-то изображение или готовую текстуру. Если Вы хотите использовать изображение в качестве фона фигуры, можно добавить изображение Из файла, выбрав его на жестком диске компьютера, или По URL, вставив в открывшемся окне соответствующий URL-адрес. Если Вы хотите использовать текстуру в качестве фона фигуры, разверните меню Из текстуры и выберите нужную предустановленную текстуру. В настоящее время доступны следующие текстуры: Холст, Картон, Темная ткань, Песок, Гранит, Серая бумага, Вязание, Кожа, Крафт-бумага, Папирус, Дерево. В том случае, если выбранное изображение имеет большие или меньшие размеры, чем автофигура, можно выбрать из выпадающего списка параметр Растяжение или Плитка. Опция Растяжение позволяет подогнать размер изображения под размер автофигуры, чтобы оно могло полностью заполнить пространство. Опция Плитка позволяет отображать только часть большего изображения, сохраняя его исходные размеры, или повторять меньшее изображение, сохраняя его исходные размеры, по всей площади автофигуры, чтобы оно могло полностью заполнить пространство. Примечание: любая выбранная предустановленная текстура полностью заполняет пространство, но в случае необходимости можно применить эффект Растяжение. Узор - выберите эту опцию, чтобы залить фигуру с помощью двухцветного рисунка, который образован регулярно повторяющимися элементами. Узор - выберите один из готовых рисунков в меню. Цвет переднего плана - нажмите на это цветовое поле, чтобы изменить цвет элементов узора. Цвет фона - нажмите на это цветовое поле, чтобы изменить цвет фона узора. Без заливки - выберите эту опцию, если Вы вообще не хотите использовать заливку. Непрозрачность - используйте этот раздел, чтобы задать уровень Непрозрачности, перетаскивая ползунок или вручную вводя значение в процентах. Значение, заданное по умолчанию, составляет 100%. Оно соответствует полной непрозрачности. Значение 0% соответствует полной прозрачности. Обводка - используйте этот раздел, чтобы изменить толщину, цвет или тип обводки. Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку. Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий). Стиль обтекания - используйте этот раздел, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом (для получения дополнительной информации смотрите описание дополнительных параметров ниже). Изменить автофигуру - используйте этот раздел, чтобы заменить текущую автофигуру на другую, выбрав ее из выпадающего списка. Чтобы изменить дополнительные параметры автофигуры, щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт Дополнительные параметры. Или нажмите ссылку Дополнительные параметры на правой боковой панели. Откроется окно 'Фигура - дополнительные параметры': Вкладка Размер содержит следующие параметры: Ширина - используйте одну из этих опций, чтобы изменить ширину автофигуры. Абсолютная - укажите точное значение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...). Относительная - укажите размер в процентах относительно ширины левого поля, поля (то есть расстояния между левым и правым полями), ширины страницы или ширины правого поля. Высота - используйте одну из этих опций, чтобы изменить высоту автофигуры. Абсолютная - укажите точное значение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...). Относительная - укажите размер в процентах относительно поля (то есть расстояния между верхним и нижним полями), высоты нижнего поля, высоты страницы или высоты верхнего поля. Если установлен флажок Сохранять пропорции, ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон фигуры. Вкладка Обтекание текстом содержит следующие параметры: Стиль обтекания - используйте эту опцию, чтобы изменить способ размещения автофигуры относительно текста: или она будет являться частью текста (если выбран стиль обтекания \"В тексте\") или текст будет обтекать ее со всех сторон (если выбран один из остальных стилей). В тексте - автофигура считается частью текста, как отдельный символ, поэтому при перемещении текста фигура тоже перемещается. В этом случае параметры расположения недоступны. Если выбран один из следующих стилей, автофигуру можно перемещать независимо от текста и и точно задавать положение фигуры на странице: Вокруг рамки - текст обтекает прямоугольную рамку, которая окружает автофигуру. По контуру - текст обтекает реальные контуры автофигуры. Сквозное - текст обтекает вокруг контуров автофигуры и заполняет незамкнутое свободное место внутри фигуры. Чтобы этот эффект проявился, используйте опцию Изменить границу обтекания из контекстного меню. Сверху и снизу - текст находится только выше и ниже автофигуры. Перед текстом - автофигура перекрывает текст. За текстом - текст перекрывает автофигуру. При выборе стиля обтекания вокруг рамки, по контуру, сквозное или сверху и снизу можно задать дополнительные параметры - расстояние до текста со всех сторон (сверху, снизу, слева, справа). Вкладка Положение доступна только в том случае, если выбран стиль обтекания, отличный от стиля \"В тексте\". Вкладка содержит следующие параметры, которые различаются в зависимости от выбранного стиля обтекания: В разделе По горизонтали можно выбрать один из следующих трех способов позиционирования автофигуры: Выравнивание (по левому краю, по центру, по правому краю) относительно символа, столбца, левого поля, поля, страницы или правого поля, Абсолютное Положение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...), справа от символа, столбца, левого поля, поля, страницы или правого поля, Относительное положение, определяемое в процентах, относительно левого поля, поля, страницы или правого поля. В разделе По вертикали можно выбрать один из следующих трех способов позиционирования автофигуры: Выравнивание (по верхнему краю, по центру, по нижнему краю) относительно строки, поля, нижнего поля, абзаца, страницы или верхнего поля, Абсолютное Положение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...), ниже строки, поля, нижнего поля, абзаца, страницы или верхнего поля, Относительное положение, определяемое в процентах, относительно поля, нижнего поля, страницы или верхнего поля. Опция Перемещать с текстом определяет, будет ли автофигура перемещаться вместе с текстом, к которому она привязана. Опция Разрешить перекрытие определяет, будут ли перекрываться две автофигуры, если перетащить их близко друг к другу на странице. Вкладка Параметры фигуры содержит следующие параметры: Стиль линии - эта группа опций позволяет задать такие параметры: Тип окончания - эта опция позволяет задать стиль окончания линии, поэтому ее можно применить только для фигур с разомкнутым контуром, таких как линии, ломаные линии и т.д.: Плоский - конечные точки будут плоскими. Закругленный - конечные точки будут закругленными. Квадратный - конечные точки будут квадратными. Тип соединения - эта опция позволяет задать стиль пересечения двух линий, например, она может повлиять на контур ломаной линии или углов треугольника или прямоугольника: Закругленный - угол будет закругленным. Скошенный - угол будет срезан наискось. Прямой - угол будет заостренным. Хорошо подходит для фигур с острыми углами. Примечание: эффект будет лучше заметен при использовании контура большей толщины. Стрелки - эта группа опций доступна только в том случае, если выбрана фигура из группы автофигур Линии. Она позволяет задать Начальный и Конечный стиль и Размер стрелки, выбрав соответствующие опции из выпадающих списков. На вкладке Поля вокруг текста можно изменить внутренние поля автофигуры Сверху, Снизу, Слева и Справа (то есть расстояние между текстом внутри фигуры и границами автофигуры). Примечание: эта вкладка доступна, только если в автофигуру добавлен текст, в противном случае вкладка неактивна. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит фигура." }, { "id": "UsageInstructions/InsertCharts.htm", "title": "Вставка диаграмм", - "body": "Вставка диаграммы Для вставки диаграммы в документ: установите курсор там, где требуется поместить диаграмму, перейдите на вкладку Вставка верхней панели инструментов, щелкните по значку Диаграмма на верхней панели инструментов, выберите из доступных типов диаграммы тот, который вам нужен - гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая, Обратите внимание: для Гистограмм, Графиков, Круговых или Линейчатых диаграмм также доступен формат 3D. после этого появится окно Редактор диаграмм, в котором можно ввести в ячейки необходимые данные при помощи следующих элементов управления: и для копирования и вставки скопированных данных и для отмены и повтора действий для вставки функции и для уменьшения и увеличения числа десятичных знаков для изменения числового формата, то есть того, каким образом выглядят введенные числа в ячейках измените параметры диаграммы, нажав на кнопку Изменить диаграмму в окне Редактор диаграмм. Откроется окно Диаграмма - дополнительные параметры. На вкладке Тип и данные можно изменить тип диаграммы, а также данные, которые вы хотите использовать для создания диаграммы. Выберите Тип диаграммы, который требуется применить: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая. Проверьте выбранный Диапазон данных и при необходимости измените его, нажав на кнопку Выбор данных и указав желаемый диапазон данных в следующем формате: Sheet1!A1:B4. Измените способ расположения данных. Можно выбрать ряды данных для использования по оси X: в строках или в столбцах. На вкладке Макет можно изменить расположение элементов диаграммы: Укажите местоположение Заголовка диаграммы относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы заговок диаграммы не отображался, Наложение, чтобы наложить заголовок на область построения диаграммы и выровнять его по центру, Без наложения, чтобы показать заголовок над областью построения диаграммы. Укажите местоположение Условных обозначений относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы условные обозначения не отображались, Снизу, чтобы показать условные обозначения и расположить их в ряд под областью построения диаграммы, Сверху, чтобы показать условные обозначения и расположить их в ряд над областью построения диаграммы, Справа, чтобы показать условные обозначения и расположить их справа от области построения диаграммы, Слева, чтобы показать условные обозначения и расположить их слева от области построения диаграммы, Наложение слева, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру слева, Наложение справа, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру справа. Определите параметры Подписей данных (то есть текстовых подписей, показывающих точные значения элементов данных): укажите местоположение Подписей данных относительно элементов данных, выбрав нужную опцию из выпадающего списка. Доступные варианты зависят от выбранного типа диаграммы. Для Гистограмм и Линейчатых диаграмм можно выбрать следующие варианты: Нет, По центру, Внутри снизу, Внутри сверху, Снаружи сверху. Для Графиков и Точечных или Биржевых диаграмм можно выбрать следующие варианты: Нет, По центру, Слева, Справа, Сверху, Снизу. Для Круговых диаграмм можно выбрать следующие варианты: Нет, По центру, По ширине, Внутри сверху, Снаружи сверху. Для диаграмм С областями, а также для Гистограмм, Графиков и Линейчатых диаграмм в формате 3D можно выбрать следующие варианты: Нет, По центру. выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: Имя ряда, Название категории, Значение, введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле Разделитель подписей данных. Линии - используется для выбора типа линий для линейчатых/точечных диаграмм. Можно выбрать одну из следующих опций: Прямые для использования прямых линий между элементами данных, Сглаженные для использования сглаженных кривых линий между элементами данных или Нет для того, чтобы линии не отображались. Маркеры - используется для указания того, нужно показывать маркеры (если флажок поставлен) или нет (если флажок снят) на линейчатых/точечных диаграммах. Примечание: Опции Линии и Маркеры доступны только для Линейчатых диаграмм и Точечных диаграмм. В разделе Параметры оси можно указать, надо ли отображать Горизонтальную/Вертикальную ось, выбрав из выпадающего списка опцию Показать или Скрыть. Можно также задать параметры Названий горизонтальной/вертикальной оси: Укажите, надо ли отображать Название горизонтальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название горизонтальной оси не отображалось, Без наложения, чтобы показать название под горизонтальной осью. Укажите ориентацию Названия вертикальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название вертикальной оси не отображалось, Повернутое, чтобы показать название снизу вверх слева от вертикальной оси, По горизонтали, чтобы показать название по горизонтали слева от вертикальной оси. В разделе Линии сетки можно указать, какие из Горизонтальных/вертикальных линий сетки надо отображать, выбрав нужную опцию из выпадающего списка: Основные, Дополнительные или Основные и дополнительные. Можно вообще скрыть линии сетки, выбрав из списка опцию Нет. Примечание: разделы Параметры оси и Линии сетки будут недоступны для круговых диаграмм, так как у круговых диаграмм нет осей и линий сетки. Примечание: Вкладки Вертикальная/горизонтальная ось недоступны для круговых диаграмм, так как у круговых диаграмм нет осей. На вкладке Вертикальная ось можно изменить параметры вертикальной оси, которую называют также осью значений или осью Y, где указываются числовые значения. Обратите, пожалуйста, внимание, что для гистограмм вертикальная ось является осью категорий, на которой показываются текстовые подписи, так что в этом случае опции вкладки Вертикальная ось будут соответствовать опциям, о которых пойдет речь в следующей вкладке. Для точечных диаграмм обе оси являются осями категорий. Раздел Параметры оси позволяет установить следующие параметры: Минимум - используется для указания наименьшего значения, которое отображается в начале вертикальной оси. По умолчанию выбрана опция Авто; в этом случае минимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Максимум - используется для указания наибольшего значения, которое отображается в конце вертикальной оси. По умолчанию выбрана опция Авто; в этом случае максимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Пересечение с осью - используется для указания точки на вертикальной оси, в которой она должна пересекаться с горизонтальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум на вертикальной оси. Единицы отображения - используется для определения порядка числовых значений на вертикальной оси. Эта опция может пригодиться, если вы работаете с большими числами и хотите, чтобы отображение цифр на оси было более компактным и удобочитаемым (например, можно сделать так, чтобы 50 000 показывалось как 50, воспользовавшись опцией Тысячи). Выберите желаемые единицы отображения из выпадающего списка: Сотни, Тысячи, 10 000, 100 000, Миллионы, 10 000 000, 100 000 000, Миллиарды, Триллионы или выберите опцию Нет, чтобы вернуться к единицам отображения по умолчанию. Значения в обратном порядке - используется для отображения значений в обратном порядке. Когда этот флажок снят, наименьшее значение находится внизу, а наибольшее - наверху. Когда этот флажок отмечен, значения располагаются сверху вниз. Раздел Параметры делений позволяет определить местоположение делений на вертикальной оси. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие цифровые значения. Деления дополнительного типа - это вспомогательные деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. В выпадающих списках Основной/Дополнительный тип содержатся следующие опции размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы показывать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы показывать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы показывать деления основного/дополнительного типа с наружной стороны оси. Раздел Параметры подписи позволяет определить положение подписей основных делений, отображающих значения. Для того, чтобы задать Положение подписи относительно вертикальной оси, выберите нужную опцию из выпадающего списка: Нет, чтобы подписи не отображались, Ниже, чтобы показывать подписи слева от области диаграммы, Выше, чтобы показывать подписи справа от области диаграммы, Рядом с осью, чтобы показывать подписи рядом с осью. На вкладке Горизонтальная ось можно изменить параметры горизонтальной оси, которую также называют осью категорий или осью X, где отображаются текстовые подписи. Обратите внимание, что для Гистограмм горизонтальная ось является осью значений, на которой отображаются числовые значения, так что в этом случае опции вкладки Горизонтальная ось будут соответствовать опциям, описанным в предыдущем разделе. Для точечных диаграмм обе оси являются осями значений. Раздел Параметры оси позволяет установить следующие параметры: Пересечение с осью - используется для указания точки на горизонтальной оси, в которой она должна пересекаться с вертикальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум (что соответствует первой и последней категории) на горизонтальной оси. Положение оси - используется для указания того, куда нужно выводить текстовые подписи на ось: на Деления или Между делениями. Значения в обратном порядке - используется для отображения категорий в обратном порядке. Когда этот флажок снят, категории располагаются слева направо. Когда этот флажок отмечен, категории располагаются справа налево. Раздел Параметры делений позволяет определять местоположение делений на горизонтальной шкале. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие значения категорий. Деления дополнительного типа - это более мелкие деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. Можно регулировать следующие параметры делений: Основной/Дополнительный тип - используется для указания следующих вариантов размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы отображать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы отображать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы отображать деления основного/дополнительного типа с наружной стороны оси. Интервал между делениями - используется для указания того, сколько категорий нужно показывать между двумя соседними делениями. Раздел Параметры подписи позволяет установить местоположение подписей, которые отражают категории. Положение подписи - используется для указания того, где следует располагать подписи относительно горизонтальной оси. Выберите нужную опцию из выпадающего списка: Нет, чтобы подписи категорий не отображались, Ниже, чтобы подписи категорий располагались снизу области диаграммы, Выше, чтобы подписи категорий располагались наверху области диаграммы, Рядом с осью, чтобы подписи категорий отображались рядом с осью. Расстояние до подписи - используется для указания того, насколько близко подписи должны располагаться от осей. Можно указать нужное значение в поле ввода. Чем это значение больше, тем дальше расположены подписи от осей. Интервал между подписями - используется для указания того, как часто нужно показывать подписи. По умолчанию выбрана опция Авто; в этом случае подписи отображаются для каждой категории. Можно выбрать опцию Вручную и указать нужное значение в поле справа. Например, введите 2, чтобы отображать подписи у каждой второй категории, и т.д. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит диаграмма. Перемещение и изменение размера диаграмм После того, как диаграмма будет добавлена, можно изменить ее размер и положение. Для изменения размера диаграммы перетаскивайте маленькие квадраты , расположенные по ее краям. Чтобы сохранить исходные пропорции выбранной диаграммы при изменении размера, удерживайте клавишу Shift и перетаскивайте один из угловых значков. Для изменения местоположения диаграммы используйте значок , который появляется после наведения курсора мыши на диаграмму. Перетащите диаграмму на нужное место, не отпуская кнопку мыши. При перемещении диаграммы на экране появляются направляющие, которые помогают точно расположить объект на странице (если выбран стиль обтекания, отличный от стиля \"В тексте\"). Редактирование элементов диаграммы Чтобы изменить Заголовок диаграммы, выделите мышью стандартный текст и введите вместо него свой собственный. Чтобы изменить форматирование шрифта внутри текстовых элементов, таких как заголовок диаграммы, названия осей, элементы условных обозначений, подписи данных и так далее, выделите нужный текстовый элемент, щелкнув по нему левой кнопкой мыши. Затем используйте значки на вкладке Главная верхней панели инструментов, чтобы изменить тип, размер, цвет шрифта или его стиль оформления. Чтобы удалить элемент диаграммы, выделите его, щелкнув левой кнопкой мыши, и нажмите клавишу Delete на клавиатуре. Можно также поворачивать 3D-диаграммы с помощью мыши. Щелкните левой кнопкой мыши внутри области построения диаграммы и удерживайте кнопку мыши до появления голубой пунктирной рамки. Не отпуская кнопку мыши, перетащите курсор, чтобы изменить ориентацию 3D-диаграммы. Изменение параметров диаграммы Некоторые параметры диаграммы можно изменить с помощью вкладки Параметры диаграммы на правой боковой панели. Чтобы ее активировать, щелкните по диаграмме и выберите значок Параметры диаграммы справа. Здесь можно изменить следующие свойства: Размер - используется, чтобы просмотреть текущую Ширину и Высоту диаграммы. Стиль обтекания - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом (для получения дополнительной информации смотрите описание дополнительных параметров ниже). Изменить тип диаграммы - используется, чтобы изменить выбранный тип и/или стиль диаграммы. Для выбора нужного Стиля диаграммы используйте второе выпадающее меню в разделе Изменить тип диаграммы. Изменить данные - используется для вызова окна 'Редактор диаграмм'. Примечание: для быстрого вызова окна 'Редактор диаграмм' можно также дважды щелкнуть мышкой по диаграмме в документе. Некоторые из этих опций можно также найти в контекстном меню. Меню содержит следующие пункты: Вырезать, копировать, вставить - стандартные опции, которые используются для вырезания или копирования выделенного текста/объекта и вставки ранее вырезанного/скопированного фрагмента текста или объекта в то место, где находится курсор. Порядок - используется, чтобы вынести выбранную диаграмму на передний план, переместить на задний план, перенести вперед или назад, а также сгруппировать или разгруппировать диаграммы для выполнения операций над несколькими из них сразу. Подробнее о расположении объектов в определенном порядке рассказывается на этой странице. Выравнивание - используется, чтобы выровнять диаграмму по левому краю, по центру, по правому краю, по верхнему краю, по середине, по нижнему краю. Подробнее о выравнивании объектов рассказывается на этой странице. Стиль обтекания - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом. Опция Изменить границу обтекания для диаграмм недоступна. Изменить данные - используется для вызова окна 'Редактор диаграмм'. Дополнительные параметры диаграммы - используется для вызова окна 'Диаграмма - дополнительные параметры'. При выборе диаграммы справа также появляется значок Параметры фигуры , поскольку фигура используется в качестве фона для диаграммы. Щелкнув по этому значку, можно открыть вкладку Параметры фигуры на правой боковой панели инструментов и задать заливку, обводку и Стиль обтекания. Обратите внимание на то, что тип фигуры изменить нельзя. Чтобы изменить дополнительные параметры диаграммы, щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт Дополнительные параметры диаграммы. Или нажмите ссылку Дополнительные параметры на правой боковой панели. Откроется окно свойств диаграммы: Вкладка Размер содержит следующие параметры: Ширина и Высота - используйте эти опции, чтобы изменить ширину и/или высоту диаграммы. Если нажата кнопка Сохранять пропорции (в этом случае она выглядит так: ), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон диаграммы. Вкладка Обтекание текстом содержит следующие параметры: Стиль обтекания - используйте эту опцию, чтобы изменить способ размещения диаграммы относительно текста: или она будет являться частью текста (если выбран стиль обтекания \"В тексте\") или текст будет обтекать ее со всех сторон (если выбран один из остальных стилей). В тексте - диаграмма считается частью текста, как отдельный символ, поэтому при перемещении текста диаграмма тоже перемещается. В этом случае параметры расположения недоступны. Если выбран один из следующих стилей, диаграмму можно перемещать независимо от текста и и точно задавать положение диаграммы на странице: Вокруг рамки - текст обтекает прямоугольную рамку, которая окружает диаграмму. По контуру - текст обтекает реальные контуры диаграммы. Сквозное - текст обтекает вокруг контуров диаграммы и заполняет незамкнутое свободное место внутри диаграммы. Сверху и снизу - текст находится только выше и ниже диаграммы. Перед текстом - диаграмма перекрывает текст. За текстом - текст перекрывает диаграмму. При выборе стиля обтекания вокруг рамки, по контуру, сквозное или сверху и снизу можно задать дополнительные параметры - расстояние до текста со всех сторон (сверху, снизу, слева, справа). Вкладка Положение доступна только в том случае, если выбран стиль обтекания, отличный от стиля \"В тексте\". Вкладка содержит следующие параметры, которые различаются в зависимости от выбранного стиля обтекания: В разделе По горизонтали можно выбрать один из следующих трех способов позиционирования диаграммы: Выравнивание (по левому краю, по центру, по правому краю) относительно символа, столбца, левого поля, поля, страницы или правого поля, Абсолютное Положение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...), справа от символа, столбца, левого поля, поля, страницы или правого поля, Относительное положение, определяемое в процентах, относительно левого поля, поля, страницы или правого поля. В разделе По вертикали можно выбрать один из следующих трех способов позиционирования диаграммы: Выравнивание (по верхнему краю, по центру, по нижнему краю) относительно строки, поля, нижнего поля, абзаца, страницы или верхнего поля, Абсолютное Положение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...), ниже строки, поля, нижнего поля, абзаца, страницы или верхнего поля, Относительное положение, определяемое в процентах, относительно поля, нижнего поля, страницы или верхнего поля. Опция Перемещать с текстом определяет, будет ли диаграмма перемещаться вместе с текстом, к которому она привязана. Опция Разрешить перекрытие определяет, будут ли перекрываться две диаграммы, если перетащить их близко друг к другу на странице. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит диаграмма." + "body": "Вставка диаграммы Для вставки диаграммы в документ: установите курсор там, где требуется поместить диаграмму, перейдите на вкладку Вставка верхней панели инструментов, щелкните по значку Диаграмма на верхней панели инструментов, выберите из доступных типов диаграммы тот, который вам нужен - гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая, Обратите внимание: для Гистограмм, Графиков, Круговых или Линейчатых диаграмм также доступен формат 3D. после этого появится окно Редактор диаграмм, в котором можно ввести в ячейки необходимые данные при помощи следующих элементов управления: и для копирования и вставки скопированных данных и для отмены и повтора действий для вставки функции и для уменьшения и увеличения числа десятичных знаков для изменения числового формата, то есть того, каким образом выглядят введенные числа в ячейках измените параметры диаграммы, нажав на кнопку Изменить диаграмму в окне Редактор диаграмм. Откроется окно Диаграмма - дополнительные параметры. На вкладке Тип и данные можно изменить тип диаграммы, а также данные, которые вы хотите использовать для создания диаграммы. Выберите Тип диаграммы, который требуется применить: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая. Проверьте выбранный Диапазон данных и при необходимости измените его, нажав на кнопку Выбор данных и указав желаемый диапазон данных в следующем формате: Sheet1!A1:B4. Измените способ расположения данных. Можно выбрать ряды данных для использования по оси X: в строках или в столбцах. На вкладке Макет можно изменить расположение элементов диаграммы: Укажите местоположение Заголовка диаграммы относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы заговок диаграммы не отображался, Наложение, чтобы наложить заголовок на область построения диаграммы и выровнять его по центру, Без наложения, чтобы показать заголовок над областью построения диаграммы. Укажите местоположение Условных обозначений относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы условные обозначения не отображались, Снизу, чтобы показать условные обозначения и расположить их в ряд под областью построения диаграммы, Сверху, чтобы показать условные обозначения и расположить их в ряд над областью построения диаграммы, Справа, чтобы показать условные обозначения и расположить их справа от области построения диаграммы, Слева, чтобы показать условные обозначения и расположить их слева от области построения диаграммы, Наложение слева, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру слева, Наложение справа, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру справа. Определите параметры Подписей данных (то есть текстовых подписей, показывающих точные значения элементов данных): укажите местоположение Подписей данных относительно элементов данных, выбрав нужную опцию из выпадающего списка. Доступные варианты зависят от выбранного типа диаграммы. Для Гистограмм и Линейчатых диаграмм можно выбрать следующие варианты: Нет, По центру, Внутри снизу, Внутри сверху, Снаружи сверху. Для Графиков и Точечных или Биржевых диаграмм можно выбрать следующие варианты: Нет, По центру, Слева, Справа, Сверху, Снизу. Для Круговых диаграмм можно выбрать следующие варианты: Нет, По центру, По ширине, Внутри сверху, Снаружи сверху. Для диаграмм С областями, а также для Гистограмм, Графиков и Линейчатых диаграмм в формате 3D можно выбрать следующие варианты: Нет, По центру. выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: Имя ряда, Название категории, Значение, введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле Разделитель подписей данных. Линии - используется для выбора типа линий для линейчатых/точечных диаграмм. Можно выбрать одну из следующих опций: Прямые для использования прямых линий между элементами данных, Сглаженные для использования сглаженных кривых линий между элементами данных или Нет для того, чтобы линии не отображались. Маркеры - используется для указания того, нужно показывать маркеры (если флажок поставлен) или нет (если флажок снят) на линейчатых/точечных диаграммах. Примечание: Опции Линии и Маркеры доступны только для Линейчатых диаграмм и Точечных диаграмм. В разделе Параметры оси можно указать, надо ли отображать Горизонтальную/Вертикальную ось, выбрав из выпадающего списка опцию Показать или Скрыть. Можно также задать параметры Названий горизонтальной/вертикальной оси: Укажите, надо ли отображать Название горизонтальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название горизонтальной оси не отображалось, Без наложения, чтобы показать название под горизонтальной осью. Укажите ориентацию Названия вертикальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название вертикальной оси не отображалось, Повернутое, чтобы показать название снизу вверх слева от вертикальной оси, По горизонтали, чтобы показать название по горизонтали слева от вертикальной оси. В разделе Линии сетки можно указать, какие из Горизонтальных/вертикальных линий сетки надо отображать, выбрав нужную опцию из выпадающего списка: Основные, Дополнительные или Основные и дополнительные. Можно вообще скрыть линии сетки, выбрав из списка опцию Нет. Примечание: разделы Параметры оси и Линии сетки будут недоступны для круговых диаграмм, так как у круговых диаграмм нет осей и линий сетки. Примечание: Вкладки Вертикальная/горизонтальная ось недоступны для круговых диаграмм, так как у круговых диаграмм нет осей. На вкладке Вертикальная ось можно изменить параметры вертикальной оси, которую называют также осью значений или осью Y, где указываются числовые значения. Обратите, пожалуйста, внимание, что для гистограмм вертикальная ось является осью категорий, на которой показываются текстовые подписи, так что в этом случае опции вкладки Вертикальная ось будут соответствовать опциям, о которых пойдет речь в следующей вкладке. Для точечных диаграмм обе оси являются осями категорий. Раздел Параметры оси позволяет установить следующие параметры: Минимум - используется для указания наименьшего значения, которое отображается в начале вертикальной оси. По умолчанию выбрана опция Авто; в этом случае минимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Максимум - используется для указания наибольшего значения, которое отображается в конце вертикальной оси. По умолчанию выбрана опция Авто; в этом случае максимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Пересечение с осью - используется для указания точки на вертикальной оси, в которой она должна пересекаться с горизонтальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум на вертикальной оси. Единицы отображения - используется для определения порядка числовых значений на вертикальной оси. Эта опция может пригодиться, если вы работаете с большими числами и хотите, чтобы отображение цифр на оси было более компактным и удобочитаемым (например, можно сделать так, чтобы 50 000 показывалось как 50, воспользовавшись опцией Тысячи). Выберите желаемые единицы отображения из выпадающего списка: Сотни, Тысячи, 10 000, 100 000, Миллионы, 10 000 000, 100 000 000, Миллиарды, Триллионы или выберите опцию Нет, чтобы вернуться к единицам отображения по умолчанию. Значения в обратном порядке - используется для отображения значений в обратном порядке. Когда этот флажок снят, наименьшее значение находится внизу, а наибольшее - наверху. Когда этот флажок отмечен, значения располагаются сверху вниз. Раздел Параметры делений позволяет определить местоположение делений на вертикальной оси. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие цифровые значения. Деления дополнительного типа - это вспомогательные деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. В выпадающих списках Основной/Дополнительный тип содержатся следующие опции размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы показывать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы показывать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы показывать деления основного/дополнительного типа с наружной стороны оси. Раздел Параметры подписи позволяет определить положение подписей основных делений, отображающих значения. Для того, чтобы задать Положение подписи относительно вертикальной оси, выберите нужную опцию из выпадающего списка: Нет, чтобы подписи не отображались, Ниже, чтобы показывать подписи слева от области диаграммы, Выше, чтобы показывать подписи справа от области диаграммы, Рядом с осью, чтобы показывать подписи рядом с осью. На вкладке Горизонтальная ось можно изменить параметры горизонтальной оси, которую также называют осью категорий или осью X, где отображаются текстовые подписи. Обратите внимание, что для Гистограмм горизонтальная ось является осью значений, на которой отображаются числовые значения, так что в этом случае опции вкладки Горизонтальная ось будут соответствовать опциям, описанным в предыдущем разделе. Для точечных диаграмм обе оси являются осями значений. Раздел Параметры оси позволяет установить следующие параметры: Пересечение с осью - используется для указания точки на горизонтальной оси, в которой она должна пересекаться с вертикальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум (что соответствует первой и последней категории) на горизонтальной оси. Положение оси - используется для указания того, куда нужно выводить текстовые подписи на ось: на Деления или Между делениями. Значения в обратном порядке - используется для отображения категорий в обратном порядке. Когда этот флажок снят, категории располагаются слева направо. Когда этот флажок отмечен, категории располагаются справа налево. Раздел Параметры делений позволяет определять местоположение делений на горизонтальной шкале. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие значения категорий. Деления дополнительного типа - это более мелкие деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. Можно регулировать следующие параметры делений: Основной/Дополнительный тип - используется для указания следующих вариантов размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы отображать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы отображать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы отображать деления основного/дополнительного типа с наружной стороны оси. Интервал между делениями - используется для указания того, сколько категорий нужно показывать между двумя соседними делениями. Раздел Параметры подписи позволяет установить местоположение подписей, которые отражают категории. Положение подписи - используется для указания того, где следует располагать подписи относительно горизонтальной оси. Выберите нужную опцию из выпадающего списка: Нет, чтобы подписи категорий не отображались, Ниже, чтобы подписи категорий располагались снизу области диаграммы, Выше, чтобы подписи категорий располагались наверху области диаграммы, Рядом с осью, чтобы подписи категорий отображались рядом с осью. Расстояние до подписи - используется для указания того, насколько близко подписи должны располагаться от осей. Можно указать нужное значение в поле ввода. Чем это значение больше, тем дальше расположены подписи от осей. Интервал между подписями - используется для указания того, как часто нужно показывать подписи. По умолчанию выбрана опция Авто; в этом случае подписи отображаются для каждой категории. Можно выбрать опцию Вручную и указать нужное значение в поле справа. Например, введите 2, чтобы отображать подписи у каждой второй категории, и т.д. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит диаграмма. Перемещение и изменение размера диаграмм После того, как диаграмма будет добавлена, можно изменить ее размер и положение. Для изменения размера диаграммы перетаскивайте маленькие квадраты , расположенные по ее краям. Чтобы сохранить исходные пропорции выбранной диаграммы при изменении размера, удерживайте клавишу Shift и перетаскивайте один из угловых значков. Для изменения местоположения диаграммы используйте значок , который появляется после наведения курсора мыши на диаграмму. Перетащите диаграмму на нужное место, не отпуская кнопку мыши. При перемещении диаграммы на экране появляются направляющие, которые помогают точно расположить объект на странице (если выбран стиль обтекания, отличный от стиля \"В тексте\"). Редактирование элементов диаграммы Чтобы изменить Заголовок диаграммы, выделите мышью стандартный текст и введите вместо него свой собственный. Чтобы изменить форматирование шрифта внутри текстовых элементов, таких как заголовок диаграммы, названия осей, элементы условных обозначений, подписи данных и так далее, выделите нужный текстовый элемент, щелкнув по нему левой кнопкой мыши. Затем используйте значки на вкладке Главная верхней панели инструментов, чтобы изменить тип, размер, цвет шрифта или его стиль оформления. Чтобы удалить элемент диаграммы, выделите его, щелкнув левой кнопкой мыши, и нажмите клавишу Delete на клавиатуре. Можно также поворачивать 3D-диаграммы с помощью мыши. Щелкните левой кнопкой мыши внутри области построения диаграммы и удерживайте кнопку мыши до появления голубой пунктирной рамки. Не отпуская кнопку мыши, перетащите курсор, чтобы изменить ориентацию 3D-диаграммы. Изменение параметров диаграммы Некоторые параметры диаграммы можно изменить с помощью вкладки Параметры диаграммы на правой боковой панели. Чтобы ее активировать, щелкните по диаграмме и выберите значок Параметры диаграммы справа. Здесь можно изменить следующие свойства: Размер - используется, чтобы просмотреть текущую Ширину и Высоту диаграммы. Стиль обтекания - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом (для получения дополнительной информации смотрите описание дополнительных параметров ниже). Изменить тип диаграммы - используется, чтобы изменить выбранный тип и/или стиль диаграммы. Для выбора нужного Стиля диаграммы используйте второе выпадающее меню в разделе Изменить тип диаграммы. Изменить данные - используется для вызова окна 'Редактор диаграмм'. Примечание: для быстрого вызова окна 'Редактор диаграмм' можно также дважды щелкнуть мышкой по диаграмме в документе. Некоторые из этих опций можно также найти в контекстном меню. Меню содержит следующие пункты: Вырезать, копировать, вставить - стандартные опции, которые используются для вырезания или копирования выделенного текста/объекта и вставки ранее вырезанного/скопированного фрагмента текста или объекта в то место, где находится курсор. Порядок - используется, чтобы вынести выбранную диаграмму на передний план, переместить на задний план, перенести вперед или назад, а также сгруппировать или разгруппировать диаграммы для выполнения операций над несколькими из них сразу. Подробнее о расположении объектов в определенном порядке рассказывается на этой странице. Выравнивание - используется, чтобы выровнять диаграмму по левому краю, по центру, по правому краю, по верхнему краю, по середине, по нижнему краю. Подробнее о выравнивании объектов рассказывается на этой странице. Стиль обтекания - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом. Опция Изменить границу обтекания для диаграмм недоступна. Изменить данные - используется для вызова окна 'Редактор диаграмм'. Дополнительные параметры диаграммы - используется для вызова окна 'Диаграмма - дополнительные параметры'. При выборе диаграммы справа также появляется значок Параметры фигуры , поскольку фигура используется в качестве фона для диаграммы. Щелкнув по этому значку, можно открыть вкладку Параметры фигуры на правой боковой панели инструментов и задать заливку, обводку и Стиль обтекания. Обратите внимание на то, что тип фигуры изменить нельзя. Чтобы изменить дополнительные параметры диаграммы, щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт Дополнительные параметры диаграммы. Или нажмите ссылку Дополнительные параметры на правой боковой панели. Откроется окно свойств диаграммы: Вкладка Размер содержит следующие параметры: Ширина и Высота - используйте эти опции, чтобы изменить ширину и/или высоту диаграммы. Если нажата кнопка Сохранять пропорции (в этом случае она выглядит так: ), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон диаграммы. Вкладка Обтекание текстом содержит следующие параметры: Стиль обтекания - используйте эту опцию, чтобы изменить способ размещения диаграммы относительно текста: или она будет являться частью текста (если выбран стиль обтекания \"В тексте\") или текст будет обтекать ее со всех сторон (если выбран один из остальных стилей). В тексте - диаграмма считается частью текста, как отдельный символ, поэтому при перемещении текста диаграмма тоже перемещается. В этом случае параметры расположения недоступны. Если выбран один из следующих стилей, диаграмму можно перемещать независимо от текста и и точно задавать положение диаграммы на странице: Вокруг рамки - текст обтекает прямоугольную рамку, которая окружает диаграмму. По контуру - текст обтекает реальные контуры диаграммы. Сквозное - текст обтекает вокруг контуров диаграммы и заполняет незамкнутое свободное место внутри диаграммы. Сверху и снизу - текст находится только выше и ниже диаграммы. Перед текстом - диаграмма перекрывает текст. За текстом - текст перекрывает диаграмму. При выборе стиля обтекания вокруг рамки, по контуру, сквозное или сверху и снизу можно задать дополнительные параметры - расстояние до текста со всех сторон (сверху, снизу, слева, справа). Вкладка Положение доступна только в том случае, если выбран стиль обтекания, отличный от стиля \"В тексте\". Вкладка содержит следующие параметры, которые различаются в зависимости от выбранного стиля обтекания: В разделе По горизонтали можно выбрать один из следующих трех способов позиционирования диаграммы: Выравнивание (по левому краю, по центру, по правому краю) относительно символа, столбца, левого поля, поля, страницы или правого поля, Абсолютное Положение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...), справа от символа, столбца, левого поля, поля, страницы или правого поля, Относительное положение, определяемое в процентах, относительно левого поля, поля, страницы или правого поля. В разделе По вертикали можно выбрать один из следующих трех способов позиционирования диаграммы: Выравнивание (по верхнему краю, по центру, по нижнему краю) относительно строки, поля, нижнего поля, абзаца, страницы или верхнего поля, Абсолютное Положение, определяемое в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...), ниже строки, поля, нижнего поля, абзаца, страницы или верхнего поля, Относительное положение, определяемое в процентах, относительно поля, нижнего поля, страницы или верхнего поля. Опция Перемещать с текстом определяет, будет ли диаграмма перемещаться вместе с текстом, к которому она привязана. Опция Разрешить перекрытие определяет, будут ли перекрываться две диаграммы, если перетащить их близко друг к другу на странице. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит диаграмма." }, { "id": "UsageInstructions/InsertDropCap.htm", @@ -168,12 +168,12 @@ var indexes = { "id": "UsageInstructions/InsertFootnotes.htm", "title": "Вставка сносок", - "body": "Сноски можно добавлять, чтобы пояснить или прокомментировать какие-то фразы или термины, использованные в тексте, указать ссылки на источники и так далее. Чтобы вставить сноску в документ: установите курсор в конце фрагмента текста, к которому надо добавить сноску, перейдите на вкладку Вставка верхней панели инструментов, нажмите на значок Сноска на верхней панели инструментов или нажмите на стрелку рядом со значком Сноска и выберите в меню опцию Вставить сноску, В тексте документа появится знак сноски (то есть надстрочный знак, обозначающий сноску), а курсор переместится в нижнюю часть текущей страницы. введите текст сноски. Повторите вышеуказанные действия, чтобы добавить последующие сноски к другим фрагментам текста в документе. Сноски нумеруются автоматически. При наведении курсора на знак сноски в тексте документа появляется небольшое всплывающее окно с текстом сноски. Чтобы легко переходить между добавленными сносками в тексте документа: нажмите на стрелку рядом со значком Сноска на вкладке Вставка верхней панели инструментов, в разделе Перейти к сноскам используйте стрелку для перехода к предыдущей сноске или стрелку для перехода к следующей сноске. Чтобы изменить параметры сносок: нажмите на стрелку рядом со значком Сноска на вкладке Вставка верхней панели инструментов, выберите в меню опцию Параметры сносок, измените текущие параметры в открывшемся окне Параметры сносок: Задайте Положение сносок на странице, выбрав один из доступных вариантов: Внизу страницы - чтобы расположить сноски внизу страницы (эта опция выбрана по умолчанию). Под текстом - чтобы расположить сноски ближе к тексту. Эта опция может быть полезна в тех случаях, когда на странице содержится короткий текст. Настройте Формат сносок: Формат номера - выберите нужный формат номера из доступных вариантов: 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Начать с - используйте стрелки, чтобы задать цифру или букву, с которой должна начинаться нумерация. Нумерация - выберите способ нумерации сносок: Непрерывная - чтобы нумеровать сноски последовательно во всем документе, В каждом разделе - чтобы начинать нумерацию сносок с цифры 1 (или другого заданного символа) в начале каждого раздела, На каждой странице - чтобы начинать нумерацию сносок с цифры 1 (или другого заданного символа) в начале каждой страницы. Особый символ - задайте специальный символ или слово, которые требуется использовать в качестве знака сноски (например, * или Прим.1). Введите в поле ввода текста нужный символ или слово и нажмите кнопку Вставить в нижней части окна Параметры сносок. Используйте раскрывающийся список Применить изменения, чтобы выбрать, требуется ли применить указанные параметры сносок Ко всему документу или только К текущему разделу. Примечание: чтобы использовать различное форматирование сносок в отдельных частях документа, сначала необходимо добавить разрывы раздела. Когда все будет готово, нажмите на кнопку Применить. Чтобы удалить отдельную сноску, установите курсор непосредственно перед знаком сноски в тексте документа и нажмите клавишу Delete. Нумерация оставшихся сносок изменится автоматически. Чтобы удалить все сноски в документе: нажмите на стрелку рядом со значком Сноска на вкладке Вставка верхней панели инструментов, выберите в меню опцию Удалить все сноски." + "body": "Сноски можно добавлять, чтобы пояснить или прокомментировать какие-то фразы или термины, использованные в тексте, указать ссылки на источники и так далее. Чтобы вставить сноску в документ: установите курсор в конце фрагмента текста, к которому надо добавить сноску, перейдите на вкладку Вставка верхней панели инструментов, нажмите на значок Сноска на верхней панели инструментов или нажмите на стрелку рядом со значком Сноска и выберите в меню опцию Вставить сноску, В тексте документа появится знак сноски (то есть надстрочный знак, обозначающий сноску), а курсор переместится в нижнюю часть текущей страницы. введите текст сноски. Повторите вышеуказанные действия, чтобы добавить последующие сноски к другим фрагментам текста в документе. Сноски нумеруются автоматически. При наведении курсора на знак сноски в тексте документа появляется небольшое всплывающее окно с текстом сноски. Чтобы легко переходить между добавленными сносками в тексте документа: нажмите на стрелку рядом со значком Сноска на вкладке Вставка верхней панели инструментов, в разделе Перейти к сноскам используйте стрелку для перехода к предыдущей сноске или стрелку для перехода к следующей сноске. Чтобы изменить параметры сносок: нажмите на стрелку рядом со значком Сноска на вкладке Вставка верхней панели инструментов, выберите в меню опцию Параметры сносок, измените текущие параметры в открывшемся окне Параметры сносок: Задайте Положение сносок на странице, выбрав один из доступных вариантов: Внизу страницы - чтобы расположить сноски внизу страницы (эта опция выбрана по умолчанию). Под текстом - чтобы расположить сноски ближе к тексту. Эта опция может быть полезна в тех случаях, когда на странице содержится короткий текст. Настройте Формат сносок: Формат номера - выберите нужный формат номера из доступных вариантов: 1, 2, 3,..., a, b, c,..., A, B, C,..., i, ii, iii,..., I, II, III,.... Начать с - используйте стрелки, чтобы задать цифру или букву, с которой должна начинаться нумерация. Нумерация - выберите способ нумерации сносок: Непрерывная - чтобы нумеровать сноски последовательно во всем документе, В каждом разделе - чтобы начинать нумерацию сносок с цифры 1 (или другого заданного символа) в начале каждого раздела, На каждой странице - чтобы начинать нумерацию сносок с цифры 1 (или другого заданного символа) в начале каждой страницы. Особый символ - задайте специальный символ или слово, которые требуется использовать в качестве знака сноски (например, * или Прим.1). Введите в поле ввода текста нужный символ или слово и нажмите кнопку Вставить в нижней части окна Параметры сносок. Используйте раскрывающийся список Применить изменения, чтобы выбрать, требуется ли применить указанные параметры сносок Ко всему документу или только К текущему разделу. Примечание: чтобы использовать различное форматирование сносок в отдельных частях документа, сначала необходимо добавить разрывы раздела. Когда все будет готово, нажмите на кнопку Применить. Чтобы удалить отдельную сноску, установите курсор непосредственно перед знаком сноски в тексте документа и нажмите клавишу Delete. Нумерация оставшихся сносок изменится автоматически. Чтобы удалить все сноски в документе: нажмите на стрелку рядом со значком Сноска на вкладке Вставка верхней панели инструментов, выберите в меню опцию Удалить все сноски." }, { "id": "UsageInstructions/InsertHeadersFooters.htm", "title": "Вставка колонтитулов", - "body": "Чтобы добавить в документ верхний или нижний колонтитулы или изменить существующие, перейдите на вкладку Вставка верхней панели инструментов, нажмите значок Колонтитулы на верхней панели инструментов, выберите одну из следующих опций: Изменить верхний колонтитул, чтобы вставить или отредактировать текст верхнего колонтитула. Изменить нижний колонтитул, чтобы вставить или отредактировать текст нижнего колонтитула. измените текущие параметры колонтитулов на правой боковой панели: Установите положение текста относительно верхнего (для верхних колонтитулов) или нижнего (для нижних колонтитулов) края страницы. Установите флажок Особый для первой страницы, если надо применить особый верхний или нижний колонтитул для самой первой страницы или вообще не добавлять на нее колонтитулы. Опция Разные для четных и нечетных используется для вставки разных колонтитулов для четных и нечетных страниц. Опция Связать с предыдущим доступна, если вы ранее добавили в документ разделы. В противном случае она будет неактивна. Кроме того, эта опция недоступна для самого первого раздела (то есть когда выделен верхний или нижний колонтитул, относящийся к первому разделу). По умолчанию эта опция включена и ко всем разделам применяются одни и те же верхние/нижние колонтитулы. Если выбрать область верхних или нижних колонтитулов, она будет отмечена надписью Same as previous. Для того чтобы использовать разные верхние/нижние колонтитулы в каждом разделе документа, уберите галочку Связать с предыдущим, и надпись Same as previous больше отображаться не будет. Чтобы ввести текст или отредактировать уже введенный текст и настроить параметры верхнего или нижнего колонтитулов, можно также дважды щелкнуть в верхней или нижней части страницы или щелкнуть там правой кнопкой мыши и выбрать единственную опцию меню - Изменить верхний колонтитул или Изменить нижний колонтитул. Чтобы переключиться на текст документа, дважды щелкните по рабочей области. Текст, используемый в колонтитулах будет отображаться серым цветом. Примечание: пожалуйста, обратитесь к разделу Вставка номеров страниц, чтобы узнать, как добавить в документ номера страниц." + "body": "Чтобы добавить в документ верхний или нижний колонтитулы или изменить существующие, перейдите на вкладку Вставка верхней панели инструментов, нажмите значок Колонтитулы на верхней панели инструментов, выберите одну из следующих опций: Изменить верхний колонтитул, чтобы вставить или отредактировать текст верхнего колонтитула. Изменить нижний колонтитул, чтобы вставить или отредактировать текст нижнего колонтитула. измените текущие параметры колонтитулов на правой боковой панели: Установите положение текста относительно верхнего (для верхних колонтитулов) или нижнего (для нижних колонтитулов) края страницы. Установите флажок Особый для первой страницы, если надо применить особый верхний или нижний колонтитул для самой первой страницы или вообще не добавлять на нее колонтитулы. Опция Разные для четных и нечетных используется для вставки разных колонтитулов для четных и нечетных страниц. Опция Связать с предыдущим доступна, если вы ранее добавили в документ разделы. В противном случае она будет неактивна. Кроме того, эта опция недоступна для самого первого раздела (то есть когда выделен верхний или нижний колонтитул, относящийся к первому разделу). По умолчанию эта опция включена и ко всем разделам применяются одни и те же верхние/нижние колонтитулы. Если выбрать область верхних или нижних колонтитулов, она будет отмечена надписью Same as previous. Для того чтобы использовать разные верхние/нижние колонтитулы в каждом разделе документа, уберите галочку Связать с предыдущим, и надпись Same as previous больше отображаться не будет. Чтобы ввести текст или отредактировать уже введенный текст и настроить параметры верхнего или нижнего колонтитулов, можно также дважды щелкнуть в верхней или нижней части страницы или щелкнуть там правой кнопкой мыши и выбрать единственную опцию меню - Изменить верхний колонтитул или Изменить нижний колонтитул. Чтобы переключиться на текст документа, дважды щелкните по рабочей области. Текст, используемый в колонтитулах будет отображаться серым цветом. Примечание: пожалуйста, обратитесь к разделу Вставка номеров страниц, чтобы узнать, как добавить в документ номера страниц." }, { "id": "UsageInstructions/InsertImages.htm", @@ -183,27 +183,27 @@ var indexes = { "id": "UsageInstructions/InsertPageNumbers.htm", "title": "Вставка номеров страниц", - "body": "Для вставки в документ номеров страниц: перейдите на вкладку Вставка верхней панели инструментов, нажмите значок Колонтитулы на верхней панели инструментов, выберите подменю Вставить номер страницы выберите одну из следующих опций: Чтобы поместить номер страницы на каждую страницу документа, выберите положение номеров страниц на странице. Чтобы вставить номер страницы в текущей позиции курсора, выберите опцию В текущей позиции. Для вставки общего числа страниц в документе (например, если вы хотите создать запись вида \"Страница X из Y\"): установите курсор там, где требуется вставить общее число страниц, нажмите значок Колонтитулы на верхней панели инструментов, выберите опцию Вставить число страниц. Для изменения параметров номеров страниц: дважды щелкните в области, где расположен номер страницы, измените текущие параметры на правой боковой панели: Установите положение номеров страниц на странице, а также положение относительно верхнего и нижнего края страницы. Установите флажок Особый для первой страницы, если надо применить особый номер для самой первой страницы, или вообще не добавлять на нее номер. Установите флажок Разные для четных и нечетных для вставки разных номеров для четных и нечетных страниц. Опция Связать с предыдущим доступна, если вы ранее добавили в документ разделы. В противном случае она будет неактивна. Кроме того, эта опция недоступна для самого первого раздела (то есть когда выделен верхний или нижний колонтитул, относящийся к первому разделу). По умолчанию эта опция включена и ко всем разделам применяются одна и та же нумерация страниц. Если выбрать область верхних или нижних колонтитулов, она будет отмечена надписью Same as previous. Для того чтобы использовать разную нумерацию страниц в каждом разделе документа, уберите галочку Связать с предыдущим, и надпись Same as previous больше отображаться не будет. Чтобы вернуться к редактированию документа, дважды щелкните по рабочей области." + "body": "Для вставки в документ номеров страниц: перейдите на вкладку Вставка верхней панели инструментов, нажмите значок Колонтитулы на верхней панели инструментов, выберите подменю Вставить номер страницы выберите одну из следующих опций: Чтобы поместить номер страницы на каждую страницу документа, выберите положение номеров страниц на странице. Чтобы вставить номер страницы в текущей позиции курсора, выберите опцию В текущей позиции. Для вставки общего числа страниц в документе (например, если вы хотите создать запись вида \"Страница X из Y\"): установите курсор там, где требуется вставить общее число страниц, нажмите значок Колонтитулы на верхней панели инструментов, выберите опцию Вставить число страниц. Для изменения параметров номеров страниц: дважды щелкните в области, где расположен номер страницы, измените текущие параметры на правой боковой панели: Установите положение номеров страниц на странице, а также положение относительно верхнего и нижнего края страницы. Установите флажок Особый для первой страницы, если надо применить особый номер для самой первой страницы, или вообще не добавлять на нее номер. Установите флажок Разные для четных и нечетных для вставки разных номеров для четных и нечетных страниц. Опция Связать с предыдущим доступна, если вы ранее добавили в документ разделы. В противном случае она будет неактивна. Кроме того, эта опция недоступна для самого первого раздела (то есть когда выделен верхний или нижний колонтитул, относящийся к первому разделу). По умолчанию эта опция включена и ко всем разделам применяются одна и та же нумерация страниц. Если выбрать область верхних или нижних колонтитулов, она будет отмечена надписью Same as previous. Для того чтобы использовать разную нумерацию страниц в каждом разделе документа, уберите галочку Связать с предыдущим, и надпись Same as previous больше отображаться не будет. Чтобы вернуться к редактированию документа, дважды щелкните по рабочей области." }, { "id": "UsageInstructions/InsertTables.htm", "title": "Вставка таблиц", - "body": "Вставка таблицы Для вставки таблицы в текст документа: установите курсор там, где надо разместить таблицу, перейдите на вкладку Вставка верхней панели инструментов, нажмите значок Таблица на верхней панели инструментов, выберите опцию для создания таблицы: или таблица со стандартным количеством ячеек (максимум 10 на 8 ячеек) Если требуется быстро добавить таблицу, просто выделите мышью нужное количество строк (максимум 8) и столбцов (максимум 10). или пользовательская таблица Если Вам нужна таблица больше, чем 10 на 8 ячеек, выберите опцию Вставить пользовательскую таблицу, после чего откроется окно, в котором можно вручную ввести нужное количество строк и столбцов соответственно, затем нажмите кнопку OK. после того, как таблица будет добавлена, Вы сможете изменить ее свойства и положение. Изменение параметров таблицы Некоторые свойства таблицы, а также ее структуру можно изменить с помощью контекстного меню. Меню содержит следующие пункты: Вырезать, копировать, вставить - стандартные опции, которые используются для вырезания или копирования выделенного текста/объекта и вставки ранее вырезанного/скопированного фрагмента текста или объекта в то место, где находится курсор. Выделить - используется для выделения строки, столбца, ячейки или таблицы. Вставить - используется для вставки строки выше или ниже той строки, в которой находится курсор, а также для вставки столбца слева или справа от того столбца, в котором находится курсор. Удалить - используется для удаления строки, столбца или таблицы. Объединить ячейки - этот пункт доступен при выделении двух или более ячеек и используется для их объединения. Разделить ячейку... - используется для вызова окна, в котором можно выбрать нужное количество столбцов и строк, на которое будет разделена ячейка. Вертикальное выравнивание в ячейках - используется для выравнивания текста в выделенной ячейке по верхнему краю, центру или нижнему краю. Направление текста - используется для изменения ориентации текста в ячейке. Текст можно расположить по горизонтали, по вертикали сверху вниз (Поворот на 90°), или по вертикали снизу вверх (Поворот на 270°). Стиль обтекания - Встроенный - используется для выбора встроенного стиля обтекания (при котором таблица разрывает текст), а также выравнивания: по левому краю, по центру, по правому краю. Стиль обтекания - Плавающий - используется для выбора плавающего стиля обтекания, при котором текст размещается вокруг таблицы. Дополнительные параметры таблицы - используется для вызова окна 'Таблица - дополнительные параметры'. Гиперссылка - используется для вставки гиперссылки. Дополнительные параметры абзаца - используется для вызова окна 'Абзац - дополнительные параметры'. Свойства таблицы можно также изменить на правой боковой панели: Строки и Столбцы - используются для выбора тех частей таблицы, которые необходимо выделить. Для строк: Заголовок - для выделения первой строки Итоговая - для выделения последней строки Чередовать - для выделения строк через одну Для столбцов: Первый - для выделения первого столбца Последний - для выделения последнего столбца Чередовать - для выделения столбцов через один По шаблону - используется для выбора одного из доступных шаблонов таблиц. Стиль границ - используется для выбора толщины, цвета и стиля границ, а также цвета фона. Стиль обтекания - используется для выбора одного из двух стилей обтекания текстом - встроенного и плавающего. Строки и столбцы - используется для выполнения некоторых операций с таблицей: выделения, удаления, вставки строк и столбцов, объединения ячеек, разделения ячейки. Повторять как заголовок на каждой странице - в длинных таблицах используется для вставки одной и той же строки заголовка наверху каждой страницы. Дополнительные параметры - используется для вызова окна 'Таблица - дополнительные параметры'. Чтобы изменить дополнительные параметры таблицы, щелкните по таблице правой кнопкой мыши и выберите из контекстного меню пункт Дополнительные параметры таблицы. Или нажмите ссылку Дополнительные параметры на правой боковой панели. Откроется окно свойств таблицы: На вкладке Таблица можно изменить свойства всей таблицы. Раздел Размер таблицы содержит следующие параметры: Ширина - по умолчанию ширина таблицы автоматически подгоняется по ширине страницы, то есть таблица занимает все пространство между левым и правым полями страницы. Можно установить этот флажок и указать нужную ширину таблицы вручную. Опция Единицы позволяет указать, надо ли задавать ширину таблицы в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...) или в Процентах от общей ширины страницы. Примечание: можно также регулировать размеры таблицы, изменяя высоту строк и ширину столбцов вручную. Наведите указатель мыши на границу строки/столбца, чтобы он превратился в двустороннюю стрелку, и перетащите границу. Кроме того, можно использовать маркеры на горизонтальной линейке для изменения ширины столбцов и маркеры на вертикальной линейке для изменения высоты строк. Автоподбор размеров по содержимому - разрешает автоматически изменять ширину каждого столбца в соответствии с текстом внутри его ячеек. Раздел Поля ячейки по умолчанию позволяет изменить используемые по умолчанию расстояния между текстом внутри ячейки и границами ячейки. Раздел Параметры позволяет изменить следующий параметр: Интервалы между ячейками - разрешает использование между ячейками интервалов, которые будут заливаться цветом Фона таблицы. На вкладке Ячейка можно изменить свойства отдельных ячеек. Сначала надо выбрать ячейку, к которой требуется применить изменения, или выделить всю таблицу, чтобы изменить свойства всех ее ячеек. Раздел Размер ячейки содержит следующие параметры: Опция Ширина позволяет задать предпочтительную ширину ячейки. Это размер, которому ячейка стремится соответствовать, хотя в некоторых случаях точное соответствие может быть невозможно. Например, если текст внутри ячейки превышает заданную ширину, он будет переноситься на следующую строку, чтобы предпочтительная ширина ячейки оставалась неизменной, но если вставить новый столбец, предпочтительная ширина будет уменьшена. Опция Единицы - позволяет указать, надо ли задавать ширину ячейки в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...) или в Процентах от общей ширины таблицы. Примечание: можно также регулировать ширину ячейки вручную. Чтобы сделать отдельную ячейку в столбце шире или уже общей ширины столбца, выделите нужную ячейку, наведите указатель мыши на ее правую границу, чтобы он превратился в двустороннюю стрелку, затем перетащите границу. Чтобы изменить ширину всех ячеек в столбце, используйте маркеры на горизонтальной линейке для изменения ширины столбцов. Раздел Поля ячейки позволяет регулировать расстояние между текстом внутри ячейки и границами ячейки. По умолчанию установлены стандартные значения (значения, используемые по умолчанию, тоже можно изменить на вкладке Таблица), но можно снять флажок Использовать поля по умолчанию и ввести нужные значения вручную. В разделе Параметры ячейки можно изменить следующий параметр: Опция Перенос текста включена по умолчанию. Она позволяет переносить текст внутри ячейки, превышающий ее ширину, на следующую строку, увеличивая высоту строки и оставляя ширину столбца неизменной. Вкладка Границы и фон содержит следующие параметры: Параметры границы (ширина, цвет и наличие или отсутствие) - задайте ширину границ, выберите их цвет и то, как они должны отображаться в ячейках. Примечание: если вы решили скрыть границы таблицы, нажав кнопку или отключив все границы вручную на схеме, в документе они будут обозначены пунктиром. Чтобы они совсем исчезли, нажмите значок Непечатаемые символы на вкладке Главная верхней панели инструментов и выберите опцию Скрытые границы таблиц. Фон ячейки - цвет фона внутри ячейки (опция доступна только в том случае, если выделены одна или более ячеек или выбрана опция Интервалы между ячейками на вкладке Таблица). Фон таблицы - цвет фона таблицы или фона пространства между ячейками в том случае, если выбрана опция Интервалы между ячейками на вкладке Таблица. Вкладка Положение таблицы доступна только в том случае, если на вкладке Обтекание текстом выбран Плавающий стиль обтекания, и содержит следующие параметры: Параметры раздела По горизонтали включают в себя выравнивание таблицы (по левому краю, по центру, по правому краю) относительно поля, страницы или текста, а также положение таблицы справа от поля, страницы или текста. Параметры раздела По вертикали включают в себя выравнивание таблицы (по верхнему краю, по центру, по нижнему краю) относительно поля, страницы или текста, а также положение таблицы ниже поля, страницы или текста. В разделе Параметры можно изменить следующие параметры: Опция Перемещать с текстом определяет, будет ли таблица перемещаться вместе с текстом, в который она вставлена. Опция Разрешить перекрытие определяет, будут ли две таблицы объединяться в одну большую таблицу или перекрываться, если перетащить их близко друг к другу на странице. Вкладка Обтекание текстом содержит следующие параметры: Стиль обтекания текстом - Встроенный или Плавающий. Используйте нужную опцию, чтобы изменить способ размещения таблицы относительно текста: или она будет являться частью текста (если Вы выбрали встроенный стиль), или текст будет обтекать ее со всех сторон (если Вы выбрали плавающий стиль). После того, как Вы выберете тип обтекания, можно задать дополнительные параметры обтекания как для встроенного, так и для плавающего типа: Для встроенного типа Вы можете указать выравнивание таблицы и отступ слева. Для плавающего типа Вы можете указать расстояние до текста и положение таблицы на вкладке Положение таблицы. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит таблица." + "body": "Вставка таблицы Для вставки таблицы в текст документа: установите курсор там, где надо разместить таблицу, перейдите на вкладку Вставка верхней панели инструментов, нажмите значок Таблица на верхней панели инструментов, выберите опцию для создания таблицы: или таблица со стандартным количеством ячеек (максимум 10 на 8 ячеек) Если требуется быстро добавить таблицу, просто выделите мышью нужное количество строк (максимум 8) и столбцов (максимум 10). или пользовательская таблица Если Вам нужна таблица больше, чем 10 на 8 ячеек, выберите опцию Вставить пользовательскую таблицу, после чего откроется окно, в котором можно вручную ввести нужное количество строк и столбцов соответственно, затем нажмите кнопку OK. после того, как таблица будет добавлена, Вы сможете изменить ее свойства и положение. Изменение параметров таблицы Некоторые свойства таблицы, а также ее структуру можно изменить с помощью контекстного меню. Меню содержит следующие пункты: Вырезать, копировать, вставить - стандартные опции, которые используются для вырезания или копирования выделенного текста/объекта и вставки ранее вырезанного/скопированного фрагмента текста или объекта в то место, где находится курсор. Выделить - используется для выделения строки, столбца, ячейки или таблицы. Вставить - используется для вставки строки выше или ниже той строки, в которой находится курсор, а также для вставки столбца слева или справа от того столбца, в котором находится курсор. Удалить - используется для удаления строки, столбца или таблицы. Объединить ячейки - этот пункт доступен при выделении двух или более ячеек и используется для их объединения. Разделить ячейку... - используется для вызова окна, в котором можно выбрать нужное количество столбцов и строк, на которое будет разделена ячейка. Вертикальное выравнивание в ячейках - используется для выравнивания текста в выделенной ячейке по верхнему краю, центру или нижнему краю. Направление текста - используется для изменения ориентации текста в ячейке. Текст можно расположить по горизонтали, по вертикали сверху вниз (Поворот на 90°), или по вертикали снизу вверх (Поворот на 270°). Стиль обтекания - Встроенный - используется для выбора встроенного стиля обтекания (при котором таблица разрывает текст), а также выравнивания: по левому краю, по центру, по правому краю. Стиль обтекания - Плавающий - используется для выбора плавающего стиля обтекания, при котором текст размещается вокруг таблицы. Дополнительные параметры таблицы - используется для вызова окна 'Таблица - дополнительные параметры'. Гиперссылка - используется для вставки гиперссылки. Дополнительные параметры абзаца - используется для вызова окна 'Абзац - дополнительные параметры'. Свойства таблицы можно также изменить на правой боковой панели: Строки и Столбцы - используются для выбора тех частей таблицы, которые необходимо выделить. Для строк: Заголовок - для выделения первой строки Итоговая - для выделения последней строки Чередовать - для выделения строк через одну Для столбцов: Первый - для выделения первого столбца Последний - для выделения последнего столбца Чередовать - для выделения столбцов через один По шаблону - используется для выбора одного из доступных шаблонов таблиц. Стиль границ - используется для выбора толщины, цвета и стиля границ, а также цвета фона. Стиль обтекания - используется для выбора одного из двух стилей обтекания текстом - встроенного и плавающего. Строки и столбцы - используется для выполнения некоторых операций с таблицей: выделения, удаления, вставки строк и столбцов, объединения ячеек, разделения ячейки. Повторять как заголовок на каждой странице - в длинных таблицах используется для вставки одной и той же строки заголовка наверху каждой страницы. Дополнительные параметры - используется для вызова окна 'Таблица - дополнительные параметры'. Чтобы изменить дополнительные параметры таблицы, щелкните по таблице правой кнопкой мыши и выберите из контекстного меню пункт Дополнительные параметры таблицы. Или нажмите ссылку Дополнительные параметры на правой боковой панели. Откроется окно свойств таблицы: На вкладке Таблица можно изменить свойства всей таблицы. Раздел Размер таблицы содержит следующие параметры: Ширина - по умолчанию ширина таблицы автоматически подгоняется по ширине страницы, то есть таблица занимает все пространство между левым и правым полями страницы. Можно установить этот флажок и указать нужную ширину таблицы вручную. Опция Единицы позволяет указать, надо ли задавать ширину таблицы в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...) или в Процентах от общей ширины страницы. Примечание: можно также регулировать размеры таблицы, изменяя высоту строк и ширину столбцов вручную. Наведите указатель мыши на границу строки/столбца, чтобы он превратился в двустороннюю стрелку, и перетащите границу. Кроме того, можно использовать маркеры на горизонтальной линейке для изменения ширины столбцов и маркеры на вертикальной линейке для изменения высоты строк. Автоподбор размеров по содержимому - разрешает автоматически изменять ширину каждого столбца в соответствии с текстом внутри его ячеек. Раздел Поля ячейки по умолчанию позволяет изменить используемые по умолчанию расстояния между текстом внутри ячейки и границами ячейки. Раздел Параметры позволяет изменить следующий параметр: Интервалы между ячейками - разрешает использование между ячейками интервалов, которые будут заливаться цветом Фона таблицы. На вкладке Ячейка можно изменить свойства отдельных ячеек. Сначала надо выбрать ячейку, к которой требуется применить изменения, или выделить всю таблицу, чтобы изменить свойства всех ее ячеек. Раздел Размер ячейки содержит следующие параметры: Опция Ширина позволяет задать предпочтительную ширину ячейки. Это размер, которому ячейка стремится соответствовать, хотя в некоторых случаях точное соответствие может быть невозможно. Например, если текст внутри ячейки превышает заданную ширину, он будет переноситься на следующую строку, чтобы предпочтительная ширина ячейки оставалась неизменной, но если вставить новый столбец, предпочтительная ширина будет уменьшена. Опция Единицы - позволяет указать, надо ли задавать ширину ячейки в абсолютных единицах, то есть Сантиметрах/Пунктах/Дюймах (в зависимости от того, какой параметр указан на вкладке Файл -> Дополнительные параметры...) или в Процентах от общей ширины таблицы. Примечание: можно также регулировать ширину ячейки вручную. Чтобы сделать отдельную ячейку в столбце шире или уже общей ширины столбца, выделите нужную ячейку, наведите указатель мыши на ее правую границу, чтобы он превратился в двустороннюю стрелку, затем перетащите границу. Чтобы изменить ширину всех ячеек в столбце, используйте маркеры на горизонтальной линейке для изменения ширины столбцов. Раздел Поля ячейки позволяет регулировать расстояние между текстом внутри ячейки и границами ячейки. По умолчанию установлены стандартные значения (значения, используемые по умолчанию, тоже можно изменить на вкладке Таблица), но можно снять флажок Использовать поля по умолчанию и ввести нужные значения вручную. В разделе Параметры ячейки можно изменить следующий параметр: Опция Перенос текста включена по умолчанию. Она позволяет переносить текст внутри ячейки, превышающий ее ширину, на следующую строку, увеличивая высоту строки и оставляя ширину столбца неизменной. Вкладка Границы и фон содержит следующие параметры: Параметры границы (ширина, цвет и наличие или отсутствие) - задайте ширину границ, выберите их цвет и то, как они должны отображаться в ячейках. Примечание: если вы решили скрыть границы таблицы, нажав кнопку или отключив все границы вручную на схеме, в документе они будут обозначены пунктиром. Чтобы они совсем исчезли, нажмите значок Непечатаемые символы на вкладке Главная верхней панели инструментов и выберите опцию Скрытые границы таблиц. Фон ячейки - цвет фона внутри ячейки (опция доступна только в том случае, если выделены одна или более ячеек или выбрана опция Интервалы между ячейками на вкладке Таблица). Фон таблицы - цвет фона таблицы или фона пространства между ячейками в том случае, если выбрана опция Интервалы между ячейками на вкладке Таблица. Вкладка Положение таблицы доступна только в том случае, если на вкладке Обтекание текстом выбран Плавающий стиль обтекания, и содержит следующие параметры: Параметры раздела По горизонтали включают в себя выравнивание таблицы (по левому краю, по центру, по правому краю) относительно поля, страницы или текста, а также положение таблицы справа от поля, страницы или текста. Параметры раздела По вертикали включают в себя выравнивание таблицы (по верхнему краю, по центру, по нижнему краю) относительно поля, страницы или текста, а также положение таблицы ниже поля, страницы или текста. В разделе Параметры можно изменить следующие параметры: Опция Перемещать с текстом определяет, будет ли таблица перемещаться вместе с текстом, в который она вставлена. Опция Разрешить перекрытие определяет, будут ли две таблицы объединяться в одну большую таблицу или перекрываться, если перетащить их близко друг к другу на странице. Вкладка Обтекание текстом содержит следующие параметры: Стиль обтекания текстом - Встроенный или Плавающий. Используйте нужную опцию, чтобы изменить способ размещения таблицы относительно текста: или она будет являться частью текста (если Вы выбрали встроенный стиль), или текст будет обтекать ее со всех сторон (если Вы выбрали плавающий стиль). После того, как Вы выберете тип обтекания, можно задать дополнительные параметры обтекания как для встроенного, так и для плавающего типа: Для встроенного типа Вы можете указать выравнивание таблицы и отступ слева. Для плавающего типа Вы можете указать расстояние до текста и положение таблицы на вкладке Положение таблицы. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит таблица." }, { "id": "UsageInstructions/InsertTextObjects.htm", "title": "Вставка текстовых объектов", - "body": "Чтобы сделать текст более выразительным и привлечь внимание к определенной части документа, можно вставить надпись (прямоугольную рамку, внутри которой вводится текст) или объект Text Art (текстовое поле с предварительно заданным стилем и цветом шрифта, позволяющее применять текстовые эффекты). Добавление текстового объекта Текстовый объект можно добавить в любом месте страницы. Для этого: перейдите на вкладку Вставка верхней панели инструментов, выберите нужный тип текстового объекта: чтобы добавить текстовое поле, щелкните по значку Надпись на верхней панели инструментов, затем щелкните там, где требуется поместить надпись, удерживайте кнопку мыши и перетаскивайте границу текстового поля, чтобы задать его размер. Когда вы отпустите кнопку мыши, в добавленном текстовом поле появится курсор, и вы сможете ввести свой текст. Примечание: надпись можно также вставить, если щелкнуть по значку Фигура на верхней панели инструментов и выбрать фигуру из группы Основные фигуры. чтобы добавить объект Text Art, щелкните по значку Text Art, затем щелкните по нужному шаблону стиля – объект Text Art будет добавлен в текущей позиции курсора. Выделите мышью стандартный текст внутри текстового поля и напишите вместо него свой текст. щелкните за пределами текстового объекта, чтобы применить изменения и вернуться к документу. Текст внутри текстового объекта является его частью (при перемещении или повороте текстового объекта текст будет перемещаться или поворачиваться вместе с ним). Поскольку вставленный текстовый объект представляет собой прямоугольную рамку с текстом внутри (у объектов Text Art по умолчанию невидимые границы), а эта рамка является обычной автофигурой, можно изменять свойства и фигуры, и текста. Чтобы удалить добавленный текстовый объект, щелкните по краю текстового поля и нажмите клавишу Delete на клавиатуре. Текст внутри текстового поля тоже будет удален. Форматирование текстового поля Выделите текстовое поле, щелкнув по его границе, чтобы можно было изменить его свойства. Когда текстовое поле выделено, его границы отображаются как сплошные, а не пунктирные линии. чтобы изменить размер текстового поля, переместить, повернуть его, используйте специальные маркеры по краям фигуры. чтобы изменить заливку, обводку, стиль обтекания текстового поля или заменить прямоугольное поле на какую-то другую фигуру, щелкните по значку Параметры фигуры на правой боковой панели и используйте соответствующие опции. чтобы выровнять текстовое поле на странице, расположить текстовые поля в определенном порядке относительно других объектов, изменить стиль обтекания или открыть дополнительные параметры фигуры, щелкните правой кнопкой мыши по границе текстового поля и используйте опции контекстного меню. Подробнее о выравнивании и расположении объектов в определенном порядке рассказывается на этой странице. Форматирование текста внутри текстового поля Щелкните по тексту внутри текстового поля, чтобы можно было изменить его свойства. Когда текст выделен, границы текстового поля отображаются как пунктирные линии. Примечание: форматирование текста можно изменить и в том случае, если выделено текстовое поле, а не сам текст. В этом случае любые изменения будут применены ко всему тексту в текстовом поле. Некоторые параметры форматирования шрифта (тип, размер, цвет и стили оформления шрифта) можно отдельно применить к предварительно выделенному фрагменту текста. Чтобы повернуть текст внутри текстового поля, щелкните по тексту правой кнопкой мыши, выберите опцию Направление текста, а затем - один из доступных вариантов: Горизонтальное (выбран по умолчанию), Поворот на 90° (задает вертикальное направление, сверху вниз) или Поворот на 270° (задает вертикальное направление, снизу вверх). Чтобы выровнять текст внутри текстового поля по вертикали, щелкните по тексту правой кнопкой мыши, выберите опцию Вертикальное выравнивание, а затем - один из доступных вариантов: По верхнему краю, По центру или По нижнему краю. Другие параметры форматирования, которые можно применить, точно такие же, как и для обычного текста. Обратитесь к соответствующим разделам справки за дополнительными сведениями о нужном действии. Вы можете: выровнять текст внутри текстового поля по горизонтали изменить тип, размер, цвет шрифта, применить стили оформления и предустановленные стили форматирования задать междустрочный интервал, изменить отступы абзаца, настроить позиции табуляции для многострочного текста внутри текстового поля вставить гиперссылку Можно также нажать на значок Параметры объекта Text Art на правой боковой панели и изменить некоторые параметры стиля. Изменение стиля объекта Text Art Выделите текстовый объект и щелкните по значку Параметры объекта Text Art на правой боковой панели. Измените примененный стиль текста, выбрав из галереи новый Шаблон. Можно также дополнительно изменить этот базовый стиль, выбрав другой тип, размер шрифта и т.д. Измените Заливку шрифта. Можно выбрать следующие варианты: Заливка цветом - выберите эту опцию, чтобы задать сплошной цвет, которым требуется заполнить внутреннее пространство букв. Нажмите на цветной прямоугольник, расположенный ниже, и выберите нужный цвет из доступных наборов цветов или задайте любой цвет, который вам нравится: Градиентная заливка - выберите эту опцию, чтобы залить буквы двумя цветами, плавно переходящими друг в друга. Стиль - выберите один из доступных вариантов: Линейный (цвета изменяются по прямой, то есть по горизонтальной/вертикальной оси или по диагонали под углом 45 градусов) или Радиальный (цвета изменяются по кругу от центра к краям). Направление - выберите шаблон из меню. Если выбран Линейный градиент, доступны следующие направления: из левого верхнего угла в нижний правый, сверху вниз, из правого верхнего угла в нижний левый, справа налево, из правого нижнего угла в верхний левый, снизу вверх, из левого нижнего угла в верхний правый, слева направо. Если выбран Радиальный градиент, доступен только один шаблон. Градиент - щелкните по левому ползунку под шкалой градиента, чтобы активировать цветовое поле, которое соответствует первому цвету. Щелкните по этому цветовому полю справа, чтобы выбрать первый цвет на палитре. Перетащите ползунок, чтобы установить ограничитель градиента, то есть точку, в которой один цвет переходит в другой. Используйте правый ползунок под шкалой градиента, чтобы задать второй цвет и установить ограничитель градиента. Примечание: при выборе одной из этих двух опций можно также задать уровень Непрозрачности, перетаскивая ползунок или вручную вводя значение в процентах. Значение, заданное по умолчанию, составляет 100%. Оно соответствует полной непрозрачности. Значение 0% соответствует полной прозрачности. Без заливки - выберите эту опцию, если Вы вообще не хотите использовать заливку. Настройте толщину, цвет и тип Обводки шрифта. Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 пт, 1 пт, 1.5 пт, 2.25 пт, 3 пт, 4.5 пт, 6 пт. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку. Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий). Примените текстовый эффект, выбрав нужный тип трансформации текста из галереи Трансформация. Можно скорректировать степень искривления текста, перетаскивая розовый маркер в форме ромба." + "body": "Чтобы сделать текст более выразительным и привлечь внимание к определенной части документа, можно вставить надпись (прямоугольную рамку, внутри которой вводится текст) или объект Text Art (текстовое поле с предварительно заданным стилем и цветом шрифта, позволяющее применять текстовые эффекты). Добавление текстового объекта Текстовый объект можно добавить в любом месте страницы. Для этого: перейдите на вкладку Вставка верхней панели инструментов, выберите нужный тип текстового объекта: чтобы добавить текстовое поле, щелкните по значку Надпись на верхней панели инструментов, затем щелкните там, где требуется поместить надпись, удерживайте кнопку мыши и перетаскивайте границу текстового поля, чтобы задать его размер. Когда вы отпустите кнопку мыши, в добавленном текстовом поле появится курсор, и вы сможете ввести свой текст. Примечание: надпись можно также вставить, если щелкнуть по значку Фигура на верхней панели инструментов и выбрать фигуру из группы Основные фигуры. чтобы добавить объект Text Art, щелкните по значку Text Art, затем щелкните по нужному шаблону стиля – объект Text Art будет добавлен в текущей позиции курсора. Выделите мышью стандартный текст внутри текстового поля и напишите вместо него свой текст. щелкните за пределами текстового объекта, чтобы применить изменения и вернуться к документу. Текст внутри текстового объекта является его частью (при перемещении или повороте текстового объекта текст будет перемещаться или поворачиваться вместе с ним). Поскольку вставленный текстовый объект представляет собой прямоугольную рамку с текстом внутри (у объектов Text Art по умолчанию невидимые границы), а эта рамка является обычной автофигурой, можно изменять свойства и фигуры, и текста. Чтобы удалить добавленный текстовый объект, щелкните по краю текстового поля и нажмите клавишу Delete на клавиатуре. Текст внутри текстового поля тоже будет удален. Форматирование текстового поля Выделите текстовое поле, щелкнув по его границе, чтобы можно было изменить его свойства. Когда текстовое поле выделено, его границы отображаются как сплошные, а не пунктирные линии. чтобы изменить размер текстового поля, переместить, повернуть его, используйте специальные маркеры по краям фигуры. чтобы изменить заливку, обводку, стиль обтекания текстового поля или заменить прямоугольное поле на какую-то другую фигуру, щелкните по значку Параметры фигуры на правой боковой панели и используйте соответствующие опции. чтобы выровнять текстовое поле на странице, расположить текстовые поля в определенном порядке относительно других объектов, изменить стиль обтекания или открыть дополнительные параметры фигуры, щелкните правой кнопкой мыши по границе текстового поля и используйте опции контекстного меню. Подробнее о выравнивании и расположении объектов в определенном порядке рассказывается на этой странице. Форматирование текста внутри текстового поля Щелкните по тексту внутри текстового поля, чтобы можно было изменить его свойства. Когда текст выделен, границы текстового поля отображаются как пунктирные линии. Примечание: форматирование текста можно изменить и в том случае, если выделено текстовое поле, а не сам текст. В этом случае любые изменения будут применены ко всему тексту в текстовом поле. Некоторые параметры форматирования шрифта (тип, размер, цвет и стили оформления шрифта) можно отдельно применить к предварительно выделенному фрагменту текста. Чтобы повернуть текст внутри текстового поля, щелкните по тексту правой кнопкой мыши, выберите опцию Направление текста, а затем - один из доступных вариантов: Горизонтальное (выбран по умолчанию), Поворот на 90° (задает вертикальное направление, сверху вниз) или Поворот на 270° (задает вертикальное направление, снизу вверх). Чтобы выровнять текст внутри текстового поля по вертикали, щелкните по тексту правой кнопкой мыши, выберите опцию Вертикальное выравнивание, а затем - один из доступных вариантов: По верхнему краю, По центру или По нижнему краю. Другие параметры форматирования, которые можно применить, точно такие же, как и для обычного текста. Обратитесь к соответствующим разделам справки за дополнительными сведениями о нужном действии. Вы можете: выровнять текст внутри текстового поля по горизонтали изменить тип, размер, цвет шрифта, применить стили оформления и предустановленные стили форматирования задать междустрочный интервал, изменить отступы абзаца, настроить позиции табуляции для многострочного текста внутри текстового поля вставить гиперссылку Можно также нажать на значок Параметры объекта Text Art на правой боковой панели и изменить некоторые параметры стиля. Изменение стиля объекта Text Art Выделите текстовый объект и щелкните по значку Параметры объекта Text Art на правой боковой панели. Измените примененный стиль текста, выбрав из галереи новый Шаблон. Можно также дополнительно изменить этот базовый стиль, выбрав другой тип, размер шрифта и т.д. Измените Заливку шрифта. Можно выбрать следующие варианты: Заливка цветом - выберите эту опцию, чтобы задать сплошной цвет, которым требуется заполнить внутреннее пространство букв. Нажмите на цветной прямоугольник, расположенный ниже, и выберите нужный цвет из доступных наборов цветов или задайте любой цвет, который вам нравится: Градиентная заливка - выберите эту опцию, чтобы залить буквы двумя цветами, плавно переходящими друг в друга. Стиль - выберите один из доступных вариантов: Линейный (цвета изменяются по прямой, то есть по горизонтальной/вертикальной оси или по диагонали под углом 45 градусов) или Радиальный (цвета изменяются по кругу от центра к краям). Направление - выберите шаблон из меню. Если выбран Линейный градиент, доступны следующие направления: из левого верхнего угла в нижний правый, сверху вниз, из правого верхнего угла в нижний левый, справа налево, из правого нижнего угла в верхний левый, снизу вверх, из левого нижнего угла в верхний правый, слева направо. Если выбран Радиальный градиент, доступен только один шаблон. Градиент - щелкните по левому ползунку под шкалой градиента, чтобы активировать цветовое поле, которое соответствует первому цвету. Щелкните по этому цветовому полю справа, чтобы выбрать первый цвет на палитре. Перетащите ползунок, чтобы установить ограничитель градиента, то есть точку, в которой один цвет переходит в другой. Используйте правый ползунок под шкалой градиента, чтобы задать второй цвет и установить ограничитель градиента. Примечание: при выборе одной из этих двух опций можно также задать уровень Непрозрачности, перетаскивая ползунок или вручную вводя значение в процентах. Значение, заданное по умолчанию, составляет 100%. Оно соответствует полной непрозрачности. Значение 0% соответствует полной прозрачности. Без заливки - выберите эту опцию, если Вы вообще не хотите использовать заливку. Настройте толщину, цвет и тип Обводки шрифта. Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 пт, 1 пт, 1.5 пт, 2.25 пт, 3 пт, 4.5 пт, 6 пт. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку. Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий). Примените текстовый эффект, выбрав нужный тип трансформации текста из галереи Трансформация. Можно скорректировать степень искривления текста, перетаскивая розовый маркер в форме ромба." }, { "id": "UsageInstructions/LineSpacing.htm", "title": "Задание междустрочного интервала в абзацах", - "body": "В редакторе документов можно задать высоту строки для строк текста в абзаце, а также поля между текущим и предыдущим или последующим абзацем. Для этого: установите курсор в пределах нужного абзаца или выделите мышью несколько абзацев или весь текст документа, нажав сочетание клавиш Ctrl+A, используйте соответствующие поля на правой боковой панели для получения нужного результата: Междустрочный интервал - задайте высоту строки для строк текста в абзаце. Можно выбрать одну из трех опций: минимум (устанавливает минимальный междустрочный интервал, который требуется, чтобы соответствовать самому крупному шрифту или графическому элементу на строке), множитель (устанавливает междустрочный интервал, который может быть выражен в числах больше 1), точно (устанавливает фиксированный междустрочный интервал). Необходимое значение можно указать в поле справа. Интервал между абзацами - задайте величину свободного пространства между абзацами. Перед - задайте величину свободного пространства перед абзацем. После - задайте величину свободного пространства после абзаца. Не добавлять интервал между абзацами одного стиля - установите этот флажок, если свободное пространство между абзацами одного стиля не требуется. Чтобы быстро изменить междустрочный интервал в текущем абзаце, можно также использовать значок Междустрочный интервал в абзацах на вкладке Главная верхней панели инструментов, выбрав нужное значение из списка: 1.0, 1.15, 1.5, 2.0, 2.5, или 3.0 строки." + "body": "В редакторе документов можно задать высоту строки для строк текста в абзаце, а также поля между текущим и предыдущим или последующим абзацем. Для этого: установите курсор в пределах нужного абзаца или выделите мышью несколько абзацев или весь текст документа, нажав сочетание клавиш Ctrl+A, используйте соответствующие поля на правой боковой панели для получения нужного результата: Междустрочный интервал - задайте высоту строки для строк текста в абзаце. Можно выбрать одну из трех опций: минимум (устанавливает минимальный междустрочный интервал, который требуется, чтобы соответствовать самому крупному шрифту или графическому элементу на строке), множитель (устанавливает междустрочный интервал, который может быть выражен в числах больше 1), точно (устанавливает фиксированный междустрочный интервал). Необходимое значение можно указать в поле справа. Интервал между абзацами - задайте величину свободного пространства между абзацами. Перед - задайте величину свободного пространства перед абзацем. После - задайте величину свободного пространства после абзаца. Не добавлять интервал между абзацами одного стиля - установите этот флажок, если свободное пространство между абзацами одного стиля не требуется. Чтобы быстро изменить междустрочный интервал в текущем абзаце, можно также использовать значок Междустрочный интервал в абзацах на вкладке Главная верхней панели инструментов, выбрав нужное значение из списка: 1.0, 1.15, 1.5, 2.0, 2.5, или 3.0 строки." }, { "id": "UsageInstructions/NonprintingCharacters.htm", "title": "Отображение/скрытие непечатаемых символов", - "body": "Непечатаемые символы помогают редактировать документ. Они обозначают присутствие разных типов форматирования, но не выводятся на печать при печати документа, даже если отображаются на экране. Чтобы показать или скрыть непечатаемые символы, нажмите значок Непечатаемые символы на вкладке Главная верхней панели инструментов. Непечатаемые символы включают в себя: Пробел Вставляется при нажатии на клавишу Пробел на клавиатуре. Создает пробел между символами. Символ табуляции Вставляется при нажатии на клавишу Tab. Используется для переноса курсора на следующую позицию табуляции. Символ конца абзаца (т.е. жесткий перевод строки) Вставляется при нажатии на клавишу Enter. Завершает абзац и добавляет после него некоторое свободное место. Содержит информацию о форматировании абзаца. Символ разрыва строки (т.е. мягкий перевод строки) Вставляется при использовании сочетания клавиш Shift+Enter. Разрывает текущую строку и помещает строки текста рядом друг с другом. Мягкий перевод строки используется, в основном, в названиях и заголовках. Неразрываемый пробел Вставляется при использовании сочетания клавиш Ctrl+Shift+Пробел. Создает пробел между символами, который нельзя использовать, чтобы начать новую строку. Символ разрыва страницы Вставляется при использовании значка Разрывы на вкладке Вставка верхней панели инструментов и последующем выборе опции Вставить разрыв страницы. Также вставляется при выборе опции С новой страницы в контекстном меню или окне дополнительных параметров. Символ разрыва раздела Вставляется при использовании значка Разрывы на вкладке Вставка верхней панели инструментов и последующем выборе одной из опций подменю Вставить разрыв раздела (используются различные указатели разрыва раздела в зависимости от того, какая опция выбрана: Со следующей страницы, На текущей странице, С четной страницы или С нечетной страницы). Символ разрыва колонки Вставляется при использовании значка Разрывы на вкладке Вставка верхней панели инструментов и последующем выборе опции Вставить разрыв колонки. Маркер ячейки и конца строки в таблицах Эти маркеры содержат коды форматирования для отдельных ячеек и строк соответственно. Маленький черный квадрат в поле слева от абзаца Он обозначает, что применен, по крайней мере, один из параметров абзаца, например, Не разрывать абзац, С новой страницы. Символы якоря Они показывают, где находятся плавающие объекты (то есть те, для которых выбран любой стиль обтекания, кроме стиля обтекания В тексте), например, изображения, автофигуры, диаграммы. Для отображения символа якоря выберите объект." + "body": "Непечатаемые символы помогают редактировать документ. Они обозначают присутствие разных типов форматирования, но не выводятся на печать при печати документа, даже если отображаются на экране. Чтобы показать или скрыть непечатаемые символы, нажмите значок Непечатаемые символы на вкладке Главная верхней панели инструментов. Непечатаемые символы включают в себя: Пробел Вставляется при нажатии на клавишу Пробел на клавиатуре. Создает пробел между символами. Символ табуляции Вставляется при нажатии на клавишу Tab. Используется для переноса курсора на следующую позицию табуляции. Символ конца абзаца (т.е. жесткий перевод строки) Вставляется при нажатии на клавишу Enter. Завершает абзац и добавляет после него некоторое свободное место. Содержит информацию о форматировании абзаца. Символ разрыва строки (т.е. мягкий перевод строки) Вставляется при использовании сочетания клавиш Shift+Enter. Разрывает текущую строку и помещает строки текста рядом друг с другом. Мягкий перевод строки используется, в основном, в названиях и заголовках. Неразрываемый пробел Вставляется при использовании сочетания клавиш Ctrl+Shift+Пробел. Создает пробел между символами, который нельзя использовать, чтобы начать новую строку. Символ разрыва страницы Вставляется при использовании значка Разрывы на вкладке Вставка верхней панели инструментов и последующем выборе опции Вставить разрыв страницы. Также вставляется при выборе опции С новой страницы в контекстном меню или окне дополнительных параметров. Символ разрыва раздела Вставляется при использовании значка Разрывы на вкладке Вставка верхней панели инструментов и последующем выборе одной из опций подменю Вставить разрыв раздела (используются различные указатели разрыва раздела в зависимости от того, какая опция выбрана: Со следующей страницы, На текущей странице, С четной страницы или С нечетной страницы). Символ разрыва колонки Вставляется при использовании значка Разрывы на вкладке Вставка верхней панели инструментов и последующем выборе опции Вставить разрыв колонки. Маркер ячейки и конца строки в таблицах Эти маркеры содержат коды форматирования для отдельных ячеек и строк соответственно. Маленький черный квадрат в поле слева от абзаца Он обозначает, что применен, по крайней мере, один из параметров абзаца, например, Не разрывать абзац, С новой страницы. Символы якоря Они показывают, где находятся плавающие объекты (то есть те, для которых выбран любой стиль обтекания, кроме стиля обтекания В тексте), например, изображения, автофигуры, диаграммы. Для отображения символа якоря выберите объект." }, { "id": "UsageInstructions/OpenCreateNew.htm", @@ -243,7 +243,7 @@ var indexes = { "id": "UsageInstructions/UseMailMerge.htm", "title": "Использование слияния", - "body": "Примечание: эта возможность доступна только для платных версий. Функция слияния используется для создания набора документов, в которых сочетается общее содержание, взятое из текстового документа, и ряд индивидуальных компонентов (переменных, таких как имена, приветствия и т.д.), взятых из электронной таблицы (например, из списка клиентов). Это может быть полезно, если вам надо создать множество персонализированных писем и отправить их получателям. Чтобы начать работу с функцией Слияние, Подготовьте источник данных и загрузите его в основной документ Источник данных, используемый для слияния, должен быть электронной таблицей в формате .xlsx, сохраненной на вашем портале. Откройте существующую электронную таблицу или создайте новую и убедитесь, что она соответствует следующим требованиям. Таблица должна содержать строку заголовков с названиями столбцов, так как значения в первой ячейке каждого столбца определяют поля слияния (то есть переменные, которые можно вставить в текст). Каждый столбец должен содержать набор конкретных значений для переменной. Каждая строка в таблице должна соответствовать отдельной записи (то есть ряду значений, относящихся к определенному получателю). В ходе слияния для каждой записи будет создана копия основного документа, и каждое поле слияния, вставленное в основной текст, будет заменено фактическим значением из соответствующего столбца. Если вы собираетесь отправлять результаты по электронной почте, таблица также должна содержать столбец с адресами электронной почты получателей. Откройте существующий текстовый документ или создайте новый. Он должен содержать основной текст, который будет одинаковым для каждой версии документа, полученного в результате слияния. Нажмите значок Слияние на вкладке Главная верхней панели инструментов. Откроется окно Выбрать источник данных. В нем отображается список всех ваших электронных таблиц в формате .xlsx, которые сохранены в разделе Мои документы. Для перехода по другим разделам модуля Документы используйте меню в левой части окна. Выберите нужный файл и нажмите кнопку OK. Когда источник данных будет загружен, на правой боковой панели станет доступна вкладка Параметры слияния. Проверьте или измените список получателей Нажмите на кнопку Изменить список получателей наверху правой боковой панели, чтобы открыть окно Получатели слияния, в котором отображается содержание выбранного источника данных. Здесь можно добавить новую информацию, изменить или удалить существующие данные, если это необходимо. Чтобы облегчить работу с данными, можно использовать значки в верхней части окна: и - чтобы копировать и вставлять скопированные данные и - чтобы отменять и повторять отмененные действия и - чтобы сортировать данные внутри выделенного диапазона ячеек в порядке возрастания или убывания - чтобы включить фильтр для предварительно выделенного диапазона ячеек или чтобы удалить примененный фильтр - чтобы очистить все примененные параметры фильтра Примечание: для получения дополнительной информации по использованию фильтра можно обратиться к разделу Сортировка и фильтрация данных в справке по Spreadsheet Editor. - чтобы найти определенное значение и заменить его на другое, если это необходимо Примечание: для получения дополнительной информации по использованию средства поиска и замены можно обратиться к разделу Функция поиска и замены в справке по Spreadsheet Editor. После того как все необходимые изменения будут внесены, нажмите кнопку Сохранить и выйти. Чтобы сбросить изменения, нажмите кнопку Закрыть. Вставьте поля слияния и проверьте результаты Установите курсор в тексте основного документа там, куда требуется вставить поле слияния, нажмите кнопку Вставить поле слияния на правой боковой панели и выберите нужное поле из списка. Доступные поля соответствуют данным в первой ячейке каждого столбца выбранного источника данных. Добавьте все поля, которые вам нужны, в любом месте документа. Включите переключатель Выделить поля слияния на правой боковой панели, чтобы вставленные поля стали заметнее в тексте документа. Включите переключатель Просмотр результатов на правой боковой панели, чтобы просмотреть текст документа с полями слияния, замененными на фактические значения из источника данных. Используйте кнопки со стрелками, чтобы просмотреть версии документа, созданного в результате слияния, для каждой записи. Чтобы удалить вставленное поле, отключите режим Просмотр результатов, выделите поле мышью и нажмите клавишу Delete на клавиатуре. Чтобы заменить вставленное поле, отключите режим Просмотр результатов, выделите поле мышью, нажмите кнопку Вставить поле слияния на правой боковой панели и выберите новое поле из списка. Задайте параметры слияния Выберите тип слияния. Вы можете запустить рассылку или сохранить результат как файл в формате PDF или Docx, чтобы в дальнейшем можно было распечатать или отредактировать его. Выберите нужную опцию из списка Слияние в: PDF - для создания единого документа в формате PDF, содержащего все копии, полученные в результате слияния, чтобы в дальнейшем его можно было распечатать Docx - для создания единого документа в формате Docx, содержащего все копии, полученные в результате слияния, чтобы в дальнейшем можно было отредактировать отдельные копии Email - для отправки результатов получателям по электронной почте Примечание: адреса электронной почты получателей должны быть указаны в загруженном источнике данных, а у вас должна быть хотя бы одна подключенная учетная запись электронной почты в модуле Почта на портале. Выберите записи, к которым надо применить слияние: Все записи (эта опция выбрана по умолчанию) - чтобы создать объединенные документы для всех записей из загруженного источника данных Текущая запись - чтобы создать объединенный документ для записи, отображенной в данный момент С ... По - чтобы создать объединенные документы для диапазона записей (в этом случае необходимо указать два значения: номер первой записи и последней записи в требуемом диапазоне) Примечание: максимально допустимое количество получателей - 100. Если в источнике данных более 100 получателей, выполните слияние поэтапно: укажите значения от 1 до 100, дождитесь завершения слияния, и повторите операцию, указав значения от 101 до N и т.д. Завершите слияние Если вы решили сохранить результаты слияния как файл, нажмите кнопку Скачать, чтобы сохранить файл на компьютере. Загруженный файл вы найдете в папке Загрузки, выбранной по умолчанию. нажмите кнопку Сохранить, чтобы сохранить файл на портале. В открывшемся окне Папка для сохранения можно изменить имя файла и задать папку, в которую надо его сохранить. Можно также установить флажок Открыть объединенный документ в новой вкладке, чтобы проверить результат сразу после слияния. Наконец нажмите кнопку Сохранить в окне выбора папки. Если вы выбрали опцию Email, на правой боковой панели будет доступна кнопка Слияние. После нажатия на нее откроется окно Отправить по электронной почте: В списке От кого выберите учетную запись электронной почты, которую вы хотите использовать для отправки писем, если у вас есть несколько подключенных учетных записей в модуле Почта. В списке Кому выберите поле слияния, соответствующее адресам электронной почты получателей, если оно не было выбрано автоматически. Введите тему сообщения в поле Тема. Выберите из списка формат: HTML, Прикрепить как DOCX или Прикрепить как PDF. При выборе одной из двух последних опций необходимо также задать Имя файла для вложений и ввести Сообщение (текст письма, которое будет отправлено получателям). Нажмите на кнопку Отправить. Когда рассылка завершится, вы получите оповещение на адрес электронной почты, указанный в поле От кого." + "body": "Примечание: эта возможность доступна только для платных версий. Функция слияния используется для создания набора документов, в которых сочетается общее содержание, взятое из текстового документа, и ряд индивидуальных компонентов (переменных, таких как имена, приветствия и т.д.), взятых из электронной таблицы (например, из списка клиентов). Это может быть полезно, если вам надо создать множество персонализированных писем и отправить их получателям. Чтобы начать работу с функцией Слияние, Подготовьте источник данных и загрузите его в основной документ Источник данных, используемый для слияния, должен быть электронной таблицей в формате .xlsx, сохраненной на вашем портале. Откройте существующую электронную таблицу или создайте новую и убедитесь, что она соответствует следующим требованиям. Таблица должна содержать строку заголовков с названиями столбцов, так как значения в первой ячейке каждого столбца определяют поля слияния (то есть переменные, которые можно вставить в текст). Каждый столбец должен содержать набор конкретных значений для переменной. Каждая строка в таблице должна соответствовать отдельной записи (то есть ряду значений, относящихся к определенному получателю). В ходе слияния для каждой записи будет создана копия основного документа, и каждое поле слияния, вставленное в основной текст, будет заменено фактическим значением из соответствующего столбца. Если вы собираетесь отправлять результаты по электронной почте, таблица также должна содержать столбец с адресами электронной почты получателей. Откройте существующий текстовый документ или создайте новый. Он должен содержать основной текст, который будет одинаковым для каждой версии документа, полученного в результате слияния. Нажмите значок Слияние на вкладке Главная верхней панели инструментов. Откроется окно Выбрать источник данных. В нем отображается список всех ваших электронных таблиц в формате .xlsx, которые сохранены в разделе Мои документы. Для перехода по другим разделам модуля Документы используйте меню в левой части окна. Выберите нужный файл и нажмите кнопку OK. Когда источник данных будет загружен, на правой боковой панели станет доступна вкладка Параметры слияния. Проверьте или измените список получателей Нажмите на кнопку Изменить список получателей наверху правой боковой панели, чтобы открыть окно Получатели слияния, в котором отображается содержание выбранного источника данных. Здесь можно добавить новую информацию, изменить или удалить существующие данные, если это необходимо. Чтобы облегчить работу с данными, можно использовать значки в верхней части окна: и - чтобы копировать и вставлять скопированные данные и - чтобы отменять и повторять отмененные действия и - чтобы сортировать данные внутри выделенного диапазона ячеек в порядке возрастания или убывания - чтобы включить фильтр для предварительно выделенного диапазона ячеек или чтобы удалить примененный фильтр - чтобы очистить все примененные параметры фильтра Примечание: для получения дополнительной информации по использованию фильтра можно обратиться к разделу Сортировка и фильтрация данных в справке по Spreadsheet Editor. - чтобы найти определенное значение и заменить его на другое, если это необходимо Примечание: для получения дополнительной информации по использованию средства поиска и замены можно обратиться к разделу Функция поиска и замены в справке по Spreadsheet Editor. После того как все необходимые изменения будут внесены, нажмите кнопку Сохранить и выйти. Чтобы сбросить изменения, нажмите кнопку Закрыть. Вставьте поля слияния и проверьте результаты Установите курсор в тексте основного документа там, куда требуется вставить поле слияния, нажмите кнопку Вставить поле слияния на правой боковой панели и выберите нужное поле из списка. Доступные поля соответствуют данным в первой ячейке каждого столбца выбранного источника данных. Добавьте все поля, которые вам нужны, в любом месте документа. Включите переключатель Выделить поля слияния на правой боковой панели, чтобы вставленные поля стали заметнее в тексте документа. Включите переключатель Просмотр результатов на правой боковой панели, чтобы просмотреть текст документа с полями слияния, замененными на фактические значения из источника данных. Используйте кнопки со стрелками, чтобы просмотреть версии документа, созданного в результате слияния, для каждой записи. Чтобы удалить вставленное поле, отключите режим Просмотр результатов, выделите поле мышью и нажмите клавишу Delete на клавиатуре. Чтобы заменить вставленное поле, отключите режим Просмотр результатов, выделите поле мышью, нажмите кнопку Вставить поле слияния на правой боковой панели и выберите новое поле из списка. Задайте параметры слияния Выберите тип слияния. Вы можете запустить рассылку или сохранить результат как файл в формате PDF или Docx, чтобы в дальнейшем можно было распечатать или отредактировать его. Выберите нужную опцию из списка Слияние в: PDF - для создания единого документа в формате PDF, содержащего все копии, полученные в результате слияния, чтобы в дальнейшем его можно было распечатать Docx - для создания единого документа в формате Docx, содержащего все копии, полученные в результате слияния, чтобы в дальнейшем можно было отредактировать отдельные копии Email - для отправки результатов получателям по электронной почте Примечание: адреса электронной почты получателей должны быть указаны в загруженном источнике данных, а у вас должна быть хотя бы одна подключенная учетная запись электронной почты в модуле Почта на портале. Выберите записи, к которым надо применить слияние: Все записи (эта опция выбрана по умолчанию) - чтобы создать объединенные документы для всех записей из загруженного источника данных Текущая запись - чтобы создать объединенный документ для записи, отображенной в данный момент С ... По - чтобы создать объединенные документы для диапазона записей (в этом случае необходимо указать два значения: номер первой записи и последней записи в требуемом диапазоне) Примечание: максимально допустимое количество получателей - 100. Если в источнике данных более 100 получателей, выполните слияние поэтапно: укажите значения от 1 до 100, дождитесь завершения слияния, и повторите операцию, указав значения от 101 до N и т.д. Завершите слияние Если вы решили сохранить результаты слияния как файл, нажмите кнопку Скачать, чтобы сохранить файл на компьютере. Загруженный файл вы найдете в папке Загрузки, выбранной по умолчанию. нажмите кнопку Сохранить, чтобы сохранить файл на портале. В открывшемся окне Папка для сохранения можно изменить имя файла и задать папку, в которую надо его сохранить. Можно также установить флажок Открыть объединенный документ в новой вкладке, чтобы проверить результат сразу после слияния. Наконец нажмите кнопку Сохранить в окне выбора папки. Если вы выбрали опцию Email, на правой боковой панели будет доступна кнопка Слияние. После нажатия на нее откроется окно Отправить по электронной почте: В списке От кого выберите учетную запись электронной почты, которую вы хотите использовать для отправки писем, если у вас есть несколько подключенных учетных записей в модуле Почта. В списке Кому выберите поле слияния, соответствующее адресам электронной почты получателей, если оно не было выбрано автоматически. Введите тему сообщения в поле Тема. Выберите из списка формат: HTML, Прикрепить как DOCX или Прикрепить как PDF. При выборе одной из двух последних опций необходимо также задать Имя файла для вложений и ввести Сообщение (текст письма, которое будет отправлено получателям). Нажмите на кнопку Отправить. Когда рассылка завершится, вы получите оповещение на адрес электронной почты, указанный в поле От кого." }, { "id": "UsageInstructions/ViewDocInfo.htm", diff --git a/apps/presentationeditor/main/resources/help/de/search/indexes.js b/apps/presentationeditor/main/resources/help/de/search/indexes.js index 41f04207c..13c8c1ee1 100644 --- a/apps/presentationeditor/main/resources/help/de/search/indexes.js +++ b/apps/presentationeditor/main/resources/help/de/search/indexes.js @@ -108,12 +108,12 @@ var indexes = { "id": "UsageInstructions/InsertCharts.htm", "title": "Diagramme einfügen und bearbeiten", - "body": "Ein Diagramm einfügen Ein Diagramm einfügen: Positionieren Sie den Cursor an der Stelle, an der Sie ein Diagramm hinzufügen wollen. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf das Symbol Diagramm. Wählen Sie den gewünschten Diagrammtyp aus den verfügbaren Vorlagen aus - Säule, Linie, Kreis, Balken, Fläche, Punkt (XY) oder Strich.Hinweis: Die Diagrammtypen Säule, Linie, Kreis und Balken stehen auch im 3D-Format zur Verfügung. Wenn Sie Ihre Auswahl getroffen haben, öffnet sich das Fenster Diagramm bearbeiten und Sie können die gewünschten Daten mithilfe der folgenden Steuerelemente in die Zellen eingeben: und - Kopieren und Einfügen der kopierten Daten und - Aktionen Rückgängig machen und Wiederholen. - Einfügen einer Funktion und zum Löschen und Hinzufügen von Dezimalstellen - Zahlenformat ändern, d.h. das Format in dem die eingegebenen Zahlen in den Zellen dargestellt werden Die Diagrammeinstellungen ändern Sie durch Anklicken der Schaltfläche Diagramm bearbeiten im Fenster Diagramme. Das Fenster Diagramme - Erweiterte Einstellungen wird geöffnet. Auf der Registerkarte Diagrammtyp und Daten können Sie den Diagrammtyp sowie die Daten wählen, die Sie zum Erstellen eines Diagramms verwenden möchten. Wählen Sie den gewünschten Diagrammtyp aus: Säule, Linie, Kreis, Balken, Fläche, Punkt (XY), Strich. Überprüfen Sie den ausgewählten Datenbereich und ändern Sie diesen ggf. durch Anklicken der Schaltfläche Daten auswählen; geben Sie den gewünschten Datenbereich im folgenden Format ein: Sheet1!A1:B4. Wählen Sie die Art aus, wie die Daten angeordnet werden sollen. Für die Datenreihen die auf die X-Achse angewendet werden sollen, können Sie wählen zwischen: Datenreihen in Zeilen oder in Spalten. Auf der Registerkarte Layout können Sie das Layout von Diagrammelementen ändern. Wählen Sie die gewünschte Position der Diagrammbezeichnung aus der Dropdown-Liste aus: Keine - es wird keine Diagrammbezeichnung angezeigt. Überlagerung - der Titel wird zentriert und im Diagramm angezeigt. Keine Überlagerung - der Titel wird über dem Diagramm angezeigt. Wählen Sie die gewünschte Position der Legende aus der Dropdown-Liste aus: Keine - es wird keine Legende angezeigt Unten - die Legende wird unterhalb des Diagramms angezeigt Oben - die Legende wird oberhalb des Diagramms angezeigt Rechts - die Legende wird rechts vom Diagramm angezeigt Links - die Legende wird links vom Diagramm angezeigt Überlappung links - die Legende wird im linken Diagrammbereich mittig dargestellt Überlappung rechts - die Legende wird im rechten Diagrammbereich mittig dargestellt Legen Sie Datenbeschriftungen fest (Titel für genaue Werte von Datenpunkten): Wählen Sie die gewünschte Position der Datenbeschriftungen aus der Dropdown-Liste aus: Die verfügbaren Optionen variieren je nach Diagrammtyp. Für Säulen-/Balkendiagramme haben Sie die folgenden Optionen: Keine, zentriert, unterer Innenbereich, oberer Innenbereich, oberer Außenbereich. Für Linien-/Punktdiagramme (XY)/Strichdarstellungen haben Sie die folgenden Optionen: Keine, zentriert, links, rechts, oben, unten. Für Kreisdiagramme stehen Ihnen folgende Optionen zur Verfügung: Keine, zentriert, an Breite anpassen, oberer Innenbereich, oberer Außenbereich. Für Kartenbereiche sowie für 3D-Diagramme, Säulen- Linien- und Balkendiagramme, stehen Ihnen folgende Optionen zur Verfügung: Keine, zentriert. Wählen Sie die Daten aus, für die Sie eine Bezeichnung erstellen möchten, indem Sie die entsprechenden Felder markieren: Reihenname, Kategorienname, Wert. Geben Sie das Zeichen (Komma, Semikolon etc.) in das Feld Trennzeichen Datenbeschriftung ein, dass Sie zum Trennen der Beschriftungen verwenden möchten. Linien - Einstellen der Linienart für Liniendiagramme/Punktdiagramme (XY). Die folgenden Optionen stehen Ihnen zur Verfügung: Gerade, um gerade Linien zwischen Datenpunkten zu verwenden, glatt um glatte Kurven zwischen Datenpunkten zu verwenden oder keine, um keine Linien anzuzeigen. Markierungen - über diese Funktion können Sie festlegen, ob die Marker für Liniendiagramme/ Punktdiagramme (XY) angezeigt werden sollen (Kontrollkästchen aktiviert) oder nicht (Kontrollkästchen deaktiviert).Hinweis: Die Optionen Linien und Marker stehen nur für Liniendiagramme und Punktdiagramm (XY) zur Verfügung. Im Abschnitt Achseneinstellungen, können Sie auswählen, ob die horizontalen/vertikalen Achsen angezeigt werden sollen oder nicht. Wählen Sie dazu einfach einblenden oder ausblenden aus der Dropdown-Liste aus. Außerdem können Sie auch die Parameter für horizontale/vertikale Achsenbeschriftung festlegen: Legen Sie fest, ob der horizontalen Achsentitel angezeigt werden soll oder nicht. Wählen Sie dazu einfach die entsprechende Option aus der Dropdown-Liste aus: Keinen - der Titel der horizontalen Achse wird nicht angezeigt. Keine Überlappung - der Titel wird oberhalb der horizontalen Achse angezeigt. Wählen Sie die gewünschte Position des vertikalen Achsentitels aus der Dropdown-Liste aus: Keinen - der Titel der vertikalen Achse wird nicht angezeigt. Gedreht - der Titel wird links von der vertikalen Achse von unten nach oben angezeigt. Horizontal - der Titel wird links von der vertikalen Achse von links nach rechts angezeigt. Im Abschnitt Gitternetzlinien, können Sie festlegen, welche der horizontalen/vertikalen Gitternetzlinien angezeigt werden sollen. Wählen Sie dazu einfach die entsprechende Option aus der Dropdown-Liste aus: Hauptgitternetz, Hilfsgitternetz oder Alle. Wenn Sie alle Gitternetzlinien ausblenden wollen, wählen Sie die Option Keine.Hinweis: Die Abschnitte Achseneinstellungen und Gitternetzlinien sind für Kreisdiagramme deaktiviert, da bei diesem Diagrammtyp keine Achsen oder Gitternetze vorhanden sind. Hinweis: Die Registerkarte vertikale/horizontale Achsen ist für Kreisdiagramme deaktiviert, da bei diesem Diagrammtyp keine Achsen vorhanden sind. Auf der Registerkarte Vertikale Achse können Sie die Parameter der vertikalen Achse ändern, die auch als Werteachse oder Y-Achse bezeichnet wird und die numerische Werte anzeigt. Beachten Sie, dass bei Balkendiagrammen die vertikale Achse die Rubrikenachse ist, an der die Textbeschriftungen anzeigt werden, daher entsprechen in diesem Fall die Optionen in der Registerkarte Vertikale Achse den im nächsten Abschnitt beschriebenen Optionen. Für Punktdiagramme (XY) sind beide Achsen Wertachsen. Im Abschnitt Achsenoptionen können die folgenden Parameter festgelegt werden: Mindestwert - der niedrigste Wert, der am Anfang der vertikalen Achse angezeigt wird. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Mindestwert automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Festlegen aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Höchstwert - der höchste Wert, der am Ende der vertikalen Achse angezeigt wird. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Höchstwert automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Festlegen aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Schnittstelle - bestimmt den Punkt auf der vertikalen Achse, an dem die horizontale Achse die vertikale Achse kreuzt. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Wert für die Schnittstelle automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Wert aus der Menüliste auswählen und einen anderen Wert in das dafür vorgesehene Feld eingeben oder Sie legen den Achsenschnittpunkt am Mindest-/Höchstwert auf der vertikalen Achse fest. Einheiten anzeigen - Festlegung der numerischen Werte, die auf der vertikalen Achse angezeigt werden sollen. Diese Option kann nützlich sein, wenn Sie mit großen Zahlen arbeiten und die Werte auf der Achse kompakter und lesbarer anzeigen wollen (Sie können z.B. 50.000 als 50 anzeigen, indem Sie die Anzeigeeinheit in Tausendern auswählen). Wählen Sie die gewünschten Einheiten aus der Menüliste aus: In Hundertern, in Tausendern, 10 000, 100 000, in Millionen, 10.000.000, 100.000.000, in Milliarden, in Trillionen, oder Sie wählen die Option Keine, um zu den Standardeinheiten zurückzukehren. Werte in umgekehrter Reihenfolge - die Werte werden in absteigender Reihenfolge angezeigt. Wenn das Kontrollkästchen deaktiviert ist, wird der niedrigste Wert unten und der höchste Wert oben auf der Achse angezeigt. Wenn das Kontrollkästchen aktiviert ist, werden die Werte in absteigender Reihenfolge angezeigt. Im Abschnitt Skalierung können Sie die Darstellung von Teilstrichen auf der vertikalen Achse anpassen. Die größeren Teilstriche bilden die Hauptintervalle der Skalenteilung und dienen der Darstellung von nummerischen Werten. Kleine Teilstriche bilden Hilfsintervalle und haben keine Beschriftungen. Skalenstriche legen auch fest, an welcher Stelle Gitterlinien angezeigt werden können, sofern die entsprechende Option in der Registerkarte Layout aktiviert ist. In der Menüliste für Hauptintervalle/Hilfsintervalle stehen folgende Optionen für die Positionierung zur Verfügung: Keine - es werden keine Skalenstriche angezeigt. Beidseitig - auf beiden Seiten der Achse werden Skalenstriche angezeigt. Innen - die Skalenstriche werden auf der Innenseite der Achse angezeigt. Außen - die Skalenstriche werden auf der Außenseite der Achse angezeigt. Im Abschnitt Beschriftungsoptionen können Sie die Darstellung von Hauptintervallen, die Werte anzeigen, anpassen. Um die Anzeigeposition in Bezug auf die vertikale Achse festzulegen, wählen Sie die gewünschte Option aus der Menüliste aus: Keine - es werden keine Skalenbeschriftungen angezeigt. Tief - die Skalenbeschriftung wird links vom Diagrammbereich angezeigt. Hoch - die Skalenbeschriftung wird rechts vom Diagrammbereich angezeigt. Neben der Achse - die Skalenbeschriftung wird neben der Achse angezeigt. Auf der Registerkarte Horizontale Achse können Sie die Parameter der horizontalen Achse ändern, die auch als Werteachse oder X-Achse bezeichnet wird und die Textbeschriftungen anzeigt. Beachten Sie, dass bei Balkendiagrammen die horizontale Achse die Rubrikenachse ist an der die nummerischen Werte anzeigt werden, daher entsprechen in diesem Fall die Optionen in der Registerkarte Horizontale Achse den im nächsten Abschnitt beschriebenen Optionen. Für Punktdiagramme (XY) sind beide Achsen Wertachsen. Im Abschnitt Achsenoptionen können die folgenden Parameter festgelegt werden: Schnittstelle - bestimmt den Punkt auf der horizontalen Achse, an dem die vertikale Achse die horizontale Achse kreuzt. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Wert für die Schnittstelle automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Wert aus der Menüliste auswählen und einen anderen Wert in das dafür vorgesehene Feld eingeben oder Sie legen den Achsenschnittpunkt am Mindest-/Höchstwert (der Wert, welcher der ersten und letzten Kategorie entspricht) auf der horizontalen Achse fest. Achsenposition - legt fest, wo die Achsenbeschriftungen positioniert werden sollen: An den Skalenstrichen oder Zwischen den Skalenstrichen. Werte in umgekehrter Reihenfolge - die Kategorien werden in umgekehrter Reihenfolge angezeigt. Wenn das Kästchen deaktiviert ist, werden die Kategorien von links nach rechts angezeigt. Wenn das Kontrollkästchen aktiviert ist, werden die Kategorien von rechts nach links angezeigt. Im Abschnitt Skalierung können Sie die Darstellung von Teilstrichen auf der horizontalen Skala anpassen. Die größeren Teilstriche bilden die Hauptintervalle der Skalenteilung und dienen der Darstellung von Kategorien. Kleine Teilstriche werden zwischen den Hauptintervallen eingefügt und bilden Hilfsintervalle ohne Beschriftungen. Skalenstriche legen auch fest, an welcher Stelle Gitterlinien angezeigt werden können, sofern die entsprechende Option in der Registerkarte Layout aktiviert ist. Sie können die folgenden Parameter für die Skalenstriche anpassen: Hauptintervalle/Hilfsintervalle - legt fest wo die Teilstriche positioniert werden sollen, dazu stehen Ihnen folgende Optionen zur Verfügung: Keine - es werden keine Skalenstriche angezeigt, Beidseitig - auf beiden Seiten der Achse werden Skalenstriche angezeigt, Innen - die Skalenstriche werden auf der Innenseite der Achse angezeigt, Außen - die Skalenstriche werden auf der Außenseite der Achse angezeigt. Intervalle zwischen Teilstrichen - legt fest, wie viele Kategorien zwischen zwei benachbarten Teilstrichen angezeigt werden sollen. Im Abschnitt Beschriftungsoptionen können Sie die Darstellung von Beschriftungen für Kategorien anpassen. Beschriftungsposition - legt fest, wo die Beschriftungen in Bezug auf die horizontale Achse positioniert werden sollen: Wählen Sie die gewünschte Position aus der Dropdown-Liste aus: Keine - es wird keine Achsenbeschriftung angezeigt, Tief - die Kategorien werden im unteren Diagrammbereich angezeigt, Hoch - die Kategorien werden im oberen Diagrammbereich angezeigt, Neben der Achse - die Kategorien werden neben der Achse angezeigt. Abstand Achsenbeschriftung - legt fest, wie dicht die Achsenbeschriftung an der Achse positioniert wird. Sie können den gewünschten Wert im dafür vorgesehenen Eingabefeld festlegen. Je höher der eingegebene Wert, desto größer der Abstand zwischen der Achse und der Achsenbeschriftung. Intervalle zwischen Achsenbeschriftungen - legt fest, wie viele Kategorien auf der Achse angezeigt werden sollen. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall werden alle Kategorien auf der Achse angezeigt. Alternativ können Sie die Option Manuell aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Geben Sie zum Beispiel die Zahl 2 an, dann wird jede zweite Kategorie auf der Achse angezeigt usw. Die Registerkarte Alternativtext ermöglicht die Eingabe eines Titels und einer Beschreibung, die Personen mit Sehbehinderungen oder kognitiven Beeinträchtigungen vorgelesen werden kann, damit sie besser verstehen können, welche Informationen in dem Diagramm enthalten sind. Sobald das Diagramm hinzugefügt wurde, können Sie Größe und Position beliebig ändern.Sie können die Position des Diagramms auf der Folie bestimmen, indem Sie es vertikal oder horizontal verschieben. Diagrammelemente bearbeiten Um den Diagrammtitel zu bearbeiten, wählen Sie den Standardtext mit der Maus aus und geben Sie stattdessen Ihren eigenen Text ein. Um die Schriftformatierung innerhalb von Textelementen, wie beispielsweise Diagrammtitel, Achsentitel, Legendeneinträge, Datenbeschriftungen etc. zu ändern, wählen Sie das gewünschte Textelement durch Klicken mit der linken Maustaste aus. Wechseln Sie in die Registerkarte Start und nutzen Sie die in der Menüleiste angezeigten Symbole, um Schriftart, Schrifform, Schriftgröße oder Schriftfarbe zu bearbeiten. Um ein Diagrammelement zu löschen, wählen Sie es mit der linken Maustaste aus und drücken Sie die Taste Entfernen auf Ihrer Tastatur. Sie haben die Möglichkeit 3D-Diagramme mithilfe der Maus zu drehen. Klicken Sie mit der linken Maustaste in den Diagrammbereich und halten Sie die Maustaste gedrückt, bis ein blaues gestricheltes Feld angezeigt wird. Ziehen Sie den Mauszeiger ohne die Maustaste loszulassen in die gewünschte Richtung, um die 3D-Diagrammausrichtung zu ändern. Diagrammeinstellungen anpassenDiagrammgröße, -typ und -stil sowie die zur Erstellung des Diagramms verwendeten Daten, können in der rechten Seitenleiste geändert werden. Um das Menü zu aktivieren, klicken Sie auf das Diagramm und wählen Sie rechts das Symbol Diagrammeinstellungen aus. Im Abschnitt Größe können Sie Breite und Höhe des aktuellen Diagramms ändern. Wenn Sie die Funktion Seitenverhältnis sperren aktivieren (in diesem Fall sieht das Symbol so aus ), werden Breite und Höhe gleichmäßig geändert und das Diagrammseitenverhältnis wird beibehalten Im Abschnitt Diagrammtyp ändern können Sie den gewählten Diagrammtyp und -stil über die entsprechende Auswahlliste ändern. Um den gewünschten Diagrammstil auszuwählen, verwenden Sie im Abschnitt Diagrammtyp ändern die zweite Auswahlliste. Über die Schaltfläche Daten ändern können Sie das Fenster Diagrammtools öffnen und die Daten ändern (wie oben beschrieben). Hinweis: Wenn Sie einen Doppelklick auf einem in Ihrer Präsentation enthaltenen Diagramm ausführen, öffnet sich das Fenster „Diagrammtools“. Ist das Diagramm ausgewählt, ist rechts auch das Symbol Formeinstellungen verfügbar, da eine Form als Hintergrund für das Diagramm verwendet wird. Klicken Sie auf dieses Symbol, um die Registerkarte Formeinstellungen in der rechten Seitenleiste zu öffnen und passen Sie Form Füllung und Linienstärke an. Beachten Sie, dass Sie den Formtyp nicht ändern können. Um das hinzugefügte Diagramm zu löschen, wählen Sie es mit der linken Maustaste aus und drücken Sie die Taste ENTF auf Ihrer Tastatur. Informationen zum Ausrichten eines Diagramms auf der Folie oder zum Anordnen mehrerer Objekte, finden Sie im Abschnitt Objekte auf einer Folie ausrichten und anordnen." + "body": "Ein Diagramm einfügen Ein Diagramm einfügen: Positionieren Sie den Cursor an der Stelle, an der Sie ein Diagramm hinzufügen wollen. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf das Symbol Diagramm. Wählen Sie den gewünschten Diagrammtyp aus den verfügbaren Vorlagen aus - Säule, Linie, Kreis, Balken, Fläche, Punkt (XY) oder Strich.Hinweis: Die Diagrammtypen Säule, Linie, Kreis und Balken stehen auch im 3D-Format zur Verfügung. Wenn Sie Ihre Auswahl getroffen haben, öffnet sich das Fenster Diagramm bearbeiten und Sie können die gewünschten Daten mithilfe der folgenden Steuerelemente in die Zellen eingeben: und - Kopieren und Einfügen der kopierten Daten und - Aktionen Rückgängig machen und Wiederholen. - Einfügen einer Funktion und zum Löschen und Hinzufügen von Dezimalstellen - Zahlenformat ändern, d.h. das Format in dem die eingegebenen Zahlen in den Zellen dargestellt werden Die Diagrammeinstellungen ändern Sie durch Anklicken der Schaltfläche Diagramm bearbeiten im Fenster Diagramme. Das Fenster Diagramme - Erweiterte Einstellungen wird geöffnet. Auf der Registerkarte Diagrammtyp und Daten können Sie den Diagrammtyp sowie die Daten wählen, die Sie zum Erstellen eines Diagramms verwenden möchten. Wählen Sie den gewünschten Diagrammtyp aus: Säule, Linie, Kreis, Balken, Fläche, Punkt (XY), Strich. Überprüfen Sie den ausgewählten Datenbereich und ändern Sie diesen ggf. durch Anklicken der Schaltfläche Daten auswählen; geben Sie den gewünschten Datenbereich im folgenden Format ein: Sheet1!A1:B4. Wählen Sie die Art aus, wie die Daten angeordnet werden sollen. Für die Datenreihen die auf die X-Achse angewendet werden sollen, können Sie wählen zwischen: Datenreihen in Zeilen oder in Spalten. Auf der Registerkarte Layout können Sie das Layout von Diagrammelementen ändern. Wählen Sie die gewünschte Position der Diagrammbezeichnung aus der Dropdown-Liste aus: Keine - es wird keine Diagrammbezeichnung angezeigt. Überlagerung - der Titel wird zentriert und im Diagramm angezeigt. Keine Überlagerung - der Titel wird über dem Diagramm angezeigt. Wählen Sie die gewünschte Position der Legende aus der Dropdown-Liste aus: Keine - es wird keine Legende angezeigt Unten - die Legende wird unterhalb des Diagramms angezeigt Oben - die Legende wird oberhalb des Diagramms angezeigt Rechts - die Legende wird rechts vom Diagramm angezeigt Links - die Legende wird links vom Diagramm angezeigt Überlappung links - die Legende wird im linken Diagrammbereich mittig dargestellt Überlappung rechts - die Legende wird im rechten Diagrammbereich mittig dargestellt Legen Sie Datenbeschriftungen fest (Titel für genaue Werte von Datenpunkten): Wählen Sie die gewünschte Position der Datenbeschriftungen aus der Dropdown-Liste aus: Die verfügbaren Optionen variieren je nach Diagrammtyp. Für Säulen-/Balkendiagramme haben Sie die folgenden Optionen: Keine, zentriert, unterer Innenbereich, oberer Innenbereich, oberer Außenbereich. Für Linien-/Punktdiagramme (XY)/Strichdarstellungen haben Sie die folgenden Optionen: Keine, zentriert, links, rechts, oben, unten. Für Kreisdiagramme stehen Ihnen folgende Optionen zur Verfügung: Keine, zentriert, an Breite anpassen, oberer Innenbereich, oberer Außenbereich. Für Kartenbereiche sowie für 3D-Diagramme, Säulen- Linien- und Balkendiagramme, stehen Ihnen folgende Optionen zur Verfügung: Keine, zentriert. Wählen Sie die Daten aus, für die Sie eine Bezeichnung erstellen möchten, indem Sie die entsprechenden Felder markieren: Reihenname, Kategorienname, Wert. Geben Sie das Zeichen (Komma, Semikolon etc.) in das Feld Trennzeichen Datenbeschriftung ein, dass Sie zum Trennen der Beschriftungen verwenden möchten. Linien - Einstellen der Linienart für Liniendiagramme/Punktdiagramme (XY). Die folgenden Optionen stehen Ihnen zur Verfügung: Gerade, um gerade Linien zwischen Datenpunkten zu verwenden, glatt um glatte Kurven zwischen Datenpunkten zu verwenden oder keine, um keine Linien anzuzeigen. Markierungen - über diese Funktion können Sie festlegen, ob die Marker für Liniendiagramme/ Punktdiagramme (XY) angezeigt werden sollen (Kontrollkästchen aktiviert) oder nicht (Kontrollkästchen deaktiviert).Hinweis: Die Optionen Linien und Marker stehen nur für Liniendiagramme und Punktdiagramm (XY) zur Verfügung. Im Abschnitt Achseneinstellungen, können Sie auswählen, ob die horizontalen/vertikalen Achsen angezeigt werden sollen oder nicht. Wählen Sie dazu einfach einblenden oder ausblenden aus der Dropdown-Liste aus. Außerdem können Sie auch die Parameter für horizontale/vertikale Achsenbeschriftung festlegen: Legen Sie fest, ob der horizontalen Achsentitel angezeigt werden soll oder nicht. Wählen Sie dazu einfach die entsprechende Option aus der Dropdown-Liste aus: Keinen - der Titel der horizontalen Achse wird nicht angezeigt. Keine Überlappung - der Titel wird oberhalb der horizontalen Achse angezeigt. Wählen Sie die gewünschte Position des vertikalen Achsentitels aus der Dropdown-Liste aus: Keinen - der Titel der vertikalen Achse wird nicht angezeigt. Gedreht - der Titel wird links von der vertikalen Achse von unten nach oben angezeigt. Horizontal - der Titel wird links von der vertikalen Achse von links nach rechts angezeigt. Im Abschnitt Gitternetzlinien, können Sie festlegen, welche der horizontalen/vertikalen Gitternetzlinien angezeigt werden sollen. Wählen Sie dazu einfach die entsprechende Option aus der Dropdown-Liste aus: Hauptgitternetz, Hilfsgitternetz oder Alle. Wenn Sie alle Gitternetzlinien ausblenden wollen, wählen Sie die Option Keine.Hinweis: Die Abschnitte Achseneinstellungen und Gitternetzlinien sind für Kreisdiagramme deaktiviert, da bei diesem Diagrammtyp keine Achsen oder Gitternetze vorhanden sind. Hinweis: Die Registerkarte vertikale/horizontale Achsen ist für Kreisdiagramme deaktiviert, da bei diesem Diagrammtyp keine Achsen vorhanden sind. Auf der Registerkarte Vertikale Achse können Sie die Parameter der vertikalen Achse ändern, die auch als Werteachse oder Y-Achse bezeichnet wird und die numerische Werte anzeigt. Beachten Sie, dass bei Balkendiagrammen die vertikale Achse die Rubrikenachse ist, an der die Textbeschriftungen anzeigt werden, daher entsprechen in diesem Fall die Optionen in der Registerkarte Vertikale Achse den im nächsten Abschnitt beschriebenen Optionen. Für Punktdiagramme (XY) sind beide Achsen Wertachsen. Im Abschnitt Achsenoptionen können die folgenden Parameter festgelegt werden: Mindestwert - der niedrigste Wert, der am Anfang der vertikalen Achse angezeigt wird. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Mindestwert automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Festlegen aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Höchstwert - der höchste Wert, der am Ende der vertikalen Achse angezeigt wird. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Höchstwert automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Festlegen aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Schnittstelle - bestimmt den Punkt auf der vertikalen Achse, an dem die horizontale Achse die vertikale Achse kreuzt. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Wert für die Schnittstelle automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Wert aus der Menüliste auswählen und einen anderen Wert in das dafür vorgesehene Feld eingeben oder Sie legen den Achsenschnittpunkt am Mindest-/Höchstwert auf der vertikalen Achse fest. Einheiten anzeigen - Festlegung der numerischen Werte, die auf der vertikalen Achse angezeigt werden sollen. Diese Option kann nützlich sein, wenn Sie mit großen Zahlen arbeiten und die Werte auf der Achse kompakter und lesbarer anzeigen wollen (Sie können z.B. 50.000 als 50 anzeigen, indem Sie die Anzeigeeinheit in Tausendern auswählen). Wählen Sie die gewünschten Einheiten aus der Menüliste aus: In Hundertern, in Tausendern, 10 000, 100 000, in Millionen, 10.000.000, 100.000.000, in Milliarden, in Trillionen, oder Sie wählen die Option Keine, um zu den Standardeinheiten zurückzukehren. Werte in umgekehrter Reihenfolge - die Werte werden in absteigender Reihenfolge angezeigt. Wenn das Kontrollkästchen deaktiviert ist, wird der niedrigste Wert unten und der höchste Wert oben auf der Achse angezeigt. Wenn das Kontrollkästchen aktiviert ist, werden die Werte in absteigender Reihenfolge angezeigt. Im Abschnitt Skalierung können Sie die Darstellung von Teilstrichen auf der vertikalen Achse anpassen. Die größeren Teilstriche bilden die Hauptintervalle der Skalenteilung und dienen der Darstellung von nummerischen Werten. Kleine Teilstriche bilden Hilfsintervalle und haben keine Beschriftungen. Skalenstriche legen auch fest, an welcher Stelle Gitterlinien angezeigt werden können, sofern die entsprechende Option in der Registerkarte Layout aktiviert ist. In der Menüliste für Hauptintervalle/Hilfsintervalle stehen folgende Optionen für die Positionierung zur Verfügung: Keine - es werden keine Skalenstriche angezeigt. Beidseitig - auf beiden Seiten der Achse werden Skalenstriche angezeigt. Innen - die Skalenstriche werden auf der Innenseite der Achse angezeigt. Außen - die Skalenstriche werden auf der Außenseite der Achse angezeigt. Im Abschnitt Beschriftungsoptionen können Sie die Darstellung von Hauptintervallen, die Werte anzeigen, anpassen. Um die Anzeigeposition in Bezug auf die vertikale Achse festzulegen, wählen Sie die gewünschte Option aus der Menüliste aus: Keine - es werden keine Skalenbeschriftungen angezeigt. Tief - die Skalenbeschriftung wird links vom Diagrammbereich angezeigt. Hoch - die Skalenbeschriftung wird rechts vom Diagrammbereich angezeigt. Neben der Achse - die Skalenbeschriftung wird neben der Achse angezeigt. Auf der Registerkarte Horizontale Achse können Sie die Parameter der horizontalen Achse ändern, die auch als Werteachse oder X-Achse bezeichnet wird und die Textbeschriftungen anzeigt. Beachten Sie, dass bei Balkendiagrammen die horizontale Achse die Rubrikenachse ist an der die nummerischen Werte anzeigt werden, daher entsprechen in diesem Fall die Optionen in der Registerkarte Horizontale Achse den im nächsten Abschnitt beschriebenen Optionen. Für Punktdiagramme (XY) sind beide Achsen Wertachsen. Im Abschnitt Achsenoptionen können die folgenden Parameter festgelegt werden: Schnittstelle - bestimmt den Punkt auf der horizontalen Achse, an dem die vertikale Achse die horizontale Achse kreuzt. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall wird der Wert für die Schnittstelle automatisch abhängig vom ausgewählten Datenbereich berechnet. Alternativ können Sie die Option Wert aus der Menüliste auswählen und einen anderen Wert in das dafür vorgesehene Feld eingeben oder Sie legen den Achsenschnittpunkt am Mindest-/Höchstwert (der Wert, welcher der ersten und letzten Kategorie entspricht) auf der horizontalen Achse fest. Achsenposition - legt fest, wo die Achsenbeschriftungen positioniert werden sollen: An den Skalenstrichen oder Zwischen den Skalenstrichen. Werte in umgekehrter Reihenfolge - die Kategorien werden in umgekehrter Reihenfolge angezeigt. Wenn das Kästchen deaktiviert ist, werden die Kategorien von links nach rechts angezeigt. Wenn das Kontrollkästchen aktiviert ist, werden die Kategorien von rechts nach links angezeigt. Im Abschnitt Skalierung können Sie die Darstellung von Teilstrichen auf der horizontalen Skala anpassen. Die größeren Teilstriche bilden die Hauptintervalle der Skalenteilung und dienen der Darstellung von Kategorien. Kleine Teilstriche werden zwischen den Hauptintervallen eingefügt und bilden Hilfsintervalle ohne Beschriftungen. Skalenstriche legen auch fest, an welcher Stelle Gitterlinien angezeigt werden können, sofern die entsprechende Option in der Registerkarte Layout aktiviert ist. Sie können die folgenden Parameter für die Skalenstriche anpassen: Hauptintervalle/Hilfsintervalle - legt fest wo die Teilstriche positioniert werden sollen, dazu stehen Ihnen folgende Optionen zur Verfügung: Keine - es werden keine Skalenstriche angezeigt, Beidseitig - auf beiden Seiten der Achse werden Skalenstriche angezeigt, Innen - die Skalenstriche werden auf der Innenseite der Achse angezeigt, Außen - die Skalenstriche werden auf der Außenseite der Achse angezeigt. Intervalle zwischen Teilstrichen - legt fest, wie viele Kategorien zwischen zwei benachbarten Teilstrichen angezeigt werden sollen. Im Abschnitt Beschriftungsoptionen können Sie die Darstellung von Beschriftungen für Kategorien anpassen. Beschriftungsposition - legt fest, wo die Beschriftungen in Bezug auf die horizontale Achse positioniert werden sollen: Wählen Sie die gewünschte Position aus der Dropdown-Liste aus: Keine - es wird keine Achsenbeschriftung angezeigt, Tief - die Kategorien werden im unteren Diagrammbereich angezeigt, Hoch - die Kategorien werden im oberen Diagrammbereich angezeigt, Neben der Achse - die Kategorien werden neben der Achse angezeigt. Abstand Achsenbeschriftung - legt fest, wie dicht die Achsenbeschriftung an der Achse positioniert wird. Sie können den gewünschten Wert im dafür vorgesehenen Eingabefeld festlegen. Je höher der eingegebene Wert, desto größer der Abstand zwischen der Achse und der Achsenbeschriftung. Intervalle zwischen Achsenbeschriftungen - legt fest, wie viele Kategorien auf der Achse angezeigt werden sollen. Standardmäßig ist die Option Automatisch ausgewählt. In diesem Fall werden alle Kategorien auf der Achse angezeigt. Alternativ können Sie die Option Manuell aus der Menüliste auswählen und den gewünschten Wert in das dafür vorgesehene Feld eingeben. Geben Sie zum Beispiel die Zahl 2 an, dann wird jede zweite Kategorie auf der Achse angezeigt usw. Die Registerkarte Alternativtext ermöglicht die Eingabe eines Titels und einer Beschreibung, die Personen mit Sehbehinderungen oder kognitiven Beeinträchtigungen vorgelesen werden kann, damit sie besser verstehen können, welche Informationen in dem Diagramm enthalten sind. Sobald das Diagramm hinzugefügt wurde, können Sie Größe und Position beliebig ändern.Sie können die Position des Diagramms auf der Folie bestimmen, indem Sie es vertikal oder horizontal verschieben. Diagrammelemente bearbeiten Um den Diagrammtitel zu bearbeiten, wählen Sie den Standardtext mit der Maus aus und geben Sie stattdessen Ihren eigenen Text ein. Um die Schriftformatierung innerhalb von Textelementen, wie beispielsweise Diagrammtitel, Achsentitel, Legendeneinträge, Datenbeschriftungen etc. zu ändern, wählen Sie das gewünschte Textelement durch Klicken mit der linken Maustaste aus. Wechseln Sie in die Registerkarte Start und nutzen Sie die in der Menüleiste angezeigten Symbole, um Schriftart, Schrifform, Schriftgröße oder Schriftfarbe zu bearbeiten. Um ein Diagrammelement zu löschen, wählen Sie es mit der linken Maustaste aus und drücken Sie die Taste Entfernen auf Ihrer Tastatur. Sie haben die Möglichkeit 3D-Diagramme mithilfe der Maus zu drehen. Klicken Sie mit der linken Maustaste in den Diagrammbereich und halten Sie die Maustaste gedrückt, bis ein blaues gestricheltes Feld angezeigt wird. Ziehen Sie den Mauszeiger ohne die Maustaste loszulassen in die gewünschte Richtung, um die 3D-Diagrammausrichtung zu ändern. Diagrammeinstellungen anpassenDiagrammgröße, -typ und -stil sowie die zur Erstellung des Diagramms verwendeten Daten, können in der rechten Seitenleiste geändert werden. Um das Menü zu aktivieren, klicken Sie auf das Diagramm und wählen Sie rechts das Symbol Diagrammeinstellungen aus. Im Abschnitt Größe können Sie Breite und Höhe des aktuellen Diagramms ändern. Wenn Sie die Funktion Seitenverhältnis sperren aktivieren (in diesem Fall sieht das Symbol so aus ), werden Breite und Höhe gleichmäßig geändert und das Diagrammseitenverhältnis wird beibehalten Im Abschnitt Diagrammtyp ändern können Sie den gewählten Diagrammtyp und -stil über die entsprechende Auswahlliste ändern. Um den gewünschten Diagrammstil auszuwählen, verwenden Sie im Abschnitt Diagrammtyp ändern die zweite Auswahlliste. Über die Schaltfläche Daten ändern können Sie das Fenster Diagrammtools öffnen und die Daten ändern (wie oben beschrieben). Hinweis: Wenn Sie einen Doppelklick auf einem in Ihrer Präsentation enthaltenen Diagramm ausführen, öffnet sich das Fenster „Diagrammtools“. Ist das Diagramm ausgewählt, ist rechts auch das Symbol Formeinstellungen verfügbar, da eine Form als Hintergrund für das Diagramm verwendet wird. Klicken Sie auf dieses Symbol, um die Registerkarte Formeinstellungen in der rechten Seitenleiste zu öffnen und passen Sie Form Füllung und Linienstärke an. Beachten Sie, dass Sie den Formtyp nicht ändern können. Um das hinzugefügte Diagramm zu löschen, wählen Sie es mit der linken Maustaste aus und drücken Sie die Taste ENTF auf Ihrer Tastatur. Informationen zum Ausrichten eines Diagramms auf der Folie oder zum Anordnen mehrerer Objekte, finden Sie im Abschnitt Objekte auf einer Folie ausrichten und anordnen." }, { "id": "UsageInstructions/InsertEquation.htm", "title": "Formeln einfügen", - "body": "Mit dem Präsentationseditor können Sie Formeln mithilfe der integrierten Vorlagen erstellen, sie bearbeiten, Sonderzeichen einfügen (einschließlich mathematischer Operatoren, griechischer Buchstaben, Akzente usw.). Eine neue Formel einfügen Eine Formel aus den Vorlagen einfügen: Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf den Pfeil neben dem Symbol Formel. Wählen Sie im geöffneten Listenmenü die gewünschte Option: Derzeit sind die folgenden Kategorien verfügbar: Symbole, Brüche, Skripte, Wurzeln, Integrale, Große Operatoren, Klammern, Funktionen, Akzente, Grenzwerte und Logarithmen, Operatoren, Matrizen. Klicken Sie im entsprechenden Vorlagensatz auf das gewünschte Symbol/die gewünschte Formel. Das ausgewählte Symbol/die ausgewählte Formel wird an der aktuellen Cursorposition eingefügt.Wenn der Rahmen des Formelfelds nicht angezeigt wird, klicken Sie auf eine beliebige Stelle innerhalb der Formel - der Rahmen wird als gestrichelte Linie dargestellt. Das Formelfeld kann auf der Folie beliebig verschoben, in der Größe verändert oder gedreht werden. Klicken Sie dazu auf den Rahmen des Formelfelds (der Rahmen wird alsdurchgezogene Linie dargestellt) und nutzen Sie die entsprechenden Bedienelemente.Jede Formelvorlage steht für eine Reihe von Slots. Ein Slot für jedes Element, aus dem die Gleichung besteht Ein leerer Slot (auch Platzhalter genannt) hat eine gepunktete Linie Setzen Sie in alle Platzhalter die gewünschten Werte ein. Werte eingeben Der Einfügepunkt zeigt an, an welcher Stelle das nächste Zeichen erscheint, das Sie eingeben. Um den Cursor präzise zu positionieren, klicken Sie in einen Platzhalter und verschieben Sie den Einfügepunkt, mithilfe der Tastaturpfeile, um ein Zeichen nach links/rechts oder eine Zeile nach oben/unten.Wenn Sie den Einfügepunkt positioniert haben, können Sie die Werte in den Platzhaltern einfügen: Geben Sie geben Sie den gewünschten numerischen/literalen Wert über die Tastatur ein. Wechseln Sie zum Einfügen von Sonderzeichen in die Registerkarte Einfügen und wählen Sie im Menü Formel das gewünschte Zeichen aus der Palette mit den Symbolen aus. Fügen Sie eine weitere Vorlage aus der Palette hinzu, um eine komplexe verschachtelte Gleichung zu erstellen. Die Größe der primären Formel wird automatisch an den Inhalt angepasst. Die Größe der verschachtelten Gleichungselemente hängt von der Platzhaltergröße der primären Gleichung ab, sie darf jedoch nicht kleiner sein, als die Vorlage für tiefgestellte Zeichen. Alternativ können Sie auch über das Rechtsklickmenü neue Elemente in Ihre Formel einfügen: Um ein neues Argument vor oder nach einem vorhandenen Argument einzufügen, das in Klammern steht, klicken Sie mit der rechten Maustaste auf das vorhandene Argument und wählen Sie die Option Argument vorher/nachher einfügen. Um in Fällen mit mehreren Bedingungen eine neue Formel aus der Gruppe Klammern hinzuzufügen (oder eine beliebige andere Formel, wenn Sie zuvor über die Eingabetaste einen neuen Platzhalter eingefügt haben), klicken Sie mit der rechten Maustaste auf einen leeren Platzhalter oder eine im Platzhalter eingegebene Gleichung und wählen Sie Formel vorher/nachher einfügen aus dem Menü aus. Um in einer Matrix eine neue Zeile oder Spalte einzugeben, wählen Sie die Option Einfügen aus dem Menü, und klicken Sie dann auf Zeile oberhalb/unterhalb oder Spalte links/rechts. Hinweis: aktuell ist es nicht möglich Gleichungen im linearen Format einzugeben werden, d.h. \\sqrt(4&x^3). Wenn Sie die Werte der mathematischen Ausdrücke eingeben, ist es nicht notwendig die Leertaste zu verwenden, da die Leerzeichen zwischen den Zeichen und Werten automatisch gesetzt werden. Wenn die Formel zu lang ist und nicht in eine einzelnen Zeile passt, wird während der Eingabe automatisch ein Zeilenumbruch ausgeführt. Bei Bedarf können Sie auch manuell einen Zeilenumbruch an einer bestimmten Position einfügen. Klicken sie dazu mit der rechten Maustaste auf einen der Platzhalter und wählen Sie im Menü die Option manuellen Umbruch einfügen aus. Der ausgewählte Platzhalter wird in die nächste Zeile verschoben. Um einen manuell hinzugefügten Zeilenumbruch zu entfernen, klicken Sie mit der rechten Maustaste auf den Platzhalter der die neue Zeile einleitet und wählen Sie die Option manuellen Umbruch entfernen. Formeln formatieren Standardmäßig wird die Formel innerhalb des Textfelds horizontal zentriert und vertikal am oberen Rand des Textfelds ausgerichtet. Um die horizontale/vertikale Ausrichtung zu ändern, platzieren Sie den Cursor im Formelfeld (die Rahmen des Textfelds werden als gestrichelte Linien angezeigt) und verwenden Sie die entsprechenden Symbole auf der Registerkarte Start, auf der oberen Symbolleiste. Um die Schriftgröße der Formel zu verkleinern oder zu vergrößern, klicken Sie an eine beliebige Stelle im Formelfeld und wählen Sie in der Registerkarte Start die gewünschte Schriftgröße aus der Liste aus. Alle Elemente in der Formel werden entsprechend angepasst. Die Buchstaben innerhalb der Formel werden standardmäßig kursiv gestellt. Bei Bedarf können Sie Schriftart (fett, kursiv, durchgestrichen) oder Schriftfarbe für die gesamte Formel oder Teile davon ändern. Unterstreichen ist nur für die gesamte Formel möglich und nicht für einzelne Zeichen. Wählen Sie den gewünschten Teil der Formel durch anklicken und ziehen aus. Der ausgewählte Teil wird blau markiert. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Start, um die Auswahl zu formatieren. Sie können zum Beispiel das Kursivformat für gewöhnliche Wörter entfernen, die keine Variablen oder Konstanten darstellen.Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü ändern: Um das Format von Brüchen zu ändern, klicken Sie mit der rechten Maustaste auf einen Bruch und wählen Sie im Menü die Option in schrägen/linearen/gestapelten Bruch ändern (die verfügbaren Optionen hängen vom ausgewählten Bruchtyp ab). Um die Position der Skripte in Bezug auf Text zu ändern, klicken Sie mit der rechten Maustaste auf die Formel, die Skripte enthält und wählen Sie die Option Skripte vor/nach Text aus dem Menü aus. Um die Größe der Argumente für Skripte, Wurzeln, Integrale, Große Operatoren, Grenzwerte und Logarithmen und Operatoren sowie für über- und untergeordnete Klammern und Vorlagen mit Gruppierungszeichen aus der Gruppe Akzente, zu ändern, klicken Sie mit der rechten Maustaste auf das Argument, das Sie ändern wollen, und wählen Sie die Option Argumentgröße vergrößern/verkleinern aus dem Menü aus. Um festzulegen, ob ein leerer Grad-Platzhalter für eine Wurzel angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste auf die Wurzel und wählen Sie die Option Grad anzeigen/ausblenden aus dem Menü aus. Um festzulegen, ob ein leerer Grenzwert-Platzhalter für ein Integral oder für Große Operatoren angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste auf die Gleichung und wählen Sie im Menü die Option oberen/unteren Grenzwert anzeigen/ausblenden aus. Um die Position der Grenzwerte in Bezug auf das Integral oder einen Operator für Integrale oder einen großen Operator zu ändern, klicken Sie mit der rechten Maustaste auf die Formel und wählen Sie die Option Position des Grenzwertes ändern aus dem Menü aus. Die Grenzwerte können rechts neben dem Operatorzeichen (als tiefgestellte und hochgestellte Zeichen) oder direkt über und unter dem Operatorzeichen angezeigt werden. Um die Positionen der Grenzwerte für Grenzwerte und Logarithmen und Vorlagen mit Gruppierungszeichen aus der Gruppe Akzente zu ändern, klicken Sie mit der rechten Maustaste auf die Formel und wählen Sie die Option Grenzwert über/unter Text aus dem Menü aus. Um festzulegen, welche Klammern angezeigt werden sollen, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck und wählen Sie die Option öffnende/schließende Klammer anzeigen/verbergen aus dem Menü aus. Um die Größe der Klammern zu ändern, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck. Standardmäßig ist die Option Klammern ausdehnen aktiviert, so dass die Klammern an den eingegebenen Ausdruck angepasst werden. Sie können diese Option jedoch deaktivieren und die Klammern werden nicht mehr ausgedehnt. Wenn die Option aktiviert ist, können Sie auch die Option Klammern an Argumenthöhe anpassen verwenden. Um die Position der Zeichen, in Bezug auf Text für Klammern (über dem Text/unter dem Text) oder Überstriche/Unterstriche aus der Gruppe Akzente, zu ändern, klicken Sie mit der rechten Maustaste auf die Vorlage und wählen Sie die Option Überstrich/Unterstrich über/unter Text aus dem Menü aus. Um festzulegen, welche Rahmen aus der Gruppe Akzente für die umrandete Formel angezeigt werden sollen, klicken Sie mit der rechten Maustaste auf die Formel, klicken Sie im Menü auf die Option Umrandungen und legen Sie die Parameter Einblenden/Ausblenden oberer/unterer/rechter/linker Rand oder Hinzufügen/Verbergen horizontale/vertikale/diagonale Grenzlinie fest. Um festzulegen, ob ein leerer Platzhalter für eine Matrix angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste darauf und wählen Sie die Option Platzhalter einblenden/ausblenden aus dem Menü aus. Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü ausrichten: Um Formeln in Fällen mit mehreren Bedingungen aus der Gruppe Klammern auszurichten (oder beliebige andere Formeln, wenn Sie zuvor über die Eingabetaste einen neuen Platzhalter eingefügt haben), klicken Sie mit der rechten Maustaste auf eine Formel, wählen Sie die Option Ausrichten im Menü aus und legen Sie den Ausrichtungstyp fest: Oben, Zentriert oder Unten. Um eine Matrix vertikal auszurichten, klicken Sie mit der rechten Maustaste auf die Matrix, wählen Sie die Option Matrixausrichtung aus dem Menü aus und legen Sie den Ausrichtungstyp fest: Oben, Zentriert oder Unten. Um Elemente in einer Matrix-Spalte vertikal auszurichten, klicken Sie mit der rechten Maustaste auf einen Platzhalter in der Spalte, wählen Sie die Option Spaltenausrichtung aus dem Menü aus und legen Sie den Ausrichtungstyp fest: Links, Zentriert oder Rechts. Formelelemente löschen Um Teile einer Formel zu löschen, wählen Sie den Teil den Sie löschen wollen mit der Maus aus oder halten Sie die Umschalttaste gedrückt, und drücken sie dann auf Ihrer Tastatur auf ENTF. Ein Slot kann nur zusammen mit der zugehörigen Vorlage gelöscht werden. Um die gesamte Formel zu löschen, klicken Sie auf die Umrandung der Formel (der Rahmen wird als durchgezogene Linie dargestellt) und drücken Sie dann auf Ihrer Tastatur auf ENTF.Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü löschen: Um eine Wurzel zu löschen, klicken Sie diese mit der rechten Maustaste an und wählen Sie die Option Wurzel löschen im Menü aus. Um ein tiefgestelltes Zeichen bzw. ein hochgestelltes Zeichen zu löschen, klicken sie mit der rechten Maustaste auf das entsprechende Element und wählen Sie die Option hochgestelltes/tiefgestelltes Zeichen entfernen im Menü aus. Wenn der Ausdruck Skripte mit Vorrang vor dem Text enthält, ist die Option Skripte entfernen verfügbar. Um Klammern zu entfernen, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck und wählen Sie die Option Umschließende Zeichen entfernen oder die Option Umschließende Zeichen und Trennzeichen entfernen im Menü aus. Wenn ein Ausdruck in Klammern mehr als ein Argument enthält, klicken Sie mit der rechten Maustaste auf das Argument das Sie löschen wollen und wählen Sie die Option Argument löschen im Menü aus. Wenn Klammern mehr als eine Formel umschließen (in Fällen mit mehreren Bedingungen), klicken Sie mit der rechten Maustaste auf die Formel die Sie löschen wollen und wählen Sie die Option Formel löschen im Menü aus. Um einen Grenzwert zu löschen, klicken Sie diesen mit der rechten Maustaste an und wählen Sie die Option Grenzwert entfernen im Menü aus. Um einen Akzent zu löschen, klicken Sie diesen mit der rechten Maustaste an und wählen Sie im Menü die Option Akzentzeichen entfernen, Überstrich entfernen oder Unterstrich entfernen (die verfügbaren Optionen hängen vom ausgewählten Akzent ab). Um eine Zeile bzw. Spalte in einer Matrix zu löschen, klicken Sie mit der rechten Maustaste auf den Platzhalter in der entsprechenden Zeile/Spalte, wählen Sie im Menü die Option Entfernen und wählen Sie dann Zeile/Spalte entfernen." + "body": "Mit dem Präsentationseditor können Sie Formeln mithilfe der integrierten Vorlagen erstellen, sie bearbeiten, Sonderzeichen einfügen (einschließlich mathematischer Operatoren, griechischer Buchstaben, Akzente usw.). Eine neue Formel einfügen Eine Formel aus den Vorlagen einfügen: Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Einfügen. Klicken Sie auf den Pfeil neben dem Symbol Formel. Wählen Sie im geöffneten Listenmenü die gewünschte Option: Derzeit sind die folgenden Kategorien verfügbar: Symbole, Brüche, Skripte, Wurzeln, Integrale, Große Operatoren, Klammern, Funktionen, Akzente, Grenzwerte und Logarithmen, Operatoren, Matrizen. Klicken Sie im entsprechenden Vorlagensatz auf das gewünschte Symbol/die gewünschte Formel. Das ausgewählte Symbol/die ausgewählte Formel wird an der aktuellen Cursorposition eingefügt.Wenn der Rahmen des Formelfelds nicht angezeigt wird, klicken Sie auf eine beliebige Stelle innerhalb der Formel - der Rahmen wird als gestrichelte Linie dargestellt. Das Formelfeld kann auf der Folie beliebig verschoben, in der Größe verändert oder gedreht werden. Klicken Sie dazu auf den Rahmen des Formelfelds (der Rahmen wird alsdurchgezogene Linie dargestellt) und nutzen Sie die entsprechenden Bedienelemente.Jede Formelvorlage steht für eine Reihe von Slots. Ein Slot für jedes Element, aus dem die Gleichung besteht Ein leerer Slot (auch Platzhalter genannt) hat eine gepunktete Linie Setzen Sie in alle Platzhalter die gewünschten Werte ein. Werte eingeben Der Einfügepunkt zeigt an, an welcher Stelle das nächste Zeichen erscheint, das Sie eingeben. Um den Cursor präzise zu positionieren, klicken Sie in einen Platzhalter und verschieben Sie den Einfügepunkt, mithilfe der Tastaturpfeile, um ein Zeichen nach links/rechts oder eine Zeile nach oben/unten.Wenn Sie den Einfügepunkt positioniert haben, können Sie die Werte in den Platzhaltern einfügen: Geben Sie geben Sie den gewünschten numerischen/literalen Wert über die Tastatur ein. Wechseln Sie zum Einfügen von Sonderzeichen in die Registerkarte Einfügen und wählen Sie im Menü Formel das gewünschte Zeichen aus der Palette mit den Symbolen aus. Fügen Sie eine weitere Vorlage aus der Palette hinzu, um eine komplexe verschachtelte Gleichung zu erstellen. Die Größe der primären Formel wird automatisch an den Inhalt angepasst. Die Größe der verschachtelten Gleichungselemente hängt von der Platzhaltergröße der primären Gleichung ab, sie darf jedoch nicht kleiner sein, als die Vorlage für tiefgestellte Zeichen. Alternativ können Sie auch über das Rechtsklickmenü neue Elemente in Ihre Formel einfügen: Um ein neues Argument vor oder nach einem vorhandenen Argument einzufügen, das in Klammern steht, klicken Sie mit der rechten Maustaste auf das vorhandene Argument und wählen Sie die Option Argument vorher/nachher einfügen. Um in Fällen mit mehreren Bedingungen eine neue Formel aus der Gruppe Klammern hinzuzufügen (oder eine beliebige andere Formel, wenn Sie zuvor über die Eingabetaste einen neuen Platzhalter eingefügt haben), klicken Sie mit der rechten Maustaste auf einen leeren Platzhalter oder eine im Platzhalter eingegebene Gleichung und wählen Sie Formel vorher/nachher einfügen aus dem Menü aus. Um in einer Matrix eine neue Zeile oder Spalte einzugeben, wählen Sie die Option Einfügen aus dem Menü, und klicken Sie dann auf Zeile oberhalb/unterhalb oder Spalte links/rechts. Hinweis: aktuell ist es nicht möglich Gleichungen im linearen Format einzugeben werden, d.h. \\sqrt(4&x^3). Wenn Sie die Werte der mathematischen Ausdrücke eingeben, ist es nicht notwendig die Leertaste zu verwenden, da die Leerzeichen zwischen den Zeichen und Werten automatisch gesetzt werden. Wenn die Formel zu lang ist und nicht in eine einzelnen Zeile passt, wird während der Eingabe automatisch ein Zeilenumbruch ausgeführt. Bei Bedarf können Sie auch manuell einen Zeilenumbruch an einer bestimmten Position einfügen. Klicken sie dazu mit der rechten Maustaste auf einen der Platzhalter und wählen Sie im Menü die Option manuellen Umbruch einfügen aus. Der ausgewählte Platzhalter wird in die nächste Zeile verschoben. Um einen manuell hinzugefügten Zeilenumbruch zu entfernen, klicken Sie mit der rechten Maustaste auf den Platzhalter der die neue Zeile einleitet und wählen Sie die Option manuellen Umbruch entfernen. Formeln formatieren Standardmäßig wird die Formel innerhalb des Textfelds horizontal zentriert und vertikal am oberen Rand des Textfelds ausgerichtet. Um die horizontale/vertikale Ausrichtung zu ändern, platzieren Sie den Cursor im Formelfeld (die Rahmen des Textfelds werden als gestrichelte Linien angezeigt) und verwenden Sie die entsprechenden Symbole auf der Registerkarte Start, auf der oberen Symbolleiste. Um die Schriftgröße der Formel zu verkleinern oder zu vergrößern, klicken Sie an eine beliebige Stelle im Formelfeld und wählen Sie in der Registerkarte Start die gewünschte Schriftgröße aus der Liste aus. Alle Elemente in der Formel werden entsprechend angepasst. Die Buchstaben innerhalb der Formel werden standardmäßig kursiv gestellt. Bei Bedarf können Sie Schriftart (fett, kursiv, durchgestrichen) oder Schriftfarbe für die gesamte Formel oder Teile davon ändern. Unterstreichen ist nur für die gesamte Formel möglich und nicht für einzelne Zeichen. Wählen Sie den gewünschten Teil der Formel durch anklicken und ziehen aus. Der ausgewählte Teil wird blau markiert. Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Start, um die Auswahl zu formatieren. Sie können zum Beispiel das Kursivformat für gewöhnliche Wörter entfernen, die keine Variablen oder Konstanten darstellen.Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü ändern: Um das Format von Brüchen zu ändern, klicken Sie mit der rechten Maustaste auf einen Bruch und wählen Sie im Menü die Option in schrägen/linearen/gestapelten Bruch ändern (die verfügbaren Optionen hängen vom ausgewählten Bruchtyp ab). Um die Position der Skripte in Bezug auf Text zu ändern, klicken Sie mit der rechten Maustaste auf die Formel, die Skripte enthält und wählen Sie die Option Skripte vor/nach Text aus dem Menü aus. Um die Größe der Argumente für Skripte, Wurzeln, Integrale, Große Operatoren, Grenzwerte und Logarithmen und Operatoren sowie für über- und untergeordnete Klammern und Vorlagen mit Gruppierungszeichen aus der Gruppe Akzente, zu ändern, klicken Sie mit der rechten Maustaste auf das Argument, das Sie ändern wollen, und wählen Sie die Option Argumentgröße vergrößern/verkleinern aus dem Menü aus. Um festzulegen, ob ein leerer Grad-Platzhalter für eine Wurzel angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste auf die Wurzel und wählen Sie die Option Grad anzeigen/ausblenden aus dem Menü aus. Um festzulegen, ob ein leerer Grenzwert-Platzhalter für ein Integral oder für Große Operatoren angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste auf die Gleichung und wählen Sie im Menü die Option oberen/unteren Grenzwert anzeigen/ausblenden aus. Um die Position der Grenzwerte in Bezug auf das Integral oder einen Operator für Integrale oder einen großen Operator zu ändern, klicken Sie mit der rechten Maustaste auf die Formel und wählen Sie die Option Position des Grenzwertes ändern aus dem Menü aus. Die Grenzwerte können rechts neben dem Operatorzeichen (als tiefgestellte und hochgestellte Zeichen) oder direkt über und unter dem Operatorzeichen angezeigt werden. Um die Positionen der Grenzwerte für Grenzwerte und Logarithmen und Vorlagen mit Gruppierungszeichen aus der Gruppe Akzente zu ändern, klicken Sie mit der rechten Maustaste auf die Formel und wählen Sie die Option Grenzwert über/unter Text aus dem Menü aus. Um festzulegen, welche Klammern angezeigt werden sollen, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck und wählen Sie die Option öffnende/schließende Klammer anzeigen/verbergen aus dem Menü aus. Um die Größe der Klammern zu ändern, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck. Standardmäßig ist die Option Klammern ausdehnen aktiviert, so dass die Klammern an den eingegebenen Ausdruck angepasst werden. Sie können diese Option jedoch deaktivieren und die Klammern werden nicht mehr ausgedehnt. Wenn die Option aktiviert ist, können Sie auch die Option Klammern an Argumenthöhe anpassen verwenden. Um die Position der Zeichen, in Bezug auf Text für Klammern (über dem Text/unter dem Text) oder Überstriche/Unterstriche aus der Gruppe Akzente, zu ändern, klicken Sie mit der rechten Maustaste auf die Vorlage und wählen Sie die Option Überstrich/Unterstrich über/unter Text aus dem Menü aus. Um festzulegen, welche Rahmen aus der Gruppe Akzente für die umrandete Formel angezeigt werden sollen, klicken Sie mit der rechten Maustaste auf die Formel, klicken Sie im Menü auf die Option Umrandungen und legen Sie die Parameter Einblenden/Ausblenden oberer/unterer/rechter/linker Rand oder Hinzufügen/Verbergen horizontale/vertikale/diagonale Grenzlinie fest. Um festzulegen, ob ein leerer Platzhalter für eine Matrix angezeigt werden soll oder nicht, klicken Sie mit der rechten Maustaste darauf und wählen Sie die Option Platzhalter einblenden/ausblenden aus dem Menü aus. Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü ausrichten: Um Formeln in Fällen mit mehreren Bedingungen aus der Gruppe Klammern auszurichten (oder beliebige andere Formeln, wenn Sie zuvor über die Eingabetaste einen neuen Platzhalter eingefügt haben), klicken Sie mit der rechten Maustaste auf eine Formel, wählen Sie die Option Ausrichten im Menü aus und legen Sie den Ausrichtungstyp fest: Oben, Zentriert oder Unten. Um eine Matrix vertikal auszurichten, klicken Sie mit der rechten Maustaste auf die Matrix, wählen Sie die Option Matrixausrichtung aus dem Menü aus und legen Sie den Ausrichtungstyp fest: Oben, Zentriert oder Unten. Um Elemente in einer Matrix-Spalte vertikal auszurichten, klicken Sie mit der rechten Maustaste auf einen Platzhalter in der Spalte, wählen Sie die Option Spaltenausrichtung aus dem Menü aus und legen Sie den Ausrichtungstyp fest: Links, Zentriert oder Rechts. Formelelemente löschen Um Teile einer Formel zu löschen, wählen Sie den Teil den Sie löschen wollen mit der Maus aus oder halten Sie die Umschalttaste gedrückt, und drücken sie dann auf Ihrer Tastatur auf ENTF. Ein Slot kann nur zusammen mit der zugehörigen Vorlage gelöscht werden. Um die gesamte Formel zu löschen, klicken Sie auf die Umrandung der Formel (der Rahmen wird als durchgezogene Linie dargestellt) und drücken Sie dann auf Ihrer Tastatur auf ENTF.Einige Elemente aus der Formel lassen sich auch über das Rechtsklickmenü löschen: Um eine Wurzel zu löschen, klicken Sie diese mit der rechten Maustaste an und wählen Sie die Option Wurzel löschen im Menü aus. Um ein tiefgestelltes Zeichen bzw. ein hochgestelltes Zeichen zu löschen, klicken sie mit der rechten Maustaste auf das entsprechende Element und wählen Sie die Option hochgestelltes/tiefgestelltes Zeichen entfernen im Menü aus. Wenn der Ausdruck Skripte mit Vorrang vor dem Text enthält, ist die Option Skripte entfernen verfügbar. Um Klammern zu entfernen, klicken Sie mit der rechten Maustaste auf den darin enthaltenen Ausdruck und wählen Sie die Option Umschließende Zeichen entfernen oder die Option Umschließende Zeichen und Trennzeichen entfernen im Menü aus. Wenn ein Ausdruck in Klammern mehr als ein Argument enthält, klicken Sie mit der rechten Maustaste auf das Argument das Sie löschen wollen und wählen Sie die Option Argument löschen im Menü aus. Wenn Klammern mehr als eine Formel umschließen (in Fällen mit mehreren Bedingungen), klicken Sie mit der rechten Maustaste auf die Formel die Sie löschen wollen und wählen Sie die Option Formel löschen im Menü aus. Um einen Grenzwert zu löschen, klicken Sie diesen mit der rechten Maustaste an und wählen Sie die Option Grenzwert entfernen im Menü aus. Um einen Akzent zu löschen, klicken Sie diesen mit der rechten Maustaste an und wählen Sie im Menü die Option Akzentzeichen entfernen, Überstrich entfernen oder Unterstrich entfernen (die verfügbaren Optionen hängen vom ausgewählten Akzent ab). Um eine Zeile bzw. Spalte in einer Matrix zu löschen, klicken Sie mit der rechten Maustaste auf den Platzhalter in der entsprechenden Zeile/Spalte, wählen Sie im Menü die Option Entfernen und wählen Sie dann Zeile/Spalte entfernen." }, { "id": "UsageInstructions/InsertImages.htm", @@ -128,7 +128,7 @@ var indexes = { "id": "UsageInstructions/InsertText.htm", "title": "Text einfügen und formatieren", - "body": "Text einfügen Für die Eingabe von neuem Text, haben Sie drei Möglichkeiten zur Auswahl: Einen Textabschnitt in den entsprechenden Textplatzhalter auf der Folie einfügen. Platzieren Sie den Cursor im Platzhalter unter und geben Sie Ihren Text ein oder fügen Sie diesen mithilfe der Tastenkombination STRG+V ein. Einen Textabschnitt an beliebiger Stelle auf einer Folie einfügen. Fügen Sie ein Textfeld (rechteckigen Rahmen, in den ein Text eingegeben werden kann) oder ein TextArtfeld (Textfeld mit einer vordefinierten Schriftart und Farbe, das die Anwendung von Texteffekten ermöglicht) in die Folie ein. Abhängig vom ausgewählten Textobjekt haben Sie folgende Möglichkeiten: Um ein Textfeld hinzuzufügen, klicken Sie in der oberen Symbolleiste in den Registerkarten Start oder Einfügen auf das Symbol Textfeld und dann auf die Stelle, an der Sie das Textfeld einfügen möchten. Halten Sie die Maustaste gedrückt, und ziehen Sie den Rahmen des Textfelds in die gewünschte Größe. Wenn Sie die Maustaste loslassen, erscheint die Einfügemarke im hinzugefügten Textfeld und Sie können Ihren Text eingeben.Hinweis: alternativ können Sie ein Textfeld einfügen, indem Sie in der oberen Symbolleiste auf Form klicken und das Symbol aus der Gruppe Standardformen auswählen. Um ein TextArt-Objekt einzufügen, klicken Sie auf das Symbol TextArt in der Registerkarte Einfügen und klicken Sie dann auf die gewünschte Stilvorlage - das TextArt-Objekt wird in der Mitte der Folie eingefügt. Markieren Sie den Standardtext innerhalb des Textfelds mit der Maus und ersetzen Sie diesen durch Ihren eigenen Text. Einen Textabschnitt in eine AutoForm einfügen. Wählen Sie eine Form aus und geben Sie Ihren Text ein. Klicken Sie in einen Bereich außerhalb des Textobjekts, um die Änderungen anzuwenden und zur Folie zurückzukehren. Der Text innerhalb des Textfelds ist Bestandteil der AutoForm (wenn Sie die AutoForm verschieben oder drehen, wird der Text mit ihr verschoben oder gedreht). Da ein eingefügtes Textobjekt von einem rechteckigen Rahmen umgeben ist (TextArt-Objekte haben standardmäßig unsichtbare Rahmen) und dieser Rahmen eine allgemeine AutoForm ist, können Sie sowohl die Form als auch die Texteigenschaften ändern. Um das hinzugefügte Textobjekt zu löschen, klicken Sie auf den Rand des Textfelds und drücken Sie die Taste ENTF auf der Tastatur. Dadurch wird auch der Text im Textfeld gelöscht. Textfeld formatieren Wählen Sie das entsprechende Textfeld durch anklicken der Rahmenlinien aus, um die Eigenschaften zu verändern. Wenn das Textfeld markiert ist, werden alle Rahmenlinien als durchgezogene Linien und nicht gestrichelt angezeigt. Sie können einen Textplatzhalter/-bereich mithilfe der speziellen Ziehpunkte verschieben, drehen und die Größe ändern. Um das Textfeld zu bearbeiten mit einer Füllung zu versehen, Rahmenlinien zu ändern, das rechteckige Feld mit einer anderen Form zu ersetzen oder auf Formen - erweiterte Einstellungen zuzugreifen, klicken Sie in der rechten Seitenleiste auf Formeinstellungen und nutzen Sie die entsprechenden Optionen. Um ein Textfeld auf einer Folie auszurichten oder Textfelder mit andern Objekten zu verknüpfen, klicken Sie mit der rechten Maustaste auf den Feldrand und nutzen Sie die entsprechende Option im geöffneten Kontextmenü. Um Textspalten in einem Textfeld zu erzeugen, klicken Sie mit der rechten Maustaste auf den Feldrand, klicken Sie auf die Option Form - Erweiterte Einstellungen und wechseln Sie im Fenster Form - Erweiterte Einstellungen in die Registerkarte Spalten. Text im Textfeld formatieren Markieren Sie den Text im Textfeld, um die Eigenschaften zu verändern. Wenn der Text markiert ist, werden alle Rahmenlinien als gestrichelte Linien angezeigt. Hinweis: Es ist auch möglich, die Textformatierung zu ändern, wenn das Textfeld (nicht der Text selbst) ausgewählt ist. In einem solchen Fall werden alle Änderungen auf den gesamten Text im Textfeld angewandt. Einige Schriftformatierungsoptionen (Schriftart, -größe, -farbe und -stile) können separat auf einen zuvor ausgewählten Teil des Textes angewendet werden. Text im Textfeld ausrichten Der Text kann auf vier Arten horizontal ausgerichtet werden: linksbündig, rechtsbündig, zentriert oder im Blocksatz. Text horizontal ausrichten: Bewegen Sie den Cursor an die Stelle, an der Sie den Text ausrichten möchten (dabei kann es sich um eine neue Zeile oder um bereits eingegebenen Text handeln). Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Start und klicken Sie auf Horizontale Ausrichtung , um die Auswahlliste zu öffnen. Wählen Sie den gewünschten Ausrichtungstyp: Die Option Text linksbündig ausrichten lässt den linken Textrand parallel zum linken Rand des Textbereichs verlaufen (der rechte Textrand bleibt unausgerichtet). Durch die Option Text zentrieren wird der Text im Textbereich zentriert ausgerichtet (die rechte Seite und linke Seite bleiben unausgerichtet). Die Option Text rechtsbündig ausrichten lässt den rechten Textrand parallel zum rechten Rand des Textbereichs verlaufen (der linke Textrand bleibt unausgerichtet). Die Option Im Blocksatz ausrichten lässt den Text parallel zum linken und rechten Rand des Textbereichs verlaufen (zusätzlicher Abstand wird hinzugefügt, wo es notwendig ist, um die Ausrichtung beizubehalten). Der Text kann vertikal auf drei Arten ausgerichtet werden: oben, mittig oder unten. Text horizontal ausrichten: Bewegen Sie den Cursor an die Stelle, an der Sie den Text ausrichten möchten (dabei kann es sich um eine neue Zeile oder um bereits eingegebenen Text handeln). Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Start und klicken Sie auf Vertikale Ausrichtung , um die Auswahlliste zu öffnen. Wählen Sie den gewünschten Ausrichtungstyp: Über die Option Text am oberen Rand ausrichten richten Sie den Text am oberen Rand des Textfelds aus. Über die Option Text mittig ausrichten richten Sie den Text im Textfelds mittig aus. Über die Option Text am unteren Rand ausrichten richten Sie den Text am unteren Rand des Textfelds aus. Textrichtung ändern Um den Text innerhalb des Textfeldes zu drehen, klicken Sie mit der rechten Maus auf den Text, klicken Sie auf Textausrichtung und wählen Sie eine der verfügbaren Optionen: Horizontal (Standardeinstellung), Text um 90° drehen (vertikale Ausrichtung von oben nach unten) oder Text um 270° drehen (vertikale Ausrichtung von unten nach oben). Schriftart, -größe und -farbe anpassen und DekoSchriften anwenden In der Registerkarte Start können Sie über die Symbole in der oberen Symbolleiste Schriftart, -größe und -Farbe festelgen und verschiedene DekoSchriften anwenden. Hinweis: Wenn Sie die Formatierung auf Text anwenden wollen, der bereits in der Präsentation vorhanden ist, wählen Sie diesen mit der Maus oder mithilfe der Tastatur aus und legen Sie die gewünschte Formatierung fest. Schriftart Schriftart - eine Schriftart aus der Liste mit den Vorlagen auswählen. Schriftgröße Über diese Option kann ein voreingestellter Wert für die Schriftgröße aus einer List ausgewählt werden oder der gewünschte Wert kann manuell in das dafür vorgesehene Feld eingegeben werden. Schriftfarbe Um die Farbe der Buchstaben/Zeichen im Text zu ändern. Klicken Sie auf den Abwärtspfeil neben dem Symbol, um eine Farbe auszuwählen. Fett Dient dazu eine Textstelle durch fette Schrift hervorzuheben. Kursiv Dient dazu eine Textstelle durch die Schrägstellung der Zeichen hervorzuheben. Unterstrichen Der gewählten Textabschnitt wird mit einer Linie unterstrichen. Durchgestrichen Der gewählten Textabschnitt wird mit einer Linie durchgestrichen. Hochgestellt Der gewählte Textabschnitt wird verkleinert und im oberen Teil der Textzeile platziert, wie z.B. in Bruchzahlen. Tiefgestellt Der gewählte Textabschnitt wird verkleinert und im unteren Teil der Textzeile platziert, wie z.B. in chemischen Formeln. Bestimmen Sie den Zeilenabstand und ändern Sie die Absatzeinzüge Im Präsentationseditor können Sie die Zeilenhöhe für den Text innerhalb der Absätze sowie den Abstand zwischen dem aktuellen Absatz und dem vorherigen oder nächsten Absatz festlegen. Zeilenhöhe festlegen: Postitionieren Sie den Cursor innerhalb des gewünschten Absatzes oder wählen Sie mehrere Absätze mit der Maus aus. Nutzen Sie die entsprechenden Felder der Registerkarte Texteinstellungen in der rechten Seitenleiste, um die gewünschten Ergebnisse zu erzielen: Zeilenabstand - Zeilenhöhe für die Textzeilen im Absatz festlegen Sie haben drei Optionen zur Auswahl: mindestens (der erforderliche Abstand für das größte Schriftzeichen oder eine Grafik auf einer Zeile wird als Mindestabstand für alle Zeilen festgelegt), mehrfach (mithilfe dieser Option wird ein Zeilenabstand festgelegt, der ausgehend vom einfachen Zeilenabstand vergrößert wird (Größer als 1)), genau (mithilfe dieser Option wird ein fester Zeilenabstand festgelegt). Sie können den gewünschten Wert im Feld rechts angeben. Absatzabstand - Auswählen wie groß die Absätze sind, die zwischen Textzeilen und Abständen angezeigt werden. Vor Absatz - Abstand vor dem Absatz festlegen. Nach - Abstand nach dem Absatz festlegen. Um den aktuellen Zeilenabstand zu ändern, können Sie auch auf der Registerkarte Start das Symbol Zeilenabstand anklicken und den gewünschten Wert aus der Liste auswählen: 1,0; 1,15; 1,5; 2,0; 2,5; oder 3,0 Zeilen. Um den Absatzversatz von der linken Seite des Textfelds zu ändern, positionieren Sie den Cursor innerhalb des gewünschten Absatzes oder wählen Sie mehrere Absätze mit der Maus aus und klicken Sie auf das entsprechende Symbole auf der Registerkarte Start in der oberen Symbolleiste: Einzug verkleinern und Einzug vergrößern . Außerdem können Sie die erweiterten Einstellungen des Absatzes ändern. Positionieren Sie den Mauszeiger im gewünschten Absatz - die Registerkarte Texteinstellungen wird in der rechten Seitenleiste aktiviert. Klicken Sie auf den Link Erweiterte Einstellungen anzeigen. Das Fenster mit den Absatzeigenschaften wird geöffnet:In der Registerkarte Einzüge & Position können Sie den Abstand der ersten Zeile vom linken inneren Rand des Textbereiches sowie den Abstand des Absatzes vom linken und rechten inneren Rand des Textbereiches ändern. Alternativ können Sie die Einzüge auch mithilfe des horizontale Lineals festlegen.Wählen Sie den gewünschten Absatz (Absätze) und ziehen Sie die Einzugsmarken auf dem Lineal in die gewünschte Position. Mit der Markierung für den Erstzeileneinzug lässt sich der Versatz des Absatzes vom linken inneren Rand des Textfeld für die erste Zeile eines Absatzes festlegen. Mit der Einzugsmarke für den hängenden Einzug lässt sich der Versatz vom linken inneren Seitenrand für die zweite Zeile sowie alle Folgezeilen eines Absatzes festlegen. Mit der linken Einzugsmarke lässt sich der Versatz des Absatzes vom linken inneren Seitenrand der Textbox festlegen. Die Marke Rechter Einzug wird genutzt, um den Versatz des Absatzes vom rechten inneren Seitenrand der Textbox festzulegen. Hinweis: Wenn die Lineale nicht angezeigt werden, wechseln Sie in die Registerkarte Start, klicken Sie in der oberen rechten Ecke auf das Symbol Ansichtseinstellungen und deaktivieren Sie die Option Lineale ausblenden.Die Registerkarte Schriftart enthält folgende Parameter: Durchgestrichen - durchstreichen einer Textstelle mithilfe einer Linie Doppelt durchgestrichen - durchstreichen einer Textstelle mithilfe einer doppelten Linie Hochgestellt - Textstellen verkleinern und hochstellen, wie beispielsweise in Brüchen Tiefgestellt - Textstellen verkleinern und tiefstellen, wie beispielsweise in chemischen Formeln Kapitälchen - erzeugt Großbuchstaben in Höhe von Kleinbuchstaben Großbuchstaben - alle Buchstaben als Großbuchstaben schreiben Zeichenabstand - Abstand zwischen den einzelnen Zeichen festlegen Über die Registerkarte Tabstopp können Sie die Tabstopps verändern, d.h. Sie ändern, an welche Position die Schreibmarke vorrückt, wenn Sie die Tabulatortaste auf Ihrer Tastatur drücken. Tabulatorposition - Festlegen von benutzerdefinierten Tabstopps. Geben Sie den gewünschten Wert in das angezeigte Feld ein, über die Pfeiltasten können Sie den Wert präzise anpassen, klicken Sie anschließend auf Festlegen. Ihre benutzerdefinierte Tabulatorposition wird der Liste im unteren Feld hinzugefügt. Die Standardeinstellung für Tabulatoren ist auf 1,25 cm festgelegt. Sie können den Wert verkleinern oder vergrößern, nutzen Sie dafür die Pfeiltasten oder geben Sie den gewünschten Wert in das dafür vorgesehene Feld ein. Ausrichtung - legt den gewünschten Ausrichtungstyp für jede der Tabulatorpositionen in der obigen Liste fest. Wählen Sie die gewünschte Tabulatorposition in der Liste aus, Ihnen stehen die Optionen Linksbündig, Zentriert oder Rechtsbündig zur Verfügung, klicken sie anschließend auf Festlegen. Linksbündig - der Text wird ab der Position des Tabstopps linksbündig ausgerichtet; d.h. der Text verschiebt sich bei der Eingabe nach rechts. Ein solcher Tabstopp wird auf dem horizontalen Lineal durch die Markierung angezeigt. Zentriert - der Text wird an der Tabstoppposition zentriert. Ein solcher Tabstopp wird auf dem horizontalen Lineal durch die Markierung angezeigt. Rechtsbündig - der Text wird ab der Position des Tabstopps rechtsbündig ausgerichtet; d.h. der Text verschiebt sich bei der Eingabe nach links. Ein solcher Tabstopp wird auf dem horizontalen Lineal durch die Markierung angezeigt. Um Tabstopps aus der Liste zu löschen, wählen Sie einen Tabstopp und drücken Sie Entfernen oder Alle entfernen. Alternativ können Sie die Tabstopps auch mithilfe des horizontale Lineals festlegen. Klicken Sie zum Auswählen des gewünschten Tabstopps auf das Symbol in der oberen linken Ecke des Arbeitsbereichs, um den gewünschten Tabstopp auszuwählen: Links , Zentriert oder Rechts . Klicken Sie an der unteren Kante des Lineals auf die Position, an der Sie einen Tabstopp setzen möchten. Ziehen Sie die Markierung nach links oder rechts, um die Position zu ändern. Um den hinzugefügten Tabstopp zu entfernen, ziehen Sie die Markierung aus dem Lineal. Hinweis: Wenn die Lineale nicht angezeigt werden, wechseln Sie in die Registerkarte Start, klicken Sie in der oberen rechten Ecke auf das Symbol Ansichtseinstellungen und deaktivieren Sie die Option Lineale ausblenden. TextArt-Stil bearbeiten Wählen Sie ein Textobjekt aus und klicken Sie in der rechten Seitenleiste auf das Symbol TextArt-Einstellungen . Ändern Sie den angewandten Textstil, indem Sie eine neue Vorlage aus der Galerie auswählen. Sie können den Grundstil außerdem ändern, indem Sie eine andere Schriftart, -größe usw. auswählen. Füllung und Umrandung ändern. Die verfügbaren Optionen sind die gleichen wie für AutoFormen. Wenden Sie einen Texteffekt an, indem Sie aus der Galerie mit den verfügbaren Vorlagen die gewünschte Formatierung auswählen. Sie können den Grad der Textverzerrung anpassen, indem Sie den rosafarbenen, rautenförmigen Griff in die gewünschte Position ziehen." + "body": "Text einfügen Für die Eingabe von neuem Text, haben Sie drei Möglichkeiten zur Auswahl: Einen Textabschnitt in den entsprechenden Textplatzhalter auf der Folie einfügen. Platzieren Sie den Cursor im Platzhalter unter und geben Sie Ihren Text ein oder fügen Sie diesen mithilfe der Tastenkombination STRG+V ein. Einen Textabschnitt an beliebiger Stelle auf einer Folie einfügen. Fügen Sie ein Textfeld (rechteckigen Rahmen, in den ein Text eingegeben werden kann) oder ein TextArtfeld (Textfeld mit einer vordefinierten Schriftart und Farbe, das die Anwendung von Texteffekten ermöglicht) in die Folie ein. Abhängig vom ausgewählten Textobjekt haben Sie folgende Möglichkeiten: Um ein Textfeld hinzuzufügen, klicken Sie in der oberen Symbolleiste in den Registerkarten Start oder Einfügen auf das Symbol Textfeld und dann auf die Stelle, an der Sie das Textfeld einfügen möchten. Halten Sie die Maustaste gedrückt, und ziehen Sie den Rahmen des Textfelds in die gewünschte Größe. Wenn Sie die Maustaste loslassen, erscheint die Einfügemarke im hinzugefügten Textfeld und Sie können Ihren Text eingeben.Hinweis: alternativ können Sie ein Textfeld einfügen, indem Sie in der oberen Symbolleiste auf Form klicken und das Symbol aus der Gruppe Standardformen auswählen. Um ein TextArt-Objekt einzufügen, klicken Sie auf das Symbol TextArt in der Registerkarte Einfügen und klicken Sie dann auf die gewünschte Stilvorlage - das TextArt-Objekt wird in der Mitte der Folie eingefügt. Markieren Sie den Standardtext innerhalb des Textfelds mit der Maus und ersetzen Sie diesen durch Ihren eigenen Text. Einen Textabschnitt in eine AutoForm einfügen. Wählen Sie eine Form aus und geben Sie Ihren Text ein. Klicken Sie in einen Bereich außerhalb des Textobjekts, um die Änderungen anzuwenden und zur Folie zurückzukehren. Der Text innerhalb des Textfelds ist Bestandteil der AutoForm (wenn Sie die AutoForm verschieben oder drehen, wird der Text mit ihr verschoben oder gedreht). Da ein eingefügtes Textobjekt von einem rechteckigen Rahmen umgeben ist (TextArt-Objekte haben standardmäßig unsichtbare Rahmen) und dieser Rahmen eine allgemeine AutoForm ist, können Sie sowohl die Form als auch die Texteigenschaften ändern. Um das hinzugefügte Textobjekt zu löschen, klicken Sie auf den Rand des Textfelds und drücken Sie die Taste ENTF auf der Tastatur. Dadurch wird auch der Text im Textfeld gelöscht. Textfeld formatieren Wählen Sie das entsprechende Textfeld durch anklicken der Rahmenlinien aus, um die Eigenschaften zu verändern. Wenn das Textfeld markiert ist, werden alle Rahmenlinien als durchgezogene Linien und nicht gestrichelt angezeigt. Sie können einen Textplatzhalter/-bereich mithilfe der speziellen Ziehpunkte verschieben, drehen und die Größe ändern. Um das Textfeld zu bearbeiten mit einer Füllung zu versehen, Rahmenlinien zu ändern, das rechteckige Feld mit einer anderen Form zu ersetzen oder auf Formen - erweiterte Einstellungen zuzugreifen, klicken Sie in der rechten Seitenleiste auf Formeinstellungen und nutzen Sie die entsprechenden Optionen. Um ein Textfeld auf einer Folie auszurichten oder Textfelder mit andern Objekten zu verknüpfen, klicken Sie mit der rechten Maustaste auf den Feldrand und nutzen Sie die entsprechende Option im geöffneten Kontextmenü. Um Textspalten in einem Textfeld zu erzeugen, klicken Sie mit der rechten Maustaste auf den Feldrand, klicken Sie auf die Option Form - Erweiterte Einstellungen und wechseln Sie im Fenster Form - Erweiterte Einstellungen in die Registerkarte Spalten. Text im Textfeld formatieren Markieren Sie den Text im Textfeld, um die Eigenschaften zu verändern. Wenn der Text markiert ist, werden alle Rahmenlinien als gestrichelte Linien angezeigt. Hinweis: Es ist auch möglich, die Textformatierung zu ändern, wenn das Textfeld (nicht der Text selbst) ausgewählt ist. In einem solchen Fall werden alle Änderungen auf den gesamten Text im Textfeld angewandt. Einige Schriftformatierungsoptionen (Schriftart, -größe, -farbe und -stile) können separat auf einen zuvor ausgewählten Teil des Textes angewendet werden. Text im Textfeld ausrichten Der Text kann auf vier Arten horizontal ausgerichtet werden: linksbündig, rechtsbündig, zentriert oder im Blocksatz. Text horizontal ausrichten: Bewegen Sie den Cursor an die Stelle, an der Sie den Text ausrichten möchten (dabei kann es sich um eine neue Zeile oder um bereits eingegebenen Text handeln). Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Start und klicken Sie auf Horizontale Ausrichtung , um die Auswahlliste zu öffnen. Wählen Sie den gewünschten Ausrichtungstyp: Die Option Text linksbündig ausrichten lässt den linken Textrand parallel zum linken Rand des Textbereichs verlaufen (der rechte Textrand bleibt unausgerichtet). Durch die Option Text zentrieren wird der Text im Textbereich zentriert ausgerichtet (die rechte Seite und linke Seite bleiben unausgerichtet). Die Option Text rechtsbündig ausrichten lässt den rechten Textrand parallel zum rechten Rand des Textbereichs verlaufen (der linke Textrand bleibt unausgerichtet). Die Option Im Blocksatz ausrichten lässt den Text parallel zum linken und rechten Rand des Textbereichs verlaufen (zusätzlicher Abstand wird hinzugefügt, wo es notwendig ist, um die Ausrichtung beizubehalten). Der Text kann vertikal auf drei Arten ausgerichtet werden: oben, mittig oder unten. Text horizontal ausrichten: Bewegen Sie den Cursor an die Stelle, an der Sie den Text ausrichten möchten (dabei kann es sich um eine neue Zeile oder um bereits eingegebenen Text handeln). Wechseln Sie in der oberen Symbolleiste auf die Registerkarte Start und klicken Sie auf Vertikale Ausrichtung , um die Auswahlliste zu öffnen. Wählen Sie den gewünschten Ausrichtungstyp: Über die Option Text am oberen Rand ausrichten richten Sie den Text am oberen Rand des Textfelds aus. Über die Option Text mittig ausrichten richten Sie den Text im Textfelds mittig aus. Über die Option Text am unteren Rand ausrichten richten Sie den Text am unteren Rand des Textfelds aus. Textrichtung ändern Um den Text innerhalb des Textfeldes zu drehen, klicken Sie mit der rechten Maus auf den Text, klicken Sie auf Textausrichtung und wählen Sie eine der verfügbaren Optionen: Horizontal (Standardeinstellung), Text um 90° drehen (vertikale Ausrichtung von oben nach unten) oder Text um 270° drehen (vertikale Ausrichtung von unten nach oben). Schriftart, -größe und -farbe anpassen und DekoSchriften anwenden In der Registerkarte Start können Sie über die Symbole in der oberen Symbolleiste Schriftart, -größe und -Farbe festelgen und verschiedene DekoSchriften anwenden. Hinweis: Wenn Sie die Formatierung auf Text anwenden wollen, der bereits in der Präsentation vorhanden ist, wählen Sie diesen mit der Maus oder mithilfe der Tastatur aus und legen Sie die gewünschte Formatierung fest. Schriftart Schriftart - eine Schriftart aus der Liste mit den Vorlagen auswählen. Schriftgröße Über diese Option kann ein voreingestellter Wert für die Schriftgröße aus einer List ausgewählt werden oder der gewünschte Wert kann manuell in das dafür vorgesehene Feld eingegeben werden. Schriftfarbe Um die Farbe der Buchstaben/Zeichen im Text zu ändern. Klicken Sie auf den Abwärtspfeil neben dem Symbol, um eine Farbe auszuwählen. Fett Dient dazu eine Textstelle durch fette Schrift hervorzuheben. Kursiv Dient dazu eine Textstelle durch die Schrägstellung der Zeichen hervorzuheben. Unterstrichen Der gewählten Textabschnitt wird mit einer Linie unterstrichen. Durchgestrichen Der gewählten Textabschnitt wird mit einer Linie durchgestrichen. Hochgestellt Der gewählte Textabschnitt wird verkleinert und im oberen Teil der Textzeile platziert, wie z.B. in Bruchzahlen. Tiefgestellt Der gewählte Textabschnitt wird verkleinert und im unteren Teil der Textzeile platziert, wie z.B. in chemischen Formeln. Bestimmen Sie den Zeilenabstand und ändern Sie die Absatzeinzüge Im Präsentationseditor können Sie die Zeilenhöhe für den Text innerhalb der Absätze sowie den Abstand zwischen dem aktuellen Absatz und dem vorherigen oder nächsten Absatz festlegen. Zeilenhöhe festlegen: Postitionieren Sie den Cursor innerhalb des gewünschten Absatzes oder wählen Sie mehrere Absätze mit der Maus aus. Nutzen Sie die entsprechenden Felder der Registerkarte Texteinstellungen in der rechten Seitenleiste, um die gewünschten Ergebnisse zu erzielen: Zeilenabstand - Zeilenhöhe für die Textzeilen im Absatz festlegen Sie haben drei Optionen zur Auswahl: mindestens (der erforderliche Abstand für das größte Schriftzeichen oder eine Grafik auf einer Zeile wird als Mindestabstand für alle Zeilen festgelegt), mehrfach (mithilfe dieser Option wird ein Zeilenabstand festgelegt, der ausgehend vom einfachen Zeilenabstand vergrößert wird (Größer als 1)), genau (mithilfe dieser Option wird ein fester Zeilenabstand festgelegt). Sie können den gewünschten Wert im Feld rechts angeben. Absatzabstand - Auswählen wie groß die Absätze sind, die zwischen Textzeilen und Abständen angezeigt werden. Vor Absatz - Abstand vor dem Absatz festlegen. Nach - Abstand nach dem Absatz festlegen. Um den aktuellen Zeilenabstand zu ändern, können Sie auch auf der Registerkarte Start das Symbol Zeilenabstand anklicken und den gewünschten Wert aus der Liste auswählen: 1,0; 1,15; 1,5; 2,0; 2,5; oder 3,0 Zeilen. Um den Absatzversatz von der linken Seite des Textfelds zu ändern, positionieren Sie den Cursor innerhalb des gewünschten Absatzes oder wählen Sie mehrere Absätze mit der Maus aus und klicken Sie auf das entsprechende Symbole auf der Registerkarte Start in der oberen Symbolleiste: Einzug verkleinern und Einzug vergrößern . Außerdem können Sie die erweiterten Einstellungen des Absatzes ändern. Positionieren Sie den Mauszeiger im gewünschten Absatz - die Registerkarte Texteinstellungen wird in der rechten Seitenleiste aktiviert. Klicken Sie auf den Link Erweiterte Einstellungen anzeigen. Das Fenster mit den Absatzeigenschaften wird geöffnet:In der Registerkarte Einzüge & Position können Sie den Abstand der ersten Zeile vom linken inneren Rand des Textbereiches sowie den Abstand des Absatzes vom linken und rechten inneren Rand des Textbereiches ändern. Alternativ können Sie die Einzüge auch mithilfe des horizontale Lineals festlegen.Wählen Sie den gewünschten Absatz (Absätze) und ziehen Sie die Einzugsmarken auf dem Lineal in die gewünschte Position. Mit der Markierung für den Erstzeileneinzug lässt sich der Versatz des Absatzes vom linken inneren Rand des Textfeld für die erste Zeile eines Absatzes festlegen. Mit der Einzugsmarke für den hängenden Einzug lässt sich der Versatz vom linken inneren Seitenrand für die zweite Zeile sowie alle Folgezeilen eines Absatzes festlegen. Mit der linken Einzugsmarke lässt sich der Versatz des Absatzes vom linken inneren Seitenrand der Textbox festlegen. Die Marke Rechter Einzug wird genutzt, um den Versatz des Absatzes vom rechten inneren Seitenrand der Textbox festzulegen. Hinweis: Wenn die Lineale nicht angezeigt werden, wechseln Sie in die Registerkarte Start, klicken Sie in der oberen rechten Ecke auf das Symbol Ansichtseinstellungen und deaktivieren Sie die Option Lineale ausblenden.Die Registerkarte Schriftart enthält folgende Parameter: Durchgestrichen - durchstreichen einer Textstelle mithilfe einer Linie Doppelt durchgestrichen - durchstreichen einer Textstelle mithilfe einer doppelten Linie Hochgestellt - Textstellen verkleinern und hochstellen, wie beispielsweise in Brüchen Tiefgestellt - Textstellen verkleinern und tiefstellen, wie beispielsweise in chemischen Formeln Kapitälchen - erzeugt Großbuchstaben in Höhe von Kleinbuchstaben Großbuchstaben - alle Buchstaben als Großbuchstaben schreiben Zeichenabstand - Abstand zwischen den einzelnen Zeichen festlegen Über die Registerkarte Tabstopp können Sie die Tabstopps verändern, d.h. Sie ändern, an welche Position die Schreibmarke vorrückt, wenn Sie die Tabulatortaste auf Ihrer Tastatur drücken. Tabulatorposition - Festlegen von benutzerdefinierten Tabstopps. Geben Sie den gewünschten Wert in das angezeigte Feld ein, über die Pfeiltasten können Sie den Wert präzise anpassen, klicken Sie anschließend auf Festlegen. Ihre benutzerdefinierte Tabulatorposition wird der Liste im unteren Feld hinzugefügt. Die Standardeinstellung für Tabulatoren ist auf 1,25 cm festgelegt. Sie können den Wert verkleinern oder vergrößern, nutzen Sie dafür die Pfeiltasten oder geben Sie den gewünschten Wert in das dafür vorgesehene Feld ein. Ausrichtung - legt den gewünschten Ausrichtungstyp für jede der Tabulatorpositionen in der obigen Liste fest. Wählen Sie die gewünschte Tabulatorposition in der Liste aus, Ihnen stehen die Optionen Linksbündig, Zentriert oder Rechtsbündig zur Verfügung, klicken sie anschließend auf Festlegen. Linksbündig - der Text wird ab der Position des Tabstopps linksbündig ausgerichtet; d.h. der Text verschiebt sich bei der Eingabe nach rechts. Ein solcher Tabstopp wird auf dem horizontalen Lineal durch die Markierung angezeigt. Zentriert - der Text wird an der Tabstoppposition zentriert. Ein solcher Tabstopp wird auf dem horizontalen Lineal durch die Markierung angezeigt. Rechtsbündig - der Text wird ab der Position des Tabstopps rechtsbündig ausgerichtet; d.h. der Text verschiebt sich bei der Eingabe nach links. Ein solcher Tabstopp wird auf dem horizontalen Lineal durch die Markierung angezeigt. Um Tabstopps aus der Liste zu löschen, wählen Sie einen Tabstopp und drücken Sie Entfernen oder Alle entfernen. Alternativ können Sie die Tabstopps auch mithilfe des horizontale Lineals festlegen. Klicken Sie zum Auswählen des gewünschten Tabstopps auf das Symbol in der oberen linken Ecke des Arbeitsbereichs, um den gewünschten Tabstopp auszuwählen: Links , Zentriert oder Rechts . Klicken Sie an der unteren Kante des Lineals auf die Position, an der Sie einen Tabstopp setzen möchten. Ziehen Sie die Markierung nach links oder rechts, um die Position zu ändern. Um den hinzugefügten Tabstopp zu entfernen, ziehen Sie die Markierung aus dem Lineal. Hinweis: Wenn die Lineale nicht angezeigt werden, wechseln Sie in die Registerkarte Start, klicken Sie in der oberen rechten Ecke auf das Symbol Ansichtseinstellungen und deaktivieren Sie die Option Lineale ausblenden. TextArt-Stil bearbeiten Wählen Sie ein Textobjekt aus und klicken Sie in der rechten Seitenleiste auf das Symbol TextArt-Einstellungen . Ändern Sie den angewandten Textstil, indem Sie eine neue Vorlage aus der Galerie auswählen. Sie können den Grundstil außerdem ändern, indem Sie eine andere Schriftart, -größe usw. auswählen. Füllung und Umrandung ändern. Die verfügbaren Optionen sind die gleichen wie für AutoFormen. Wenden Sie einen Texteffekt an, indem Sie aus der Galerie mit den verfügbaren Vorlagen die gewünschte Formatierung auswählen. Sie können den Grad der Textverzerrung anpassen, indem Sie den rosafarbenen, rautenförmigen Griff in die gewünschte Position ziehen." }, { "id": "UsageInstructions/ManageSlides.htm", @@ -158,7 +158,7 @@ var indexes = { "id": "UsageInstructions/SetSlideParameters.htm", "title": "Folienparameter festlegen", - "body": "Um Ihre Präsentation zu personalisieren, können Sie ein Thema und ein Farbschema sowie die Foliengröße und -ausrichtung für die gesamte Präsentation auswählen, Hintergrundfarbe oder Folienlayout für jede einzelne Folie ändern und Übergänge zwischen den Folien hinzufügen. Es ist außerdem möglich Notizen zu jeder Folie einzufüllen, die hilfreich sein können, wenn Sie die Präsentation in der Referentenansicht wiedergeben. Über die Vorlagen in Themen können Sie das Design der Präsentation schnell ändern, insbesondere den Hintergrund der Folien, vordefinierte Schriftarten für Titel und Texte sowie das Farbschema, das für die Präsentationselemente verwendet wird. Um ein Thema für die Präsentation zu wählen, klicken Sie auf die gewünschte Themenvorlage auf der rechten Seite der oberen Symbolleiste in der Registerkarte Start. Wenn Sie nicht im Vorfeld bestimmte Folien ausgewählt haben, wird das gewählte Thema auf alle Folien angewendet. Um das ausgewählte Thema für eine oder mehrere Folien zu ändern, klicken Sie mit der rechten Maustaste auf die ausgewählten Folien in der Liste (oder klicken Sie mit der rechten Maustaste auf eine Folie im Bearbeitungsbereich), wählen Sie im Kontextmenü die Option Design ändern und wählen Sie das gewünschte Thema aus. Der Farbentwurf beeinflusst die vordefinierten Farben für die Präsentationselemente (Schriftarten, Linien, Füllungen usw.) und ermöglicht eine einheitliche Farbgebung für die gesamte Präsentation. Um den Farbentwurf zu ändern, klicken Sie auf das Symbol Farbentwurf ändern in der Registerkarte Start und wählen Sie den gewünschten Entwuf aus dem Listenmenü aus. Der ausgewählte Entwurf wird auf alle Folien angewendet. Um die Foliengröße für die ganze Präsentation zu ändern, klicken Sie auf das Symbol Foliengröße wählen in der Registerkarte Start und wählen Sie die gewünschte Option im Listenmenü aus. Folgende Optionen stehen Ihnen zur Auswahl: eine der zwei Voreinstellungen - Standard (4:3) oder Breitbildschirm (16:9), die Option Erweiterte Einstellungen. Klicken Sie auf diese Option, öffnet sich das Fenster Einstellungen Foliengröße und Sie können eine der verfügbaren Voreinstellungen auswählen oder eine benutzerdefinierte Größe festlegen, durch die Angabe der gewünschten Breite und Höhe. Verfügbare Voreinstellungen: Die verfügbaren Voreinstellungen sind Standard (4:3), Breitbild (16:9), Breitbild (16:10), Briefpapier (8.5x11 in), Ledger (11x17 in), A3 Papier (297x420 mm), A4 (210x297 mm), B4 (ICO) Papier (250x353 mm), B5 (ICO) Papier (176x250 mm), 35 mm Folien, Overhead, Banner. Im Menü Folienausrichtung können Sie den aktuell ausgewählten Ausrichtungstyp ändern. Die Standardeinstellung ist Querformat. Es ist möglich das Format auf Hochformat zu ändern. Hintergrundfarbe der Folie ändern: Wählen Sie die gewünschte Folie in der Folienliste aus: Oder klicken Sie im Folienbearbeitungsbereich innerhalb der aktuell bearbeiteten Folie auf ein beliebiges leeres Feld, um den Fülltyp für diese separate Folie zu ändern Wählen Sie die gewünschte Option auf der Registerkarte Folieneinstellungen in der rechten Seitenleiste und wählen Sie die notwendige Option: Farbfüllung - wählen Sie diese Option, um die Farbe festzulegen, die Sie auf die ausgwählten Folien anwenden wollen. Füllung mit Farbverlauf - wählen Sie diese Option, um die Folie in zwei Farben zu gestalten, die sanft ineinander übergehen. Bild oder Textur - wählen Sie diese Option, um ein Bild oder eine vorgegebene Textur als Folienhintergrund festzulegen. Muster - wählen Sie diese Option, um die Folie mit dem zweifarbigen Design, das aus regelmässig wiederholten Elementen besteht, zu füllen. Keine Füllung - wählen Sie diese Option, wenn Sie keine Füllung verwenden möchten. Weitere Informationen zu diesen Optionen finden Sie im Abschnitt Objekte ausfüllen und Farben auswählen. Durch Übergänge wird Ihre Präsentation dynamischer. Diese helfen Ihnen sich die Aufmerksamkeit des Publikums zu sichern. Einen Übergang hinzufügen: Wählen Sie die Folien, auf die Sie einen Übergang einfügen wollen links in der Folienliste aus. wählen Sie einen Übergang im Listenmenü Effekt in der Registerkarte Folieneinstellungen,Hinweis: Um die Registerkarte Folieneinstellungen zu öffnen, klicken Sie im Folienbearbeitungsbereich auf das Symbol Folieneinstellungen oder öffnen Sie das Rechtsklickmenü und wählen Sie Folieneinstellungen aus dem Kontextmenü aus. Eigenschaften des Übergangs anpassen: wählen Sie Art und Dauer des Übergangs und die Art des Folienwechsels, klicken Sie auf die Schaltfläche Auf alle Folien anwenden, um den gleichen Übergang auf alle Folien in der Präsentation anzuwenden.Weitere Informationen über diese Optionen finden Sie im Abschnitt Übergänge anwenden. Folienlayout ändern: wählen Sie links in der Folienliste die Folien aus, auf die Sie ein neues Layout anwenden wollen. Klicken Sie in der oberen Symbolleiste in der Registerkarte Start auf das Smybol Folienlayout ändern. Wählen Sie das gewünschte Layout im Menü aus.Alternativ können Sie mit der rechten Maustaste auf die gewünschte Folie in der Liste links klicken, wählen Sie die Option Layout ändern im Kontextmenü wählen aus und bestimmen Sie das gewünschte Layout. Hinweis: Aktuell sind die folgenden Layoutoptionen verfügbar: Titel, Titel und Objekt, Abschnittsüberschrift, Zwei Objekte, Zwei Inhalte und zwei Objekte, Nur Titel, Leer, Objekt und Bildunterschrift, Bild und Bildunterschrift, Vertikaler Text, Vertikaler Titel und Text. Notizen einfügen: Wählen Sie die Folie aus der Liste aus, die Sie mit Notizen versehen wollen. Klicken Sie unterhalb dem Bearbeitungsbereich auf Notizen hinzufügen Geben Sie Ihre Notizen ein.Hinweis: In der Registerkarte Start in der oberen Symbolleiste, können Sie den Text formatieren. Wenn Sie die Präsentation in der Referentenansicht starten, werden Ihnen alle vorhandenen Notizen unterhalb der Vorschauansicht angezeigt." + "body": "Um Ihre Präsentation zu personalisieren, können Sie ein Thema und ein Farbschema sowie die Foliengröße und -ausrichtung für die gesamte Präsentation auswählen, Hintergrundfarbe oder Folienlayout für jede einzelne Folie ändern und Übergänge zwischen den Folien hinzufügen. Es ist außerdem möglich Notizen zu jeder Folie einzufüllen, die hilfreich sein können, wenn Sie die Präsentation in der Referentenansicht wiedergeben. Über die Vorlagen in Themen können Sie das Design der Präsentation schnell ändern, insbesondere den Hintergrund der Folien, vordefinierte Schriftarten für Titel und Texte sowie das Farbschema, das für die Präsentationselemente verwendet wird. Um ein Thema für die Präsentation zu wählen, klicken Sie auf die gewünschte Themenvorlage auf der rechten Seite der oberen Symbolleiste in der Registerkarte Start. Wenn Sie nicht im Vorfeld bestimmte Folien ausgewählt haben, wird das gewählte Thema auf alle Folien angewendet. Um das ausgewählte Thema für eine oder mehrere Folien zu ändern, klicken Sie mit der rechten Maustaste auf die ausgewählten Folien in der Liste (oder klicken Sie mit der rechten Maustaste auf eine Folie im Bearbeitungsbereich), wählen Sie im Kontextmenü die Option Design ändern und wählen Sie das gewünschte Thema aus. Der Farbentwurf beeinflusst die vordefinierten Farben für die Präsentationselemente (Schriftarten, Linien, Füllungen usw.) und ermöglicht eine einheitliche Farbgebung für die gesamte Präsentation. Um den Farbentwurf zu ändern, klicken Sie auf das Symbol Farbentwurf ändern in der Registerkarte Start und wählen Sie den gewünschten Entwuf aus dem Listenmenü aus. Der ausgewählte Entwurf wird auf alle Folien angewendet. Um die Foliengröße für die ganze Präsentation zu ändern, klicken Sie auf das Symbol Foliengröße wählen in der Registerkarte Start und wählen Sie die gewünschte Option im Listenmenü aus. Folgende Optionen stehen Ihnen zur Auswahl: eine der zwei Voreinstellungen - Standard (4:3) oder Breitbildschirm (16:9), die Option Erweiterte Einstellungen. Klicken Sie auf diese Option, öffnet sich das Fenster Einstellungen Foliengröße und Sie können eine der verfügbaren Voreinstellungen auswählen oder eine benutzerdefinierte Größe festlegen, durch die Angabe der gewünschten Breite und Höhe. Verfügbare Voreinstellungen: Die verfügbaren Voreinstellungen sind Standard (4:3), Breitbild (16:9), Breitbild (16:10), Briefpapier (8.5x11 in), Ledger (11x17 in), A3 Papier (297x420 mm), A4 (210x297 mm), B4 (ICO) Papier (250x353 mm), B5 (ICO) Papier (176x250 mm), 35 mm Folien, Overhead, Banner. Im Menü Folienausrichtung können Sie den aktuell ausgewählten Ausrichtungstyp ändern. Die Standardeinstellung ist Querformat. Es ist möglich das Format auf Hochformat zu ändern. Hintergrundfarbe der Folie ändern: Wählen Sie die gewünschte Folie in der Folienliste aus: Oder klicken Sie im Folienbearbeitungsbereich innerhalb der aktuell bearbeiteten Folie auf ein beliebiges leeres Feld, um den Fülltyp für diese separate Folie zu ändern Wählen Sie die gewünschte Option auf der Registerkarte Folieneinstellungen in der rechten Seitenleiste und wählen Sie die notwendige Option: Farbfüllung - wählen Sie diese Option, um die Farbe festzulegen, die Sie auf die ausgwählten Folien anwenden wollen. Füllung mit Farbverlauf - wählen Sie diese Option, um die Folie in zwei Farben zu gestalten, die sanft ineinander übergehen. Bild oder Textur - wählen Sie diese Option, um ein Bild oder eine vorgegebene Textur als Folienhintergrund festzulegen. Muster - wählen Sie diese Option, um die Folie mit dem zweifarbigen Design, das aus regelmässig wiederholten Elementen besteht, zu füllen. Keine Füllung - wählen Sie diese Option, wenn Sie keine Füllung verwenden möchten. Weitere Informationen zu diesen Optionen finden Sie im Abschnitt Objekte ausfüllen und Farben auswählen. Durch Übergänge wird Ihre Präsentation dynamischer. Diese helfen Ihnen sich die Aufmerksamkeit des Publikums zu sichern. Einen Übergang hinzufügen: Wählen Sie die Folien, auf die Sie einen Übergang einfügen wollen links in der Folienliste aus. wählen Sie einen Übergang im Listenmenü Effekt in der Registerkarte Folieneinstellungen,Hinweis: Um die Registerkarte Folieneinstellungen zu öffnen, klicken Sie im Folienbearbeitungsbereich auf das Symbol Folieneinstellungen oder öffnen Sie das Rechtsklickmenü und wählen Sie Folieneinstellungen aus dem Kontextmenü aus. Eigenschaften des Übergangs anpassen: wählen Sie Art und Dauer des Übergangs und die Art des Folienwechsels, klicken Sie auf die Schaltfläche Auf alle Folien anwenden, um den gleichen Übergang auf alle Folien in der Präsentation anzuwenden.Weitere Informationen über diese Optionen finden Sie im Abschnitt Übergänge anwenden. Folienlayout ändern: wählen Sie links in der Folienliste die Folien aus, auf die Sie ein neues Layout anwenden wollen. Klicken Sie in der oberen Symbolleiste in der Registerkarte Start auf das Smybol Folienlayout ändern. Wählen Sie das gewünschte Layout im Menü aus.Alternativ können Sie mit der rechten Maustaste auf die gewünschte Folie in der Liste links klicken, wählen Sie die Option Layout ändern im Kontextmenü wählen aus und bestimmen Sie das gewünschte Layout. Hinweis: Aktuell sind die folgenden Layoutoptionen verfügbar: Titel, Titel und Objekt, Abschnittsüberschrift, Zwei Objekte, Zwei Inhalte und zwei Objekte, Nur Titel, Leer, Objekt und Bildunterschrift, Bild und Bildunterschrift, Vertikaler Text, Vertikaler Titel und Text. Notizen einfügen: Wählen Sie die Folie aus der Liste aus, die Sie mit Notizen versehen wollen. Klicken Sie unterhalb dem Bearbeitungsbereich auf Notizen hinzufügen Geben Sie Ihre Notizen ein.Hinweis: In der Registerkarte Start in der oberen Symbolleiste, können Sie den Text formatieren. Wenn Sie die Präsentation in der Referentenansicht starten, werden Ihnen alle vorhandenen Notizen unterhalb der Vorschauansicht angezeigt." }, { "id": "UsageInstructions/ViewPresentationInfo.htm", diff --git a/apps/presentationeditor/main/resources/help/en/search/indexes.js b/apps/presentationeditor/main/resources/help/en/search/indexes.js index 286fda011..ae505be2d 100644 --- a/apps/presentationeditor/main/resources/help/en/search/indexes.js +++ b/apps/presentationeditor/main/resources/help/en/search/indexes.js @@ -103,17 +103,17 @@ var indexes = { "id": "UsageInstructions/InsertAutoshapes.htm", "title": "Insert and format autoshapes", - "body": "Insert an autoshape To add an autoshape on a slide, in the slide list on the left, select the slide you want to add the autoshape to, click the Shape icon at the Home or Insert tab of the top toolbar, select one of the available autoshape groups: Basic Shapes, Figured Arrows, Math, Charts, Stars & Ribbons, Callouts, Buttons, Rectangles, Lines, click on the necessary autoshape within the selected group, in the slide editing area, place the mouse cursor where you want the shape to be put, Note: you can click and drag to stretch the shape. once the autoshape is added you can change its size, position and properties. Note: to add a caption within the autoshape make sure the shape is selected on the slide and start typing your text. The text you add in this way becomes a part of the autoshape (when you move or rotate the shape, the text moves or rotates with it). Adjust autoshape settings Some of the autoshape settings can be altered using the Shape settings tab of the right sidebar. To activate it click the autoshape and choose the Shape settings icon on the right. Here you can change the following properties: Fill - use this section to select the autoshape fill. You can choose the following options: Color Fill - to specify the solid color you want to apply to the selected shape. Gradient Fill - to fill the shape with two colors which smoothly change from one to another. Picture or Texture - to use an image or a predefined texture as the shape background. Pattern - to fill the shape with a two-colored design composed of regularly repeated elements. No Fill - select this option if you don't want to use any fill. For more detailed information on these options please refer to the Fill objects and select colors section. Stroke - use this section to change the autoshape stroke width, color or type. To change the stroke width, select one of the available options from the Size drop-down list. The available options are: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Or select the No Line option if you don't want to use any stroke. To change the stroke color, click on the colored box below and select the necessary color. You can use the selected theme color, a standard color or choose a custom color. To change the stroke type, select the necessary option from the corresponding dropdown list (a solid line is applied by default, you can change it to one of the available dashed lines). To change the advanced settings of the autoshape, right-click the shape and select the Shape Advanced Settings option from the contextual menu or left-click it and press the Show advanced settings link at the right sidebar. The shape properties window will be opened: The Size tab allows to change the autoshape 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 autoshape aspect ratio. The Weights & Arrows tab contains the following parameters: Line Style - this option group allows to specify the following parameters: Cap Type - this option allows to set the style for the end of the line, therefore it can be applied only to the shapes with the open outline, such as lines, polylines etc.: Flat - the end points will be flat. Round - the end points will be rounded. Square - the end points will be square. Join Type - this option allows to set the style for the intersection of two lines, for example, it can affect a polyline or the corners of the triangle or rectangle outline: Round - the corner will be rounded. Bevel - the corner will be cut off angularly. Miter - the corner will be pointed. It goes well to shapes with sharp angles. Note: the effect will be more noticeable if you use a large outline width. Arrows - this option group is available if a shape from the Lines shape group is selected. It allows to set the arrow Start and End Style and Size by selecting the appropriate option from the drop-down lists. The Text Padding tab allows to change the autoshape Top, Bottom, Left and Right internal margins (i.e. the distance between the text within the shape and the autoshape borders). Note: this tab is only available if text is added within the autoshape, otherwise the tab is disabled. The Columns tab allows to add columns of text within the autoshape specifying the necessary Number of columns (up to 16) and Spacing between columns. Once you click OK, the text that already exists or any other text you enter within the autoshape will appear in columns and will flow from one column to another. 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 shape. To replace the added autoshape, left-click it and use the Change Autoshape drop-down list at the Shape settings tab of the right sidebar. To delete the added autoshape, left-click it and press the Delete key on the keyboard. To learn how to align an autoshape on the slide or arrange several autoshapes, refer to the Align and arrange objects on a slide section. Join autoshapes using connectors You can connect autoshapes using lines with connection points to demonstrate dependencies between the objects (e.g. if you want to create a flowchart). To do that, click the Shape icon at the Home or Insert tab of the top toolbar, select the Lines group from the menu, click the necessary shape within the selected group (excepting the last three shapes which are not connectors, namely shape 10, 11 and 12), hover the mouse cursor over the first autoshape and click one of the connection points that appear on the shape outline, drag the mouse cursor towards the second autoshape and click the necessary connection point on its outline. If you move the joined autoshapes, the connector remains attached to the shapes and moves together with them. You can also detach the connector from the shapes and then attach it to any other connection points." + "body": "Insert an autoshape To add an autoshape on a slide, in the slide list on the left, select the slide you want to add the autoshape to, click the Shape icon at the Home or Insert tab of the top toolbar, select one of the available autoshape groups: Basic Shapes, Figured Arrows, Math, Charts, Stars & Ribbons, Callouts, Buttons, Rectangles, Lines, click on the necessary autoshape within the selected group, in the slide editing area, place the mouse cursor where you want the shape to be put, Note: you can click and drag to stretch the shape. once the autoshape is added you can change its size, position and properties. Note: to add a caption within the autoshape make sure the shape is selected on the slide and start typing your text. The text you add in this way becomes a part of the autoshape (when you move or rotate the shape, the text moves or rotates with it). Adjust autoshape settings Some of the autoshape settings can be altered using the Shape settings tab of the right sidebar. To activate it click the autoshape and choose the Shape settings icon on the right. Here you can change the following properties: Fill - use this section to select the autoshape fill. You can choose the following options: Color Fill - to specify the solid color you want to apply to the selected shape. Gradient Fill - to fill the shape with two colors which smoothly change from one to another. Picture or Texture - to use an image or a predefined texture as the shape background. Pattern - to fill the shape with a two-colored design composed of regularly repeated elements. No Fill - select this option if you don't want to use any fill. For more detailed information on these options please refer to the Fill objects and select colors section. Stroke - use this section to change the autoshape stroke width, color or type. To change the stroke width, select one of the available options from the Size drop-down list. The available options are: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Or select the No Line option if you don't want to use any stroke. To change the stroke color, click on the colored box below and select the necessary color. You can use the selected theme color, a standard color or choose a custom color. To change the stroke type, select the necessary option from the corresponding dropdown list (a solid line is applied by default, you can change it to one of the available dashed lines). To change the advanced settings of the autoshape, right-click the shape and select the Shape Advanced Settings option from the contextual menu or left-click it and press the Show advanced settings link at the right sidebar. The shape properties window will be opened: The Size tab allows to change the autoshape 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 autoshape aspect ratio. The Weights & Arrows tab contains the following parameters: Line Style - this option group allows to specify the following parameters: Cap Type - this option allows to set the style for the end of the line, therefore it can be applied only to the shapes with the open outline, such as lines, polylines etc.: Flat - the end points will be flat. Round - the end points will be rounded. Square - the end points will be square. Join Type - this option allows to set the style for the intersection of two lines, for example, it can affect a polyline or the corners of the triangle or rectangle outline: Round - the corner will be rounded. Bevel - the corner will be cut off angularly. Miter - the corner will be pointed. It goes well to shapes with sharp angles. Note: the effect will be more noticeable if you use a large outline width. Arrows - this option group is available if a shape from the Lines shape group is selected. It allows to set the arrow Start and End Style and Size by selecting the appropriate option from the drop-down lists. The Text Padding tab allows to change the autoshape Top, Bottom, Left and Right internal margins (i.e. the distance between the text within the shape and the autoshape borders). Note: this tab is only available if text is added within the autoshape, otherwise the tab is disabled. The Columns tab allows to add columns of text within the autoshape specifying the necessary Number of columns (up to 16) and Spacing between columns. Once you click OK, the text that already exists or any other text you enter within the autoshape will appear in columns and will flow from one column to another. 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 shape. To replace the added autoshape, left-click it and use the Change Autoshape drop-down list at the Shape settings tab of the right sidebar. To delete the added autoshape, left-click it and press the Delete key on the keyboard. To learn how to align an autoshape on the slide or arrange several autoshapes, refer to the Align and arrange objects on a slide section. Join autoshapes using connectors You can connect autoshapes using lines with connection points to demonstrate dependencies between the objects (e.g. if you want to create a flowchart). To do that, click the Shape icon at the Home or Insert tab of the top toolbar, select the Lines group from the menu, click the necessary shape within the selected group (excepting the last three shapes which are not connectors, namely shape 10, 11 and 12), hover the mouse cursor over the first autoshape and click one of the connection points that appear on the shape outline, drag the mouse cursor towards the second autoshape and click the necessary connection point on its outline. If you move the joined autoshapes, the connector remains attached to the shapes and moves together with them. You can also detach the connector from the shapes and then attach it to any other connection points." }, { "id": "UsageInstructions/InsertCharts.htm", "title": "Insert and edit charts", - "body": "Insert a chart To insert a chart into your presentation, 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), 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 select the chart type as well as the data you wish to use to create a chart. Select a chart Type you wish to insert: Column, Line, Pie, Bar, Area, XY (Scatter), Stock. Check the selected Data Range and modify it, if necessary, clicking the Select Data button and entering the desired data range in the following format: Sheet1!A1:B4. Choose the way to arrange the data. You can either select the Data series to be used on the X axis: in rows or in columns. 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. once the chart is added you can also change its size and position. You can specify the chart position on the slide dragging it vertically or horizontally. 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, style, size, or color. To delete a chart element, select it by left-clicking and press the Delete key on the keyboard. You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button until a blue dashed box appears. Drag the cursor without releasing the mouse button to change the 3D chart orientation. Adjust chart settings The chart size, type and style as well as data used to create the chart can be altered using the right sidebar. To activate it click the chart and choose the Chart settings icon on the right. The Size section allows you 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 Change Chart Type section allows you to change the selected chart type and/or style using the corresponding drop-down menu. To select the necessary chart Style, use the second drop-down menu in the Change Chart Type section. The Edit Data button allows you to open the Chart Editor window and start editing data as described above. Note: to quickly open the 'Chart Editor' window you can also double-click the chart on the slide. When the chart is selected, the Shape settings icon is also available on the right, since a shape is used as a background for the chart. You can click this icon to open the Shape settings tab at the right sidebar and adjust the shape Fill and Stroke. Note that you cannot change the shape type. To delete the inserted chart, left-click it and press the Delete key on the keyboard. To learn how to align a chart on the slide or arrange several objects, refer to the Align and arrange objects on a slide section." + "body": "Insert a chart To insert a chart into your presentation, 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), 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 select the chart type as well as the data you wish to use to create a chart. Select a chart Type you wish to insert: Column, Line, Pie, Bar, Area, XY (Scatter), Stock. Check the selected Data Range and modify it, if necessary, clicking the Select Data button and entering the desired data range in the following format: Sheet1!A1:B4. Choose the way to arrange the data. You can either select the Data series to be used on the X axis: in rows or in columns. 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. once the chart is added you can also change its size and position. You can specify the chart position on the slide dragging it vertically or horizontally. 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, style, size, or color. To delete a chart element, select it by left-clicking and press the Delete key on the keyboard. You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button until a blue dashed box appears. Drag the cursor without releasing the mouse button to change the 3D chart orientation. Adjust chart settings The chart size, type and style as well as data used to create the chart can be altered using the right sidebar. To activate it click the chart and choose the Chart settings icon on the right. The Size section allows you 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 Change Chart Type section allows you to change the selected chart type and/or style using the corresponding drop-down menu. To select the necessary chart Style, use the second drop-down menu in the Change Chart Type section. The Edit Data button allows you to open the Chart Editor window and start editing data as described above. Note: to quickly open the 'Chart Editor' window you can also double-click the chart on the slide. When the chart is selected, the Shape settings icon is also available on the right, since a shape is used as a background for the chart. You can click this icon to open the Shape settings tab at the right sidebar and adjust the shape Fill and Stroke. Note that you cannot change the shape type. To delete the inserted chart, left-click it and press the Delete key on the keyboard. To learn how to align a chart on the slide or arrange several objects, refer to the Align and arrange objects on a slide section." }, { "id": "UsageInstructions/InsertEquation.htm", "title": "Insert equations", - "body": "Presentation Editor allows you to build equations using the built-in templates, edit them, insert special characters (including mathematical operators, Greek letters, accents etc.). Add a new equation To insert an equation from the gallery, switch to the Insert tab of the top toolbar, click the arrow next to the Equation icon at the top toolbar, in the opened drop-down list select the equation category you need. The following categories are currently available: Symbols, Fractions, Scripts, Radicals, Integrals, Large Operators, Brackets, Functions, Accents, Limits and Logarithms, Operators, Matrices, click the certain symbol/equation in the corresponding set of templates. The selected symbol/equation box will be inserted in the center of the current slide. If you do not see the equation box border, click anywhere within the equation - the border will be displayed as a dashed line. The equation box can be freely moved, resized or rotated on the slide. To do that click on the equation box border (it will be displayed as a solid line) and use corresponding handles. Each equation template represents a set of slots. Slot is a position for each element that makes up the equation. An empty slot (also called as a placeholder) has a dotted outline . You need to fill in all the placeholders specifying the necessary values. Enter values The insertion point specifies where the next character you enter will appear. To position the insertion point precisely, click within a placeholder and use the keyboard arrows to move the insertion point by one character left/right. Once the insertion point is positioned, you can fill in the placeholder: enter the desired numeric/literal value using the keyboard, insert a special character using the Symbols palette from the Equation menu at the Insert tab of the top toolbar, add another equation template from the palette to create a complex nested equation. The size of the primary equation will be automatically adjusted to fit its content. The size of the nested equation elements depends on the primary equation placeholder size, but it cannot be smaller than the sub-subscript size. To add some new equation elements you can also use the right-click menu options: To add a new argument that goes before or after the existing one within Brackets, you can right-click on the existing argument and select the Insert argument before/after option from the menu. To add a new equation within Cases with several conditions from the Brackets group, you can right-click on an empty placeholder or entered equation within it and select the Insert equation before/after option from the menu. To add a new row or a column in a Matrix, you can right-click on a placeholder within it, select the Insert option from the menu, then select Row Above/Below or Column Left/Right. Note: currently, equations cannot be entered using the linear format, i.e. \\sqrt(4&x^3). When entering the values of the mathematical expressions, you do not need to use Spacebar as the spaces between the characters and signs of operations are set automatically. If the equation is too long and does not fit to a single line within the text box, automatic line breaking occurs as you type. You can also insert a line break in a specific position by right-clicking on a mathematical operator and selecting the Insert manual break option from the menu. The selected operator will start a new line. To delete the added manual line break, right-click on the mathematical operator that starts a new line and select the Delete manual break option. Format equations By default, the equation within the text box is horizontally centered and vertically aligned to the top of the text box. To change its horizontal/vertical alignment, put the cursor within the the equation box (the text box borders will be displayed as dashed lines) and use the corresponding icons at the Home tab of the top toolbar. To increase or decrease the equation font size, click anywhere within the equation box and select the necessary font size from the list at the Home tab of the top toolbar. All the equation elements will change correspondingly. The letters within the equation are italicized by default. If necessary, you can change the font style (bold, italic, strikeout) or color for a whole equation or its part. The underlined style can be applied to the entire equation only, not to individual characters. Select the necessary part of the equation by clicking and dragging. The selected part will be highlighted blue. Then use the necessary buttons at the Home tab of the top toolbar to format the selection. For example, you can remove the italic format for ordinary words that are not variables or constants. To modify some equation elements you can also use the right-click menu options: To change the Fractions format, you can right-click on a fraction and select the Change to skewed/linear/stacked fraction option from the menu (the available options differ depending on the selected fraction type). To change the Scripts position relating to text, you can right-click on the equation that includes scripts and select the Scripts before/after text option from the menu. To change the argument size for Scripts, Radicals, Integrals, Large Operators, Limits and Logarithms, Operators as well as for overbraces/underbraces and templates with grouping characters from the Accents group, you can right-click on the argument you want to change and select the Increase/Decrease argument size option from the menu. To specify whether an empty degree placeholder should be displayed or not for a Radical, you can right-click on the radical and select the Hide/Show degree option from the menu. To specify whether an empty limit placeholder should be displayed or not for an Integral or Large Operator, you can right-click on the equation and select the Hide/Show top/bottom limit option from the menu. To change the limits position relating to the integral or operator sign for Integrals or Large Operators, you can right-click on the equation and select the Change limits location option from the menu. The limits can be displayed to the right of the operator sign (as subscripts and superscripts) or directly above and below the operator sign. To change the limits position relating to text for Limits and Logarithms and templates with grouping characters from the Accents group, you can right-click on the equation and select the Limit over/under text option from the menu. To choose which of the Brackets should be displayed, you can right-click on the expression within them and select the Hide/Show opening/closing bracket option from the menu. To control the Brackets size, you can right-click on the expression within them. The Stretch brackets option is selected by default so that the brackets can grow according to the expression within them, but you can deselect this option to prevent brackets from stretching. When this option is activated, you can also use the Match brackets to argument height option. To change the character position relating to text for overbraces/underbraces or overbars/underbars from the Accents group, you can right-click on the template and select the Char/Bar over/under text option from the menu. To choose which borders should be displayed for a Boxed formula from the Accents group, you can right-click on the equation and select the Border properties option from the menu, then select Hide/Show top/bottom/left/right border or Add/Hide horizontal/vertical/diagonal line. To specify whether empty placeholders should be displayed or not for a Matrix, you can right-click on it and select the Hide/Show placeholder option from the menu. To align some equation elements you can use the right-click menu options: To align equations within Cases with several conditions from the Brackets group, you can right-click on an equation, select the Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align a Matrix vertically, you can right-click on the matrix, select the Matrix Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align elements within a Matrix column horizontally, you can right-click on a placeholder within the column, select the Column Alignment option from the menu, then select the alignment type: Left, Center, or Right. Delete equation elements To delete a part of the equation, select the part you want to delete by dragging the mouse or holding down the Shift key and using the arrow buttons, then press the Delete key on the keyboard. A slot can only be deleted together with the template it belongs to. To delete the entire equation, click on the equation box border (it will be displayed as a solid line) and and press the Delete key on the keyboard. To delete some equation elements you can also use the right-click menu options: To delete a Radical, you can right-click on it and select the Delete radical option from the menu. To delete a Subscript and/or Superscript, you can right-click on the expression that contains them and select the Remove subscript/superscript option from the menu. If the expression contains scripts that go before text, the Remove scripts option is available. To delete Brackets, you can right-click on the expression within them and select the Delete enclosing characters or Delete enclosing characters and separators option from the menu. If the expression within Brackets inclides more than one argument, you can right-click on the argument you want to delete and select the Delete argument option from the menu. If Brackets enclose more than one equation (i.e. Cases with several conditions), you can right-click on the equation you want to delete and select the Delete equation option from the menu. To delete a Limit, you can right-click on it and select the Remove limit option from the menu. To delete an Accent, you can right-click on it and select the Remove accent character, Delete char or Remove bar option from the menu (the available options differ depending on the selected accent). To delete a row or a column of a Matrix, you can right-click on the placeholder within the row/column you need to delete, select the Delete option from the menu, then select Delete Row/Column." + "body": "Presentation Editor allows you to build equations using the built-in templates, edit them, insert special characters (including mathematical operators, Greek letters, accents etc.). Add a new equation To insert an equation from the gallery, switch to the Insert tab of the top toolbar, click the arrow next to the Equation icon at the top toolbar, in the opened drop-down list select the equation category you need. The following categories are currently available: Symbols, Fractions, Scripts, Radicals, Integrals, Large Operators, Brackets, Functions, Accents, Limits and Logarithms, Operators, Matrices, click the certain symbol/equation in the corresponding set of templates. The selected symbol/equation box will be inserted in the center of the current slide. If you do not see the equation box border, click anywhere within the equation - the border will be displayed as a dashed line. The equation box can be freely moved, resized or rotated on the slide. To do that click on the equation box border (it will be displayed as a solid line) and use corresponding handles. Each equation template represents a set of slots. Slot is a position for each element that makes up the equation. An empty slot (also called as a placeholder) has a dotted outline . You need to fill in all the placeholders specifying the necessary values. Enter values The insertion point specifies where the next character you enter will appear. To position the insertion point precisely, click within a placeholder and use the keyboard arrows to move the insertion point by one character left/right. Once the insertion point is positioned, you can fill in the placeholder: enter the desired numeric/literal value using the keyboard, insert a special character using the Symbols palette from the Equation menu at the Insert tab of the top toolbar, add another equation template from the palette to create a complex nested equation. The size of the primary equation will be automatically adjusted to fit its content. The size of the nested equation elements depends on the primary equation placeholder size, but it cannot be smaller than the sub-subscript size. To add some new equation elements you can also use the right-click menu options: To add a new argument that goes before or after the existing one within Brackets, you can right-click on the existing argument and select the Insert argument before/after option from the menu. To add a new equation within Cases with several conditions from the Brackets group, you can right-click on an empty placeholder or entered equation within it and select the Insert equation before/after option from the menu. To add a new row or a column in a Matrix, you can right-click on a placeholder within it, select the Insert option from the menu, then select Row Above/Below or Column Left/Right. Note: currently, equations cannot be entered using the linear format, i.e. \\sqrt(4&x^3). When entering the values of the mathematical expressions, you do not need to use Spacebar as the spaces between the characters and signs of operations are set automatically. If the equation is too long and does not fit to a single line within the text box, automatic line breaking occurs as you type. You can also insert a line break in a specific position by right-clicking on a mathematical operator and selecting the Insert manual break option from the menu. The selected operator will start a new line. To delete the added manual line break, right-click on the mathematical operator that starts a new line and select the Delete manual break option. Format equations By default, the equation within the text box is horizontally centered and vertically aligned to the top of the text box. To change its horizontal/vertical alignment, put the cursor within the the equation box (the text box borders will be displayed as dashed lines) and use the corresponding icons at the Home tab of the top toolbar. To increase or decrease the equation font size, click anywhere within the equation box and select the necessary font size from the list at the Home tab of the top toolbar. All the equation elements will change correspondingly. The letters within the equation are italicized by default. If necessary, you can change the font style (bold, italic, strikeout) or color for a whole equation or its part. The underlined style can be applied to the entire equation only, not to individual characters. Select the necessary part of the equation by clicking and dragging. The selected part will be highlighted blue. Then use the necessary buttons at the Home tab of the top toolbar to format the selection. For example, you can remove the italic format for ordinary words that are not variables or constants. To modify some equation elements you can also use the right-click menu options: To change the Fractions format, you can right-click on a fraction and select the Change to skewed/linear/stacked fraction option from the menu (the available options differ depending on the selected fraction type). To change the Scripts position relating to text, you can right-click on the equation that includes scripts and select the Scripts before/after text option from the menu. To change the argument size for Scripts, Radicals, Integrals, Large Operators, Limits and Logarithms, Operators as well as for overbraces/underbraces and templates with grouping characters from the Accents group, you can right-click on the argument you want to change and select the Increase/Decrease argument size option from the menu. To specify whether an empty degree placeholder should be displayed or not for a Radical, you can right-click on the radical and select the Hide/Show degree option from the menu. To specify whether an empty limit placeholder should be displayed or not for an Integral or Large Operator, you can right-click on the equation and select the Hide/Show top/bottom limit option from the menu. To change the limits position relating to the integral or operator sign for Integrals or Large Operators, you can right-click on the equation and select the Change limits location option from the menu. The limits can be displayed to the right of the operator sign (as subscripts and superscripts) or directly above and below the operator sign. To change the limits position relating to text for Limits and Logarithms and templates with grouping characters from the Accents group, you can right-click on the equation and select the Limit over/under text option from the menu. To choose which of the Brackets should be displayed, you can right-click on the expression within them and select the Hide/Show opening/closing bracket option from the menu. To control the Brackets size, you can right-click on the expression within them. The Stretch brackets option is selected by default so that the brackets can grow according to the expression within them, but you can deselect this option to prevent brackets from stretching. When this option is activated, you can also use the Match brackets to argument height option. To change the character position relating to text for overbraces/underbraces or overbars/underbars from the Accents group, you can right-click on the template and select the Char/Bar over/under text option from the menu. To choose which borders should be displayed for a Boxed formula from the Accents group, you can right-click on the equation and select the Border properties option from the menu, then select Hide/Show top/bottom/left/right border or Add/Hide horizontal/vertical/diagonal line. To specify whether empty placeholders should be displayed or not for a Matrix, you can right-click on it and select the Hide/Show placeholder option from the menu. To align some equation elements you can use the right-click menu options: To align equations within Cases with several conditions from the Brackets group, you can right-click on an equation, select the Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align a Matrix vertically, you can right-click on the matrix, select the Matrix Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align elements within a Matrix column horizontally, you can right-click on a placeholder within the column, select the Column Alignment option from the menu, then select the alignment type: Left, Center, or Right. Delete equation elements To delete a part of the equation, select the part you want to delete by dragging the mouse or holding down the Shift key and using the arrow buttons, then press the Delete key on the keyboard. A slot can only be deleted together with the template it belongs to. To delete the entire equation, click on the equation box border (it will be displayed as a solid line) and and press the Delete key on the keyboard. To delete some equation elements you can also use the right-click menu options: To delete a Radical, you can right-click on it and select the Delete radical option from the menu. To delete a Subscript and/or Superscript, you can right-click on the expression that contains them and select the Remove subscript/superscript option from the menu. If the expression contains scripts that go before text, the Remove scripts option is available. To delete Brackets, you can right-click on the expression within them and select the Delete enclosing characters or Delete enclosing characters and separators option from the menu. If the expression within Brackets inclides more than one argument, you can right-click on the argument you want to delete and select the Delete argument option from the menu. If Brackets enclose more than one equation (i.e. Cases with several conditions), you can right-click on the equation you want to delete and select the Delete equation option from the menu. To delete a Limit, you can right-click on it and select the Remove limit option from the menu. To delete an Accent, you can right-click on it and select the Remove accent character, Delete char or Remove bar option from the menu (the available options differ depending on the selected accent). To delete a row or a column of a Matrix, you can right-click on the placeholder within the row/column you need to delete, select the Delete option from the menu, then select Delete Row/Column." }, { "id": "UsageInstructions/InsertImages.htm", @@ -128,7 +128,7 @@ var indexes = { "id": "UsageInstructions/InsertText.htm", "title": "Insert and format your text", - "body": "Insert your text You can add a new text in three different ways: Add a text passage within the corresponding text placeholder provided on the slide layout. To do that just put the cursor within the placeholder and type in your text or paste it using the Ctrl+V key combination in place of the according default text. Add a text passage anywhere on a slide. You can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). Depending on the necessary text object type you can do the following: to add a text box, click the Text Box icon at the Home or Insert tab of the top toolbar, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text. Note: it's also possible to insert a text box by clicking the Shape icon at the top toolbar and selecting the shape from the Basic Shapes group. to add a Text Art object, click the Text Art icon at the Insert tab of the top toolbar, then click on the desired style template – the Text Art object will be added in the center of the slide. Select the default text within the text box with the mouse and replace it with your own text. Add a text passage within an autoshape. Select a shape and start typing your text. Click outside of the text object to apply the changes and return to the slide. The text within the text object is a part of the latter (when you move or rotate the text object, the text moves or rotates with it). As an inserted text object represents a rectangular frame (it has invisible text box borders by default) with text in it and this frame is a common autoshape, you can change both the shape and text properties. To delete the added text object, click on the text box border and press the Delete key on the keyboard. The text within the text box will also be deleted. Format a text box Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines. to resize, move, rotate the text box use the special handles on the edges of the shape. to edit the text box fill, stroke, replace the rectangular box with a different shape, or access the shape advanced settings, click the Shape settings icon on the right sidebar and use the corresponding options. to align a text box on the slide or arrange text boxes as related to other objects, right-click on the text box border and use the contextual menu options. to create columns of text within the text box, right-click on the text box border, click the Shape Advanced Settings option and switch to the Columns tab in the Shape - Advanced Settings window. Format the text within the text box Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines. Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately. Align your text within the text box The text is aligned horizontally in four ways: left, right, center or justified. To do that: place the cursor to the position where you want the alignment to be applied (this can be a new line or already entered text), drop-down the Horizontal align list at the Home tab of the top toolbar, select the alignment type you would like to apply: the Align text left option allows you to line up your text by the left side of the text box (the right side remains unaligned). the Align text center option allows you to line up your text by the center of the text box (the right and the left sides remains unaligned). the Align text right option allows you to line up your text by the right side of the text box (the left side remains unaligned). the Justify option allows you to line up your text by both the left and the right sides of the text box (additional spacing is added where necessary to keep the alignment). The text is aligned vertically in three ways: top, middle or bottom. To do that: place the cursor to the position where you want the alignment to be applied (this can be a new line or already entered text), drop-down the Vertical align list at the Home tab of the top toolbar, select the alignment type you would like to apply: the Align text to the top option allows you to line up your text by the top of the text box. the Align text to the middle option allows you to line up your text by the center of the text box. the Align text to the bottom option allows you to line up your text by the bottom of the text box. Change the text direction To Rotate the text within the text box, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top). Adjust font type, size, color and apply decoration styles You can select the font type, its size and color as well as apply various font decoration styles using the corresponding icons situated at the Home tab of the top toolbar. Note: in case you want to apply the formatting to the text already present in the presentation, select it with the mouse or using the keyboard and apply the formatting. Font Is used to select one of the fonts from the list of the available ones. Font size Is used to select among the preset font size values from the dropdown list, or can be entered manually to the font size field. Font color Is used to change the color of the letters/characters in the text. Click the downward arrow next to the icon to select the color. Bold Is used to make the font bold giving it more weight. Italic Is used to make the font italicized giving it some right side tilt. Underline Is used to make the text underlined with the line going under the letters. Strikeout Is used to make the text struck out with the line going through the letters. Superscript Is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions. Subscript Is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas. Set line spacing and change paragraph indents You can set the line height for the text lines within the paragraph as well as the margins between the current and the preceding or the subsequent paragraph. To do that, put the cursor within the paragraph you need, or select several paragraphs with the mouse, use the corresponding fields of the Text settings tab at the right sidebar to achieve the desired results: Line Spacing - set the line height for the text lines within the paragraph. You can select among three options: at least (sets the minimum line spacing that is needed to fit the largest font or graphic on the line), multiple (sets line spacing that can be expressed in numbers greater than 1), exactly (sets fixed line spacing). You can specify the necessary value in the field on the right. Paragraph Spacing - set the amount of space between paragraphs. Before - set the amount of space before the paragraph. After - set the amount of space after the paragraph. To quickly change the current paragraph line spacing, you can also use the Line spacing icon at the Home tab of the top toolbar selecting the needed value from the list: 1.0, 1.15, 1.5, 2.0, 2.5, or 3.0 lines. To change the paragraph offset from the left side of the text box, put the cursor within the paragraph you need, or select several paragraphs with the mouse and use the respective icons at the Home tab of the top toolbar: Decrease indent and Increase indent . You can also change the advanced settings of the paragraph. Put the cursor within the paragraph you need - the Text settings tab will be activated at the right sidebar. Press the Show advanced settings link. The paragraph properties window will be opened: The Indents & Placement tab allows to change the first line offset from the left internal margin of the text box as well as the paragraph offset from the left and right internal margins of the text box. You can also use the horizontal ruler to set indents. Select the necessary paragraph(s) and drag the indent markers along the ruler. First Line Indent marker is used to set the offset from the left internal margin of the text box for the first line of the paragraph. Hanging Indent marker is used to set the offset from the left internal margin of the text box for the second and all the subsequent lines of the paragraph. Left Indent marker is used to set the entire paragraph offset from the left internal margin of the text box. Right Indent marker is used to set the paragraph offset from the right internal margin of the text box. Note: if you don't see the rulers, switch to the Home tab of the top toolbar, click the View settings icon at the upper right corner and uncheck the Hide Rulers option to display them. The Font tab contains the following parameters: Strikethrough is used to make the text struck out with the line going through the letters. Double strikethrough is used to make the text struck out with the double line going through the letters. Superscript is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions. Subscript is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas. Small caps is used to make all letters lower case. All caps is used to make all letters upper case. Character Spacing is used to set the space between the characters. The Tab tab allows to change tab stops i.e. the position the cursor advances to when you press the Tab key on the keyboard. 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. 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 radiobutton and press the Specify button. 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 - centres 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. To delete tab stops from the list select a tab stop and press the Remove or Remove All button. To set tab stops you can also use the horizontal ruler: Click the tab selector button in the upper left corner of the working area to choose the necessary tab stop type: Left , Center , Right . 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. Note: if you don't see the rulers, switch to the Home tab of the top toolbar, click the View settings icon at the upper right corner and uncheck the Hide Rulers option to display them. Edit a Text Art style Select a text object and click the Text Art settings icon on the right sidebar. Change the applied text style selecting a new Template from the gallery. You can also change the basic style additionally by selecting a different font type, size etc. Change the font fill and stroke. The available options are the same as the ones for autoshapes. Apply a text effect by selecting the necessary text transformation type from the Transform gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle." + "body": "Insert your text You can add a new text in three different ways: Add a text passage within the corresponding text placeholder provided on the slide layout. To do that just put the cursor within the placeholder and type in your text or paste it using the Ctrl+V key combination in place of the according default text. Add a text passage anywhere on a slide. You can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). Depending on the necessary text object type you can do the following: to add a text box, click the Text Box icon at the Home or Insert tab of the top toolbar, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text. Note: it's also possible to insert a text box by clicking the Shape icon at the top toolbar and selecting the shape from the Basic Shapes group. to add a Text Art object, click the Text Art icon at the Insert tab of the top toolbar, then click on the desired style template – the Text Art object will be added in the center of the slide. Select the default text within the text box with the mouse and replace it with your own text. Add a text passage within an autoshape. Select a shape and start typing your text. Click outside of the text object to apply the changes and return to the slide. The text within the text object is a part of the latter (when you move or rotate the text object, the text moves or rotates with it). As an inserted text object represents a rectangular frame (it has invisible text box borders by default) with text in it and this frame is a common autoshape, you can change both the shape and text properties. To delete the added text object, click on the text box border and press the Delete key on the keyboard. The text within the text box will also be deleted. Format a text box Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines. to resize, move, rotate the text box use the special handles on the edges of the shape. to edit the text box fill, stroke, replace the rectangular box with a different shape, or access the shape advanced settings, click the Shape settings icon on the right sidebar and use the corresponding options. to align a text box on the slide or arrange text boxes as related to other objects, right-click on the text box border and use the contextual menu options. to create columns of text within the text box, right-click on the text box border, click the Shape Advanced Settings option and switch to the Columns tab in the Shape - Advanced Settings window. Format the text within the text box Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines. Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately. Align your text within the text box The text is aligned horizontally in four ways: left, right, center or justified. To do that: place the cursor to the position where you want the alignment to be applied (this can be a new line or already entered text), drop-down the Horizontal align list at the Home tab of the top toolbar, select the alignment type you would like to apply: the Align text left option allows you to line up your text by the left side of the text box (the right side remains unaligned). the Align text center option allows you to line up your text by the center of the text box (the right and the left sides remains unaligned). the Align text right option allows you to line up your text by the right side of the text box (the left side remains unaligned). the Justify option allows you to line up your text by both the left and the right sides of the text box (additional spacing is added where necessary to keep the alignment). The text is aligned vertically in three ways: top, middle or bottom. To do that: place the cursor to the position where you want the alignment to be applied (this can be a new line or already entered text), drop-down the Vertical align list at the Home tab of the top toolbar, select the alignment type you would like to apply: the Align text to the top option allows you to line up your text by the top of the text box. the Align text to the middle option allows you to line up your text by the center of the text box. the Align text to the bottom option allows you to line up your text by the bottom of the text box. Change the text direction To Rotate the text within the text box, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top). Adjust font type, size, color and apply decoration styles You can select the font type, its size and color as well as apply various font decoration styles using the corresponding icons situated at the Home tab of the top toolbar. Note: in case you want to apply the formatting to the text already present in the presentation, select it with the mouse or using the keyboard and apply the formatting. Font Is used to select one of the fonts from the list of the available ones. Font size Is used to select among the preset font size values from the dropdown list, or can be entered manually to the font size field. Font color Is used to change the color of the letters/characters in the text. Click the downward arrow next to the icon to select the color. Bold Is used to make the font bold giving it more weight. Italic Is used to make the font italicized giving it some right side tilt. Underline Is used to make the text underlined with the line going under the letters. Strikeout Is used to make the text struck out with the line going through the letters. Superscript Is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions. Subscript Is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas. Set line spacing and change paragraph indents You can set the line height for the text lines within the paragraph as well as the margins between the current and the preceding or the subsequent paragraph. To do that, put the cursor within the paragraph you need, or select several paragraphs with the mouse, use the corresponding fields of the Text settings tab at the right sidebar to achieve the desired results: Line Spacing - set the line height for the text lines within the paragraph. You can select among three options: at least (sets the minimum line spacing that is needed to fit the largest font or graphic on the line), multiple (sets line spacing that can be expressed in numbers greater than 1), exactly (sets fixed line spacing). You can specify the necessary value in the field on the right. Paragraph Spacing - set the amount of space between paragraphs. Before - set the amount of space before the paragraph. After - set the amount of space after the paragraph. To quickly change the current paragraph line spacing, you can also use the Line spacing icon at the Home tab of the top toolbar selecting the needed value from the list: 1.0, 1.15, 1.5, 2.0, 2.5, or 3.0 lines. To change the paragraph offset from the left side of the text box, put the cursor within the paragraph you need, or select several paragraphs with the mouse and use the respective icons at the Home tab of the top toolbar: Decrease indent and Increase indent . You can also change the advanced settings of the paragraph. Put the cursor within the paragraph you need - the Text settings tab will be activated at the right sidebar. Press the Show advanced settings link. The paragraph properties window will be opened: The Indents & Placement tab allows to change the first line offset from the left internal margin of the text box as well as the paragraph offset from the left and right internal margins of the text box. You can also use the horizontal ruler to set indents. Select the necessary paragraph(s) and drag the indent markers along the ruler. First Line Indent marker is used to set the offset from the left internal margin of the text box for the first line of the paragraph. Hanging Indent marker is used to set the offset from the left internal margin of the text box for the second and all the subsequent lines of the paragraph. Left Indent marker is used to set the entire paragraph offset from the left internal margin of the text box. Right Indent marker is used to set the paragraph offset from the right internal margin of the text box. Note: if you don't see the rulers, switch to the Home tab of the top toolbar, click the View settings icon at the upper right corner and uncheck the Hide Rulers option to display them. The Font tab contains the following parameters: Strikethrough is used to make the text struck out with the line going through the letters. Double strikethrough is used to make the text struck out with the double line going through the letters. Superscript is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions. Subscript is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas. Small caps is used to make all letters lower case. All caps is used to make all letters upper case. Character Spacing is used to set the space between the characters. The Tab tab allows to change tab stops i.e. the position the cursor advances to when you press the Tab key on the keyboard. 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. 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 radiobutton and press the Specify button. 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 - centres 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. To delete tab stops from the list select a tab stop and press the Remove or Remove All button. To set tab stops you can also use the horizontal ruler: Click the tab selector button in the upper left corner of the working area to choose the necessary tab stop type: Left , Center , Right . 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. Note: if you don't see the rulers, switch to the Home tab of the top toolbar, click the View settings icon at the upper right corner and uncheck the Hide Rulers option to display them. Edit a Text Art style Select a text object and click the Text Art settings icon on the right sidebar. Change the applied text style selecting a new Template from the gallery. You can also change the basic style additionally by selecting a different font type, size etc. Change the font fill and stroke. The available options are the same as the ones for autoshapes. Apply a text effect by selecting the necessary text transformation type from the Transform gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle." }, { "id": "UsageInstructions/ManageSlides.htm", @@ -158,7 +158,7 @@ var indexes = { "id": "UsageInstructions/SetSlideParameters.htm", "title": "Set slide parameters", - "body": "To customize your presentation, you can select a theme, color scheme, slide size and orientation for the entire presentation, change the background fill or slide layout for each separate slide, apply transitions between the slides. It's also possible to add explanatory notes to each slide that can be helpful when demonstrating the presentation in the Presenter mode. Themes allow you to quickly change the presentation design, notably the slides background appearance, predefined fonts for titles and texts and the color scheme that is used for the presentation elements. To select a theme for the presentation, click on the necessary predefined theme from the themes gallery on the right side of the top toolbar Home tab. The selected theme will be applied to all the slides if you have not previously selected certain slides to apply the theme to. To change the selected theme for one or more slides, you can right-click the selected slides in the list on the left (or right-click a slide in the editing area), select the Change Theme option from the contextual menu and choose the necessary theme. Color Schemes affect the predefined colors used for the presentation elements (fonts, lines, fills etc.) and allow you to maintain color consistency throughout the entire presentation. To change a color scheme, click the Change color scheme icon at the Home tab of the top toolbar and select the necessary scheme from the drop-down list. The selected scheme will be applied to all the slides. To change a slide size for all the slides in the presentation, click the Select slide size icon at the Home tab of the top toolbar and select the necessary option from the drop-down list. You can select: one of the two quick-access presets - Standard (4:3) or Widescreen (16:9), the Advanced Settings option that opens the Slide Size Settings window where you can select one of the available presets or set a Custom size specifying the desired Width and Height values. The available presets are: Standard (4:3), Widescreen (16:9), Widescreen (16:10), Letter Paper (8.5x11 in), Ledger Paper (11x17 in), A3 Paper (297x420 mm), A4 Paper (210x297 mm), B4 (ICO) Paper (250x353 mm), B5 (ICO) Paper (176x250 mm), 35 mm Slides, Overhead, Banner. The Slide Orientation menu allows to change the currently selected orientation type. The default orientation type is Landscape that can be switched to Portrait. To change a background fill: in the slide list on the left, select the slides you want to apply the fill to. Or click at any blank space within the currently edited slide in the slide editing area to change the fill type for this separate slide. at the Slide settings tab of the right sidebar, select the necessary option: Color Fill - select this option to specify the solid color you want to apply to the selected slides. Gradient Fill - select this option to fill the slide with two colors which smoothly change from one to another. Picture or Texture - select this option to use an image or a predefined texture as the slide background. Pattern - select this option to fill the slide with a two-colored design composed of regularly repeated elements. No Fill - select this option if you don't want to use any fill. For more detailed information on these options please refer to the Fill objects and select colors section. Transitions help make your presentation more dynamic and keep your audience's attention. To apply a transition: in the slide list on the left, select the slides you want to apply a transition to, choose a transition in the Effect drop-down list on the Slide settings tab, Note: to open the Slide settings tab you can click the Slide settings icon on the right or right-click the slide in the slide editing area and select the Slide Settings option from the contextual menu. adjust the transition properties: choose a transition variation, duration and the way to advance slides, click the Apply to All Slides button if you want to apply the same transition to all slides in the presentation. For more detailed information on these options please refer to the Apply transitions section. To change a slide layout: in the slide list on the left, select the slides you want to apply a new layout to, click the Change slide layout icon at the Home tab of the top toolbar, select the necessary layout from the menu. Alternatively, you can right-click the necessary slide in the list on the left or in the editing area, select the Change Layout option from the contextual menu and choose the necessary layout. Note: currently, the following layouts are available: Title, Title and Object, Section Header, Two Objects, Two Texts and Two Objects, Title Only, Blank, Title, Object and Caption, Picture and Caption, Vertical Text, Vertical Title and Text. To add notes to a slide: in the slide list on the left, select the slide you want to add a note to, click the Click to add notes caption below the slide editing area, type in the text of your note. Note: you can format the text using the icons at the Home tab of the top toolbar. When you start the slideshow in the Presenter mode, you will be able to see all the slide notes below the slide preview area." + "body": "To customize your presentation, you can select a theme, color scheme, slide size and orientation for the entire presentation, change the background fill or slide layout for each separate slide, apply transitions between the slides. It's also possible to add explanatory notes to each slide that can be helpful when demonstrating the presentation in the Presenter mode. Themes allow you to quickly change the presentation design, notably the slides background appearance, predefined fonts for titles and texts and the color scheme that is used for the presentation elements. To select a theme for the presentation, click on the necessary predefined theme from the themes gallery on the right side of the top toolbar Home tab. The selected theme will be applied to all the slides if you have not previously selected certain slides to apply the theme to. To change the selected theme for one or more slides, you can right-click the selected slides in the list on the left (or right-click a slide in the editing area), select the Change Theme option from the contextual menu and choose the necessary theme. Color Schemes affect the predefined colors used for the presentation elements (fonts, lines, fills etc.) and allow you to maintain color consistency throughout the entire presentation. To change a color scheme, click the Change color scheme icon at the Home tab of the top toolbar and select the necessary scheme from the drop-down list. The selected scheme will be applied to all the slides. To change a slide size for all the slides in the presentation, click the Select slide size icon at the Home tab of the top toolbar and select the necessary option from the drop-down list. You can select: one of the two quick-access presets - Standard (4:3) or Widescreen (16:9), the Advanced Settings option that opens the Slide Size Settings window where you can select one of the available presets or set a Custom size specifying the desired Width and Height values. The available presets are: Standard (4:3), Widescreen (16:9), Widescreen (16:10), Letter Paper (8.5x11 in), Ledger Paper (11x17 in), A3 Paper (297x420 mm), A4 Paper (210x297 mm), B4 (ICO) Paper (250x353 mm), B5 (ICO) Paper (176x250 mm), 35 mm Slides, Overhead, Banner. The Slide Orientation menu allows to change the currently selected orientation type. The default orientation type is Landscape that can be switched to Portrait. To change a background fill: in the slide list on the left, select the slides you want to apply the fill to. Or click at any blank space within the currently edited slide in the slide editing area to change the fill type for this separate slide. at the Slide settings tab of the right sidebar, select the necessary option: Color Fill - select this option to specify the solid color you want to apply to the selected slides. Gradient Fill - select this option to fill the slide with two colors which smoothly change from one to another. Picture or Texture - select this option to use an image or a predefined texture as the slide background. Pattern - select this option to fill the slide with a two-colored design composed of regularly repeated elements. No Fill - select this option if you don't want to use any fill. For more detailed information on these options please refer to the Fill objects and select colors section. Transitions help make your presentation more dynamic and keep your audience's attention. To apply a transition: in the slide list on the left, select the slides you want to apply a transition to, choose a transition in the Effect drop-down list on the Slide settings tab, Note: to open the Slide settings tab you can click the Slide settings icon on the right or right-click the slide in the slide editing area and select the Slide Settings option from the contextual menu. adjust the transition properties: choose a transition variation, duration and the way to advance slides, click the Apply to All Slides button if you want to apply the same transition to all slides in the presentation. For more detailed information on these options please refer to the Apply transitions section. To change a slide layout: in the slide list on the left, select the slides you want to apply a new layout to, click the Change slide layout icon at the Home tab of the top toolbar, select the necessary layout from the menu. Alternatively, you can right-click the necessary slide in the list on the left or in the editing area, select the Change Layout option from the contextual menu and choose the necessary layout. Note: currently, the following layouts are available: Title, Title and Object, Section Header, Two Objects, Two Texts and Two Objects, Title Only, Blank, Title, Object and Caption, Picture and Caption, Vertical Text, Vertical Title and Text. To add notes to a slide: in the slide list on the left, select the slide you want to add a note to, click the Click to add notes caption below the slide editing area, type in the text of your note. Note: you can format the text using the icons at the Home tab of the top toolbar. When you start the slideshow in the Presenter mode, you will be able to see all the slide notes below the slide preview area." }, { "id": "UsageInstructions/ViewPresentationInfo.htm", diff --git a/apps/presentationeditor/main/resources/help/es/search/indexes.js b/apps/presentationeditor/main/resources/help/es/search/indexes.js index c7eb3fa3a..45207fdbd 100644 --- a/apps/presentationeditor/main/resources/help/es/search/indexes.js +++ b/apps/presentationeditor/main/resources/help/es/search/indexes.js @@ -108,12 +108,12 @@ var indexes = { "id": "UsageInstructions/InsertCharts.htm", "title": "Inserte y edite gráficos", - "body": "Inserte un gráfico Para insertar un gráfico en su presentación, coloque el cursor en el lugar donde usted quiere insertar un gráfico, cambie a al pestaña Insertar en la barra de herramientas superior, pulse el icono Gráfico en la barra de herramientas superior, Seleccione el tipo de gráfico que necesita de los disponibles - Columnas, Líneas, Circular, Barras, Área, Puntos XY (disperso), Cotizaciones.Nota: para los gráficos de Columnas, Líneas, Circular o Barras, también está disponible un formato 3D. después, la ventana Editor de gráfico aparecerá, y usted podrá introducir los datos necesarios en las celdas usando los siguientes controles: y para copiar y pegar los datos copiados y para deshacer o rehacer acciones para insertar una función y para disminuir o aumentar decimales para cambiar el formato del número, es decir, la manera en que los números introducidos se muestran en las celdas cambie los ajustes de gráfico pulsando el botón Editar gráfico situado en la ventana Editor de gráfico. Se abrirá la ventana Gráfico - Ajustes avanzados. La pestaña Tipo y Datos le permite seleccionar el tipo de gráfico, así como los datos que quiere usar para crear un gráfico. Seleccione el Tipo de gráfico que quiere insertar: Columna, Línea, Circular, Área, Puntos XY (disperso), Cotizaciones. Compruebe el Rango de datos y modifíquelo, si es necesario, pulsando el botón Selección de datos e introduciendo el rango de datos deseado en el formato siguiente: Sheet1!A1:B4. Elija el modo de organizar los datos. Usted puede seleccionar Serie de datos para el eje X: en filas o en columnas. La pestaña Diseño le permite cambiar el diseño de elementos del gráfico. Especifique la posición del Título de gráfico respecto a su gráfico seleccionando la opción necesaria de la lista desplegable: Ninguno para no mostrar el título del gráfico, Superposición para superponer y centrar un título en el área de trazado del gráfico, Sin superposición para mostrar el título en la parte superior del área de trazado del gráfico. Especifique la posición de la Leyenda con respecto a su gráfico seleccionando la opción necesaria de la lista desplegable: Ninguno para no mostrar la leyenda, Inferior para mostrar la leyenda y que esta se alinee en la parte inferior del área de trazado del gráfico, Superior para mostrar la leyenda y que esta se alinee en la parte superior del área de trazado del gráfico, Derecho para mostrar la leyenda y que esta se alinee en la parte derecha del área de trazado del gráfico, Izquierdo para mostrar la la leyenda y que esta se alinee en la parte izquierda del área de trazado del gráfico, Superposición a la izquierda para superponer y centrar la leyenda a la parte izquierda del área de trazado del gráfico, Superposición a la derecha para superponer y centrar la leyenda en la parte derecha del área de trazado del gráfico. Especifique los parámetros de las Etiquetas de Datos (por ejemplo, las etiquetas de datos que representan los valores exactos de los puntos de datos): Especifique la posición relativa de las Etiquetas de Datos en relación a los puntos de datos seleccionando la opción necesaria del menú despegable. Las opciones disponibles varían dependiendo del tipo de gráfico seleccionado. Para los gráfico Columnas/Barras, usted puede elegir las opciones siguientes: Ninguno, Centrado, Interior Inferior, Interior Superior, Exterior Superior. Para los gráficos Línea/ Puntos XY (Esparcido)/Cotizaciones, puede seleccionar las siguientes opciones: Ninguno, Centrado, Izquierda, Derecha, Superior, Inferior. Para los gráficos Circulares, puede elegir las siguientes opciones: Ninguno, Centrado, Ajustar al ancho, Interior Superior, Exterior Superior. Para los gráfico Área, así como los gráficos 3D Columnas, Líneas y Barras, puede elegir las siguientes opciones: Ninguno, Centrado. seleccione los datos que usted quiere añadir a sus etiquetas marcando las casillas correspondientes: Nombre de serie, Nombre de categoría, Valor, Introduzca in carácter (coma, punto y coma etc.) que quiera usar para separar varias etiquetas en el campo de entrada Separador de Etiquetas de Datos. Líneas - se usa para elegir un estilo de línea para gráficos de Línea/Punto XY (Esparcido). Usted puede seleccionar una de las siguientes opciones: Recto para usar líneas rectas entre puntos de datos, Uniforme para usar curvas uniformes entre puntos de datos, o Nada para no mostrar líneas. Marcadores - se usa para especificar si los marcadores se deben mostrar (si la casilla se verifica) o no (si la casilla no se verifica) para gráficos de Línea/Puntos XY (Esparcidos).Nota: las opciones de Líneas y Marcadores solo están disponibles para gráficos de líneas y Puntos XY (Esparcidos). La sección de Ajustes del eje permite especificar si desea mostrar Ejes Horizontales/Verticales o no, seleccionando la opción Mostrar o Esconder de la lista despegable. También puede especificar los parámetros Título de Ejes Horizontal/Vertical: Especifique si quiere mostrar o no el Título de eje horizontal seleccionando la opción correspondiente en la lista desplegable: Ninguno para no mostrar el título del eje horizontal, Sin superposición para no mostrar el título debajo del eje horizontal. Especifique la orientación del Título de eje vertical seleccionando la opción correspondiente en la lista desplegable: Ninguno para no mostrar el título del eje vertical, Girado para que el título se muestre de arriba hacia abajo a la izquierda del eje vertical, Horizontal -para mostrar el título horizontal a la izquierda del eje vertical. La sección Cuadrícula le permite especificar cuales de las Cuadrículas Horizontales/verticales quiere mostrar seleccionando la opción correspondiente de la lista despegable: Principal, Menor, o Principal y menor. También, puede ocultar las líneas de las cuadrículas usando la opción Ninguno.Nota: las secciones Ajustes de Ejes y Líneas de cuadrícula estarán desactivadas para Gráficos circulares ya que estos gráficos no tienen ejes ni líneas de cuadrículas. Nota: las pestañas Eje vertical/horizontal estarán desactivadas para Gráficos circulares porque los gráficos de este tipo no tienen ejes. La pestaña Eje vertical le permite cambiar los parámetros del eje vertical que también se llama eje de valor o eje y que muestra los valores numéricos. Tenga en cuenta, por favor, que para los Gráficos de barras el eje vertical será el eje de categoría que muestra etiquetas de texto, por lo que en este caso, las opciones de la pestaña Eje vertical corresponderán a las descritas en la siguiente sección. Para los gráficos de puntos XY (Esparcidos), los dos ejes son los ejes de valor. La sección Opciones de ejes permite fijar los siguientes parámetros: Valor mínimo - se usa para especificar el valor mínimo que se muestra en el comienzo del eje vertical. La opción Auto está seleccionada de manera predeterminada, en este caso el valor mínimo se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Corregido en la lista desplegable y especificar un valor diferente en el campo de la derecha. Valor máximo - se usa para especificar el valor máximo al final de eje vertical. La opción Auto está seleccionada de manera predeterminada, en este caso el valor máximo se calcula automáticamente en función del rango de datos seleccionado. Usted puede seleccionar la opción Corregido en la lista desplegable y especificar un valor diferente en el campo de la derecha. Intersección con eje - se usa para especificar un punto en el eje vertical donde el eje horizontal lo debe cruzar. La opción Auto está seleccionada de manera predeterminada, en este caso el valor de punto de intersección de ejes se calcula automáticamente en función del rango de datos seleccionado. Usted puede seleccionar la opción Valor en la lista desplegable y especificar un valor diferente en el campo a la derecha o fijar el Valor máximo/mínimo del punto de intersección de ejes en el eje vertical. Unidades de visualización - se usa para determinar una representación de valores numéricos a lo largo del eje vertical. Esta opción puede servirle si usted trabaja con números grandes y quiere que los valores en el eje se muestren de modo más compacto y legible (por ejemplo el número 50 000 puede ser escrito como 50 usando la unidad de visualización Miles). Seleccione unidades deseadas en la lista desplegable: Cientos, Miles, 10 000, 100 000, Millones, 10 000 000, 100 000 000, Billones, Trillones, o seleccione la opción Ninguno para volver a las unidades por defecto. Valores en orden inverso - se usa para mostrar valores en sentido contrario. Cuando la casilla está desactivada el valor mínimo está en la parte inferior y el valor máximo en la parte superior del eje. Cuando la casilla está activada, los valores se ordenan de la parte superior a la parte inferior. La sección Opciones de marca de verificación permite ajustar la apariencia de las marcas de verificación en el eje vertical. Las marcas de verificación principales son las divisiones más grandes a escala y que pueden tener etiquetas que muestran valores numéricos. Las marcas de verificación menores son las subdivisiones de escala colocadas entre las marcas de graduación principales y las que no tienen etiquetas. Las marcas de verificación también definen donde pueden mostrarse las líneas de cuadrículas, si la opción correspondiente está elegida en la pestaña Diseño. En las listas desplegables Tipo principal/menor usted puede seleccionar las opciones de disposición siguientes: Ninguno si no quiere que se muestren las marcas de verificación principales/menores, Intersección si quiere mostrar las marcas de graduación principales/menores en ambas partes del eje, En si quiere mostrar las marcas de verificación principales/menores dentro del eje, Fuera si quiere mostrar las marcas de verificación principales/menores fuera del eje. La sección Opciones de Etiqueta permite ajustar la apariencia de marcas de verificación principales que muestran valores. Para especificar la Posición de etiqueta con respecto al eje vertical, seleccione la opción necesaria de la lista desplegable: Ninguno si no quiere que se muestren etiquetas de las marcas de verificación, Bajo si quiere mostrar marcas de verificación a la izquierda del área del gráfico, Alto si quiere mostrar marcas de verificación a la derecha del área del gráfico, Al lado del eje si quiere mostrar marcas de verificación al lado del eje. La pestaña Eje horizontal le permite cambiar los parámetros del eje horizontal que también se llama el eje de categorías o el eje x que muestra etiquetas de texto. Note que el eje horizontal será el valor de eje que muestre valores numéricos para el Gráfico de barras por lo que en este caso, las opciones de la pestaña Eje horizontal corresponderán a las descritas en la sección anterior. Para los gráficos de puntos XY (Esparcidos), los dos ejes son los ejes de valor. La sección Opciones de Eje permite fijar los siguientes parámetros: Intersección con eje - se usa para especificar un punto en el eje horizontal donde el eje vertical lo debe cruzar. La opción Auto está seleccionada de manera predeterminada, en este caso el valor de punto de intersección de los ejes se calcula automáticamente en función del rango de datos seleccionado. Usted puede seleccionar la opción Valor en la lista desplegable y especificar un valor diferente en el campo a la derecha o fijar el Valor máximo/mínimo (que corresponde a la primera y última categoría) del punto de intersección de ejes en el eje horizontal. Posición de eje - se usa para especificar dónde se deben colocar las etiquetas de eje de texto: Marcas de verificación o Entre marcas de verificación. Valores en orden inverso - se usa para mostrar valores en sentido contrario. Cuando la casilla está desactivada, las categorías se muestran de izquierda a derecha. Cuando la casilla está activada, las categorías se ordenan de derecha a izquierda. La sección Opciones de Verificación permite ajustar la apariencia de marcas de verificación en la escala horizontal. Las marcas de verificación principales son las divisiones más grandes de escala que pueden tener etiquetas mostrando los valores de categorías. Las marcas de verificación menores son las subdivisiones más pequeñas las cuales se colocan entre las marcas de verificación principales y no tienen etiquetas. Las marcas de verificación también definen donde se pueden mostrar las líneas de cuadrículas, si la opción correspondiente se elige en la pestaña Diseño. Usted puede ajustar los siguientes parámetros de marcas de verificación: Tipo principal/menor - se usa para especificar las opciones de disposición siguientes: Ninguno si no quiere que se muestren marcas de verificación principales/menores, Intersección si quiere mostrar marcas de verificación principales/menores en ambas partes del eje, En si quiere mostrar las marcas de verificación principales/menores dentro del eje, Fuera si quiere mostrar las marcas de verificación principales/menores fuera del eje. Intervalo entre marcas - se usa para especificar el número de categorías que deben mostrarse entre dos marcas de verificación vecinas. La sección Opciones de etiqueta permite ajustar la apariencia de etiquetas que muestran categorías. Posición de etiqueta - se usa para especificar el lugar donde las etiquetas deben colocarse con respecto al eje horizontal. Seleccione la opción correspondiente en la lista desplegable: Ninguno si no quiere que se muestren las etiquetas de categorías, Bajo si quiere mostrar las etiquetas de categorías debajo del área del gráfico, Alto si quiere mostrar las etiquetas de categorías arriba del gráfico, Al lado de eje si quiere mostrar las etiquetas de categorías al lado de eje. Distancia entre eje y etiqueta - se usa para especificar la distancia entre el eje y una etiqueta. Usted puede especificar el valor necesario en el campo correspondiente. Cuanto más grande sea el valor que fije, mas será la distancia entre el eje y las etiquetas. Intervalo entre etiquetas - se usa para especificar con qué frecuencia deben colocarse las etiquetas. La opción Auto está seleccionada de manera predeterminada, en este caso las etiquetas se muestran para cada categoría. Usted puede seleccionar la opción Manualmente en la lista desplegable y especificar el valor necesario en el campo correspondiente a la derecha. Por ejemplo, introduzca 2 para mostrar etiquetas para otra categoría etc. La pestaña de Texto Alternativo permite especificar un Título y Descripción que se leerá a las personas con deficiencias de visión o cognitivas para ayudarles a entender mejor la información que hay en el gráfico. una vez añadido el gráfico usted también puede cambiar su tamaño y posición.Usted puede especificar la posición del gráfico en la diapositiva arrastrándolo vertical u horizontalmente. Editar elementos del gráfico Para editar el Título del gráfico, seleccione el texto predeterminado con el ratón y escriba el suyo propio en su lugar. Para cambiar el formato del tipo de letra de texto dentro de elementos, como el título del gráfico, títulos de ejes, leyendas, etiquetas de datos etc, seleccione los elementos del texto apropiados haciendo clic izquierdo en estos. Luego use los iconos en la pestaña de Inicio en la barra de herramientas superior para cambiar el tipo, estilo, tamano o color de la letra. Para borrar un elemento del gráfico, selecciónelo con el botón izquierdo del ratón y presione la tecla Delete en su teclado. También puede rotar gráficos 3D usando el ratón. Haz clic izquierdo en el área del gráfico y mantenga el botón del ratón presionado hasta que el trazo de un cuadro azul aparezca. Arrastre el cursos sin soltar el botón del ratón para cambiar la orientación del gráfico en 3D. Ajustes de gráficoSe puede cambiar el tamaño, tipo y estilo del gráfico y también sus datos usando la barra derecha lateral. Para activarla, haga clic en el gráfico y elija el icono Ajustes de gráfico a la derecha. La sección Tamaño le permite cambiar el ancho y/o altura del gráfico. Si el botón Proporciones constantes se mantiene apretado (en este caso estará así ), se cambiarán el ancho y altura preservando la relación original de aspecto de gráfico. La sección Cambiar tipo de gráfico le permite cambiar el tipo de gráfico seleccionado y/o su estilo usando el menú desplegable correspondiente. Para seleccionar el Estilo del gráfico correspondiente, use el segundo menú despegable en la sección Cambiar Tipo de Gráfico. El botón Editar datos le permite abrir la ventana Editor de gráfico y empezar a editar los datos como se descrito arriba. Nota: para abrir la ventana 'Editor de gráfico' de forma rápida, haga doble clic sobre la diapositiva. Una vez seleccionado el gráfico, el icono Ajustes de forma también está disponible a la derecha, porque la forma se usa como fondo para el gráfico. Usted puede hacer clic en este icono para abrir la pestaña Ajustes de forma en la barra lateral derecha y ajustar el Relleno y Trazo de la forma. Note por favor, que usted no puede cambiar el tipo de forma. Para borrar el gráfico insertado, haga clic en este y pulse la tecla Borrar en el teclado. Para descubrir como alinear un gráfico en la diapositiva u organizar varios objetos, consulte la sección Alinee y organice objetos en una diapositiva." + "body": "Inserte un gráfico Para insertar un gráfico en su presentación, coloque el cursor en el lugar donde usted quiere insertar un gráfico, cambie a al pestaña Insertar en la barra de herramientas superior, pulse el icono Gráfico en la barra de herramientas superior, Seleccione el tipo de gráfico que necesita de los disponibles - Columnas, Líneas, Circular, Barras, Área, Puntos XY (disperso), Cotizaciones.Nota: para los gráficos de Columnas, Líneas, Circular o Barras, también está disponible un formato 3D. después, la ventana Editor de gráfico aparecerá, y usted podrá introducir los datos necesarios en las celdas usando los siguientes controles: y para copiar y pegar los datos copiados y para deshacer o rehacer acciones para insertar una función y para disminuir o aumentar decimales para cambiar el formato del número, es decir, la manera en que los números introducidos se muestran en las celdas cambie los ajustes de gráfico pulsando el botón Editar gráfico situado en la ventana Editor de gráfico. Se abrirá la ventana Gráfico - Ajustes avanzados. La pestaña Tipo y Datos le permite seleccionar el tipo de gráfico, así como los datos que quiere usar para crear un gráfico. Seleccione el Tipo de gráfico que quiere insertar: Columna, Línea, Circular, Área, Puntos XY (disperso), Cotizaciones. Compruebe el Rango de datos y modifíquelo, si es necesario, pulsando el botón Selección de datos e introduciendo el rango de datos deseado en el formato siguiente: Sheet1!A1:B4. Elija el modo de organizar los datos. Usted puede seleccionar Serie de datos para el eje X: en filas o en columnas. La pestaña Diseño le permite cambiar el diseño de elementos del gráfico. Especifique la posición del Título de gráfico respecto a su gráfico seleccionando la opción necesaria de la lista desplegable: Ninguno para no mostrar el título del gráfico, Superposición para superponer y centrar un título en el área de trazado del gráfico, Sin superposición para mostrar el título en la parte superior del área de trazado del gráfico. Especifique la posición de la Leyenda con respecto a su gráfico seleccionando la opción necesaria de la lista desplegable: Ninguno para no mostrar la leyenda, Inferior para mostrar la leyenda y que esta se alinee en la parte inferior del área de trazado del gráfico, Superior para mostrar la leyenda y que esta se alinee en la parte superior del área de trazado del gráfico, Derecho para mostrar la leyenda y que esta se alinee en la parte derecha del área de trazado del gráfico, Izquierdo para mostrar la la leyenda y que esta se alinee en la parte izquierda del área de trazado del gráfico, Superposición a la izquierda para superponer y centrar la leyenda a la parte izquierda del área de trazado del gráfico, Superposición a la derecha para superponer y centrar la leyenda en la parte derecha del área de trazado del gráfico. Especifique los parámetros de las Etiquetas de Datos (por ejemplo, las etiquetas de datos que representan los valores exactos de los puntos de datos): Especifique la posición relativa de las Etiquetas de Datos en relación a los puntos de datos seleccionando la opción necesaria del menú despegable. Las opciones disponibles varían dependiendo del tipo de gráfico seleccionado. Para los gráfico Columnas/Barras, usted puede elegir las opciones siguientes: Ninguno, Centrado, Interior Inferior, Interior Superior, Exterior Superior. Para los gráficos Línea/ Puntos XY (Esparcido)/Cotizaciones, puede seleccionar las siguientes opciones: Ninguno, Centrado, Izquierda, Derecha, Superior, Inferior. Para los gráficos Circulares, puede elegir las siguientes opciones: Ninguno, Centrado, Ajustar al ancho, Interior Superior, Exterior Superior. Para los gráfico Área, así como los gráficos 3D Columnas, Líneas y Barras, puede elegir las siguientes opciones: Ninguno, Centrado. seleccione los datos que usted quiere añadir a sus etiquetas marcando las casillas correspondientes: Nombre de serie, Nombre de categoría, Valor, Introduzca in carácter (coma, punto y coma etc.) que quiera usar para separar varias etiquetas en el campo de entrada Separador de Etiquetas de Datos. Líneas - se usa para elegir un estilo de línea para gráficos de Línea/Punto XY (Esparcido). Usted puede seleccionar una de las siguientes opciones: Recto para usar líneas rectas entre puntos de datos, Uniforme para usar curvas uniformes entre puntos de datos, o Nada para no mostrar líneas. Marcadores - se usa para especificar si los marcadores se deben mostrar (si la casilla se verifica) o no (si la casilla no se verifica) para gráficos de Línea/Puntos XY (Esparcidos).Nota: las opciones de Líneas y Marcadores solo están disponibles para gráficos de líneas y Puntos XY (Esparcidos). La sección de Ajustes del eje permite especificar si desea mostrar Ejes Horizontales/Verticales o no, seleccionando la opción Mostrar o Esconder de la lista despegable. También puede especificar los parámetros Título de Ejes Horizontal/Vertical: Especifique si quiere mostrar o no el Título de eje horizontal seleccionando la opción correspondiente en la lista desplegable: Ninguno para no mostrar el título del eje horizontal, Sin superposición para no mostrar el título debajo del eje horizontal. Especifique la orientación del Título de eje vertical seleccionando la opción correspondiente en la lista desplegable: Ninguno para no mostrar el título del eje vertical, Girado para que el título se muestre de arriba hacia abajo a la izquierda del eje vertical, Horizontal -para mostrar el título horizontal a la izquierda del eje vertical. La sección Cuadrícula le permite especificar cuales de las Cuadrículas Horizontales/verticales quiere mostrar seleccionando la opción correspondiente de la lista despegable: Principal, Menor, o Principal y menor. También, puede ocultar las líneas de las cuadrículas usando la opción Ninguno.Nota: las secciones Ajustes de Ejes y Líneas de cuadrícula estarán desactivadas para Gráficos circulares ya que estos gráficos no tienen ejes ni líneas de cuadrículas. Nota: las pestañas Eje vertical/horizontal estarán desactivadas para Gráficos circulares porque los gráficos de este tipo no tienen ejes. La pestaña Eje vertical le permite cambiar los parámetros del eje vertical que también se llama eje de valor o eje y que muestra los valores numéricos. Tenga en cuenta, por favor, que para los Gráficos de barras el eje vertical será el eje de categoría que muestra etiquetas de texto, por lo que en este caso, las opciones de la pestaña Eje vertical corresponderán a las descritas en la siguiente sección. Para los gráficos de puntos XY (Esparcidos), los dos ejes son los ejes de valor. La sección Opciones de ejes permite fijar los siguientes parámetros: Valor mínimo - se usa para especificar el valor mínimo que se muestra en el comienzo del eje vertical. La opción Auto está seleccionada de manera predeterminada, en este caso el valor mínimo se calcula automáticamente en función del rango de celdas seleccionado. Usted puede seleccionar la opción Corregido en la lista desplegable y especificar un valor diferente en el campo de la derecha. Valor máximo - se usa para especificar el valor máximo al final de eje vertical. La opción Auto está seleccionada de manera predeterminada, en este caso el valor máximo se calcula automáticamente en función del rango de datos seleccionado. Usted puede seleccionar la opción Corregido en la lista desplegable y especificar un valor diferente en el campo de la derecha. Intersección con eje - se usa para especificar un punto en el eje vertical donde el eje horizontal lo debe cruzar. La opción Auto está seleccionada de manera predeterminada, en este caso el valor de punto de intersección de ejes se calcula automáticamente en función del rango de datos seleccionado. Usted puede seleccionar la opción Valor en la lista desplegable y especificar un valor diferente en el campo a la derecha o fijar el Valor máximo/mínimo del punto de intersección de ejes en el eje vertical. Unidades de visualización - se usa para determinar una representación de valores numéricos a lo largo del eje vertical. Esta opción puede servirle si usted trabaja con números grandes y quiere que los valores en el eje se muestren de modo más compacto y legible (por ejemplo el número 50 000 puede ser escrito como 50 usando la unidad de visualización Miles). Seleccione unidades deseadas en la lista desplegable: Cientos, Miles, 10 000, 100 000, Millones, 10 000 000, 100 000 000, Billones, Trillones, o seleccione la opción Ninguno para volver a las unidades por defecto. Valores en orden inverso - se usa para mostrar valores en sentido contrario. Cuando la casilla está desactivada el valor mínimo está en la parte inferior y el valor máximo en la parte superior del eje. Cuando la casilla está activada, los valores se ordenan de la parte superior a la parte inferior. La sección Opciones de marca de verificación permite ajustar la apariencia de las marcas de verificación en el eje vertical. Las marcas de verificación principales son las divisiones más grandes a escala y que pueden tener etiquetas que muestran valores numéricos. Las marcas de verificación menores son las subdivisiones de escala colocadas entre las marcas de graduación principales y las que no tienen etiquetas. Las marcas de verificación también definen donde pueden mostrarse las líneas de cuadrículas, si la opción correspondiente está elegida en la pestaña Diseño. En las listas desplegables Tipo principal/menor usted puede seleccionar las opciones de disposición siguientes: Ninguno si no quiere que se muestren las marcas de verificación principales/menores, Intersección si quiere mostrar las marcas de graduación principales/menores en ambas partes del eje, En si quiere mostrar las marcas de verificación principales/menores dentro del eje, Fuera si quiere mostrar las marcas de verificación principales/menores fuera del eje. La sección Opciones de Etiqueta permite ajustar la apariencia de marcas de verificación principales que muestran valores. Para especificar la Posición de etiqueta con respecto al eje vertical, seleccione la opción necesaria de la lista desplegable: Ninguno si no quiere que se muestren etiquetas de las marcas de verificación, Bajo si quiere mostrar marcas de verificación a la izquierda del área del gráfico, Alto si quiere mostrar marcas de verificación a la derecha del área del gráfico, Al lado del eje si quiere mostrar marcas de verificación al lado del eje. La pestaña Eje horizontal le permite cambiar los parámetros del eje horizontal que también se llama el eje de categorías o el eje x que muestra etiquetas de texto. Note que el eje horizontal será el valor de eje que muestre valores numéricos para el Gráfico de barras por lo que en este caso, las opciones de la pestaña Eje horizontal corresponderán a las descritas en la sección anterior. Para los gráficos de puntos XY (Esparcidos), los dos ejes son los ejes de valor. La sección Opciones de Eje permite fijar los siguientes parámetros: Intersección con eje - se usa para especificar un punto en el eje horizontal donde el eje vertical lo debe cruzar. La opción Auto está seleccionada de manera predeterminada, en este caso el valor de punto de intersección de los ejes se calcula automáticamente en función del rango de datos seleccionado. Usted puede seleccionar la opción Valor en la lista desplegable y especificar un valor diferente en el campo a la derecha o fijar el Valor máximo/mínimo (que corresponde a la primera y última categoría) del punto de intersección de ejes en el eje horizontal. Posición de eje - se usa para especificar dónde se deben colocar las etiquetas de eje de texto: Marcas de verificación o Entre marcas de verificación. Valores en orden inverso - se usa para mostrar valores en sentido contrario. Cuando la casilla está desactivada, las categorías se muestran de izquierda a derecha. Cuando la casilla está activada, las categorías se ordenan de derecha a izquierda. La sección Opciones de Verificación permite ajustar la apariencia de marcas de verificación en la escala horizontal. Las marcas de verificación principales son las divisiones más grandes de escala que pueden tener etiquetas mostrando los valores de categorías. Las marcas de verificación menores son las subdivisiones más pequeñas las cuales se colocan entre las marcas de verificación principales y no tienen etiquetas. Las marcas de verificación también definen donde se pueden mostrar las líneas de cuadrículas, si la opción correspondiente se elige en la pestaña Diseño. Usted puede ajustar los siguientes parámetros de marcas de verificación: Tipo principal/menor - se usa para especificar las opciones de disposición siguientes: Ninguno si no quiere que se muestren marcas de verificación principales/menores, Intersección si quiere mostrar marcas de verificación principales/menores en ambas partes del eje, En si quiere mostrar las marcas de verificación principales/menores dentro del eje, Fuera si quiere mostrar las marcas de verificación principales/menores fuera del eje. Intervalo entre marcas - se usa para especificar el número de categorías que deben mostrarse entre dos marcas de verificación vecinas. La sección Opciones de etiqueta permite ajustar la apariencia de etiquetas que muestran categorías. Posición de etiqueta - se usa para especificar el lugar donde las etiquetas deben colocarse con respecto al eje horizontal. Seleccione la opción correspondiente en la lista desplegable: Ninguno si no quiere que se muestren las etiquetas de categorías, Bajo si quiere mostrar las etiquetas de categorías debajo del área del gráfico, Alto si quiere mostrar las etiquetas de categorías arriba del gráfico, Al lado de eje si quiere mostrar las etiquetas de categorías al lado de eje. Distancia entre eje y etiqueta - se usa para especificar la distancia entre el eje y una etiqueta. Usted puede especificar el valor necesario en el campo correspondiente. Cuanto más grande sea el valor que fije, mas será la distancia entre el eje y las etiquetas. Intervalo entre etiquetas - se usa para especificar con qué frecuencia deben colocarse las etiquetas. La opción Auto está seleccionada de manera predeterminada, en este caso las etiquetas se muestran para cada categoría. Usted puede seleccionar la opción Manualmente en la lista desplegable y especificar el valor necesario en el campo correspondiente a la derecha. Por ejemplo, introduzca 2 para mostrar etiquetas para otra categoría etc. La pestaña de Texto Alternativo permite especificar un Título y Descripción que se leerá a las personas con deficiencias de visión o cognitivas para ayudarles a entender mejor la información que hay en el gráfico. una vez añadido el gráfico usted también puede cambiar su tamaño y posición.Usted puede especificar la posición del gráfico en la diapositiva arrastrándolo vertical u horizontalmente. Editar elementos del gráfico Para editar el Título del gráfico, seleccione el texto predeterminado con el ratón y escriba el suyo propio en su lugar. Para cambiar el formato del tipo de letra de texto dentro de elementos, como el título del gráfico, títulos de ejes, leyendas, etiquetas de datos etc, seleccione los elementos del texto apropiados haciendo clic izquierdo en estos. Luego use los iconos en la pestaña de Inicio en la barra de herramientas superior para cambiar el tipo, estilo, tamano o color de la letra. Para borrar un elemento del gráfico, selecciónelo con el botón izquierdo del ratón y presione la tecla Delete en su teclado. También puede rotar gráficos 3D usando el ratón. Haz clic izquierdo en el área del gráfico y mantenga el botón del ratón presionado hasta que el trazo de un cuadro azul aparezca. Arrastre el cursos sin soltar el botón del ratón para cambiar la orientación del gráfico en 3D. Ajustes de gráficoSe puede cambiar el tamaño, tipo y estilo del gráfico y también sus datos usando la barra derecha lateral. Para activarla, haga clic en el gráfico y elija el icono Ajustes de gráfico a la derecha. La sección Tamaño le permite cambiar el ancho y/o altura del gráfico. Si el botón Proporciones constantes se mantiene apretado (en este caso estará así ), se cambiarán el ancho y altura preservando la relación original de aspecto de gráfico. La sección Cambiar tipo de gráfico le permite cambiar el tipo de gráfico seleccionado y/o su estilo usando el menú desplegable correspondiente. Para seleccionar el Estilo del gráfico correspondiente, use el segundo menú despegable en la sección Cambiar Tipo de Gráfico. El botón Editar datos le permite abrir la ventana Editor de gráfico y empezar a editar los datos como se descrito arriba. Nota: para abrir la ventana 'Editor de gráfico' de forma rápida, haga doble clic sobre la diapositiva. Una vez seleccionado el gráfico, el icono Ajustes de forma también está disponible a la derecha, porque la forma se usa como fondo para el gráfico. Usted puede hacer clic en este icono para abrir la pestaña Ajustes de forma en la barra lateral derecha y ajustar el Relleno y Trazo de la forma. Note por favor, que usted no puede cambiar el tipo de forma. Para borrar el gráfico insertado, haga clic en este y pulse la tecla Borrar en el teclado. Para descubrir como alinear un gráfico en la diapositiva u organizar varios objetos, consulte la sección Alinee y organice objetos en una diapositiva." }, { "id": "UsageInstructions/InsertEquation.htm", "title": "Inserte ecuación", - "body": "El Editor de Presentación le permite construir ecuaciones usando las plantillas incorporadas, editarlas, insertar caracteres especiales (incluyendo operadores matemáticos, letras griegas, acentos, etc.). Añadir ecuación nueva Para añadir una ecuación de la galería, cambie a la pestaña Insertar en la barra de herramientas superior, pulse la flecha al lado del icono Ecuación en la barra de herramientas superior, seleccione una categoría de ecuación en la lista desplegable. Aquí están las categorías disponibles: Símbolos, Fracciones, Scripts, Radicales, Integrales, Operadores grandes, Paréntesis, Funciones, Acentos, Límites y logaritmos, Operadores, Matrices, haga clic sobre un símbolo/ecuación en concreto en el conjunto correspondiente de plantillas. La casilla de símbolo/ecuación seleccionada se insertará en el centro de la diapositiva actual.Si no ve el borde del cuadro de la ecuación, haga clic en cualquier lugar dentro de la ecuación - el borde se mostrará con una línea discontinua. El cuadro de la ecuación se puede mover, cambiar de tamaño o rotar en la diapositiva de forma libre. Para realizar esto, haga clic en el borde del cuadro de la ecuación (se mostrará con una línea sólida) y use las manivelas correspondientes.Cada plantilla de ecuación representa un conjunto de espacios. El espacio es la posición para cada elemento que constituye la ecuación. Un espacio libre (también llamado marcador) tiene un borde punteado . Necesita rellenar todos los marcadores especificando sus valores necesarios. Introduzca valores Los puntos de inserción especifican dónde aparecerá el carácter siguiente que añada. Para posicionar el punto de inserción de forma precisa, haga clic dentro del marcador y use las flechas del teclado para mover el punto de inserción un carácter a la izquierda/derecha.Una vez que el punto de inserción está posicionado, puede rellenar el marcador: introduzca el valor numérico/literal deseado usando el teclado, Introduzca un carácter especial usando la paleta Símbolos del menú Ecuación en la pestaña Insertar en la barra de herramientas superior, añada otra plantilla de ecuación de la paleta de para crear una ecuación compleja anidada. El tamaño de la ecuacin principal se ajustará de manera automática para ajustarse al contenido. El tamaño de los elementos de la ecuación anidada depende del tamaño del marcador de la ecuación principal, pero no puede ser más pequeño que el tamaño del sub-subíndice. Para añadir nuevos elementos de ecuación también puede usar las opciones del menú contextual: Para añadir un argumento nuevo que va antes o después del que existe entre Corchetes, puede hacer clic derecho en el argumento existente y seleccionar la opción Insertar argumento antes/después del menú. Para añadir una ecuación nueva dentro de Casos con varias condiciones del grupo de Corchetes, puede hacer clic derecho en un marcador vacío o introducir una ecuación dentro de este y seleccionar la opción Inserte ecuación antes/después del menú. Para añadir una nueva columna o fila en una Matriz, puede hacer clic derecho dentro de un marcador, seleccionar la opción Insertar del menú, luego seleccionar Fila Encima/Debajo o Columna Izquierda/Derecha. Nota: actualmente, las ecuaciones no se pueden insertar con formato linear, es decir, \\sqrt(4&x^3). Cuando introduzca los valores de las expresiones matemáticas, no necesita usar la Barra Espaciadora ya que los espacios entre los caracteres y símbolos de operaciones se establecen de forma automática. Si la ecuación es muy larga y no cabe en una sola línea dentro del cuadro de texto, un salto de línea ocurrirá de manera automática a la vez que escribe. También puede insertar un salto de línea en una posición específica si hace clic derecho en un operador matemático y selecciona la opción Insertar salto manual del menú. El operador seleccionado empezará una nueva línea. Para eliminar el salto de línea añadido manualmente, haga clic derecho en el operador matemático que empieza una nueva línea y seleccione la opción Eliminar salto manual. Formatear ecuaciones De forma predeterminada, la ecuación dentro del cuadro de texto se centra de manera horizontal y se alinea de manera vertical a la parte superior del cuadro de texto. Para cambiar su alineación horizontal/vertical, ponga el cursor dentro del cuadro de la ecuación (los bordes del cuadro de texto se mostrarán con líneas discontinuas) y use los iconos correspondientes en la pestaña de Inicio en la barra de herramientas superior. Para aumentar o disminuir el tamaño de letra de la ecuación, haga clic en cualquier parte dentro del cuadro de la ecuación y seleccione el tamaño de letra necesario de la lista en la pestaña de Inicio en la barra de herramientas superior. Todos los elementos de la ecuación cambiarán de forma respectiva. Las letras dentro de la ecuación se ponen en cursiva de manera predeterminada. Si es necesario, puede cambiar el estilo de letra (negrita, cursiva, tachada) o color de una ecuación entera o de alguna de sus partes. El estilo subrayado se puede usar solo para toda la ecuación, no para caracteres individuales. Seleccione las partes necesarias de la ecuación haciendo clic y arrastrando. La parte seleccionada se resaltará en azul. Luego use los botones necesarios en la pestaña de Inicio en la barra de herramientas superior para formatear la selección. Por ejemplo, puede eliminar el formato cursiva para palabras ordinarias que no son variables o constantes.Para modificar algunos elementos de la ecuación, también puede usar las opciones del menú contextual: Para cambiar el formato de Fracciones, puede hacer clic derecho en una fracción y seleccionar la opción Cambiar a fracción desigual/linear/apilada del menú (las opciones disponibles varían dependiendo del tipo de fracción seleccionada). Para cambiar la posición de los Scripts relacionados con el texto, haga clic derecho en la ecuación que incluye scripts y seleccione la opción Scripts antes/después del texto del menú. Para cambiar el tamaño del argumento de Scripts, Radicales, Integrales, Operadores Grandes, Límites y Logaritmos, Operadores, así como de llaves superiores/llaves inferiores y plantillas con caracteres agrupados del grupo Acentos, puede hacer clic derecho en el argumento que quiere cambiar y seleccionar la opción Aumentar/Disminuir tamaño del argumento del menú. Para especificar si un marcador de grado vacío debe mostrarse o no para un Radical, puede hacer clic derecho en el radical y seleccionar la opción Ocultar/Mostrar grado del menú. Para especificar si un marcador de límite vacío debe mostrarse o no para un Integral u Operador Grande, puede hacer clic derecho en la ecuación y seleccionar la opción Ocultar/Mostrar límite superior/inferior del menú. Para cambiar la posición de los límites en relación con la señal integral o de operación para Integrales u Operadores Grandes, puede hacer clic derecho en la ecuación y seleccionar la opción Cambiar posición de límites del menú. Los límites pueden mostrarse a la derecha del símbolo del operador (como super-índices o sub-índices) o directamente encima y debajo del símbolo del operador. Para cambiar los límites de la posición en relación al texto para Límites y Logaritmos y plantillas con caracteres agrupados del grupo Acentos, puede hacer clic derecho en la ecuación y seleccionar la opción Límite por encima/por debajo del texto del menú. Para cambiar cuales de los Corchetes debe mostrarse, puede hacer clic derecho en la expresión de dentro y seleccionar la opción Mostrar/Ocultar corchete abierto/cerrado del menú. Para controlar el tamaño de los Corchetes, puede hacer clic derecho en la expresión de dentro. La opción de Expandir corchetes se selecciona de manera predeterminada para que los corchetes puedan crecer de acuerdo a la expresión dentro de esta, pero usted puede anular esta opción para prevenir que los corchetes se expandan. Cuando esta opción está activada, usted también puede usar la opción Igualar corchetes a la altura del argumento. Para cambiar la posición de los caracteres en relación al texto para corchetes superiores/corchetes inferiores o barras superiores/barras inferiores del grupo Acentos, puede hacer clic derecho en la plantilla y seleccionar la opción Gráfico/Barra por encima/por debajo del texto del menú. Para elegir qué bordes deben mostrarse para una Fórmula en caja del grupo de Acentos, puede hacer clic derecho en la ecuación y seleccionar la opción Propiedades de borde del menú, luego seleccione Ocultar/Mostrar borde superior/inferior/izquierdo/derecho o Añadir/Ocultar línea horizontal/vertical/diagonal. Para especificar si un marcador vacío debe mostrarse o no para una Matriz, puede hacer clic derecho en este y seleccionar la opción Ocultar/Mostrar marcador del menú. Para alinear algunos elementos de la ecuación, también puede usar las opciones del menú contextual: Para alinear ecuaciones dentro de Casos con varias condiciones del grupo de Corchetes, puede hacer clic derecho en una ecuación, seleccionar la opción Alineamiento del menú, luego seleccionar el tipo de alineamiento: Superior, Centro o Inferior. Para alinear una Matriz verticalmente, puede hacer clic derecho en la matriz, seleccionar la opción de Alineamiento de Matriz del menú, luego seleccionar el tipo de alineamiento: Superior, Centro o Inferior. Para alinear elementos dentro de una columna de Matriz horizontalmente, puede hacer clic derecho en un marcador dentro de la columna, seleccionar la opción de Alineamiento de Columna del menú, y luego seleccionar el tipo de alineamiento: Izquierdo , Centro o Derecho . Elimine elementos de ecuación Para eliminar un parte de la ecuación, seleccione la parte que quiere eliminar arrastrando el ratón o manteniendo la tecla Shift y usando los botones de flechas, luego presiona la tecla Eliminar en el teclado. Un hueco solo se puede eliminar junto con la plantilla a la que pertenece. Para eliminar la ecuación por completo, haga clic en el borde del cuadro de la ecuación (se mostrará como una línea sólida) y presione la tecla Eliminar del teclado.Para eliminar algunos elementos de la ecuación, también puede usar las opciones del menú contextual: Para eliminar un Radical, puede hacer clic derecho en este y seleccionar la opción Eliminar radical del menú. Para eliminar un Sub-índice y/o Super-índice, puede hacer clic derecho en la expresión que lo contiene y seleccionar la opción de Eliminar su-índice/super-índice del menú. Si la expresión contiene scripts que van antes que el texto, la opción de Eliminar scripts está disponible. Para eliminar Corchetes, puede hacer clic derecho en la expresión dentro de esta y luego seleccionar la opción Eliminar caracteres adjuntos o Eliminar caracteres y separadores adjuntos del menú. Si la expresión de dentro de los Corchetes incluye más de un argumento, puede hacer clic derecho en el argumento que quiere eliminar y seleccionar la opción Eliminar argumento del menú. Si los Corchetes incluyen más de una ecuación (es decir Casos con varias condiciones), puede hacer clic derecho en la ecuación que quiere eliminar y seleccionar la opción Eliminar ecuación del menú. Para eliminar un Límite, puede hacer clic derecho en este y seleccionar la opción Eliminar radical del menú. Para eliminar un Acento, puede hacer clic derecho en este y seleccionar la opción Eliminar carácter de acento, Eliminar gráfico o Eliminar barra del menú (las opciones disponibles difieren del acento seleccionado). Para eliminar una fila o columna de una Matriz, puede hacer clic derecho en el marcador dentro de la fila/columna que necesita eliminar, seleccionar la opción Eliminar del menú, y luego seleccionar Eliminar Fila/Columna." + "body": "El Editor de Presentación le permite construir ecuaciones usando las plantillas incorporadas, editarlas, insertar caracteres especiales (incluyendo operadores matemáticos, letras griegas, acentos, etc.). Añadir ecuación nueva Para añadir una ecuación de la galería, cambie a la pestaña Insertar en la barra de herramientas superior, pulse la flecha al lado del icono Ecuación en la barra de herramientas superior, seleccione una categoría de ecuación en la lista desplegable. Aquí están las categorías disponibles: Símbolos, Fracciones, Scripts, Radicales, Integrales, Operadores grandes, Paréntesis, Funciones, Acentos, Límites y logaritmos, Operadores, Matrices, haga clic sobre un símbolo/ecuación en concreto en el conjunto correspondiente de plantillas. La casilla de símbolo/ecuación seleccionada se insertará en el centro de la diapositiva actual.Si no ve el borde del cuadro de la ecuación, haga clic en cualquier lugar dentro de la ecuación - el borde se mostrará con una línea discontinua. El cuadro de la ecuación se puede mover, cambiar de tamaño o rotar en la diapositiva de forma libre. Para realizar esto, haga clic en el borde del cuadro de la ecuación (se mostrará con una línea sólida) y use las manivelas correspondientes.Cada plantilla de ecuación representa un conjunto de espacios. El espacio es la posición para cada elemento que constituye la ecuación. Un espacio libre (también llamado marcador) tiene un borde punteado . Necesita rellenar todos los marcadores especificando sus valores necesarios. Introduzca valores Los puntos de inserción especifican dónde aparecerá el carácter siguiente que añada. Para posicionar el punto de inserción de forma precisa, haga clic dentro del marcador y use las flechas del teclado para mover el punto de inserción un carácter a la izquierda/derecha.Una vez que el punto de inserción está posicionado, puede rellenar el marcador: introduzca el valor numérico/literal deseado usando el teclado, Introduzca un carácter especial usando la paleta Símbolos del menú Ecuación en la pestaña Insertar en la barra de herramientas superior, añada otra plantilla de ecuación de la paleta de para crear una ecuación compleja anidada. El tamaño de la ecuacin principal se ajustará de manera automática para ajustarse al contenido. El tamaño de los elementos de la ecuación anidada depende del tamaño del marcador de la ecuación principal, pero no puede ser más pequeño que el tamaño del sub-subíndice. Para añadir nuevos elementos de ecuación también puede usar las opciones del menú contextual: Para añadir un argumento nuevo que va antes o después del que existe entre Corchetes, puede hacer clic derecho en el argumento existente y seleccionar la opción Insertar argumento antes/después del menú. Para añadir una ecuación nueva dentro de Casos con varias condiciones del grupo de Corchetes, puede hacer clic derecho en un marcador vacío o introducir una ecuación dentro de este y seleccionar la opción Inserte ecuación antes/después del menú. Para añadir una nueva columna o fila en una Matriz, puede hacer clic derecho dentro de un marcador, seleccionar la opción Insertar del menú, luego seleccionar Fila Encima/Debajo o Columna Izquierda/Derecha. Nota: actualmente, las ecuaciones no se pueden insertar con formato linear, es decir, \\sqrt(4&x^3). Cuando introduzca los valores de las expresiones matemáticas, no necesita usar la Barra Espaciadora ya que los espacios entre los caracteres y símbolos de operaciones se establecen de forma automática. Si la ecuación es muy larga y no cabe en una sola línea dentro del cuadro de texto, un salto de línea ocurrirá de manera automática a la vez que escribe. También puede insertar un salto de línea en una posición específica si hace clic derecho en un operador matemático y selecciona la opción Insertar salto manual del menú. El operador seleccionado empezará una nueva línea. Para eliminar el salto de línea añadido manualmente, haga clic derecho en el operador matemático que empieza una nueva línea y seleccione la opción Eliminar salto manual. Formatear ecuaciones De forma predeterminada, la ecuación dentro del cuadro de texto se centra de manera horizontal y se alinea de manera vertical a la parte superior del cuadro de texto. Para cambiar su alineación horizontal/vertical, ponga el cursor dentro del cuadro de la ecuación (los bordes del cuadro de texto se mostrarán con líneas discontinuas) y use los iconos correspondientes en la pestaña de Inicio en la barra de herramientas superior. Para aumentar o disminuir el tamaño de letra de la ecuación, haga clic en cualquier parte dentro del cuadro de la ecuación y seleccione el tamaño de letra necesario de la lista en la pestaña de Inicio en la barra de herramientas superior. Todos los elementos de la ecuación cambiarán de forma respectiva. Las letras dentro de la ecuación se ponen en cursiva de manera predeterminada. Si es necesario, puede cambiar el estilo de letra (negrita, cursiva, tachada) o color de una ecuación entera o de alguna de sus partes. El estilo subrayado se puede usar solo para toda la ecuación, no para caracteres individuales. Seleccione las partes necesarias de la ecuación haciendo clic y arrastrando. La parte seleccionada se resaltará en azul. Luego use los botones necesarios en la pestaña de Inicio en la barra de herramientas superior para formatear la selección. Por ejemplo, puede eliminar el formato cursiva para palabras ordinarias que no son variables o constantes.Para modificar algunos elementos de la ecuación, también puede usar las opciones del menú contextual: Para cambiar el formato de Fracciones, puede hacer clic derecho en una fracción y seleccionar la opción Cambiar a fracción desigual/linear/apilada del menú (las opciones disponibles varían dependiendo del tipo de fracción seleccionada). Para cambiar la posición de los Scripts relacionados con el texto, haga clic derecho en la ecuación que incluye scripts y seleccione la opción Scripts antes/después del texto del menú. Para cambiar el tamaño del argumento de Scripts, Radicales, Integrales, Operadores Grandes, Límites y Logaritmos, Operadores, así como de llaves superiores/llaves inferiores y plantillas con caracteres agrupados del grupo Acentos, puede hacer clic derecho en el argumento que quiere cambiar y seleccionar la opción Aumentar/Disminuir tamaño del argumento del menú. Para especificar si un marcador de grado vacío debe mostrarse o no para un Radical, puede hacer clic derecho en el radical y seleccionar la opción Ocultar/Mostrar grado del menú. Para especificar si un marcador de límite vacío debe mostrarse o no para un Integral u Operador Grande, puede hacer clic derecho en la ecuación y seleccionar la opción Ocultar/Mostrar límite superior/inferior del menú. Para cambiar la posición de los límites en relación con la señal integral o de operación para Integrales u Operadores Grandes, puede hacer clic derecho en la ecuación y seleccionar la opción Cambiar posición de límites del menú. Los límites pueden mostrarse a la derecha del símbolo del operador (como super-índices o sub-índices) o directamente encima y debajo del símbolo del operador. Para cambiar los límites de la posición en relación al texto para Límites y Logaritmos y plantillas con caracteres agrupados del grupo Acentos, puede hacer clic derecho en la ecuación y seleccionar la opción Límite por encima/por debajo del texto del menú. Para cambiar cuales de los Corchetes debe mostrarse, puede hacer clic derecho en la expresión de dentro y seleccionar la opción Mostrar/Ocultar corchete abierto/cerrado del menú. Para controlar el tamaño de los Corchetes, puede hacer clic derecho en la expresión de dentro. La opción de Expandir corchetes se selecciona de manera predeterminada para que los corchetes puedan crecer de acuerdo a la expresión dentro de esta, pero usted puede anular esta opción para prevenir que los corchetes se expandan. Cuando esta opción está activada, usted también puede usar la opción Igualar corchetes a la altura del argumento. Para cambiar la posición de los caracteres en relación al texto para corchetes superiores/corchetes inferiores o barras superiores/barras inferiores del grupo Acentos, puede hacer clic derecho en la plantilla y seleccionar la opción Gráfico/Barra por encima/por debajo del texto del menú. Para elegir qué bordes deben mostrarse para una Fórmula en caja del grupo de Acentos, puede hacer clic derecho en la ecuación y seleccionar la opción Propiedades de borde del menú, luego seleccione Ocultar/Mostrar borde superior/inferior/izquierdo/derecho o Añadir/Ocultar línea horizontal/vertical/diagonal. Para especificar si un marcador vacío debe mostrarse o no para una Matriz, puede hacer clic derecho en este y seleccionar la opción Ocultar/Mostrar marcador del menú. Para alinear algunos elementos de la ecuación, también puede usar las opciones del menú contextual: Para alinear ecuaciones dentro de Casos con varias condiciones del grupo de Corchetes, puede hacer clic derecho en una ecuación, seleccionar la opción Alineamiento del menú, luego seleccionar el tipo de alineamiento: Superior, Centro o Inferior. Para alinear una Matriz verticalmente, puede hacer clic derecho en la matriz, seleccionar la opción de Alineamiento de Matriz del menú, luego seleccionar el tipo de alineamiento: Superior, Centro o Inferior. Para alinear elementos dentro de una columna de Matriz horizontalmente, puede hacer clic derecho en un marcador dentro de la columna, seleccionar la opción de Alineamiento de Columna del menú, y luego seleccionar el tipo de alineamiento: Izquierdo , Centro o Derecho . Elimine elementos de ecuación Para eliminar un parte de la ecuación, seleccione la parte que quiere eliminar arrastrando el ratón o manteniendo la tecla Shift y usando los botones de flechas, luego presiona la tecla Eliminar en el teclado. Un hueco solo se puede eliminar junto con la plantilla a la que pertenece. Para eliminar la ecuación por completo, haga clic en el borde del cuadro de la ecuación (se mostrará como una línea sólida) y presione la tecla Eliminar del teclado.Para eliminar algunos elementos de la ecuación, también puede usar las opciones del menú contextual: Para eliminar un Radical, puede hacer clic derecho en este y seleccionar la opción Eliminar radical del menú. Para eliminar un Sub-índice y/o Super-índice, puede hacer clic derecho en la expresión que lo contiene y seleccionar la opción de Eliminar su-índice/super-índice del menú. Si la expresión contiene scripts que van antes que el texto, la opción de Eliminar scripts está disponible. Para eliminar Corchetes, puede hacer clic derecho en la expresión dentro de esta y luego seleccionar la opción Eliminar caracteres adjuntos o Eliminar caracteres y separadores adjuntos del menú. Si la expresión de dentro de los Corchetes incluye más de un argumento, puede hacer clic derecho en el argumento que quiere eliminar y seleccionar la opción Eliminar argumento del menú. Si los Corchetes incluyen más de una ecuación (es decir Casos con varias condiciones), puede hacer clic derecho en la ecuación que quiere eliminar y seleccionar la opción Eliminar ecuación del menú. Para eliminar un Límite, puede hacer clic derecho en este y seleccionar la opción Eliminar radical del menú. Para eliminar un Acento, puede hacer clic derecho en este y seleccionar la opción Eliminar carácter de acento, Eliminar gráfico o Eliminar barra del menú (las opciones disponibles difieren del acento seleccionado). Para eliminar una fila o columna de una Matriz, puede hacer clic derecho en el marcador dentro de la fila/columna que necesita eliminar, seleccionar la opción Eliminar del menú, y luego seleccionar Eliminar Fila/Columna." }, { "id": "UsageInstructions/InsertImages.htm", @@ -128,7 +128,7 @@ var indexes = { "id": "UsageInstructions/InsertText.htm", "title": "Inserte su texto y dele formato", - "body": "Inserte su texto Usted puede añadir un texto nuevo de dos modos: Añada un pasaje de texto al marcador de texto correspondiente provisto en el diseño de diapositiva. Para hecerlo coloque el cursor en el marcador de texto y introduzca su texto o péguelo usando la combinación de las teclas Ctrl+V en lugar del texto predeterminado. Añada un pasaje de texto al cualquier lugar de una diapositiva. You can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). Depending on the necessary text object type you can do the following: to add a text box, click the Text Box icon at the Home or Insert tab of the top toolbar, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text.Note: it's also possible to insert a text box by clicking the Shape icon at the top toolbar and selecting the shape from the Basic Shapes group. to add a Text Art object, click the Text Art icon at the Insert tab of the top toolbar, then click on the desired style template – the Text Art object will be added in the center of the slide. Select the default text within the text box with the mouse and replace it with your own text. Add a text passage within an autoshape. Select a shape and start typing your text. Click outside of the text object to apply the changes and return to the slide. El texto introducido de tal modo forma la parte del autoforma (cuando usted mueva o gira el autoforma, el texto realiza las mismas acciones). As an inserted text object represents a rectangular frame (it has invisible text box borders by default) with text in it and this frame is a common autoshape, you can change both the shape and text properties. To delete the added text object, click on the text box border and press the Delete key on the keyboard. The text within the text box will also be deleted. Format a text box Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines. to resize, move, rotate the text box use the special handles on the edges of the shape. to edit the text box fill, stroke, replace the rectangular box with a different shape, or access the shape advanced settings, click the Shape settings icon on the right sidebar and use the corresponding options. to align a text box on the slide or arrange text boxes as related to other objects, right-click on the text box border and use the contextual menu options. to create columns of text within the text box, right-click on the text box border, click the Shape Advanced Settings option and switch to the Columns tab in the Shape - Advanced Settings window. Alinee su texto en el bloque de texto Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines. Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately. Alinee su texto en el bloque de texto Se puede alinear el texto horizontalmente de cuatro modos: a la izquierda, a la derecha, al centro o justificado. Para hacerlo: coloque el cursor en la posición donde usted quiere aplicar alineación (puede ser una línea nueva o el texto ya introducido), drop-down the Horizontal align list at the Home tab of the top toolbar, seleccione el tipo de alineación que usted desea aplicar: la opción Alinear texto a la izquierda le permite alinear su texto por la parte izquierda del bloque de texto (la parte derecha permanece sin alineación). la opción Centrar texto le permite alinear su texto por el centro del bloque de texto (las partes derecha e izquierda permanecen sin alineación). la opción Alinear texto a la derecha le permite alinear su texto por la parte derecha del bloque de texto (la parte izquierda permanece sin alineación). la opción Justificar le permite alinear su texto por las dos partes derecha e izquierda del bloque de texto (el espacio adicional se añade donde es necesario para mantener la alineación). Se puede alinear el texto verticalmente de tres modos: en la parte superior, al medio o en la parte inferior. Para hacerlo: coloque el cursor en la posición donde usted quiere aplicar alineación (puede ser una línea nueva o el texto ya introducido), drop-down the Vertical align list at the Home tab of the top toolbar, seleccione el tipo de alineación que usted desea aplicar: la opción Alinear texto en la parte superior le permite alinear su texto por la parte superior del bloque de texto. la opción Alinear texto al medio le permite alinear su texto por el centro del bloque de texto. la opción Alinear texto en la parte inferior le permite alinear su texto por la parte inferior del bloque de texto. Change the text direction To Rotate the text within the text box, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top). Ajuste el tipo de letra, su tamaño, color y aplique los estilos de decoración Usted puede seleccionar el tipo de letra, su tamaño, color y también aplicar estilos de letra diferentes usando los iconos correspondientes situados en la barra de herramientas superior. Nota: si usted quiere aplicar el formato al texto que ya existe en la presentación, selecciónelo con el ratón o usando el teclado y aplique el formato necesario. Font Se usa para elegir una letra en la lista de letras disponibles. Tamaño de letra Se usa para elegir un tamaño de la letra en el menú desplegable, también se puede introducirlo a mano en el campo de tamaño de letra. Color de letra Se usa para cambiar el color de letras/caracteres del texto. Para seleccionar el color pulse la flecha hacia abajo al lado del icono. Negrita Pone la letra en negrita dándole más peso. Cursiva Pone la letra en cursiva dándole el plano inclinado a la derecha. Subrayado Subraya un fragmento del texto seleccionado. Tachado Se usa para tachar el fragmento del texto seleccionado con una línea que va a través de las letras. Subíndice Se usa para poner el fragmento del texto seleccionado en letras pequeñas y meterlo en la parte baja de la línea del texto, por ejemplo como en fórmulas químicas. Sobreíndice Se usa para poner el fragmento del texto seleccionado en letras pequeñas y meterlo en la parte superior de la línea del texto, por ejemplo como en fracciones. Establezca espaciado de línea y cambie sangrías de párrafo En el editor de presentaciones, usted puede establecer la altura de línea para las líneas de texto dentro de un párrafo y también margenes entre el párrafo corriente y precedente o el párrafo posterior. Para hacerlo, coloque el cursor sobre el párrafo necesario, o seleccione unos párrafos con el ratón, use los campos correspondientes de la pestaña Ajustes de texto en la derecha barra lateral para alcanzar los resultados deseados: Espaciado de línea - establece la altura de línea para las líneas de texto dentro de un párrafo. Usted puede alternar entre tres opciones: por lo menos (establece el espaciado de línea mínimo para que la letra más grande o cualquiera gráfica pueda encajar en una línea), múltiple (establece el espaciado de línea que puede ser expresado en números mayores que 1), exacto (establece el espaciado de línea fijo). Usted puede especificar el valor necesario en el campo correspondiente. Paragraph Spacing - set the amount of space between paragraphs. Antes - establece la cantidad de espacio antes de párrafo. Después - establece la cantidad de espacio después de párrafo. Para cambiar espaciado de línea actual rápidamente, usted también puede usar el icono Espaciado de línea en la barra de herramientas superior eligiendo el valor necesario en la lista: 1.0, 1.15, 1.5, 2.0, 2.5, o 3.0 líneas. Para cambiar desplazamiento contra la parte derecha del bloque de texto, coloque el cursor encima del párrafo necesario, o seleccione unos párrafos con el ratón y use los iconos correspondientes en la barra de herramientas superior: Reducir sangría y Aumentar sangría . Usted también puede cambiar los ajustes avanzados del párrafo. Coloque cursor en el párrafo necesario - se activará la pestaña Ajustes de texto en la barra derecha lateral. Pulse el enlace Mostrar ajustes avanzados. Se abrirá la ventana de propiedades:La pestaña Sangrías y disposición permite cambiar el offset del margen interno izquierdo de un bloque de texto y también el offset del párrafo de los márgenes internos izquierdo y derecho de un bloque de texto. Usted también puede usar la regla horizontal para establecer sangrías.Seleccione los párrafos necesarios y arrastre los marcadores de sangría a lo largo de la regla. El marcador de sangría de primera línea se usa para poner el offset desde el margen interno izquierdo del bloque de texto para la primera línea de un párrafo. El marcador de sangría francesa se usa para poner el offset desde el margen interno izquierdo del bloque de texto para la línea segunda y líneas posteriores líneas de un párrafo. El marcador de sangría derecha e usa para poner el offset de un párrafo desde el margen interno izquierdo del bloque de texto. El marcador de sangría derecha e usa para poner el offset de un párrafo desde el margen interno izquierdo del bloque de texto. Note: if you don't see the rulers, switch to the Home tab of the top toolbar, click the View settings icon at the upper right corner and uncheck the Hide Rulers option to display them.La pestaña Letra contiene los parámetros siguientes: Tachado - se usa para tachar el texto con una línea que va por el centro de las letras. Doble tachado - se usa para tachar el texto con dos líneas que van por el centro de las letras. Sobreíndice - se usa para poner el texto en letras pequeñas y meterlo en la parte superior del texto, por ejemplo como en fracciones. Subíndice - se usa para poner el texto en letras pequeñas y meterlo en la parte baja de la línea del texto, por ejemplo como en formulas químicas. Mayúsculas pequeñas - se usa para poner todas las letras en minúsculas. Mayúsculas - se usa para poner todas las letras en mayúsculas. Espaciado entre caracteres - se usa para establecer un espaciado entre caracteres. La pestaña Tab permite cambiar tabulaciones, a saber, la posición que avanza el cursor al pulsar la tecla Tab en el teclado. Posición de tab - se usa para establecer los tabuladores personalizados. Introduzca el valor necesario en este campo, ajústelo más precisamente usando los botones de flechas y pulse el botón Especificar. Su posición de tab personalizada se añadirá a la lista en el campo debajo. Predeterminado se fijó a 1.25 cm. Usted puede aumentar o disminuir este valor usando los botones de flechas o introducir el botón necesario en el campo. Alineación - se usa para establecer el tipo de alineación necesario para cada posición de tab en la lista de arriba. Seleccione la posición de tab necesaria en la lista, elija la opción Izquierdo, Al centro o Derecho y pulse el botón Especificar. Izquierdo - alinea su texto por la parte izquierda en la posición de tabulador; el texto mueve a la derecha del tabulador cuando usted escribe. El tabulador se indicará en el control deslizante horizontal con el marcador . Al centro - centra el texto en la posición de tabulador. El tabulador se indicará en el control deslizante horizontal con el marcador . Derecho - alinea su texto por la parte derecha en la posición de tabulador; el texto mueve a la izquierda del tabulador cuando usted escribe. El tabulador se indicará en el control deslizante horizontal con el marcador . Para borrar los tabuladores de la lista, seleccione el tabulador y pulse el botón Eliminar o Eliminar todo. Para fijar los tabuladores, usted puede utilizar la regla horizontal: Seleccione un tipo de tabulador pulsando el botón en la esquina izquierda superior del área de trabajo para elegir el tipo de tabulador necesario: Izquierdo , Centro , Derecho . Haga clic en el borde inferior de la regla donde usted quiere colocar el tabulador. Arrástrelo a lo largo de la regla para cambiar su posición. Para eliminar el tabulador añadido arrástrelo fuera de la regla. Note: if you don't see the rulers, switch to the Home tab of the top toolbar, click the View settings icon at the upper right corner and uncheck the Hide Rulers option to display them. Edit a Text Art style Select a text object and click the Text Art settings icon on the right sidebar. Change the applied text style selecting a new Template from the gallery. You can also change the basic style additionally by selecting a different font type, size etc. Change the font fill and stroke. The available options are the same as the ones for autoshapes. Apply a text effect by selecting the necessary text transformation type from the Transform gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle." + "body": "Inserte su texto Usted puede añadir un texto nuevo de dos modos: Añada un pasaje de texto al marcador de texto correspondiente provisto en el diseño de diapositiva. Para hecerlo coloque el cursor en el marcador de texto y introduzca su texto o péguelo usando la combinación de las teclas Ctrl+V en lugar del texto predeterminado. Añada un pasaje de texto al cualquier lugar de una diapositiva. You can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). Depending on the necessary text object type you can do the following: to add a text box, click the Text Box icon at the Home or Insert tab of the top toolbar, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text.Note: it's also possible to insert a text box by clicking the Shape icon at the top toolbar and selecting the shape from the Basic Shapes group. to add a Text Art object, click the Text Art icon at the Insert tab of the top toolbar, then click on the desired style template – the Text Art object will be added in the center of the slide. Select the default text within the text box with the mouse and replace it with your own text. Add a text passage within an autoshape. Select a shape and start typing your text. Click outside of the text object to apply the changes and return to the slide. El texto introducido de tal modo forma la parte del autoforma (cuando usted mueva o gira el autoforma, el texto realiza las mismas acciones). As an inserted text object represents a rectangular frame (it has invisible text box borders by default) with text in it and this frame is a common autoshape, you can change both the shape and text properties. To delete the added text object, click on the text box border and press the Delete key on the keyboard. The text within the text box will also be deleted. Format a text box Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines. to resize, move, rotate the text box use the special handles on the edges of the shape. to edit the text box fill, stroke, replace the rectangular box with a different shape, or access the shape advanced settings, click the Shape settings icon on the right sidebar and use the corresponding options. to align a text box on the slide or arrange text boxes as related to other objects, right-click on the text box border and use the contextual menu options. to create columns of text within the text box, right-click on the text box border, click the Shape Advanced Settings option and switch to the Columns tab in the Shape - Advanced Settings window. Alinee su texto en el bloque de texto Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines. Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately. Alinee su texto en el bloque de texto Se puede alinear el texto horizontalmente de cuatro modos: a la izquierda, a la derecha, al centro o justificado. Para hacerlo: coloque el cursor en la posición donde usted quiere aplicar alineación (puede ser una línea nueva o el texto ya introducido), drop-down the Horizontal align list at the Home tab of the top toolbar, seleccione el tipo de alineación que usted desea aplicar: la opción Alinear texto a la izquierda le permite alinear su texto por la parte izquierda del bloque de texto (la parte derecha permanece sin alineación). la opción Centrar texto le permite alinear su texto por el centro del bloque de texto (las partes derecha e izquierda permanecen sin alineación). la opción Alinear texto a la derecha le permite alinear su texto por la parte derecha del bloque de texto (la parte izquierda permanece sin alineación). la opción Justificar le permite alinear su texto por las dos partes derecha e izquierda del bloque de texto (el espacio adicional se añade donde es necesario para mantener la alineación). Se puede alinear el texto verticalmente de tres modos: en la parte superior, al medio o en la parte inferior. Para hacerlo: coloque el cursor en la posición donde usted quiere aplicar alineación (puede ser una línea nueva o el texto ya introducido), drop-down the Vertical align list at the Home tab of the top toolbar, seleccione el tipo de alineación que usted desea aplicar: la opción Alinear texto en la parte superior le permite alinear su texto por la parte superior del bloque de texto. la opción Alinear texto al medio le permite alinear su texto por el centro del bloque de texto. la opción Alinear texto en la parte inferior le permite alinear su texto por la parte inferior del bloque de texto. Change the text direction To Rotate the text within the text box, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top). Ajuste el tipo de letra, su tamaño, color y aplique los estilos de decoración Usted puede seleccionar el tipo de letra, su tamaño, color y también aplicar estilos de letra diferentes usando los iconos correspondientes situados en la barra de herramientas superior. Nota: si usted quiere aplicar el formato al texto que ya existe en la presentación, selecciónelo con el ratón o usando el teclado y aplique el formato necesario. Font Se usa para elegir una letra en la lista de letras disponibles. Tamaño de letra Se usa para elegir un tamaño de la letra en el menú desplegable, también se puede introducirlo a mano en el campo de tamaño de letra. Color de letra Se usa para cambiar el color de letras/caracteres del texto. Para seleccionar el color pulse la flecha hacia abajo al lado del icono. Negrita Pone la letra en negrita dándole más peso. Cursiva Pone la letra en cursiva dándole el plano inclinado a la derecha. Subrayado Subraya un fragmento del texto seleccionado. Tachado Se usa para tachar el fragmento del texto seleccionado con una línea que va a través de las letras. Subíndice Se usa para poner el fragmento del texto seleccionado en letras pequeñas y meterlo en la parte baja de la línea del texto, por ejemplo como en fórmulas químicas. Sobreíndice Se usa para poner el fragmento del texto seleccionado en letras pequeñas y meterlo en la parte superior de la línea del texto, por ejemplo como en fracciones. Establezca espaciado de línea y cambie sangrías de párrafo En el editor de presentaciones, usted puede establecer la altura de línea para las líneas de texto dentro de un párrafo y también margenes entre el párrafo corriente y precedente o el párrafo posterior. Para hacerlo, coloque el cursor sobre el párrafo necesario, o seleccione unos párrafos con el ratón, use los campos correspondientes de la pestaña Ajustes de texto en la derecha barra lateral para alcanzar los resultados deseados: Espaciado de línea - establece la altura de línea para las líneas de texto dentro de un párrafo. Usted puede alternar entre tres opciones: por lo menos (establece el espaciado de línea mínimo para que la letra más grande o cualquiera gráfica pueda encajar en una línea), múltiple (establece el espaciado de línea que puede ser expresado en números mayores que 1), exacto (establece el espaciado de línea fijo). Usted puede especificar el valor necesario en el campo correspondiente. Paragraph Spacing - set the amount of space between paragraphs. Antes - establece la cantidad de espacio antes de párrafo. Después - establece la cantidad de espacio después de párrafo. Para cambiar espaciado de línea actual rápidamente, usted también puede usar el icono Espaciado de línea en la barra de herramientas superior eligiendo el valor necesario en la lista: 1.0, 1.15, 1.5, 2.0, 2.5, o 3.0 líneas. Para cambiar desplazamiento contra la parte derecha del bloque de texto, coloque el cursor encima del párrafo necesario, o seleccione unos párrafos con el ratón y use los iconos correspondientes en la barra de herramientas superior: Reducir sangría y Aumentar sangría . Usted también puede cambiar los ajustes avanzados del párrafo. Coloque cursor en el párrafo necesario - se activará la pestaña Ajustes de texto en la barra derecha lateral. Pulse el enlace Mostrar ajustes avanzados. Se abrirá la ventana de propiedades:La pestaña Sangrías y disposición permite cambiar el offset del margen interno izquierdo de un bloque de texto y también el offset del párrafo de los márgenes internos izquierdo y derecho de un bloque de texto. Usted también puede usar la regla horizontal para establecer sangrías.Seleccione los párrafos necesarios y arrastre los marcadores de sangría a lo largo de la regla. El marcador de sangría de primera línea se usa para poner el offset desde el margen interno izquierdo del bloque de texto para la primera línea de un párrafo. El marcador de sangría francesa se usa para poner el offset desde el margen interno izquierdo del bloque de texto para la línea segunda y líneas posteriores líneas de un párrafo. El marcador de sangría derecha e usa para poner el offset de un párrafo desde el margen interno izquierdo del bloque de texto. El marcador de sangría derecha e usa para poner el offset de un párrafo desde el margen interno izquierdo del bloque de texto. Note: if you don't see the rulers, switch to the Home tab of the top toolbar, click the View settings icon at the upper right corner and uncheck the Hide Rulers option to display them.La pestaña Letra contiene los parámetros siguientes: Tachado - se usa para tachar el texto con una línea que va por el centro de las letras. Doble tachado - se usa para tachar el texto con dos líneas que van por el centro de las letras. Sobreíndice - se usa para poner el texto en letras pequeñas y meterlo en la parte superior del texto, por ejemplo como en fracciones. Subíndice - se usa para poner el texto en letras pequeñas y meterlo en la parte baja de la línea del texto, por ejemplo como en formulas químicas. Mayúsculas pequeñas - se usa para poner todas las letras en minúsculas. Mayúsculas - se usa para poner todas las letras en mayúsculas. Espaciado entre caracteres - se usa para establecer un espaciado entre caracteres. La pestaña Tab permite cambiar tabulaciones, a saber, la posición que avanza el cursor al pulsar la tecla Tab en el teclado. Posición de tab - se usa para establecer los tabuladores personalizados. Introduzca el valor necesario en este campo, ajústelo más precisamente usando los botones de flechas y pulse el botón Especificar. Su posición de tab personalizada se añadirá a la lista en el campo debajo. Predeterminado se fijó a 1.25 cm. Usted puede aumentar o disminuir este valor usando los botones de flechas o introducir el botón necesario en el campo. Alineación - se usa para establecer el tipo de alineación necesario para cada posición de tab en la lista de arriba. Seleccione la posición de tab necesaria en la lista, elija la opción Izquierdo, Al centro o Derecho y pulse el botón Especificar. Izquierdo - alinea su texto por la parte izquierda en la posición de tabulador; el texto mueve a la derecha del tabulador cuando usted escribe. El tabulador se indicará en el control deslizante horizontal con el marcador . Al centro - centra el texto en la posición de tabulador. El tabulador se indicará en el control deslizante horizontal con el marcador . Derecho - alinea su texto por la parte derecha en la posición de tabulador; el texto mueve a la izquierda del tabulador cuando usted escribe. El tabulador se indicará en el control deslizante horizontal con el marcador . Para borrar los tabuladores de la lista, seleccione el tabulador y pulse el botón Eliminar o Eliminar todo. Para fijar los tabuladores, usted puede utilizar la regla horizontal: Seleccione un tipo de tabulador pulsando el botón en la esquina izquierda superior del área de trabajo para elegir el tipo de tabulador necesario: Izquierdo , Centro , Derecho . Haga clic en el borde inferior de la regla donde usted quiere colocar el tabulador. Arrástrelo a lo largo de la regla para cambiar su posición. Para eliminar el tabulador añadido arrástrelo fuera de la regla. Note: if you don't see the rulers, switch to the Home tab of the top toolbar, click the View settings icon at the upper right corner and uncheck the Hide Rulers option to display them. Edit a Text Art style Select a text object and click the Text Art settings icon on the right sidebar. Change the applied text style selecting a new Template from the gallery. You can also change the basic style additionally by selecting a different font type, size etc. Change the font fill and stroke. The available options are the same as the ones for autoshapes. Apply a text effect by selecting the necessary text transformation type from the Transform gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle." }, { "id": "UsageInstructions/ManageSlides.htm", @@ -158,7 +158,7 @@ var indexes = { "id": "UsageInstructions/SetSlideParameters.htm", "title": "Establezca parámetros de diapositiva", - "body": "Para personalizar su presentación, usted puede seleccionar un tema, la combinación de colores y el tamaño de la diapositiva para toda la presentación, también puede cambiar el relleno del fondo o el diseño de cada diapositiva de forma separada, e introducir transiciones entre diapositivas. También es posible añadir notas explicativas a cada diapositiva que puedan ser de ayuda cuando muestra la presentación en el modo Presentar. La opción Temas le permite a usted cambiar el diseño de presentación de manera rápida, el fondo de la diapositiva, los tipos de letra predefinidos para textos y títulos y la combinación de colores que se usa para elementos de la presentación. Para seleccionar un tema para la presentación, haga clic en el tema preestablecido en la galería de temas en la parte derecha de la barra de herramientas superior en la pestaña de Inicio. El tema seleccionado se aplicará a todas las diapositivas si usted no selecciona de ante mano varias diapositivas a las que aplicar el tema. Para cambiar el tema seleccionado para una o más diapositivas, puede hacer clic derecho en las diapositivas seleccionadas en la lista a la izquierda (o haga clic derecho en el área de edición), seleccione la opción Cambiar Tema del menú contextual y elija el tema necesario. Combinación de colores afecta los colores predefinidos usados para los elementos de la presentación (tipo de letra, líneas, rellenos etc.) y le permite mantener la consistencia de colores en la presentación. Para cambiar una combinación de colores, pulse el icono Cambiar combinación de colores en la pestaña de Inicio en la barra de herramientas superior y seleccione una combinación de colores necesaria en la lista desplegable. La combinación seleccionada se aplicará a todas las diapositivas. Para cambiar el tamaño de diapositiva y aplicar este cambio a todas las diapositivas de la presentación, haga clic en el icono Seleccionar tamaño de diapositiva en la pestaña de Inicio en la barra de herramientas superior y seleccione la opción necesaria en la lista desplegable. Usted puede seleccionar: una de las variantes predeterminadas de acceso rápido - Estándar (4:3) o Panorámico (16:9), la opción Ajustes avanzados que abre la ventana Ajustes de tamaño de diapositiva donde usted puede seleccionar una variante predeterminada o establecer el tamaño personalizado especificando los valores de Ancho y Altura deseados. Las variantes disponibles son: Estándar (4:3), Panorámico (16:9), Panorámico (16:10), Letter Paper (8.5x11 in), Ledger Paper (11x17 in), Hoja A3 (297x420 mm), Hoja A4 (210x297 mm), Hoja B4 (ICO) (250x353 mm), Hoja B5 (ICO) (176x250 mm), Diapositivas 35 mm, Transparencia, Banner. el menú de Orientación de Diapositiva le permite cambiar el tipo de orientación seleccionado en ese momento. El tipo de orientación predeterminado es Vertical pero usted puede cambiarlo a Horizontal. Para cambiar un relleno de fondo: en la lista de diapositivas a la izquierda, seleccione las diapositivas a las que usted quiere aplicar un relleno. O haga clic sobre el espacio en blanco en el área de edición de diapositiva para cambiar el tipo de relleno de esta diapositiva. en la pestaña Ajustes de diapositiva en la barra lateral de la derecha, seleccione la opción necesaria: Color de relleno - seleccione esta opción para especificar el color que usted quiere aplicar a las diapositivas seleccionadas. Relleno degradado - seleccione esta opción para aplicar dos colores a su diapositiva, los cuales cambian de uno a otro de forma suave. Imagen o textura - seleccione esta opción para usar una imagen o textura predefinida como el fondo de la diapositiva. Patrón - seleccione esta opción para aplicar a su diapositiva un diseño de dos colores que está compuesto de elementos repetidos. Sin relleno - seleccione esta opción si no desea usar ningún relleno. Para obtener información detallada sobre estas opciones, por favor, consulte la sección Rellene objetos y seleccione colores. Las transiciones le ayudan a hacer su presentación más dinámica y mantener la atención de su público. Para aplicar una transición: en la lista de diapositivas a la izquierda, seleccione las diapositivas a las que usted quiere aplicar la transición, elija una transición en la lista desplegable Efecto de la pestaña Ajustes de diapositiva,Nota: para abrir la pestaña Ajustes de diapositiva, puede hacer clic en el icono Ajustes de diapositiva a la derecha o hacer clic derecho en la diapositiva en el área de editar diapositivas y seleccionar la opción Ajustes de diapositiva del menú contextual. ajuste las propiedades de transición: elija variante, duración de transición, y el modo de avanzar diapositivas, Haga clic en el botón Aplicar a todas diapositivas si usted quiere aplicar la misma transición a todas las diapositivas de la presentación.Para obtener información más detallada sobre estas opciones consulte la sección Aplique la transición. Para cambiar el diseño de diapositiva: en la lista de diapositivas a la izquierda, seleccione las diapositivas a las que quiere aplicar un nuevo diseño, haga clic en el icono Cambiar diseño de diapositiva en la pestaña de Inicio en la barra de herramientas superior, seleccione el diseño necesario del menú.De forma alternativa, haga clic con el botón derecho sobre la diapositiva necesaria a la izquierda en el área de edición, luego seleccione la opción Cambiar diseño en el menú contextual y elija el diseño correspondiente. Nota: los siguientes diseños están disponibles: Título, Título y objeto, Encabezado de sección, Dos objetos,Dos textos y dos objetos, Solo título, En blanco, Título, objeto y leyenda, Imagen y leyenda, Texto vertical, Título vertical y texto. Para añadir notas a una diapositiva: en la lista de diapositivas a la izquierda, seleccione la diapositiva a la que usted quiere añadir una nota, haga clic en la captura haga clic para añadir notas debajo del área de edición de la diapositiva, escriba el texto de su nota.Nota: puede formatear el texto usando los iconos en la pestaña de Inicio en la barra de herramientas superior. Cuando empieza la presentación de diapositivas en el modo Presentación, será capaz de ver todas las notas de diapositivas en el área de visualización de diapositivas." + "body": "Para personalizar su presentación, usted puede seleccionar un tema, la combinación de colores y el tamaño de la diapositiva para toda la presentación, también puede cambiar el relleno del fondo o el diseño de cada diapositiva de forma separada, e introducir transiciones entre diapositivas. También es posible añadir notas explicativas a cada diapositiva que puedan ser de ayuda cuando muestra la presentación en el modo Presentar. La opción Temas le permite a usted cambiar el diseño de presentación de manera rápida, el fondo de la diapositiva, los tipos de letra predefinidos para textos y títulos y la combinación de colores que se usa para elementos de la presentación. Para seleccionar un tema para la presentación, haga clic en el tema preestablecido en la galería de temas en la parte derecha de la barra de herramientas superior en la pestaña de Inicio. El tema seleccionado se aplicará a todas las diapositivas si usted no selecciona de ante mano varias diapositivas a las que aplicar el tema. Para cambiar el tema seleccionado para una o más diapositivas, puede hacer clic derecho en las diapositivas seleccionadas en la lista a la izquierda (o haga clic derecho en el área de edición), seleccione la opción Cambiar Tema del menú contextual y elija el tema necesario. Combinación de colores afecta los colores predefinidos usados para los elementos de la presentación (tipo de letra, líneas, rellenos etc.) y le permite mantener la consistencia de colores en la presentación. Para cambiar una combinación de colores, pulse el icono Cambiar combinación de colores en la pestaña de Inicio en la barra de herramientas superior y seleccione una combinación de colores necesaria en la lista desplegable. La combinación seleccionada se aplicará a todas las diapositivas. Para cambiar el tamaño de diapositiva y aplicar este cambio a todas las diapositivas de la presentación, haga clic en el icono Seleccionar tamaño de diapositiva en la pestaña de Inicio en la barra de herramientas superior y seleccione la opción necesaria en la lista desplegable. Usted puede seleccionar: una de las variantes predeterminadas de acceso rápido - Estándar (4:3) o Panorámico (16:9), la opción Ajustes avanzados que abre la ventana Ajustes de tamaño de diapositiva donde usted puede seleccionar una variante predeterminada o establecer el tamaño personalizado especificando los valores de Ancho y Altura deseados. Las variantes disponibles son: Estándar (4:3), Panorámico (16:9), Panorámico (16:10), Letter Paper (8.5x11 in), Ledger Paper (11x17 in), Hoja A3 (297x420 mm), Hoja A4 (210x297 mm), Hoja B4 (ICO) (250x353 mm), Hoja B5 (ICO) (176x250 mm), Diapositivas 35 mm, Transparencia, Banner. el menú de Orientación de Diapositiva le permite cambiar el tipo de orientación seleccionado en ese momento. El tipo de orientación predeterminado es Vertical pero usted puede cambiarlo a Horizontal. Para cambiar un relleno de fondo: en la lista de diapositivas a la izquierda, seleccione las diapositivas a las que usted quiere aplicar un relleno. O haga clic sobre el espacio en blanco en el área de edición de diapositiva para cambiar el tipo de relleno de esta diapositiva. en la pestaña Ajustes de diapositiva en la barra lateral de la derecha, seleccione la opción necesaria: Color de relleno - seleccione esta opción para especificar el color que usted quiere aplicar a las diapositivas seleccionadas. Relleno degradado - seleccione esta opción para aplicar dos colores a su diapositiva, los cuales cambian de uno a otro de forma suave. Imagen o textura - seleccione esta opción para usar una imagen o textura predefinida como el fondo de la diapositiva. Patrón - seleccione esta opción para aplicar a su diapositiva un diseño de dos colores que está compuesto de elementos repetidos. Sin relleno - seleccione esta opción si no desea usar ningún relleno. Para obtener información detallada sobre estas opciones, por favor, consulte la sección Rellene objetos y seleccione colores. Las transiciones le ayudan a hacer su presentación más dinámica y mantener la atención de su público. Para aplicar una transición: en la lista de diapositivas a la izquierda, seleccione las diapositivas a las que usted quiere aplicar la transición, elija una transición en la lista desplegable Efecto de la pestaña Ajustes de diapositiva,Nota: para abrir la pestaña Ajustes de diapositiva, puede hacer clic en el icono Ajustes de diapositiva a la derecha o hacer clic derecho en la diapositiva en el área de editar diapositivas y seleccionar la opción Ajustes de diapositiva del menú contextual. ajuste las propiedades de transición: elija variante, duración de transición, y el modo de avanzar diapositivas, Haga clic en el botón Aplicar a todas diapositivas si usted quiere aplicar la misma transición a todas las diapositivas de la presentación.Para obtener información más detallada sobre estas opciones consulte la sección Aplique la transición. Para cambiar el diseño de diapositiva: en la lista de diapositivas a la izquierda, seleccione las diapositivas a las que quiere aplicar un nuevo diseño, haga clic en el icono Cambiar diseño de diapositiva en la pestaña de Inicio en la barra de herramientas superior, seleccione el diseño necesario del menú.De forma alternativa, haga clic con el botón derecho sobre la diapositiva necesaria a la izquierda en el área de edición, luego seleccione la opción Cambiar diseño en el menú contextual y elija el diseño correspondiente. Nota: los siguientes diseños están disponibles: Título, Título y objeto, Encabezado de sección, Dos objetos,Dos textos y dos objetos, Solo título, En blanco, Título, objeto y leyenda, Imagen y leyenda, Texto vertical, Título vertical y texto. Para añadir notas a una diapositiva: en la lista de diapositivas a la izquierda, seleccione la diapositiva a la que usted quiere añadir una nota, haga clic en la captura haga clic para añadir notas debajo del área de edición de la diapositiva, escriba el texto de su nota.Nota: puede formatear el texto usando los iconos en la pestaña de Inicio en la barra de herramientas superior. Cuando empieza la presentación de diapositivas en el modo Presentación, será capaz de ver todas las notas de diapositivas en el área de visualización de diapositivas." }, { "id": "UsageInstructions/ViewPresentationInfo.htm", diff --git a/apps/presentationeditor/main/resources/help/fr/search/indexes.js b/apps/presentationeditor/main/resources/help/fr/search/indexes.js index e6756a6c3..e5be0550e 100644 --- a/apps/presentationeditor/main/resources/help/fr/search/indexes.js +++ b/apps/presentationeditor/main/resources/help/fr/search/indexes.js @@ -108,12 +108,12 @@ var indexes = { "id": "UsageInstructions/InsertCharts.htm", "title": "Insérer et modifier des graphiques", - "body": "Insérer un graphique Pour insérer un graphique dans votre présentation, placez le curseur là où vous souhaitez ajouter un graphique, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur l'icône Insérer un graphique de la barre d'outils supérieure, sélectionnez le type de graphique nécessaire parmi ceux qui sont disponibles : Colonne, Ligne, Secteur, Barre, Aire, XY(Nuage), Boursier,Remarque : les graphiques Colonne, Ligne, Secteur, ou Barre sont aussi disponibles au format 3D. après une fenêtre Éditeur de graphique s'ouvre où vous pouvez entrer les données nécessaires dans les cellules en utilisant les commandes suivantes : et pour copier et coller les données copiées et pour annuler et rétablir les actions pour insérer une fonction et pour diminuer et augmenter les décimales pour changer le format de nombre, c'est à dire la façon d'afficher les chiffres dans les cellules modifiez les paramètres du graphique en cliquant sur le bouton Modifier graphique situé dans la fenêtre Éditeur de graphique. La fenêtre Paramètres du graphique s'ouvre. L'onglet Type et données vous permet de sélectionner le type de graphique ainsi que les données que vous souhaitez utiliser pour créer un graphique. Sélectionnez le Type de graphique que vous souhaitez insérer : Colonne, Ligne, Secteur, Barre, Aire, XY(Nuage), Boursier. Vérifiez la Plage de données sélectionnée et modifiez-la, si nécessaire, en cliquant sur le bouton Sélectionner les données et en entrant la plage de données souhaitée dans le format suivant : Sheet1!A1:B4. Choisissez la disposition des données. Vous pouvez sélectionner la Série de données à utiliser sur l'axe X : en lignes ou en colonnes. L'onglet Disposition vous permet de modifier la disposition des éléments de graphique. Spécifiez la position du Titre du graphique sur votre graphique en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher le titre du graphique, Superposition pour superposer et centrer le titre sur la zone de tracé, Pas de superposition pour afficher le titre au-dessus de la zone de tracé. Spécifiez la position de la Légende sur votre graphique en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de légende, Bas pour afficher la légende et l'aligner au bas de la zone de tracé, Haut pour afficher la légende et l'aligner en haut de la zone de tracé, Droite pour afficher la légende et l'aligner à droite de la zone de tracé, Gauche pour afficher la légende et l'aligner à gauche de la zone de tracé, Superposer à gauche pour superposer et centrer la légende à gauche de la zone de tracé, Superposer à droite pour superposer et centrer la légende à droite de la zone de tracé. Spécifiez les paramètres des Étiquettes de données (c'est-à-dire les étiquettes de texte représentant les valeurs exactes des points de données) : spécifiez la position des Étiquettes de données par rapport aux points de données en sélectionnant l'option nécessaire dans la liste déroulante. Les options disponibles varient en fonction du type de graphique sélectionné. Pour les graphiques en Colonnes/Barres, vous pouvez choisir les options suivantes : Aucune, Centre, Intérieur bas,Intérieur haut, Extérieur haut. Pour les graphiques en Ligne/XY(Nuage)/Boursier, vous pouvez choisir les options suivantes : Aucune, Centre, Gauche, Droite, Haut, Bas. Pour les graphiques Secteur, vous pouvez choisir les options suivantes : Aucune, Centre, Ajusté à la largeur,Intérieur haut, Extérieur haut. Pour les graphiques en Aire ainsi que pour les graphiques 3D en Colonnes, en Lignes et en Barres, vous pouvez choisir les options suivantes : Aucun, Centre. sélectionnez les données que vous souhaitez inclure dans vos étiquettes en cochant les cases correspondantes: Nom de la série, Nom de la catégorie, Valeur, Entrez un caractère (virgule, point-virgule, etc.) que vous souhaitez utiliser pour séparer plusieurs étiquettes dans le champ de saisie Séparateur d'étiquettes de données. Lignes - permet de choisir un style de ligne pour les graphiques en Ligne/XY(Nuage). Vous pouvez choisir parmi les options suivantes : Droite pour utiliser des lignes droites entre les points de données, Courbe pour utiliser des courbes lisses entre les points de données, ou Aucune pour ne pas afficher les lignes. Marqueurs - est utilisé pour spécifier si les marqueurs doivent être affichés (si la case est cochée) ou non (si la case n'est pas cochée) pour les graphiques Ligne/XY(Nuage).Remarque: les options Lignes et Marqueurs sont disponibles uniquement pour les graphiques en Ligne et XY(Nuage). La section Paramètres de l'axe permet de spécifier si vous souhaitez afficher l'Axe horizontal/vertical ou non en sélectionnant l'option Afficher ou Masquer dans la liste déroulante. Vous pouvez également spécifier les paramètres de Titre d'axe horizontal/vertical : Indiquez si vous souhaitez afficher le Titre de l'axe horizontal ou non en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher le titre de l'axe horizontal, Pas de superposition pour afficher le titre en-dessous de l'axe horizontal. Indiquez si vous souhaitez afficher le Titre de l'axe vertical ou non en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher le titre de l'axe vertical, Tourné pour afficher le titre de bas en haut à gauche de l'axe vertical, Horizontal pour afficher le titre horizontalement à gauche de l'axe vertical. La section Quadrillage permet de spécifier les lignes du Quadrillage horizontal/vertical que vous souhaitez afficher en sélectionnant l'option voulue dans la liste déroulante : Majeures, Mineures ou Majeures et mineures. Vous pouvez masquer le quadrillage à l'aide de l'option Aucun.Remarque : les sections Paramètres des axes et Quadrillage seront désactivées pour les Graphiques à secteurs, car les graphiques de ce type n'ont ni axes ni lignes de quadrillage. Remarque : les onglets Axe Horizontal/vertical seront désactivés pour les Graphiques à secteurs, car les graphiques de ce type n'ont pas d'axes. L'onglet Axe vertical vous permet de modifier les paramètres de l'axe vertical, également appelés axe des valeurs ou axe y, qui affiche des valeurs numériques. Notez que l'axe vertical sera l'axe des catégories qui affiche des étiquettes de texte pour les Graphiques à barres. Dans ce cas, les options de l'onglet Axe vertical correspondront à celles décrites dans la section suivante. Pour les Graphiques XY(Nuage), les deux axes sont des axes de valeur. La section Options des axes permet de modifier les paramètres suivants : Valeur minimale - sert à spécifier la valeur la plus basse affichée au début de l'axe vertical. L'option Auto est sélectionnée par défaut, dans ce cas la valeur minimale est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Fixe dans la liste déroulante et spécifier une valeur différente dans le champ de saisie sur la droite. Valeur maximale - sert à spécifier la valeur la plus élevée affichée à la fin de l'axe vertical. L'option Auto est sélectionnée par défaut, dans ce cas la valeur maximale est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Fixe dans la liste déroulante et spécifier une valeur différente dans le champ de saisie sur la droite. Axes croisés - est utilisé pour spécifier un point sur l'axe vertical où l'axe horizontal doit le traverser. L'option Auto est sélectionnée par défaut, dans ce cas la valeur du point d'intersection est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Valeur dans la liste déroulante et spécifier une valeur différente dans le champ de saisie à droite, ou définir le point d'intersection des axes à la Valeur minimum/maximum sur l'axe vertical. Unités d'affichage - est utilisé pour déterminer la représentation des valeurs numériques le long de l'axe vertical. Cette option peut être utile si vous travaillez avec de grands nombres et souhaitez que les valeurs sur l'axe soient affichées de manière plus compacte et plus lisible (par exemple, vous pouvez représenter 50 000 comme 50 en utilisant les unités d'affichage de Milliers). Sélectionnez les unités souhaitées dans la liste déroulante : Centaines, Milliers, 10 000, 100 000, Millions, 10 000 000, 100 000 000, Milliards, Billions, ou choisissez l'option Aucun pour retourner aux unités par défaut. Valeurs dans l'ordre inverse - est utilisé pour afficher les valeurs dans la direction opposée. Lorsque la case n'est pas cochée, la valeur la plus basse est en bas et la valeur la plus haute est en haut de l'axe. Lorsque la case est cochée, les valeurs sont triées de haut en bas. La section Options de graduations permet d'ajuster l'apparence des graduations sur l'échelle verticale. Les graduations majeures sont les divisions à plus grande échelle qui peuvent avoir des étiquettes affichant des valeurs numériques. Les graduations mineures sont les subdivisions d'échelle qui sont placées entre les graduations majeures et n'ont pas d'étiquettes. Les graduations définissent également l'endroit où le quadrillage peut être affiché, si l'option correspondante est définie dans l'onglet Disposition. Les listes déroulantes Type de majeure/mineure contiennent les options de placement suivantes : Aucune pour ne pas afficher les graduations majeures/mineures, Croix pour afficher les graduations majeures/mineures des deux côtés de l'axe, Intérieur pour afficher les graduations majeures/mineures dans l'axe, Extérieur pour afficher les graduations majeures/mineures à l'extérieur de l'axe. La section Options de libellé permet d'ajuster l'apparence des libellés de graduations majeures qui affichent des valeurs. Pour spécifier la Position du libellé par rapport à l'axe vertical, sélectionnez l'option voulue dans la liste déroulante : Aucun pour ne pas afficher les libellés de graduations, Bas pour afficher les libellés de graduations à gauche de la zone de tracé, Haut pour afficher les libellés de graduations à droite de la zone de tracé, À côté de l'axe pour afficher les libellés de graduations à côté de l'axe. L'onglet Axe horizontal vous permet de modifier les paramètres de l'axe horizontal, également appelés axe des catégories ou axe x, qui affiche des libellés textuels. Notez que l'axe horizontal sera l'axe des valeurs qui affiche des valeurs numériques pour les Graphiques à barres. Dans ce cas, les options de l'onglet Axe horizontal correspondent à celles décrites dans la section précédente. Pour les Graphiques XY(Nuage), les deux axes sont des axes de valeur. La section Options des axes permet de modifier les paramètres suivants : Axes croisés - est utilisé pour spécifier un point sur l'axe horizontal où l'axe vertical doit le traverser. L'option Auto est sélectionnée par défaut, dans ce cas la valeur du point d'intersection est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Valeur dans la liste déroulante et spécifier une valeur différente dans le champ de saisie à droite, ou définir le point d'intersection des axes à la Valeur minimum/maximum(qui correspond à la première/dernière catégorie) sur l'axe horizontal. Position de l'axe - permet de spécifier où les étiquettes de texte de l'axe doivent être placées : Sur les graduations ou Entre les graduations. Valeurs dans l'ordre inverse - est utilisé pour afficher les catégories dans la direction opposée. Lorsque la case n'est pas cochée, les catégories sont affichées de gauche à droite. Lorsque la case est cochée, les catégories sont triées de droite à gauche. La section Options de graduations permet d'ajuster l'apparence des graduations sur l'échelle horizontale. Les graduations majeures sont les divisions à plus grande échelle qui peuvent avoir des étiquettes affichant les catégories. Les graduations mineures sont les divisions plus petites qui sont placées entre les graduations majeures et n'ont pas d'étiquettes. Les graduations définissent également l'endroit où le quadrillage peut être affiché, si l'option correspondante est définie dans l'onglet Disposition. Vous pouvez ajuster les paramètres de graduation suivants : Type de majeure/mineure est utilisé pour spécifier les options de placement suivantes : Aucune pour ne pas afficher les graduations majeures/mineures, Croix pour afficher les graduations majeures/mineures des deux côtés de l'axe, Intérieur pour afficher les graduations majeures/mineures dans l'axe, Extérieur pour afficher les graduations majeures/mineures à l'extérieur de l'axe. Intervalle entre les graduations - est utilisé pour spécifier le nombre de catégories à afficher entre deux marques de graduation adjacentes. La section Options de libellé permet d'ajuster l'apparence des libellés qui affichent les catégories. Position du libellé - est utilisé pour spécifier où les libellés doivent être placés par rapport à l'axe horizontal. Sélectionnez l'option souhaitée dans la liste déroulante : Aucun pour ne pas afficher les libellés de graduations, Bas pour afficher les libellés de graduations au bas de la zone de tracé, Haut pour afficher les libellés de graduations en haut de la zone de tracé, À côté de l'axe pour afficher les libellés de graduations à côté de l'axe. Distance du libellé - est utilisé pour spécifier la distance entre les libellés et l'axe. Spécifiez la valeur voulue dans le champ d'entrée. Plus la valeur que vous définissez est élevée, plus la distance entre l'axe et les libellés est grande. Intervalle entre les libellés - est utilisé pour spécifier la fréquence à laquelle les libellés doivent être affichés. L'option Auto est sélectionnée par défaut, dans ce cas les libellés sont affichés pour chaque catégorie. Vous pouvez sélectionner l'option Manuel dans la liste déroulante et spécifier la valeur voulue dans le champ de saisie sur la droite. Par exemple, entrez 2 pour afficher les libellés pour une catégorie sur deux. L'onglet Texte de remplacement permet de spécifier un Titre et une Description qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information du graphique. une fois le graphique ajouté vous pouvez modifier sa taille et sa position.Vous pouvez spécifier la position du graphique sur la diapositive en le faisant glisser verticalement ou horizontalement. Modifier les éléments de graphique Pour modifier le Titre du graphique, sélectionnez le texte par défaut à l'aide de la souris et saisissez le vôtre à la place. Pour modifier la mise en forme de la police dans les éléments de texte, tels que le titre du graphique, les titres des axes, les entrées de légende, les étiquettes de données, etc., sélectionnez l'élément de texte nécessaire en cliquant dessus. Utilisez ensuite les icônes de l'onglet Accueil de la barre d'outils supérieure pour modifier le type de police, le style, la taille ou la couleur. Pour supprimer un élément de graphique, sélectionnez-le avec la souris et appuyez sur la touche Suppr. Vous pouvez également faire pivoter les graphiques 3D à l'aide de la souris. Faites un clic gauche dans la zone de tracé et maintenez le bouton de la souris enfoncé jusqu'à ce qu'une boîte pointillée bleue apparaisse. Faites glisser le curseur sans relâcher le bouton de la souris pour modifier l'orientation du graphique 3D. Ajuster les paramètres du graphiqueLa taille du graphique, le type et le style ainsi que les données utilisées pour créer le graphique peuvent être modifiés en utilisant la barre latérale droite. Pour l'activer, cliquez sur le graphique et sélectionnez l'icône Paramètres du graphique à droite. La section Taille vous permet de modifier la largeur et/ou la hauteur du graphique. Si le bouton Proportions constantes est activé (auquel cas il ressemble à ceci ), la largeur et la hauteur seront changées en même temps, le ratio d'aspect du graphique original sera préservé. La section Modifier le type de graphique vous permet de modifier le type et/ou le style de graphique sélectionné à l'aide du menu déroulant correspondant. Pour sélectionner le Style de graphique nécessaire, utilisez le deuxième menu déroulant de la section Modifier le type de graphique. Le bouton Modifier les données vous permet d'ouvrir la fenêtre de l'Éditeur de graphiques et de commencer à éditer les données comme décrit ci-dessus. Remarque : pour ouvrir rapidement la fenêtre \"Éditeur de graphiques\", vous pouvez également double-cliquer sur le graphique dans la diapositive. Lorsque le graphique est sélectionné, l'icône Paramètres de forme est également disponible sur la droite, car une forme est utilisée comme arrière-plan pour le graphique. Vous pouvez cliquer sur cette icône pour ouvrir l'onglet Paramètres de forme dans la barre latérale droite et ajuster le Remplissage et le Contour de la forme. Notez que vous ne pouvez pas modifier le type de forme. Pour supprimer un graphique inséré, sélectionnez-le avec la souris et appuyez sur la touche Suppr. Pour apprendre à aligner un graphique sur la diapositive ou à organiser plusieurs objets, reportez-vous à la section Aligner et organiser les objets dans une diapositive." + "body": "Insérer un graphique Pour insérer un graphique dans votre présentation, placez le curseur là où vous souhaitez ajouter un graphique, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur l'icône Insérer un graphique de la barre d'outils supérieure, sélectionnez le type de graphique nécessaire parmi ceux qui sont disponibles : Colonne, Ligne, Secteur, Barre, Aire, XY(Nuage), Boursier,Remarque : les graphiques Colonne, Ligne, Secteur, ou Barre sont aussi disponibles au format 3D. après une fenêtre Éditeur de graphique s'ouvre où vous pouvez entrer les données nécessaires dans les cellules en utilisant les commandes suivantes : et pour copier et coller les données copiées et pour annuler et rétablir les actions pour insérer une fonction et pour diminuer et augmenter les décimales pour changer le format de nombre, c'est à dire la façon d'afficher les chiffres dans les cellules modifiez les paramètres du graphique en cliquant sur le bouton Modifier graphique situé dans la fenêtre Éditeur de graphique. La fenêtre Paramètres du graphique s'ouvre. L'onglet Type et données vous permet de sélectionner le type de graphique ainsi que les données que vous souhaitez utiliser pour créer un graphique. Sélectionnez le Type de graphique que vous souhaitez insérer : Colonne, Ligne, Secteur, Barre, Aire, XY(Nuage), Boursier. Vérifiez la Plage de données sélectionnée et modifiez-la, si nécessaire, en cliquant sur le bouton Sélectionner les données et en entrant la plage de données souhaitée dans le format suivant : Sheet1!A1:B4. Choisissez la disposition des données. Vous pouvez sélectionner la Série de données à utiliser sur l'axe X : en lignes ou en colonnes. L'onglet Disposition vous permet de modifier la disposition des éléments de graphique. Spécifiez la position du Titre du graphique sur votre graphique en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher le titre du graphique, Superposition pour superposer et centrer le titre sur la zone de tracé, Pas de superposition pour afficher le titre au-dessus de la zone de tracé. Spécifiez la position de la Légende sur votre graphique en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher de légende, Bas pour afficher la légende et l'aligner au bas de la zone de tracé, Haut pour afficher la légende et l'aligner en haut de la zone de tracé, Droite pour afficher la légende et l'aligner à droite de la zone de tracé, Gauche pour afficher la légende et l'aligner à gauche de la zone de tracé, Superposer à gauche pour superposer et centrer la légende à gauche de la zone de tracé, Superposer à droite pour superposer et centrer la légende à droite de la zone de tracé. Spécifiez les paramètres des Étiquettes de données (c'est-à-dire les étiquettes de texte représentant les valeurs exactes des points de données) : spécifiez la position des Étiquettes de données par rapport aux points de données en sélectionnant l'option nécessaire dans la liste déroulante. Les options disponibles varient en fonction du type de graphique sélectionné. Pour les graphiques en Colonnes/Barres, vous pouvez choisir les options suivantes : Aucune, Centre, Intérieur bas,Intérieur haut, Extérieur haut. Pour les graphiques en Ligne/XY(Nuage)/Boursier, vous pouvez choisir les options suivantes : Aucune, Centre, Gauche, Droite, Haut, Bas. Pour les graphiques Secteur, vous pouvez choisir les options suivantes : Aucune, Centre, Ajusté à la largeur,Intérieur haut, Extérieur haut. Pour les graphiques en Aire ainsi que pour les graphiques 3D en Colonnes, en Lignes et en Barres, vous pouvez choisir les options suivantes : Aucun, Centre. sélectionnez les données que vous souhaitez inclure dans vos étiquettes en cochant les cases correspondantes: Nom de la série, Nom de la catégorie, Valeur, Entrez un caractère (virgule, point-virgule, etc.) que vous souhaitez utiliser pour séparer plusieurs étiquettes dans le champ de saisie Séparateur d'étiquettes de données. Lignes - permet de choisir un style de ligne pour les graphiques en Ligne/XY(Nuage). Vous pouvez choisir parmi les options suivantes : Droite pour utiliser des lignes droites entre les points de données, Courbe pour utiliser des courbes lisses entre les points de données, ou Aucune pour ne pas afficher les lignes. Marqueurs - est utilisé pour spécifier si les marqueurs doivent être affichés (si la case est cochée) ou non (si la case n'est pas cochée) pour les graphiques Ligne/XY(Nuage).Remarque: les options Lignes et Marqueurs sont disponibles uniquement pour les graphiques en Ligne et XY(Nuage). La section Paramètres de l'axe permet de spécifier si vous souhaitez afficher l'Axe horizontal/vertical ou non en sélectionnant l'option Afficher ou Masquer dans la liste déroulante. Vous pouvez également spécifier les paramètres de Titre d'axe horizontal/vertical : Indiquez si vous souhaitez afficher le Titre de l'axe horizontal ou non en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher le titre de l'axe horizontal, Pas de superposition pour afficher le titre en-dessous de l'axe horizontal. Indiquez si vous souhaitez afficher le Titre de l'axe vertical ou non en sélectionnant l'option voulue dans la liste déroulante : Aucun pour ne pas afficher le titre de l'axe vertical, Tourné pour afficher le titre de bas en haut à gauche de l'axe vertical, Horizontal pour afficher le titre horizontalement à gauche de l'axe vertical. La section Quadrillage permet de spécifier les lignes du Quadrillage horizontal/vertical que vous souhaitez afficher en sélectionnant l'option voulue dans la liste déroulante : Majeures, Mineures ou Majeures et mineures. Vous pouvez masquer le quadrillage à l'aide de l'option Aucun.Remarque : les sections Paramètres des axes et Quadrillage seront désactivées pour les Graphiques à secteurs, car les graphiques de ce type n'ont ni axes ni lignes de quadrillage. Remarque : les onglets Axe Horizontal/vertical seront désactivés pour les Graphiques à secteurs, car les graphiques de ce type n'ont pas d'axes. L'onglet Axe vertical vous permet de modifier les paramètres de l'axe vertical, également appelés axe des valeurs ou axe y, qui affiche des valeurs numériques. Notez que l'axe vertical sera l'axe des catégories qui affiche des étiquettes de texte pour les Graphiques à barres. Dans ce cas, les options de l'onglet Axe vertical correspondront à celles décrites dans la section suivante. Pour les Graphiques XY(Nuage), les deux axes sont des axes de valeur. La section Options des axes permet de modifier les paramètres suivants : Valeur minimale - sert à spécifier la valeur la plus basse affichée au début de l'axe vertical. L'option Auto est sélectionnée par défaut, dans ce cas la valeur minimale est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Fixe dans la liste déroulante et spécifier une valeur différente dans le champ de saisie sur la droite. Valeur maximale - sert à spécifier la valeur la plus élevée affichée à la fin de l'axe vertical. L'option Auto est sélectionnée par défaut, dans ce cas la valeur maximale est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Fixe dans la liste déroulante et spécifier une valeur différente dans le champ de saisie sur la droite. Axes croisés - est utilisé pour spécifier un point sur l'axe vertical où l'axe horizontal doit le traverser. L'option Auto est sélectionnée par défaut, dans ce cas la valeur du point d'intersection est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Valeur dans la liste déroulante et spécifier une valeur différente dans le champ de saisie à droite, ou définir le point d'intersection des axes à la Valeur minimum/maximum sur l'axe vertical. Unités d'affichage - est utilisé pour déterminer la représentation des valeurs numériques le long de l'axe vertical. Cette option peut être utile si vous travaillez avec de grands nombres et souhaitez que les valeurs sur l'axe soient affichées de manière plus compacte et plus lisible (par exemple, vous pouvez représenter 50 000 comme 50 en utilisant les unités d'affichage de Milliers). Sélectionnez les unités souhaitées dans la liste déroulante : Centaines, Milliers, 10 000, 100 000, Millions, 10 000 000, 100 000 000, Milliards, Billions, ou choisissez l'option Aucun pour retourner aux unités par défaut. Valeurs dans l'ordre inverse - est utilisé pour afficher les valeurs dans la direction opposée. Lorsque la case n'est pas cochée, la valeur la plus basse est en bas et la valeur la plus haute est en haut de l'axe. Lorsque la case est cochée, les valeurs sont triées de haut en bas. La section Options de graduations permet d'ajuster l'apparence des graduations sur l'échelle verticale. Les graduations majeures sont les divisions à plus grande échelle qui peuvent avoir des étiquettes affichant des valeurs numériques. Les graduations mineures sont les subdivisions d'échelle qui sont placées entre les graduations majeures et n'ont pas d'étiquettes. Les graduations définissent également l'endroit où le quadrillage peut être affiché, si l'option correspondante est définie dans l'onglet Disposition. Les listes déroulantes Type de majeure/mineure contiennent les options de placement suivantes : Aucune pour ne pas afficher les graduations majeures/mineures, Croix pour afficher les graduations majeures/mineures des deux côtés de l'axe, Intérieur pour afficher les graduations majeures/mineures dans l'axe, Extérieur pour afficher les graduations majeures/mineures à l'extérieur de l'axe. La section Options de libellé permet d'ajuster l'apparence des libellés de graduations majeures qui affichent des valeurs. Pour spécifier la Position du libellé par rapport à l'axe vertical, sélectionnez l'option voulue dans la liste déroulante : Aucun pour ne pas afficher les libellés de graduations, Bas pour afficher les libellés de graduations à gauche de la zone de tracé, Haut pour afficher les libellés de graduations à droite de la zone de tracé, À côté de l'axe pour afficher les libellés de graduations à côté de l'axe. L'onglet Axe horizontal vous permet de modifier les paramètres de l'axe horizontal, également appelés axe des catégories ou axe x, qui affiche des libellés textuels. Notez que l'axe horizontal sera l'axe des valeurs qui affiche des valeurs numériques pour les Graphiques à barres. Dans ce cas, les options de l'onglet Axe horizontal correspondent à celles décrites dans la section précédente. Pour les Graphiques XY(Nuage), les deux axes sont des axes de valeur. La section Options des axes permet de modifier les paramètres suivants : Axes croisés - est utilisé pour spécifier un point sur l'axe horizontal où l'axe vertical doit le traverser. L'option Auto est sélectionnée par défaut, dans ce cas la valeur du point d'intersection est calculée automatiquement en fonction de la plage de données sélectionnée. Vous pouvez sélectionner l'option Valeur dans la liste déroulante et spécifier une valeur différente dans le champ de saisie à droite, ou définir le point d'intersection des axes à la Valeur minimum/maximum(qui correspond à la première/dernière catégorie) sur l'axe horizontal. Position de l'axe - permet de spécifier où les étiquettes de texte de l'axe doivent être placées : Sur les graduations ou Entre les graduations. Valeurs dans l'ordre inverse - est utilisé pour afficher les catégories dans la direction opposée. Lorsque la case n'est pas cochée, les catégories sont affichées de gauche à droite. Lorsque la case est cochée, les catégories sont triées de droite à gauche. La section Options de graduations permet d'ajuster l'apparence des graduations sur l'échelle horizontale. Les graduations majeures sont les divisions à plus grande échelle qui peuvent avoir des étiquettes affichant les catégories. Les graduations mineures sont les divisions plus petites qui sont placées entre les graduations majeures et n'ont pas d'étiquettes. Les graduations définissent également l'endroit où le quadrillage peut être affiché, si l'option correspondante est définie dans l'onglet Disposition. Vous pouvez ajuster les paramètres de graduation suivants : Type de majeure/mineure est utilisé pour spécifier les options de placement suivantes : Aucune pour ne pas afficher les graduations majeures/mineures, Croix pour afficher les graduations majeures/mineures des deux côtés de l'axe, Intérieur pour afficher les graduations majeures/mineures dans l'axe, Extérieur pour afficher les graduations majeures/mineures à l'extérieur de l'axe. Intervalle entre les graduations - est utilisé pour spécifier le nombre de catégories à afficher entre deux marques de graduation adjacentes. La section Options de libellé permet d'ajuster l'apparence des libellés qui affichent les catégories. Position du libellé - est utilisé pour spécifier où les libellés doivent être placés par rapport à l'axe horizontal. Sélectionnez l'option souhaitée dans la liste déroulante : Aucun pour ne pas afficher les libellés de graduations, Bas pour afficher les libellés de graduations au bas de la zone de tracé, Haut pour afficher les libellés de graduations en haut de la zone de tracé, À côté de l'axe pour afficher les libellés de graduations à côté de l'axe. Distance du libellé - est utilisé pour spécifier la distance entre les libellés et l'axe. Spécifiez la valeur voulue dans le champ d'entrée. Plus la valeur que vous définissez est élevée, plus la distance entre l'axe et les libellés est grande. Intervalle entre les libellés - est utilisé pour spécifier la fréquence à laquelle les libellés doivent être affichés. L'option Auto est sélectionnée par défaut, dans ce cas les libellés sont affichés pour chaque catégorie. Vous pouvez sélectionner l'option Manuel dans la liste déroulante et spécifier la valeur voulue dans le champ de saisie sur la droite. Par exemple, entrez 2 pour afficher les libellés pour une catégorie sur deux. L'onglet Texte de remplacement permet de spécifier un Titre et une Description qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information du graphique. une fois le graphique ajouté vous pouvez modifier sa taille et sa position.Vous pouvez spécifier la position du graphique sur la diapositive en le faisant glisser verticalement ou horizontalement. Modifier les éléments de graphique Pour modifier le Titre du graphique, sélectionnez le texte par défaut à l'aide de la souris et saisissez le vôtre à la place. Pour modifier la mise en forme de la police dans les éléments de texte, tels que le titre du graphique, les titres des axes, les entrées de légende, les étiquettes de données, etc., sélectionnez l'élément de texte nécessaire en cliquant dessus. Utilisez ensuite les icônes de l'onglet Accueil de la barre d'outils supérieure pour modifier le type de police, le style, la taille ou la couleur. Pour supprimer un élément de graphique, sélectionnez-le avec la souris et appuyez sur la touche Suppr. Vous pouvez également faire pivoter les graphiques 3D à l'aide de la souris. Faites un clic gauche dans la zone de tracé et maintenez le bouton de la souris enfoncé jusqu'à ce qu'une boîte pointillée bleue apparaisse. Faites glisser le curseur sans relâcher le bouton de la souris pour modifier l'orientation du graphique 3D. Ajuster les paramètres du graphiqueLa taille du graphique, le type et le style ainsi que les données utilisées pour créer le graphique peuvent être modifiés en utilisant la barre latérale droite. Pour l'activer, cliquez sur le graphique et sélectionnez l'icône Paramètres du graphique à droite. La section Taille vous permet de modifier la largeur et/ou la hauteur du graphique. Si le bouton Proportions constantes est activé (auquel cas il ressemble à ceci ), la largeur et la hauteur seront changées en même temps, le ratio d'aspect du graphique original sera préservé. La section Modifier le type de graphique vous permet de modifier le type et/ou le style de graphique sélectionné à l'aide du menu déroulant correspondant. Pour sélectionner le Style de graphique nécessaire, utilisez le deuxième menu déroulant de la section Modifier le type de graphique. Le bouton Modifier les données vous permet d'ouvrir la fenêtre de l'Éditeur de graphiques et de commencer à éditer les données comme décrit ci-dessus. Remarque : pour ouvrir rapidement la fenêtre \"Éditeur de graphiques\", vous pouvez également double-cliquer sur le graphique dans la diapositive. Lorsque le graphique est sélectionné, l'icône Paramètres de forme est également disponible sur la droite, car une forme est utilisée comme arrière-plan pour le graphique. Vous pouvez cliquer sur cette icône pour ouvrir l'onglet Paramètres de forme dans la barre latérale droite et ajuster le Remplissage et le Contour de la forme. Notez que vous ne pouvez pas modifier le type de forme. Pour supprimer un graphique inséré, sélectionnez-le avec la souris et appuyez sur la touche Suppr. Pour apprendre à aligner un graphique sur la diapositive ou à organiser plusieurs objets, reportez-vous à la section Aligner et organiser les objets dans une diapositive." }, { "id": "UsageInstructions/InsertEquation.htm", "title": "Insérer des équations", - "body": "Presentation Editor vous permet de créer des équations à l'aide des modèles intégrés, de les éditer, d'insérer des caractères spéciaux (y compris des opérateurs mathématiques, des lettres grecques, des accents, etc.). Ajouter une nouvelle équation Pour insérer une nouvelle équation depuis la galerie, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur la flèche à côté de l'icône Équation dans la barre d'outils supérieure, sélectionnez la catégorie d'équation voulue dans la liste déroulante. Les catégories suivantes sont actuellement disponibles : Symboles, Fractions, Scripts, Radicaux, Intégrales, Grands opérateurs, Crochets, Fonctions, Accentuations, Limites et Logarithmes, Opérateurs, Matrices, cliquez sur le symbole/l'équation dans l'ensemble de modèles correspondant. Le symbole/l'équation sera inséré(e) au centre de la diapositive actuelle.Si vous ne voyez pas la bordure de la boîte d'équations, cliquez n'importe où dans l'équation - la bordure sera affichée en pointillé. La boîte d'équation peut être librement déplacée, redimensionnée ou pivotée sur la diapositive. Pour ce faire, cliquez sur la bordure de la boîte d'équation (elle sera affichée en trait plein) et utilisez les poignées correspondantes.Chaque modèle d'équation représente un ensemble d'emplacements. Un emplacement est une position pour chaque élément qui compose l'équation. Un emplacement vide (également appelé espace réservé) a un contour en pointillé . Vous devez remplir tous les espaces réservés en spécifiant les valeurs nécessaires. Entrer des valeurs Le point d'insertion spécifie où le prochain caractère que vous entrez apparaîtra. Pour positionner le point d'insertion avec précision, cliquez dans un espace réservé et utilisez les flèches du clavier pour déplacer le point d'insertion d'un caractère vers la gauche/droite.Une fois le point d'insertion positionné, vous pouvez remplir l'espace réservé : entrer la valeur numérique/littérale souhaitée à l'aide du clavier, insérer un caractère spécial à l'aide de la palette Symboles dans le menu Équation de l'onglet Insertion de la barre d'outils supérieure, ajouter un autre modèle d'équation à partir de la palette pour créer une équation imbriquée complexe. La taille de l'équation primaire sera automatiquement ajustée pour s'adapter à son contenu. La taille des éléments de l'équation imbriquée dépend de la taille de l'espace réservé de l'équation primaire, mais elle ne peut pas être inférieure à la taille de sous-indice. Pour ajouter de nouveaux éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour ajouter un nouvel argument avant ou après celui existant dans les Crochets, vous pouvez cliquer avec le bouton droit sur l'argument existant et sélectionner l'option Insérer un argument avant/après dans le menu. Pour ajouter une nouvelle équation dans les Cas avec plusieurs conditions du groupe Crochets, vous pouvez cliquer avec le bouton droit de la souris sur un espace réservé vide ou une équation entrée et sélectionner l'option Insérer une équation avant/après dans le menu. Pour ajouter une nouvelle ligne ou une colonne dans une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur un espace réservé, sélectionner l'option Insérer dans le menu, puis sélectionner Ligne au-dessus/en dessous ou Colonne à gauche/à droite. Remarque : actuellement, les équations ne peuvent pas être entrées en utilisant le format linéaire, c'est-à-dire \\sqrt(4&x^3). Lorsque vous entrez les valeurs des expressions mathématiques, vous n'avez pas besoin d'utiliser la Barre d'espace car les espaces entre les caractères et les signes des opérations sont définis automatiquement. Si l'équation est trop longue et ne tient pas en une seule ligne, le saut de ligne automatique se produit pendant que vous tapez. Vous pouvez également insérer un saut de ligne à une position spécifique en cliquant avec le bouton droit sur un opérateur mathématique et en sélectionnant l'option Insérer un saut manuel dans le menu. L'opérateur sélectionné va commencer une nouvelle ligne. Pour supprimer le saut de ligne manuel ajouté, cliquez avec le bouton droit sur l'opérateur mathématique qui commence une nouvelle ligne et sélectionnez l'option Supprimer un saut manuel. Mise en forme des équations Par défaut, l'équation dans la zone de texte est centrée horizontalement et alignée verticalement au haut de la zone de texte. Pour modifier son alignement horizontal/vertical, placez le curseur dans la boîte d'équation (les bordures de la zone de texte seront affichées en pointillés) et utilisez les icônes correspondantes dans l'onglet Accueil de la barre d'outils supérieure. Pour augmenter ou diminuer la taille de la police d'équation, cliquez n'importe où dans la boîte d'équation et sélectionnez la taille de police nécessaire dans la liste de l'onglet Accueil de la barre d'outils supérieure. Tous les éléments d'équation changeront en conséquence. Les lettres de l'équation sont en italique par défaut. Si nécessaire, vous pouvez changer le style de police (gras, italique, barré) ou la couleur pour une équation entière ou une portion. Le style souligné peut être appliqué uniquement à l'équation entière et non aux caractères individuels. Sélectionnez la partie de l'équation voulue en cliquant et en faisant glisser. La partie sélectionnée sera surlignée en bleu. Utilisez ensuite les boutons nécessaires dans l'onglet Accueil de la barre d'outils supérieure pour formater la sélection. Par exemple, vous pouvez supprimer le format italique pour les mots ordinaires qui ne sont pas des variables ou des constantes.Pour modifier des éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour modifier le format des Fractions, vous pouvez cliquer sur une fraction avec le bouton droit de la souris et sélectionner l'option Changer en fraction en biais/linéaire/empilée dans le menu (les options disponibles varient en fonction du type de fraction sélectionné). Pour modifier la position des Scripts par rapport au texte, vous pouvez faire un clic droit sur l'équation contenant des scripts et sélectionner l'option Scripts avant/après le texte dans le menu. Pour modifier la taille des arguments pour Scripts, Radicaux, Intégrales, Grands opérateurs, Limites et Logarithmes, Opérateurs ainsi que pour les accolades supérieures/inférieures et les modèles avec des caractères de regroupement du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur l'argument que vous souhaitez modifier et sélectionnez l'option Augmenter/Diminuer la taille de l'argument dans le menu. Pour spécifier si un espace libre vide doit être affiché ou non pour un Radical, vous pouvez cliquer avec le bouton droit de la souris sur le radical et sélectionner l'option Masquer/Afficher le degré dans le menu. Pour spécifier si un espace libre vide doit être affiché ou non pour une Intégrale ou un Grand opérateur, vous pouvez cliquer sur l'équation avec le bouton droit de la souris et sélectionner l'option Masquer/Afficher la limite supérieure/inférieure dans le menu. Pour modifier la position des limites relative au signe d'intégrale ou d'opérateur pour les Intégrales ou les Grands opérateurs, vous pouvez cliquer avec le bouton droit sur l'équation et sélectionner l'option Modifier l'emplacement des limites dans le menu. Les limites peuvent être affichées à droite du signe de l'opérateur (sous forme d'indices et d'exposants) ou directement au-dessus et au-dessous du signe de l'opérateur. Pour modifier la position des limites par rapport au texte des Limites et des Logarithmes et des modèles avec des caractères de regroupement du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur l'équation et sélectionner l'option Limites sur/sous le texte dans le menu. Pour choisir lequel des Crochets doit être affiché, vous pouvez cliquer avec le bouton droit de la souris sur l'expression qui s'y trouve et sélectionner l'option Masquer/Afficher les parenthèses ouvrantes/fermantes dans le menu. Pour contrôler la taille des Crochets, vous pouvez cliquer avec le bouton droit sur l'expression qui s'y trouve. L'option Étirer les parenthèses est sélectionnée par défaut afin que les parenthèses puissent croître en fonction de l'expression qu'elles contiennent, mais vous pouvez désélectionner cette option pour empêcher l'étirement des parenthèses. Lorsque cette option est activée, vous pouvez également utiliser l'option Faire correspondre les crochets à la hauteur de l'argument. Pour modifier la position du caractère par rapport au texte des accolades ou des barres supérieures/inférieures du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur le modèle et sélectionner l'option Caractère/Barre sur/sous le texte dans le menu. Pour choisir les bordures à afficher pour une Formule encadrée du groupe Accentuations, vous pouvez cliquer sur l'équation avec le bouton droit de la souris et sélectionner l'option Propriétés de bordure dans le menu, puis sélectionner Masquer/Afficher bordure supérieure/inférieure/gauche/droite ou Ajouter/Masquer ligne horizontale/verticale/diagonale. Pour spécifier si un espace réservé vide doit être affiché ou non pour une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur celle-ci et sélectionner l'option Masquer/Afficher l'espace réservé dans le menu. Pour aligner des éléments d'équation, vous pouvez utiliser les options du menu contextuel : Pour aligner des équations dans les Cas avec plusieurs conditions du groupe Crochets, vous pouvez cliquer avec le bouton droit de la souris sur une équation, sélectionner l'option Alignement dans le menu, puis sélectionnez le type d'alignement : Haut, Centre ou Bas. Pour aligner une Matrice verticalement, vous pouvez cliquer avec le bouton droit sur la matrice, sélectionner l'option Alignement de matrice dans le menu, puis sélectionner le type d'alignement : Haut, Centre ou Bas. Pour aligner les éléments d'une colonne de Matrice horizontalement, vous pouvez cliquer avec le bouton droit sur la colonne, sélectionner l'option Alignement de colonne dans le menu, puis sélectionner le type d'alignement : Gauche, Centre ou Droite. Supprimer les éléments d'une équation Pour supprimer une partie de l'équation, sélectionnez la partie que vous souhaitez supprimer en faisant glisser la souris ou en maintenant la touche Maj enfoncée et en utilisant les boutons fléchés, puis appuyez sur la touche Suppr du clavier. Un emplacement ne peut être supprimé qu'avec le modèle auquel il appartient. Pour supprimer toute l'équation, cliquez sur la bordure de la boîte d'équation (elle sera affichée en trait continu) et appuyez sur la touche Suppr du clavier.Pour supprimer certains éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour supprimer un Radical, vous pouvez faire un clic droit dessus et sélectionner l'option Supprimer radical dans le menu. Pour supprimer un Indice et/ou un Exposant, vous pouvez cliquer avec le bouton droit sur l'expression qui les contient et sélectionner l'option Supprimer indice/exposant dans le menu. Si l'expression contient des scripts qui viennent avant le texte, l'option Supprimer les scripts est disponible. Pour supprimer des Crochets, vous pouvez cliquer avec le bouton droit de la souris sur l'expression qu'ils contiennent et sélectionner l'option Supprimer les caractères englobants ou Supprimer les caractères englobants et séparateurs dans le menu. Si l'expression contenue dans les Crochets comprend plus d'un argument, vous pouvez cliquer avec le bouton droit de la souris sur l'argument que vous voulez supprimer et sélectionner l'option Supprimer l'argument dans le menu. Si les Crochets contiennent plus d'une équation (c'est-à-dire des Cas avec plusieurs conditions), vous pouvez cliquer avec le bouton droit sur l'équation que vous souhaitez supprimer et sélectionner l'option Supprimer l'équation dans le menu. Pour supprimer une Limite, vous pouvez faire un clic droit dessus et sélectionner l'option Supprimer limite dans le menu. Pour supprimer une Accentuation, vous pouvez cliquer avec le bouton droit de la souris et sélectionner l'option Supprimer le caractère d'accentuation, Supprimer le caractère ou Supprimer la barre dans le menu (les options disponibles varient en fonction de l'accent sélectionné). Pour supprimer une ligne ou une colonne d'une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur l'espace réservé dans la ligne/colonne à supprimer, sélectionner l'option Supprimer dans le menu, puis sélectionner Supprimer la ligne/Colonne." + "body": "Presentation Editor vous permet de créer des équations à l'aide des modèles intégrés, de les éditer, d'insérer des caractères spéciaux (y compris des opérateurs mathématiques, des lettres grecques, des accents, etc.). Ajouter une nouvelle équation Pour insérer une nouvelle équation depuis la galerie, passez à l'onglet Insertion de la barre d'outils supérieure, cliquez sur la flèche à côté de l'icône Équation dans la barre d'outils supérieure, sélectionnez la catégorie d'équation voulue dans la liste déroulante. Les catégories suivantes sont actuellement disponibles : Symboles, Fractions, Scripts, Radicaux, Intégrales, Grands opérateurs, Crochets, Fonctions, Accentuations, Limites et Logarithmes, Opérateurs, Matrices, cliquez sur le symbole/l'équation dans l'ensemble de modèles correspondant. Le symbole/l'équation sera inséré(e) au centre de la diapositive actuelle.Si vous ne voyez pas la bordure de la boîte d'équations, cliquez n'importe où dans l'équation - la bordure sera affichée en pointillé. La boîte d'équation peut être librement déplacée, redimensionnée ou pivotée sur la diapositive. Pour ce faire, cliquez sur la bordure de la boîte d'équation (elle sera affichée en trait plein) et utilisez les poignées correspondantes.Chaque modèle d'équation représente un ensemble d'emplacements. Un emplacement est une position pour chaque élément qui compose l'équation. Un emplacement vide (également appelé espace réservé) a un contour en pointillé . Vous devez remplir tous les espaces réservés en spécifiant les valeurs nécessaires. Entrer des valeurs Le point d'insertion spécifie où le prochain caractère que vous entrez apparaîtra. Pour positionner le point d'insertion avec précision, cliquez dans un espace réservé et utilisez les flèches du clavier pour déplacer le point d'insertion d'un caractère vers la gauche/droite.Une fois le point d'insertion positionné, vous pouvez remplir l'espace réservé : entrer la valeur numérique/littérale souhaitée à l'aide du clavier, insérer un caractère spécial à l'aide de la palette Symboles dans le menu Équation de l'onglet Insertion de la barre d'outils supérieure, ajouter un autre modèle d'équation à partir de la palette pour créer une équation imbriquée complexe. La taille de l'équation primaire sera automatiquement ajustée pour s'adapter à son contenu. La taille des éléments de l'équation imbriquée dépend de la taille de l'espace réservé de l'équation primaire, mais elle ne peut pas être inférieure à la taille de sous-indice. Pour ajouter de nouveaux éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour ajouter un nouvel argument avant ou après celui existant dans les Crochets, vous pouvez cliquer avec le bouton droit sur l'argument existant et sélectionner l'option Insérer un argument avant/après dans le menu. Pour ajouter une nouvelle équation dans les Cas avec plusieurs conditions du groupe Crochets, vous pouvez cliquer avec le bouton droit de la souris sur un espace réservé vide ou une équation entrée et sélectionner l'option Insérer une équation avant/après dans le menu. Pour ajouter une nouvelle ligne ou une colonne dans une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur un espace réservé, sélectionner l'option Insérer dans le menu, puis sélectionner Ligne au-dessus/en dessous ou Colonne à gauche/à droite. Remarque : actuellement, les équations ne peuvent pas être entrées en utilisant le format linéaire, c'est-à-dire \\sqrt(4&x^3). Lorsque vous entrez les valeurs des expressions mathématiques, vous n'avez pas besoin d'utiliser la Barre d'espace car les espaces entre les caractères et les signes des opérations sont définis automatiquement. Si l'équation est trop longue et ne tient pas en une seule ligne, le saut de ligne automatique se produit pendant que vous tapez. Vous pouvez également insérer un saut de ligne à une position spécifique en cliquant avec le bouton droit sur un opérateur mathématique et en sélectionnant l'option Insérer un saut manuel dans le menu. L'opérateur sélectionné va commencer une nouvelle ligne. Pour supprimer le saut de ligne manuel ajouté, cliquez avec le bouton droit sur l'opérateur mathématique qui commence une nouvelle ligne et sélectionnez l'option Supprimer un saut manuel. Mise en forme des équations Par défaut, l'équation dans la zone de texte est centrée horizontalement et alignée verticalement au haut de la zone de texte. Pour modifier son alignement horizontal/vertical, placez le curseur dans la boîte d'équation (les bordures de la zone de texte seront affichées en pointillés) et utilisez les icônes correspondantes dans l'onglet Accueil de la barre d'outils supérieure. Pour augmenter ou diminuer la taille de la police d'équation, cliquez n'importe où dans la boîte d'équation et sélectionnez la taille de police nécessaire dans la liste de l'onglet Accueil de la barre d'outils supérieure. Tous les éléments d'équation changeront en conséquence. Les lettres de l'équation sont en italique par défaut. Si nécessaire, vous pouvez changer le style de police (gras, italique, barré) ou la couleur pour une équation entière ou une portion. Le style souligné peut être appliqué uniquement à l'équation entière et non aux caractères individuels. Sélectionnez la partie de l'équation voulue en cliquant et en faisant glisser. La partie sélectionnée sera surlignée en bleu. Utilisez ensuite les boutons nécessaires dans l'onglet Accueil de la barre d'outils supérieure pour formater la sélection. Par exemple, vous pouvez supprimer le format italique pour les mots ordinaires qui ne sont pas des variables ou des constantes.Pour modifier des éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour modifier le format des Fractions, vous pouvez cliquer sur une fraction avec le bouton droit de la souris et sélectionner l'option Changer en fraction en biais/linéaire/empilée dans le menu (les options disponibles varient en fonction du type de fraction sélectionné). Pour modifier la position des Scripts par rapport au texte, vous pouvez faire un clic droit sur l'équation contenant des scripts et sélectionner l'option Scripts avant/après le texte dans le menu. Pour modifier la taille des arguments pour Scripts, Radicaux, Intégrales, Grands opérateurs, Limites et Logarithmes, Opérateurs ainsi que pour les accolades supérieures/inférieures et les modèles avec des caractères de regroupement du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur l'argument que vous souhaitez modifier et sélectionnez l'option Augmenter/Diminuer la taille de l'argument dans le menu. Pour spécifier si un espace libre vide doit être affiché ou non pour un Radical, vous pouvez cliquer avec le bouton droit de la souris sur le radical et sélectionner l'option Masquer/Afficher le degré dans le menu. Pour spécifier si un espace libre vide doit être affiché ou non pour une Intégrale ou un Grand opérateur, vous pouvez cliquer sur l'équation avec le bouton droit de la souris et sélectionner l'option Masquer/Afficher la limite supérieure/inférieure dans le menu. Pour modifier la position des limites relative au signe d'intégrale ou d'opérateur pour les Intégrales ou les Grands opérateurs, vous pouvez cliquer avec le bouton droit sur l'équation et sélectionner l'option Modifier l'emplacement des limites dans le menu. Les limites peuvent être affichées à droite du signe de l'opérateur (sous forme d'indices et d'exposants) ou directement au-dessus et au-dessous du signe de l'opérateur. Pour modifier la position des limites par rapport au texte des Limites et des Logarithmes et des modèles avec des caractères de regroupement du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur l'équation et sélectionner l'option Limites sur/sous le texte dans le menu. Pour choisir lequel des Crochets doit être affiché, vous pouvez cliquer avec le bouton droit de la souris sur l'expression qui s'y trouve et sélectionner l'option Masquer/Afficher les parenthèses ouvrantes/fermantes dans le menu. Pour contrôler la taille des Crochets, vous pouvez cliquer avec le bouton droit sur l'expression qui s'y trouve. L'option Étirer les parenthèses est sélectionnée par défaut afin que les parenthèses puissent croître en fonction de l'expression qu'elles contiennent, mais vous pouvez désélectionner cette option pour empêcher l'étirement des parenthèses. Lorsque cette option est activée, vous pouvez également utiliser l'option Faire correspondre les crochets à la hauteur de l'argument. Pour modifier la position du caractère par rapport au texte des accolades ou des barres supérieures/inférieures du groupe Accentuations, vous pouvez cliquer avec le bouton droit sur le modèle et sélectionner l'option Caractère/Barre sur/sous le texte dans le menu. Pour choisir les bordures à afficher pour une Formule encadrée du groupe Accentuations, vous pouvez cliquer sur l'équation avec le bouton droit de la souris et sélectionner l'option Propriétés de bordure dans le menu, puis sélectionner Masquer/Afficher bordure supérieure/inférieure/gauche/droite ou Ajouter/Masquer ligne horizontale/verticale/diagonale. Pour spécifier si un espace réservé vide doit être affiché ou non pour une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur celle-ci et sélectionner l'option Masquer/Afficher l'espace réservé dans le menu. Pour aligner des éléments d'équation, vous pouvez utiliser les options du menu contextuel : Pour aligner des équations dans les Cas avec plusieurs conditions du groupe Crochets, vous pouvez cliquer avec le bouton droit de la souris sur une équation, sélectionner l'option Alignement dans le menu, puis sélectionnez le type d'alignement : Haut, Centre ou Bas. Pour aligner une Matrice verticalement, vous pouvez cliquer avec le bouton droit sur la matrice, sélectionner l'option Alignement de matrice dans le menu, puis sélectionner le type d'alignement : Haut, Centre ou Bas. Pour aligner les éléments d'une colonne de Matrice horizontalement, vous pouvez cliquer avec le bouton droit sur la colonne, sélectionner l'option Alignement de colonne dans le menu, puis sélectionner le type d'alignement : Gauche, Centre ou Droite. Supprimer les éléments d'une équation Pour supprimer une partie de l'équation, sélectionnez la partie que vous souhaitez supprimer en faisant glisser la souris ou en maintenant la touche Maj enfoncée et en utilisant les boutons fléchés, puis appuyez sur la touche Suppr du clavier. Un emplacement ne peut être supprimé qu'avec le modèle auquel il appartient. Pour supprimer toute l'équation, cliquez sur la bordure de la boîte d'équation (elle sera affichée en trait continu) et appuyez sur la touche Suppr du clavier.Pour supprimer certains éléments d'équation, vous pouvez également utiliser les options du menu contextuel : Pour supprimer un Radical, vous pouvez faire un clic droit dessus et sélectionner l'option Supprimer radical dans le menu. Pour supprimer un Indice et/ou un Exposant, vous pouvez cliquer avec le bouton droit sur l'expression qui les contient et sélectionner l'option Supprimer indice/exposant dans le menu. Si l'expression contient des scripts qui viennent avant le texte, l'option Supprimer les scripts est disponible. Pour supprimer des Crochets, vous pouvez cliquer avec le bouton droit de la souris sur l'expression qu'ils contiennent et sélectionner l'option Supprimer les caractères englobants ou Supprimer les caractères englobants et séparateurs dans le menu. Si l'expression contenue dans les Crochets comprend plus d'un argument, vous pouvez cliquer avec le bouton droit de la souris sur l'argument que vous voulez supprimer et sélectionner l'option Supprimer l'argument dans le menu. Si les Crochets contiennent plus d'une équation (c'est-à-dire des Cas avec plusieurs conditions), vous pouvez cliquer avec le bouton droit sur l'équation que vous souhaitez supprimer et sélectionner l'option Supprimer l'équation dans le menu. Pour supprimer une Limite, vous pouvez faire un clic droit dessus et sélectionner l'option Supprimer limite dans le menu. Pour supprimer une Accentuation, vous pouvez cliquer avec le bouton droit de la souris et sélectionner l'option Supprimer le caractère d'accentuation, Supprimer le caractère ou Supprimer la barre dans le menu (les options disponibles varient en fonction de l'accent sélectionné). Pour supprimer une ligne ou une colonne d'une Matrice, vous pouvez cliquer avec le bouton droit de la souris sur l'espace réservé dans la ligne/colonne à supprimer, sélectionner l'option Supprimer dans le menu, puis sélectionner Supprimer la ligne/Colonne." }, { "id": "UsageInstructions/InsertImages.htm", @@ -128,7 +128,7 @@ var indexes = { "id": "UsageInstructions/InsertText.htm", "title": "Insérer et mettre en forme votre texte", - "body": "Insérer votre texte Vous pouvez ajouter un nouveau texte de trois manières différentes : Ajoutez un passage de texte dans l'espace réservé de texte correspondant inclus dans la présentation de diapositive. Pour ce faire, placez simplement le curseur dans l'espace réservé et tapez votre texte ou collez-le en utilisant la combinaison de touches Ctrl+V à la place du texte par défaut correspondant. Ajoutez un passage de texte n'importe où sur une diapositive. Vous pouvez insérer une zone de texte (un cadre rectangulaire qui permet de saisir du texte) ou un objet Text Art (une zone de texte avec un style de police et une couleur prédéfinis permettant d'appliquer certains effets de texte). Selon le type d'objet textuel voulu, vous pouvez effectuer les opérations suivantes : Pour ajouter une zone de texte, cliquez sur l'icône Zone de texte dans l'onglet Accueil ou Insertion de la barre d'outils supérieure, puis cliquez sur l'emplacement où vous souhaitez insérer la zone de texte, maintenez le bouton de la souris enfoncé et faites glisser la bordure pour définir sa taille. Lorsque vous relâchez le bouton de la souris, le point d'insertion apparaîtra dans la zone de texte ajoutée, vous permettant d'entrer votre texte.Remarque: il est également possible d'insérer une zone de texte en cliquant sur l'icône Forme dans la barre d'outils supérieure et en sélectionnant la forme dans le groupe Formes de base. Pour ajouter un objet Text Art, cliquez sur l'icône Text Art dans l'onglet Insertion de la barre d'outils supérieure, puis cliquez sur le modèle de style souhaité - l'objet Text Art sera ajouté au centre de la diapositive. Sélectionnez le texte par défaut dans la zone de texte avec la souris et remplacez-le par votre propre texte. Ajouter un passage de texte dans une forme automatique. Sélectionnez une forme et commencez à taper votre texte. Cliquez en dehors de l'objet texte pour appliquer les modifications et revenir à la diapositive. Le texte dans l'objet textuel fait partie de celui ci (ainsi si vous déplacez ou faites pivoter l'objet textuel, le texte change de position lui aussi). Comme un objet texte inséré représente un cadre rectangulaire (avec des bordures de zone de texte invisibles par défaut) avec du texte à l'intérieur et que ce cadre est une forme automatique commune, vous pouvez modifier aussi bien les propriétés de forme que de texte. Pour supprimer l'objet texte ajouté, cliquez sur la bordure de la zone de texte et appuyez sur la touche Suppr du clavier. Le texte dans la zone de texte sera également supprimé. Mettre en forme une zone de texte Sélectionnez la zone de texte en cliquant sur sa bordure pour pouvoir modifier ses propriétés. Lorsque la zone de texte est sélectionnée, ses bordures sont affichées en tant que lignes pleines (non pointillées). Pour redimensionner, déplacer, faire pivoter la zone de texte, utilisez les poignées spéciales sur les bords de la forme. Pour modifier le remplissage, le contour de la zone de texte, remplacer la boîte rectangulaire par une forme différente, ou accédez aux paramètres avancés de forme, cliquez sur l'icône Paramètres de forme dans la barre latérale droite et utilisez les options correspondantes. Pour aligner une zone de texte sur la diapositive ou organiser des zones de texte par rapport à d'autres objets, cliquez avec le bouton droit sur la bordure de la zone de texte et utilisez les options de menu contextuel. Pour créer des colonnes de texte dans la zone de texte, cliquez avec le bouton droit sur la bordure de la zone de texte, cliquez ensuite sur l'option Paramètres avancés de forme et passez à l'onglet Colonnes de la fenêtre Forme - Paramètres avancés. Mettre en forme le texte dans la zone de texte Cliquez sur le texte dans la zone de texte pour pouvoir modifier ses propriétés. Lorsque le texte est sélectionné, les bordures de la zone de texte sont affichées en lignes pointillées. Remarque : il est également possible de modifier le formatage du texte lorsque la zone de texte (et non le texte lui-même) est sélectionnée. Dans ce cas, toutes les modifications seront appliquées à tout le texte dans la zone de texte. Certaines options de mise en forme de police (type de police, taille, couleur et styles de décoration) peuvent être appliquées séparément à une partie du texte précédemment sélectionnée. Aligner votre texte dans la zone de texte Le texte peut être aligné horizontalement de quatre façons : aligné à gauche, centré, aligné à droite et justifié. Pour ce faire : placez le curseur à la position où vous voulez appliquer l'alignement (une nouvelle ligne ou le texte déjà saisi ), faites dérouler la liste Alignement horizontal dans l'onglet Accueil de la barre d'outils supérieure, sélectionnez le type d'alignement que vous allez appliquer : l'option Aligner le texte à gauche vous permet d'aligner votre texte sur le côté gauche de la zone de texte (le côté droit reste non aligné). l'option Aligner le texte au centre vous permet d'aligner votre texte au centre de la zone de texte (les côtés droit et gauche ne sont pas alignés). l'option Aligner le texte à droite vous permet d'aligner votre texte sur le côté droit de la zone de texte (le côté gauche reste non aligné). l'option Justifier vous permet d'aligner votre texte par les côtés gauche et droit de la zone de texte (l'espacement supplémentaire est ajouté si nécessaire pour garder l'alignement). Le texte peut être aligné verticalement de trois façons : haut, milieu ou bas. Pour ce faire : placez le curseur à la position où vous voulez appliquer l'alignement (une nouvelle ligne ou le texte déjà saisi ), faites dérouler la liste Alignement vertical dans l'onglet Accueil de la barre d'outils supérieure, sélectionnez le type d'alignement que vous allez appliquer : l'option Aligner le texte en haut vous permet d'aligner votre texte sur le haut de la zone de texte. l'option Aligner le texte au milieu vous permet d'aligner votre texte au centre de la zone de texte. l'option Aligner le texte en bas vous permet d'aligner votre texte au bas de la zone de texte. Changer la direction du texte Pour faire Pivoter le texte dans la zone de texte, cliquez avec le bouton droit sur le texte, sélectionnez l'option Direction du texte, puis choisissez l'une des options disponibles : Horizontal (sélectionné par défaut), Rotation à 90° (définit une direction verticale, de haut en bas) ou Rotation à 270° (définit une direction verticale, de bas en haut). Ajuster le type de police, la taille, la couleur et appliquer les styles de décoration Vous pouvez sélectionner le type, la taille et la couleur de police et appliquer l'un des styles de décoration en utilisant les icônes correspondantes situées dans l'onglet Accueil de la barre d'outils supérieure. Remarque : si vous voulez appliquer la mise en forme au texte déjà saisi, sélectionnez-le avec la souris ou en utilisant le clavier et appliquez la mise en forme. Nom de la police Sert à sélectionner l'une des polices disponibles dans la liste. Taille de la police Sert à sélectionner la taille de la police parmi les valeurs disponibles dans la liste déroulante, ou la saisir à la main dans le champ de la taille de police. Couleur de police Sert à changer la couleur des lettres /characters dans le texte. Cliquez sur la flèche vers le bas à côté de l'icône pour sélectionner la couleur. Gras Sert à mettre la police en gras pour lui donner plus de poids. Italique Sert à mettre la police en italique pour lui donner une certaine inclinaison à droite. Souligné Sert à souligner le texte avec la ligne qui passe sous les lettres. Barré Sert à barrer le texte par la ligne passant par les lettres. Exposant Sert à rendre le texte plus petit et le déplacer vers la partie supérieure de la ligne du texte, par exemple comme dans les fractions. Indice Sert à rendre le texte plus petit et le déplacer vers la partie inférieure de la ligne du texte, par exemple comme dans les formules chimiques. Définir l'interligne et modifier les retraits de paragraphe Vous pouvez définir l'interligne pour les lignes de texte dans le paragraphe ainsi que les marges entre le paragraphe courant et le précédent ou le suivant. Pour le faire, placez le curseur dans le paragraphe de votre choix ou sélectionnez plusieurs paragraphes avec la souris, utilisez les champs correspondants de l'onglet Paramètres de texte dans la barre latérale droite pour obtenir les résultats nécessaires : Interligne - réglez la hauteur de la ligne pour les lignes de texte dans le paragraphe. Vous pouvez choisir parmi trois options : Au moins (sert à régler l'interligne minimale qui est nécessaire pour adapter la plus grande police ou le graphique à la ligne), Multiple (sert à régler l'interligne exprimée en nombre supérieur à 1), Exactement (sert à définir l'interligne fixe). Spécifiez la valeur nécessaire dans le champ situé à droite. Espacement de paragraphe - définissez l'espace entre les paragraphes. Avant - réglez la taille de l'espace avant le paragraphe. Après - réglez la taille de l'espace après le paragraphe. Pour modifier rapidement l'interligne du paragraphe, vous pouvez cliquer sur l'icône Interligne du paragraphe de la barre d'outils supérieure et sélectionnez la valeur nécessaire dans la liste : 1.0, 1.15, 1.5, 2.0, 2.5, ou 3.0 lignes. Pour modifier le décalage de paragraphe du côté gauche de la zone de texte, placez le curseur dans le paragraphe de votre choix ou sélectionnez plusieurs paragraphes à l'aide de la souris et utilisez les icônes correspondantes dans l'onglet Accueil de la barre d'outils supérieure : Réduire le retrait et Augmenter le retrait . Vous pouvez également modifier les paramètres avancés du paragraphe. Placez le curseur dans le paragraphe de votre choix - l'onglet Paramètres du texte sera activé dans la barre latérale droite. Appuyez sur le lien Afficher les paramètres avancés. La fenêtre Propriétés du paragraphe s'ouvre :L'onglet Retrait et placement permet de modifier le décalage de la première ligne par rapport à la marge interne gauche de la zone de texte, ainsi que le décalage de paragraphe par rapport aux marges internes gauche et droite de la zone de texte. Vous pouvez également utilisez la régle horizontale pour changer les retraits.Sélectionnez le(s) paragraphe(s) et faites glisser les marqueurs tout au long de la règle. Le marqueur Retrait de première ligne sert à définir le décalage de la marge interne gauche de la zone de texte pour la première ligne du paragraphe. Le marqueur Retrait négatif sert à définir le décalage du côté gauche de la zone de texte pour la deuxième ligne et toutes les lignes suivantes du paragraphe. Le marqueur Retrait de gauche sert à définir le décalage du paragraphe du côté droit de la zone de texte. Le marqueur Retrait de droite sert à définir le décalage du paragraphe du côté droit de la zone de texte. Remarque : si vous ne voyez pas les règles, passez à l'onglet Accueil de la barre d'outils supérieure, cliquez sur l'icône Afficher les paramètres dans le coin supérieur droit et décochez l'option Masquer les règles pour les afficher.L'onglet Police inclut les paramètres suivants : Barré sert à barrer le texte par la ligne passant par les lettres. Barré double sert à barrer le texte par la ligne double passant par les lettres. Exposant sert à rendre le texte plus petit et le déplacer vers la partie supérieure de la ligne du texte, par exemple comme dans les fractions. Indice sert à rendre le texte plus petit et le déplacer vers la partie inférieure de la ligne du texte, par exemple comme dans les formules chimiques. Petites majuscules sert à mettre toutes les lettres en petite majuscule. Majuscules sert à mettre toutes les lettres en majuscule. Espacement sert à définir l'espace entre les caractères. L'onglet Tabulation vous permet de changer les taquets de tabulation c'est-à-dire l'emplacement où le curseur s'arrête quand vous appuyez sur la touche Tab du clavier. Position sert à personnaliser les taquets de tabulation. Saisissez la valeur nécessaire dans ce champ, réglez-la en utilisant les boutons à flèche et cliquez sur le bouton Spécifier. La position du taquet de tabulation personnalisée sera ajoutée à la liste dans le champ au-dessous. La tabulation Par défaut est 1.25 cm. Vous pouvez augmenter ou diminuer cette valeur en utilisant les boutons à flèche ou en saisissant la valeur nécessaire dans le champ. Alignement sert à définir le type d'alignment pour chaque taquet de tabulation de la liste. Sélectionnez le taquet nécessaire dans la liste, choisissez la case d'option À gauche, Au centre ou À droite et cliquez sur le bouton Spécifier. De gauche - sert à aligner le texte sur le côté gauche du taquet de tabulation; le texte se déplace à droite du taquet de tabulation quand vous saisissez le texte. Le taquet de tabulation sera indiqué sur la règle horizontale par le marqueur . Du centre - sert à centrer le texte à l'emplacement du taquet de tabulation. Le taquet de tabulation sera indiqué sur la règle horizontale par le marqueur . De droite - sert à aligner le texte sur le côté droit du taquet de tabulation; le texte se déplace à gauche du taquet de tabulation quand vous saisissez le texte. Le taquet de tabulation sera indiqué sur la règle horizontale par le marqueur . Pour supprimer un taquet de tabulation de la liste sélectionnez-le et cliquez sur le bouton Supprimer ou utilisez le bouton Supprimer tout pour vider la liste. Pour définir les taquets de tabulation vous pouvez utiliser la règle horizontale : Cliquez sur le bouton de sélection de tabulation dans le coin supérieur gauche de la zone de travail pour choisir le type d'arrêt de tabulation requis : Gauche , Centre ou Droite . Cliquez sur le bord inférieur de la règle là où vous voulez positionner le taquet de tabulation. Faites-le glisser tout au long de la règle pour changer son emplacement. Pour supprimer le taquet de tabulation ajouté faites-le glisser en dehors de la règle. Remarque : si vous ne voyez pas les règles, passez à l'onglet Accueil de la barre d'outils supérieure, cliquez sur l'icône Afficher les paramètres dans le coin supérieur droit et décochez l'option Masquer les règles pour les afficher. Modifier un style Text Art Sélectionnez un objet texte et cliquez sur l'icône des Paramètres Text Art dans la barre latérale de droite. Modifiez le style de texte appliqué en sélectionnant un nouveau Modèle dans la galerie. Vous pouvez également modifier le style de base en sélectionnant un type de police différent, une autre taille, etc. Changez le remplissage et le contour de police. Les options disponibles sont les mêmes que pour les formes automatiques. Appliquez un effet de texte en sélectionnant le type de transformation de texte voulu dans la galerie Transformation. Vous pouvez ajuster le degré de distorsion du texte en faisant glisser la poignée en forme de diamant rose." + "body": "Insérer votre texte Vous pouvez ajouter un nouveau texte de trois manières différentes : Ajoutez un passage de texte dans l'espace réservé de texte correspondant inclus dans la présentation de diapositive. Pour ce faire, placez simplement le curseur dans l'espace réservé et tapez votre texte ou collez-le en utilisant la combinaison de touches Ctrl+V à la place du texte par défaut correspondant. Ajoutez un passage de texte n'importe où sur une diapositive. Vous pouvez insérer une zone de texte (un cadre rectangulaire qui permet de saisir du texte) ou un objet Text Art (une zone de texte avec un style de police et une couleur prédéfinis permettant d'appliquer certains effets de texte). Selon le type d'objet textuel voulu, vous pouvez effectuer les opérations suivantes : Pour ajouter une zone de texte, cliquez sur l'icône Zone de texte dans l'onglet Accueil ou Insertion de la barre d'outils supérieure, puis cliquez sur l'emplacement où vous souhaitez insérer la zone de texte, maintenez le bouton de la souris enfoncé et faites glisser la bordure pour définir sa taille. Lorsque vous relâchez le bouton de la souris, le point d'insertion apparaîtra dans la zone de texte ajoutée, vous permettant d'entrer votre texte.Remarque: il est également possible d'insérer une zone de texte en cliquant sur l'icône Forme dans la barre d'outils supérieure et en sélectionnant la forme dans le groupe Formes de base. Pour ajouter un objet Text Art, cliquez sur l'icône Text Art dans l'onglet Insertion de la barre d'outils supérieure, puis cliquez sur le modèle de style souhaité - l'objet Text Art sera ajouté au centre de la diapositive. Sélectionnez le texte par défaut dans la zone de texte avec la souris et remplacez-le par votre propre texte. Ajouter un passage de texte dans une forme automatique. Sélectionnez une forme et commencez à taper votre texte. Cliquez en dehors de l'objet texte pour appliquer les modifications et revenir à la diapositive. Le texte dans l'objet textuel fait partie de celui ci (ainsi si vous déplacez ou faites pivoter l'objet textuel, le texte change de position lui aussi). Comme un objet texte inséré représente un cadre rectangulaire (avec des bordures de zone de texte invisibles par défaut) avec du texte à l'intérieur et que ce cadre est une forme automatique commune, vous pouvez modifier aussi bien les propriétés de forme que de texte. Pour supprimer l'objet texte ajouté, cliquez sur la bordure de la zone de texte et appuyez sur la touche Suppr du clavier. Le texte dans la zone de texte sera également supprimé. Mettre en forme une zone de texte Sélectionnez la zone de texte en cliquant sur sa bordure pour pouvoir modifier ses propriétés. Lorsque la zone de texte est sélectionnée, ses bordures sont affichées en tant que lignes pleines (non pointillées). Pour redimensionner, déplacer, faire pivoter la zone de texte, utilisez les poignées spéciales sur les bords de la forme. Pour modifier le remplissage, le contour de la zone de texte, remplacer la boîte rectangulaire par une forme différente, ou accédez aux paramètres avancés de forme, cliquez sur l'icône Paramètres de forme dans la barre latérale droite et utilisez les options correspondantes. Pour aligner une zone de texte sur la diapositive ou organiser des zones de texte par rapport à d'autres objets, cliquez avec le bouton droit sur la bordure de la zone de texte et utilisez les options de menu contextuel. Pour créer des colonnes de texte dans la zone de texte, cliquez avec le bouton droit sur la bordure de la zone de texte, cliquez ensuite sur l'option Paramètres avancés de forme et passez à l'onglet Colonnes de la fenêtre Forme - Paramètres avancés. Mettre en forme le texte dans la zone de texte Cliquez sur le texte dans la zone de texte pour pouvoir modifier ses propriétés. Lorsque le texte est sélectionné, les bordures de la zone de texte sont affichées en lignes pointillées. Remarque : il est également possible de modifier le formatage du texte lorsque la zone de texte (et non le texte lui-même) est sélectionnée. Dans ce cas, toutes les modifications seront appliquées à tout le texte dans la zone de texte. Certaines options de mise en forme de police (type de police, taille, couleur et styles de décoration) peuvent être appliquées séparément à une partie du texte précédemment sélectionnée. Aligner votre texte dans la zone de texte Le texte peut être aligné horizontalement de quatre façons : aligné à gauche, centré, aligné à droite et justifié. Pour ce faire : placez le curseur à la position où vous voulez appliquer l'alignement (une nouvelle ligne ou le texte déjà saisi ), faites dérouler la liste Alignement horizontal dans l'onglet Accueil de la barre d'outils supérieure, sélectionnez le type d'alignement que vous allez appliquer : l'option Aligner le texte à gauche vous permet d'aligner votre texte sur le côté gauche de la zone de texte (le côté droit reste non aligné). l'option Aligner le texte au centre vous permet d'aligner votre texte au centre de la zone de texte (les côtés droit et gauche ne sont pas alignés). l'option Aligner le texte à droite vous permet d'aligner votre texte sur le côté droit de la zone de texte (le côté gauche reste non aligné). l'option Justifier vous permet d'aligner votre texte par les côtés gauche et droit de la zone de texte (l'espacement supplémentaire est ajouté si nécessaire pour garder l'alignement). Le texte peut être aligné verticalement de trois façons : haut, milieu ou bas. Pour ce faire : placez le curseur à la position où vous voulez appliquer l'alignement (une nouvelle ligne ou le texte déjà saisi ), faites dérouler la liste Alignement vertical dans l'onglet Accueil de la barre d'outils supérieure, sélectionnez le type d'alignement que vous allez appliquer : l'option Aligner le texte en haut vous permet d'aligner votre texte sur le haut de la zone de texte. l'option Aligner le texte au milieu vous permet d'aligner votre texte au centre de la zone de texte. l'option Aligner le texte en bas vous permet d'aligner votre texte au bas de la zone de texte. Changer la direction du texte Pour faire Pivoter le texte dans la zone de texte, cliquez avec le bouton droit sur le texte, sélectionnez l'option Direction du texte, puis choisissez l'une des options disponibles : Horizontal (sélectionné par défaut), Rotation à 90° (définit une direction verticale, de haut en bas) ou Rotation à 270° (définit une direction verticale, de bas en haut). Ajuster le type de police, la taille, la couleur et appliquer les styles de décoration Vous pouvez sélectionner le type, la taille et la couleur de police et appliquer l'un des styles de décoration en utilisant les icônes correspondantes situées dans l'onglet Accueil de la barre d'outils supérieure. Remarque : si vous voulez appliquer la mise en forme au texte déjà saisi, sélectionnez-le avec la souris ou en utilisant le clavier et appliquez la mise en forme. Nom de la police Sert à sélectionner l'une des polices disponibles dans la liste. Taille de la police Sert à sélectionner la taille de la police parmi les valeurs disponibles dans la liste déroulante, ou la saisir à la main dans le champ de la taille de police. Couleur de police Sert à changer la couleur des lettres /characters dans le texte. Cliquez sur la flèche vers le bas à côté de l'icône pour sélectionner la couleur. Gras Sert à mettre la police en gras pour lui donner plus de poids. Italique Sert à mettre la police en italique pour lui donner une certaine inclinaison à droite. Souligné Sert à souligner le texte avec la ligne qui passe sous les lettres. Barré Sert à barrer le texte par la ligne passant par les lettres. Exposant Sert à rendre le texte plus petit et le déplacer vers la partie supérieure de la ligne du texte, par exemple comme dans les fractions. Indice Sert à rendre le texte plus petit et le déplacer vers la partie inférieure de la ligne du texte, par exemple comme dans les formules chimiques. Définir l'interligne et modifier les retraits de paragraphe Vous pouvez définir l'interligne pour les lignes de texte dans le paragraphe ainsi que les marges entre le paragraphe courant et le précédent ou le suivant. Pour le faire, placez le curseur dans le paragraphe de votre choix ou sélectionnez plusieurs paragraphes avec la souris, utilisez les champs correspondants de l'onglet Paramètres de texte dans la barre latérale droite pour obtenir les résultats nécessaires : Interligne - réglez la hauteur de la ligne pour les lignes de texte dans le paragraphe. Vous pouvez choisir parmi trois options : Au moins (sert à régler l'interligne minimale qui est nécessaire pour adapter la plus grande police ou le graphique à la ligne), Multiple (sert à régler l'interligne exprimée en nombre supérieur à 1), Exactement (sert à définir l'interligne fixe). Spécifiez la valeur nécessaire dans le champ situé à droite. Espacement de paragraphe - définissez l'espace entre les paragraphes. Avant - réglez la taille de l'espace avant le paragraphe. Après - réglez la taille de l'espace après le paragraphe. Pour modifier rapidement l'interligne du paragraphe, vous pouvez cliquer sur l'icône Interligne du paragraphe de la barre d'outils supérieure et sélectionnez la valeur nécessaire dans la liste : 1.0, 1.15, 1.5, 2.0, 2.5, ou 3.0 lignes. Pour modifier le décalage de paragraphe du côté gauche de la zone de texte, placez le curseur dans le paragraphe de votre choix ou sélectionnez plusieurs paragraphes à l'aide de la souris et utilisez les icônes correspondantes dans l'onglet Accueil de la barre d'outils supérieure : Réduire le retrait et Augmenter le retrait . Vous pouvez également modifier les paramètres avancés du paragraphe. Placez le curseur dans le paragraphe de votre choix - l'onglet Paramètres du texte sera activé dans la barre latérale droite. Appuyez sur le lien Afficher les paramètres avancés. La fenêtre Propriétés du paragraphe s'ouvre :L'onglet Retrait et placement permet de modifier le décalage de la première ligne par rapport à la marge interne gauche de la zone de texte, ainsi que le décalage de paragraphe par rapport aux marges internes gauche et droite de la zone de texte. Vous pouvez également utilisez la régle horizontale pour changer les retraits.Sélectionnez le(s) paragraphe(s) et faites glisser les marqueurs tout au long de la règle. Le marqueur Retrait de première ligne sert à définir le décalage de la marge interne gauche de la zone de texte pour la première ligne du paragraphe. Le marqueur Retrait négatif sert à définir le décalage du côté gauche de la zone de texte pour la deuxième ligne et toutes les lignes suivantes du paragraphe. Le marqueur Retrait de gauche sert à définir le décalage du paragraphe du côté droit de la zone de texte. Le marqueur Retrait de droite sert à définir le décalage du paragraphe du côté droit de la zone de texte. Remarque : si vous ne voyez pas les règles, passez à l'onglet Accueil de la barre d'outils supérieure, cliquez sur l'icône Afficher les paramètres dans le coin supérieur droit et décochez l'option Masquer les règles pour les afficher.L'onglet Police inclut les paramètres suivants : Barré sert à barrer le texte par la ligne passant par les lettres. Barré double sert à barrer le texte par la ligne double passant par les lettres. Exposant sert à rendre le texte plus petit et le déplacer vers la partie supérieure de la ligne du texte, par exemple comme dans les fractions. Indice sert à rendre le texte plus petit et le déplacer vers la partie inférieure de la ligne du texte, par exemple comme dans les formules chimiques. Petites majuscules sert à mettre toutes les lettres en petite majuscule. Majuscules sert à mettre toutes les lettres en majuscule. Espacement sert à définir l'espace entre les caractères. L'onglet Tabulation vous permet de changer les taquets de tabulation c'est-à-dire l'emplacement où le curseur s'arrête quand vous appuyez sur la touche Tab du clavier. Position sert à personnaliser les taquets de tabulation. Saisissez la valeur nécessaire dans ce champ, réglez-la en utilisant les boutons à flèche et cliquez sur le bouton Spécifier. La position du taquet de tabulation personnalisée sera ajoutée à la liste dans le champ au-dessous. La tabulation Par défaut est 1.25 cm. Vous pouvez augmenter ou diminuer cette valeur en utilisant les boutons à flèche ou en saisissant la valeur nécessaire dans le champ. Alignement sert à définir le type d'alignment pour chaque taquet de tabulation de la liste. Sélectionnez le taquet nécessaire dans la liste, choisissez la case d'option À gauche, Au centre ou À droite et cliquez sur le bouton Spécifier. De gauche - sert à aligner le texte sur le côté gauche du taquet de tabulation; le texte se déplace à droite du taquet de tabulation quand vous saisissez le texte. Le taquet de tabulation sera indiqué sur la règle horizontale par le marqueur . Du centre - sert à centrer le texte à l'emplacement du taquet de tabulation. Le taquet de tabulation sera indiqué sur la règle horizontale par le marqueur . De droite - sert à aligner le texte sur le côté droit du taquet de tabulation; le texte se déplace à gauche du taquet de tabulation quand vous saisissez le texte. Le taquet de tabulation sera indiqué sur la règle horizontale par le marqueur . Pour supprimer un taquet de tabulation de la liste sélectionnez-le et cliquez sur le bouton Supprimer ou utilisez le bouton Supprimer tout pour vider la liste. Pour définir les taquets de tabulation vous pouvez utiliser la règle horizontale : Cliquez sur le bouton de sélection de tabulation dans le coin supérieur gauche de la zone de travail pour choisir le type d'arrêt de tabulation requis : Gauche , Centre ou Droite . Cliquez sur le bord inférieur de la règle là où vous voulez positionner le taquet de tabulation. Faites-le glisser tout au long de la règle pour changer son emplacement. Pour supprimer le taquet de tabulation ajouté faites-le glisser en dehors de la règle. Remarque : si vous ne voyez pas les règles, passez à l'onglet Accueil de la barre d'outils supérieure, cliquez sur l'icône Afficher les paramètres dans le coin supérieur droit et décochez l'option Masquer les règles pour les afficher. Modifier un style Text Art Sélectionnez un objet texte et cliquez sur l'icône des Paramètres Text Art dans la barre latérale de droite. Modifiez le style de texte appliqué en sélectionnant un nouveau Modèle dans la galerie. Vous pouvez également modifier le style de base en sélectionnant un type de police différent, une autre taille, etc. Changez le remplissage et le contour de police. Les options disponibles sont les mêmes que pour les formes automatiques. Appliquez un effet de texte en sélectionnant le type de transformation de texte voulu dans la galerie Transformation. Vous pouvez ajuster le degré de distorsion du texte en faisant glisser la poignée en forme de diamant rose." }, { "id": "UsageInstructions/ManageSlides.htm", @@ -158,7 +158,7 @@ var indexes = { "id": "UsageInstructions/SetSlideParameters.htm", "title": "Définir les paramètres de la diapositive", - "body": "Pour personnaliser votre présentation, vous pouvez sélectionner un thème, un jeu de couleurs et la taille de la diapositive pour toute la présentation, changer le remplissage de l'arrière-plan ou la mise en page pour chaque diapositive séparée aussi bien qu'appliquer des transitions entre les diapositives. Il est également possible d'ajouter des notes explicatives à chaque diapositive qui peuvent être utiles lorsque la présentation est en mode Présentateur. Les Thèmes vous permettent de changer rapidement la conception de présentation, notamment l'apparence d'arrière-plan de diapositives, les polices prédéfinies pour les titres et les textes, la palette de couleurs qui est utilisée pour les éléments de présentation. Pour sélectionner un thème pour la présentation, cliquez sur le thème prédéfini voulu dans la galerie de thèmes sur le côté droit de l'onglet Accueil de la barre d'outils supérieure. Le thème choisi sera appliqué à toutes les diapositives à moins que vous n'en ayez choisi quelques-unes pour appliquer le thème. Pour modifier le thème sélectionné pour une ou plusieurs diapositives, vous pouvez cliquer avec le bouton droit sur les diapositives sélectionnées dans la liste de gauche (ou cliquer avec le bouton droit sur une diapositive dans la zone d'édition), sélectionner l'option Changer de thème dans le menu contextuel et choisir le thème voulu. Les Jeux de couleurs servent à définir des couleurs prédéfinies utilisées pour les éléments de présentation (polices, lignes, remplissages etc.) et vous permettent de maintenir la cohérence des couleurs dans toute la présentation. Pour changer de jeu de couleurs, cliquez sur l'icône Modifier le jeu de couleurs dans l'onglet Accueil de la barre d'outils supérieure et sélectionnez le jeu nécessaire de la liste déroulante. Le jeu de couleurs sélectionné sera appliqué à toutes les diapositives. Pour changer la taille de toutes les diapositives de la présentation, cliquez sur l'icône Sélectionner la taille de la diapositive sur la barre d'outils supérieure et sélectionnez une option nécessaire depuis la liste déroulante. Vous pouvez sélectionner : l'un des deux paramètres prédéfinis - Standard (4:3) ou Widescreen (16:9), l'option Paramètres avancés pour ouvrir la fenêtre Paramètres de taille et sélectionnez l'un des préréglages disponibles ou définissez la taille Personnalisée en spécifiant les valeurs de Largeur et Hauteur. Les préréglages disponibles sont les suivants : Standard (4:3), Widescreen (16:9), Widescreen (16:10), Letter Paper (8.5x11 in), Ledger Paper (11x17 in), A3 Paper (297x420 mm), A4 Paper (210x297 mm), B4 (ICO) Paper (250x353 mm), B5 (ICO) Paper (176x250 mm), 35 mm Slides, Overhead, Banner. Le menu Orientation de la diapositive permet de changer le type d'orientation actuellement sélectionné. Le type d'orientation par défaut est Paysage qui peut être commuté sur Portrait. Pour modifier le remplissage de l'arrière-plan : sélectionnez les diapositives dons le remplissage vous voulez modifier de la liste des diapositives à gauche. Ou cliquez sur n'importe quel espace vide dans la diapositive en cours de la modification dans la zone de travail pour changer le type de remplissage de cette diapositive séparée. dans l'onglet Paramètres de la diapositive de la barre latérale droite, sélectionnez une des options : Couleur - sélectionnez cette option pour spécifier la couleur unie à appliquer aux diapositives sélectionnées. Dégradé - sélectionnez cette option pour specifier deux couleurs pour créer une transition douce entre elles. Image ou texture - sélectionnez cette option pour utiliser une image ou une texture prédéfinie en tant que l'arrière-plan. Modèle - sélectionnez cette option pour appliquer un modèle à deux couleurs composé des éléments répétés. Pas de remplissage - sélectionnez cette option si vous ne voulez pas utiliser un remplissage. Pour en savoir plus consultez le chapitre Remplir les objets et sélectionner les couleurs. Transitions vous aident à rendre votre présentation plus dinamique et captiver l'attention de votre auditoire. Pour appliquer une transition : sélectionnez les diapositives auxquelles vous voulez appliquer la transition de la liste de diapositives à gauche, sélectionnez une transition de la liste déroulante Effet de l'onglet Paramètres de la diapositive à droite,Remarque : pour ouvrir l'onglet Paramètres de la diapositive, vous pouvez cliquer sur l'icône Paramètres de la diapositive à droite ou cliquer avec le bouton droit sur la diapositive dans la zone d'édition de la diapositive et sélectionner l'option Paramètres de la diapositive dans le menu contextuel. réglez les paramètres de la transition : choisissez le type de la transition, la durée et le mode de l'avancement des diapositives, cliquez sur le bouton Appliquer à toutes les diapositives si vous voulez appliquer la même transition à toutes les diapositives de la présentation.Pour en savoir plus sur ces options consultez le chapitre Appliquer des transitions. Pour appliquer une mise en page : sélectionnez les diapositives auxquelles vous voulez appliquer une nouvelle mise en page de la liste de diapositives à gauche, cliquez sur l'icône Changer la disposition de la diapositive dans l'onglet Accueil de la barre d'outils supérieure, sélectionnez une mise en page nécessaire de la liste déroulante.Vous pouvez également cliquer avec le bouton droit sur la diapositive nécessaire dans la liste située à gauche, sélectionnez l'option Modifier la disposition depuis le menu contextuel et sélectionnez la mise en page nécessaire. Remarque : actuellement les mises en page suivantes sont disponibles : Titre, Titre et objet, En-tête de section, Objet et deux objets, Deux textes et deux objets, Titre seulement, Vide, Titre, Objet et Légende, Image et Légende, Texte vertical, Texte vertical et texte. Pour ajouter des notes à une diapositive : sélectionnez la diapositive à laquelle vous voulez ajouter une note dans la liste de diapositives à gauche, Cliquez sur la légende Cliquez pour ajouter des notes sous la zone d'édition de la diapositive, tapez le texte de votre note.Remarque : vous pouvez formater le texte à l'aide des icônes de l'onglet Accueil de la barre d'outils supérieure. Lorsque vous démarrez le diaporama en mode Présentateur, vous pouvez voir toutes les notes de la diapositive sous la zone d'aperçu de la diapositive." + "body": "Pour personnaliser votre présentation, vous pouvez sélectionner un thème, un jeu de couleurs et la taille de la diapositive pour toute la présentation, changer le remplissage de l'arrière-plan ou la mise en page pour chaque diapositive séparée aussi bien qu'appliquer des transitions entre les diapositives. Il est également possible d'ajouter des notes explicatives à chaque diapositive qui peuvent être utiles lorsque la présentation est en mode Présentateur. Les Thèmes vous permettent de changer rapidement la conception de présentation, notamment l'apparence d'arrière-plan de diapositives, les polices prédéfinies pour les titres et les textes, la palette de couleurs qui est utilisée pour les éléments de présentation. Pour sélectionner un thème pour la présentation, cliquez sur le thème prédéfini voulu dans la galerie de thèmes sur le côté droit de l'onglet Accueil de la barre d'outils supérieure. Le thème choisi sera appliqué à toutes les diapositives à moins que vous n'en ayez choisi quelques-unes pour appliquer le thème. Pour modifier le thème sélectionné pour une ou plusieurs diapositives, vous pouvez cliquer avec le bouton droit sur les diapositives sélectionnées dans la liste de gauche (ou cliquer avec le bouton droit sur une diapositive dans la zone d'édition), sélectionner l'option Changer de thème dans le menu contextuel et choisir le thème voulu. Les Jeux de couleurs servent à définir des couleurs prédéfinies utilisées pour les éléments de présentation (polices, lignes, remplissages etc.) et vous permettent de maintenir la cohérence des couleurs dans toute la présentation. Pour changer de jeu de couleurs, cliquez sur l'icône Modifier le jeu de couleurs dans l'onglet Accueil de la barre d'outils supérieure et sélectionnez le jeu nécessaire de la liste déroulante. Le jeu de couleurs sélectionné sera appliqué à toutes les diapositives. Pour changer la taille de toutes les diapositives de la présentation, cliquez sur l'icône Sélectionner la taille de la diapositive sur la barre d'outils supérieure et sélectionnez une option nécessaire depuis la liste déroulante. Vous pouvez sélectionner : l'un des deux paramètres prédéfinis - Standard (4:3) ou Widescreen (16:9), l'option Paramètres avancés pour ouvrir la fenêtre Paramètres de taille et sélectionnez l'un des préréglages disponibles ou définissez la taille Personnalisée en spécifiant les valeurs de Largeur et Hauteur. Les préréglages disponibles sont les suivants : Standard (4:3), Widescreen (16:9), Widescreen (16:10), Letter Paper (8.5x11 in), Ledger Paper (11x17 in), A3 Paper (297x420 mm), A4 Paper (210x297 mm), B4 (ICO) Paper (250x353 mm), B5 (ICO) Paper (176x250 mm), 35 mm Slides, Overhead, Banner. Le menu Orientation de la diapositive permet de changer le type d'orientation actuellement sélectionné. Le type d'orientation par défaut est Paysage qui peut être commuté sur Portrait. Pour modifier le remplissage de l'arrière-plan : sélectionnez les diapositives dons le remplissage vous voulez modifier de la liste des diapositives à gauche. Ou cliquez sur n'importe quel espace vide dans la diapositive en cours de la modification dans la zone de travail pour changer le type de remplissage de cette diapositive séparée. dans l'onglet Paramètres de la diapositive de la barre latérale droite, sélectionnez une des options : Couleur - sélectionnez cette option pour spécifier la couleur unie à appliquer aux diapositives sélectionnées. Dégradé - sélectionnez cette option pour specifier deux couleurs pour créer une transition douce entre elles. Image ou texture - sélectionnez cette option pour utiliser une image ou une texture prédéfinie en tant que l'arrière-plan. Modèle - sélectionnez cette option pour appliquer un modèle à deux couleurs composé des éléments répétés. Pas de remplissage - sélectionnez cette option si vous ne voulez pas utiliser un remplissage. Pour en savoir plus consultez le chapitre Remplir les objets et sélectionner les couleurs. Transitions vous aident à rendre votre présentation plus dinamique et captiver l'attention de votre auditoire. Pour appliquer une transition : sélectionnez les diapositives auxquelles vous voulez appliquer la transition de la liste de diapositives à gauche, sélectionnez une transition de la liste déroulante Effet de l'onglet Paramètres de la diapositive à droite,Remarque : pour ouvrir l'onglet Paramètres de la diapositive, vous pouvez cliquer sur l'icône Paramètres de la diapositive à droite ou cliquer avec le bouton droit sur la diapositive dans la zone d'édition de la diapositive et sélectionner l'option Paramètres de la diapositive dans le menu contextuel. réglez les paramètres de la transition : choisissez le type de la transition, la durée et le mode de l'avancement des diapositives, cliquez sur le bouton Appliquer à toutes les diapositives si vous voulez appliquer la même transition à toutes les diapositives de la présentation.Pour en savoir plus sur ces options consultez le chapitre Appliquer des transitions. Pour appliquer une mise en page : sélectionnez les diapositives auxquelles vous voulez appliquer une nouvelle mise en page de la liste de diapositives à gauche, cliquez sur l'icône Changer la disposition de la diapositive dans l'onglet Accueil de la barre d'outils supérieure, sélectionnez une mise en page nécessaire de la liste déroulante.Vous pouvez également cliquer avec le bouton droit sur la diapositive nécessaire dans la liste située à gauche, sélectionnez l'option Modifier la disposition depuis le menu contextuel et sélectionnez la mise en page nécessaire. Remarque : actuellement les mises en page suivantes sont disponibles : Titre, Titre et objet, En-tête de section, Objet et deux objets, Deux textes et deux objets, Titre seulement, Vide, Titre, Objet et Légende, Image et Légende, Texte vertical, Texte vertical et texte. Pour ajouter des notes à une diapositive : sélectionnez la diapositive à laquelle vous voulez ajouter une note dans la liste de diapositives à gauche, Cliquez sur la légende Cliquez pour ajouter des notes sous la zone d'édition de la diapositive, tapez le texte de votre note.Remarque : vous pouvez formater le texte à l'aide des icônes de l'onglet Accueil de la barre d'outils supérieure. Lorsque vous démarrez le diaporama en mode Présentateur, vous pouvez voir toutes les notes de la diapositive sous la zone d'aperçu de la diapositive." }, { "id": "UsageInstructions/ViewPresentationInfo.htm", diff --git a/apps/presentationeditor/main/resources/help/ru/search/indexes.js b/apps/presentationeditor/main/resources/help/ru/search/indexes.js index a8c5e7799..180b9c6dc 100644 --- a/apps/presentationeditor/main/resources/help/ru/search/indexes.js +++ b/apps/presentationeditor/main/resources/help/ru/search/indexes.js @@ -103,12 +103,12 @@ var indexes = { "id": "UsageInstructions/InsertAutoshapes.htm", "title": "Вставка и форматирование автофигур", - "body": "Вставка автофигуры Для добавления автофигуры на слайд: в списке слайдов слева выберите тот слайд, на который требуется добавить автофигуру, щелкните по значку Фигура на вкладке Главная или Вставка верхней панели инструментов, выберите одну из доступных групп автофигур: Основные фигуры, Фигурные стрелки, Математические знаки, Схемы, Звезды и ленты, Выноски, Кнопки, Прямоугольники, Линии, щелкните по нужной автофигуре внутри выбранной группы, в области редактирования слайда установите курсор там, где требуется поместить автофигуру, Примечание: чтобы растянуть фигуру, можно перетащить курсор при нажатой кнопке мыши. после того, как автофигура будет добавлена, можно изменить ее размер, местоположение и свойства. Примечание: чтобы добавить надпись внутри фигуры, убедитесь, что фигура на слайде выделена, и начинайте печатать текст. Текст, добавленный таким способом, становится частью автофигуры (при перемещении или повороте автофигуры текст будет перемещаться или поворачиваться вместе с ней). Изменение параметров автофигуры Некоторые параметры автофигуры можно изменить с помощью вкладки Параметры фигуры на правой боковой панели. Чтобы ее активировать, щелкните по автофигуре и выберите значок Параметры фигуры справа. Здесь можно изменить следующие свойства: Заливка - используйте этот раздел, чтобы выбрать заливку автофигуры. Можно выбрать следующие варианты: Заливка цветом - чтобы задать сплошной цвет, который требуется применить к выбранной фигуре. Градиентная заливка - чтобы залить фигуру двумя цветами, плавно переходящими друг в друга. Изображение или текстура - чтобы использовать в качестве фона фигуры какое-то изображение или готовую текстуру. Узор - чтобы залить фигуру с помощью двухцветного рисунка, который образован регулярно повторяющимися элементами. Без заливки - выберите эту опцию, если вы вообще не хотите использовать заливку. Чтобы получить более подробную информацию об этих опциях, обратитесь к разделу Заливка объектов и выбор цветов. Обводка - используйте этот раздел, чтобы изменить толщину, цвет или тип обводки. Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 пт, 1 пт, 1.5 пт, 2.25 пт, 3 пт, 4.5 пт, 6 пт. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку. Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Можно использовать цвет выбранной темы, стандартный цвет или выбрать пользовательский цвет. Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий). Для изменения дополнительных параметров автофигуры щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт Дополнительные параметры фигуры или щелкните левой кнопкой мыши и нажмите на ссылку Дополнительные параметры на правой боковой панели. Откроется окно свойств фигуры: На вкладке Размер можно изменить Ширину и/или Высоту автофигуры. Если нажата кнопка Сохранять пропорции (в этом случае она выглядит так: ), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон фигуры. Вкладка Линии и стрелки содержит следующие параметры: Стиль линии - эта группа опций позволяет задать такие параметры: Тип окончания - эта опция позволяет задать стиль окончания линии, поэтому ее можно применить только для фигур с разомкнутым контуром, таких как линии, ломаные линии и т.д.: Плоский - конечные точки будут плоскими. Закругленный - конечные точки будут закругленными. Квадратный - конечные точки будут квадратными. Тип соединения - эта опция позволяет задать стиль пересечения двух линий, например, она может повлиять на контур ломаной линии или углов треугольника или прямоугольника: Закругленный - угол будет закругленным. Скошенный - угол будет срезан наискось. Прямой - угол будет заостренным. Хорошо подходит для фигур с острыми углами. Примечание: эффект будет лучше заметен при использовании контура большей толщины. Стрелки - эта группа опций доступна только в том случае, если выбрана фигура из группы автофигур Линии. Она позволяет задать Начальный и Конечный стиль и Размер стрелки, выбрав соответствующие опции из выпадающих списков. На вкладке Поля вокруг текста можно изменить внутренние поля автофигуры Сверху, Снизу, Слева и Справа (то есть расстояние между текстом внутри фигуры и границами автофигуры). Примечание: эта вкладка доступна, только если в автофигуру добавлен текст, в противном случае вкладка неактивна. На вкладке Колонки можно добавить колонки текста внутри автофигуры, указав нужное Количество колонок (не более 16) и Интервал между колонками. После того как вы нажмете кнопку ОК, уже имеющийся текст или любой другой текст, который вы введете, в этой автофигуре будет представлен в виде колонок и будет перетекать из одной колонки в другую. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит фигура. Чтобы заменить добавленную автофигуру, щелкните по ней левой кнопкой мыши и используйте выпадающий список Изменить автофигуру на вкладке Параметры фигуры правой боковой панели. Чтобы удалить добавленную автофигуру, щелкните по ней левой кнопкой мыши и нажмите клавишу Delete на клавиатуре. Чтобы узнать, как выровнять автофигуру на слайде или расположить в определенном порядке несколько автофигур, обратитесь к разделу Выравнивание и упорядочивание объектов на слайде. Соединение автофигур с помощью соединительных линий Автофигуры можно соединять, используя линии с точками соединения, чтобы продемонстрировать зависимости между объектами (например, если вы хотите создать блок-схему). Для этого: щелкните по значку Фигура на вкладке Главная или Вставка верхней панели инструментов, выберите в меню группу Линии, щелкните по нужной фигуре в выбранной группе (кроме трех последних фигур, которые не являются соединительными линиями, а именно фигура 10, 11 и 12), наведите указатель мыши на первую автофигуру и щелкните по одной из точек соединения , появившихся на контуре фигуры, перетащите указатель мыши ко второй фигуре и щелкните по нужной точке соединения на ее контуре. При перемещении соединенных автофигур соединительная линия остается прикрепленной к фигурам и перемещается вместе с ними. Можно также открепить соединительную линию от фигур, а затем прикрепить ее к любым другим точкам соединения." + "body": "Вставка автофигуры Для добавления автофигуры на слайд: в списке слайдов слева выберите тот слайд, на который требуется добавить автофигуру, щелкните по значку Фигура на вкладке Главная или Вставка верхней панели инструментов, выберите одну из доступных групп автофигур: Основные фигуры, Фигурные стрелки, Математические знаки, Схемы, Звезды и ленты, Выноски, Кнопки, Прямоугольники, Линии, щелкните по нужной автофигуре внутри выбранной группы, в области редактирования слайда установите курсор там, где требуется поместить автофигуру, Примечание: чтобы растянуть фигуру, можно перетащить курсор при нажатой кнопке мыши. после того, как автофигура будет добавлена, можно изменить ее размер, местоположение и свойства. Примечание: чтобы добавить надпись внутри фигуры, убедитесь, что фигура на слайде выделена, и начинайте печатать текст. Текст, добавленный таким способом, становится частью автофигуры (при перемещении или повороте автофигуры текст будет перемещаться или поворачиваться вместе с ней). Изменение параметров автофигуры Некоторые параметры автофигуры можно изменить с помощью вкладки Параметры фигуры на правой боковой панели. Чтобы ее активировать, щелкните по автофигуре и выберите значок Параметры фигуры справа. Здесь можно изменить следующие свойства: Заливка - используйте этот раздел, чтобы выбрать заливку автофигуры. Можно выбрать следующие варианты: Заливка цветом - чтобы задать сплошной цвет, который требуется применить к выбранной фигуре. Градиентная заливка - чтобы залить фигуру двумя цветами, плавно переходящими друг в друга. Изображение или текстура - чтобы использовать в качестве фона фигуры какое-то изображение или готовую текстуру. Узор - чтобы залить фигуру с помощью двухцветного рисунка, который образован регулярно повторяющимися элементами. Без заливки - выберите эту опцию, если вы вообще не хотите использовать заливку. Чтобы получить более подробную информацию об этих опциях, обратитесь к разделу Заливка объектов и выбор цветов. Обводка - используйте этот раздел, чтобы изменить толщину, цвет или тип обводки. Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 пт, 1 пт, 1.5 пт, 2.25 пт, 3 пт, 4.5 пт, 6 пт. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку. Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Можно использовать цвет выбранной темы, стандартный цвет или выбрать пользовательский цвет. Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий). Для изменения дополнительных параметров автофигуры щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт Дополнительные параметры фигуры или щелкните левой кнопкой мыши и нажмите на ссылку Дополнительные параметры на правой боковой панели. Откроется окно свойств фигуры: На вкладке Размер можно изменить Ширину и/или Высоту автофигуры. Если нажата кнопка Сохранять пропорции (в этом случае она выглядит так: ), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон фигуры. Вкладка Линии и стрелки содержит следующие параметры: Стиль линии - эта группа опций позволяет задать такие параметры: Тип окончания - эта опция позволяет задать стиль окончания линии, поэтому ее можно применить только для фигур с разомкнутым контуром, таких как линии, ломаные линии и т.д.: Плоский - конечные точки будут плоскими. Закругленный - конечные точки будут закругленными. Квадратный - конечные точки будут квадратными. Тип соединения - эта опция позволяет задать стиль пересечения двух линий, например, она может повлиять на контур ломаной линии или углов треугольника или прямоугольника: Закругленный - угол будет закругленным. Скошенный - угол будет срезан наискось. Прямой - угол будет заостренным. Хорошо подходит для фигур с острыми углами. Примечание: эффект будет лучше заметен при использовании контура большей толщины. Стрелки - эта группа опций доступна только в том случае, если выбрана фигура из группы автофигур Линии. Она позволяет задать Начальный и Конечный стиль и Размер стрелки, выбрав соответствующие опции из выпадающих списков. На вкладке Поля вокруг текста можно изменить внутренние поля автофигуры Сверху, Снизу, Слева и Справа (то есть расстояние между текстом внутри фигуры и границами автофигуры). Примечание: эта вкладка доступна, только если в автофигуру добавлен текст, в противном случае вкладка неактивна. На вкладке Колонки можно добавить колонки текста внутри автофигуры, указав нужное Количество колонок (не более 16) и Интервал между колонками. После того как вы нажмете кнопку ОК, уже имеющийся текст или любой другой текст, который вы введете, в этой автофигуре будет представлен в виде колонок и будет перетекать из одной колонки в другую. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит фигура. Чтобы заменить добавленную автофигуру, щелкните по ней левой кнопкой мыши и используйте выпадающий список Изменить автофигуру на вкладке Параметры фигуры правой боковой панели. Чтобы удалить добавленную автофигуру, щелкните по ней левой кнопкой мыши и нажмите клавишу Delete на клавиатуре. Чтобы узнать, как выровнять автофигуру на слайде или расположить в определенном порядке несколько автофигур, обратитесь к разделу Выравнивание и упорядочивание объектов на слайде. Соединение автофигур с помощью соединительных линий Автофигуры можно соединять, используя линии с точками соединения, чтобы продемонстрировать зависимости между объектами (например, если вы хотите создать блок-схему). Для этого: щелкните по значку Фигура на вкладке Главная или Вставка верхней панели инструментов, выберите в меню группу Линии, щелкните по нужной фигуре в выбранной группе (кроме трех последних фигур, которые не являются соединительными линиями, а именно фигура 10, 11 и 12), наведите указатель мыши на первую автофигуру и щелкните по одной из точек соединения , появившихся на контуре фигуры, перетащите указатель мыши ко второй фигуре и щелкните по нужной точке соединения на ее контуре. При перемещении соединенных автофигур соединительная линия остается прикрепленной к фигурам и перемещается вместе с ними. Можно также открепить соединительную линию от фигур, а затем прикрепить ее к любым другим точкам соединения." }, { "id": "UsageInstructions/InsertCharts.htm", "title": "Вставка и редактирование диаграмм", - "body": "Вставка диаграммы Для вставки диаграммы в презентацию, установите курсор там, где требуется поместить диаграмму, перейдите на вкладку Вставка верхней панели инструментов, щелкните по значку Диаграмма на верхней панели инструментов, выберите из доступных типов диаграммы тот, который вам нужен - гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая, Обратите внимание: для Гистограмм, Графиков, Круговых или Линейчатых диаграмм также доступен формат 3D. после этого появится окно Редактор диаграмм, в котором можно ввести в ячейки необходимые данные при помощи следующих элементов управления: и для копирования и вставки скопированных данных и для отмены и повтора действий для вставки функции и для уменьшения и увеличения числа десятичных знаков для изменения числового формата, то есть того, каким образом выглядят введенные числа в ячейках измените параметры диаграммы, нажав на кнопку Изменить диаграмму в окне Редактор диаграмм. Откроется окно Диаграмма - дополнительные параметры. На вкладке Тип и данные можно выбрать тип диаграммы, а также данные, которые вы хотите использовать для создания диаграммы. Выберите Тип диаграммы, которую требуется вставить: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая. Проверьте выбранный Диапазон данных и при необходимости измените его, нажав на кнопку Выбор данных и указав желаемый диапазон данных в следующем формате: Sheet1!A1:B4. Измените способ расположения данных. Можно выбрать ряды данных для использования по оси X: в строках или в столбцах. На вкладке Макет можно изменить расположение элементов диаграммы: Укажите местоположение Заголовка диаграммы относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы заговок диаграммы не отображался, Наложение, чтобы наложить заголовок на область построения диаграммы и выровнять его по центру, Без наложения, чтобы показать заголовок над областью построения диаграммы. Укажите местоположение Условных обозначений относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы условные обозначения не отображались, Снизу, чтобы показать условные обозначения и расположить их в ряд под областью построения диаграммы, Сверху, чтобы показать условные обозначения и расположить их в ряд над областью построения диаграммы, Справа, чтобы показать условные обозначения и расположить их справа от области построения диаграммы, Слева, чтобы показать условные обозначения и расположить их слева от области построения диаграммы, Наложение слева, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру слева, Наложение справа, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру справа. Определите параметры Подписей данных (то есть текстовых подписей, показывающих точные значения элементов данных): укажите местоположение Подписей данных относительно элементов данных, выбрав нужную опцию из выпадающего списка. Доступные варианты зависят от выбранного типа диаграммы. Для Гистограмм и Линейчатых диаграмм можно выбрать следующие варианты: Нет, По центру, Внутри снизу, Внутри сверху, Снаружи сверху. Для Графиков и Точечных или Биржевых диаграмм можно выбрать следующие варианты: Нет, По центру, Слева, Справа, Сверху, Снизу. Для Круговых диаграмм можно выбрать следующие варианты: Нет, По центру, По ширине, Внутри сверху, Снаружи сверху. Для диаграмм С областями, а также для Гистограмм, Графиков и Линейчатых диаграмм в формате 3D можно выбрать следующие варианты: Нет, По центру. выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: Имя ряда, Название категории, Значение, введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле Разделитель подписей данных. Линии - используется для выбора типа линий для линейчатых/точечных диаграмм. Можно выбрать одну из следующих опций: Прямые для использования прямых линий между элементами данных, Сглаженные для использования сглаженных кривых линий между элементами данных или Нет для того, чтобы линии не отображались. Маркеры - используется для указания того, нужно показывать маркеры (если флажок поставлен) или нет (если флажок снят) на линейчатых/точечных диаграммах. Примечание: Опции Линии и Маркеры доступны только для Линейчатых диаграмм и Точечных диаграмм. В разделе Параметры оси можно указать, надо ли отображать Горизонтальную/Вертикальную ось, выбрав из выпадающего списка опцию Показать или Скрыть. Можно также задать параметры Названий горизонтальной/вертикальной оси: Укажите, надо ли отображать Название горизонтальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название горизонтальной оси не отображалось, Без наложения, чтобы показать название под горизонтальной осью. Укажите ориентацию Названия вертикальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название вертикальной оси не отображалось, Повернутое, чтобы показать название снизу вверх слева от вертикальной оси, По горизонтали, чтобы показать название по горизонтали слева от вертикальной оси. В разделе Линии сетки можно указать, какие из Горизонтальных/вертикальных линий сетки надо отображать, выбрав нужную опцию из выпадающего списка: Основные, Дополнительные или Основные и дополнительные. Можно вообще скрыть линии сетки, выбрав из списка опцию Нет. Примечание: разделы Параметры оси и Линии сетки будут недоступны для круговых диаграмм, так как у круговых диаграмм нет осей и линий сетки. Примечание: Вкладки Вертикальная/горизонтальная ось недоступны для круговых диаграмм, так как у круговых диаграмм нет осей. Вкладка Вертикальная ось позволяет изменить параметры вертикальной оси, которую называют также осью значений или осью Y, на которой указываются числовые значения. Обратите, пожалуйста, внимание, что для гистограмм вертикальная ось является осью категорий, на которой показываются текстовые подписи, так что в этом случае опции вкладки Вертикальная ось будут соответствовать опциям, о которых пойдет речь в следующей вкладке. Для точечных диаграмм обе оси являются осями категорий. Раздел Параметры оси позволяет установить следующие параметры: Минимум - используется для указания наименьшего значения, которое отображается в начале вертикальной оси. По умолчанию выбрана опция Авто; в этом случае минимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Максимум - используется для указания наибольшего значения, которое отображается в конце вертикальной оси. По умолчанию выбрана опция Авто; в этом случае максимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Пересечение с осью - используется для указания точки на вертикальной оси, в которой она должна пересекаться с горизонтальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум на вертикальной оси. Единицы отображения - используется для определения порядка числовых значений на вертикальной оси. Эта опция может пригодиться, если вы работаете с большими числами и хотите, чтобы отображение цифр на оси было более компактным и удобочитаемым (например, можно сделать так, чтобы 50 000 показывалось как 50, воспользовавшись опцией Тысячи). Выберите желаемые единицы отображения из выпадающего списка: Сотни, Тысячи, 10 000, 100 000, Миллионы, 10 000 000, 100 000 000, Миллиарды, Триллионы или выберите опцию Нет, чтобы вернуться к единицам отображения по умолчанию. Значения в обратном порядке - используется для отображения значений в обратном порядке. Когда этот флажок снят, наименьшее значение находится внизу, а наибольшее - наверху. Когда этот флажок отмечен, значения располагаются сверху вниз. Раздел Параметры делений позволяет определить местоположение делений на вертикальной оси. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие цифровые значения. Деления дополнительного типа - это вспомогательные деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. В выпадающих списках Основной/Дополнительный тип содержатся следующие опции размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы показывать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы показывать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы показывать деления основного/дополнительного типа с наружной стороны оси. Раздел Параметры подписи позволяет определить положение подписей основных делений, отображающих значения. Для того, чтобы задать Положение подписи относительно вертикальной оси, выберите нужную опцию из выпадающего списка: Нет, чтобы подписи не отображались, Ниже, чтобы показывать подписи слева от области диаграммы, Выше, чтобы показывать подписи справа от области диаграммы, Рядом с осью, чтобы показывать подписи рядом с осью. Вкладка Горизонтальная ось позволяет изменить параметры горизонтальной оси, которую также называют осью категорий или осью X, где отображаются текстовые подписи. Обратите внимание, что для Гистограмм горизонтальная ось является осью значений, на которой отображаются числовые значения, так что в этом случае опции вкладки Горизонтальная ось будут соответствовать опциям, описанным в предыдущем разделе. Для точечных диаграмм обе оси являются осями значений. Раздел Параметры оси позхволяет установить следующие параметры: Пересечение с осью - используется для указания точки на горизонтальной оси, в которой она должна пересекаться с вертикальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум (что соответствует первой и последней категории) на горизонтальной оси. Положение оси - используется для указания того, куда нужно выводить текстовые подписи на ось: на Деления или Между делениями. Значения в обратном порядке - используется для отображения категорий в обратном порядке. Когда этот флажок снят, категории располагаются слева направо. Когда этот флажок отмечен, категории располагаются справа налево. Раздел Параметры делений позволяет определять местоположение делений на горизонтальной шкале. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие значения категорий. Деления дополнительного типа - это более мелкие деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. Можно регулировать следующие параметры делений: Основной/Дополнительный тип - используется для указания следующих вариантов размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы отображать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы отображать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы отображать деления основного/дополнительного типа с наружной стороны оси. Интервал между делениями - используется для указания того, сколько категорий нужно показывать между двумя соседними делениями. Раздел Параметры подписи позволяет установить местоположение подписей, которые отражают категории. Положение подписи - используется для указания того, где следует располагать подписи относительно горизонтальной оси. Выберите нужную опцию из выпадающего списка: Нет, чтобы подписи категорий не отображались, Ниже, чтобы подписи категорий располагались снизу области диаграммы, Выше, чтобы подписи категорий располагались наверху области диаграммы, Рядом с осью, чтобы подписи категорий отображались рядом с осью. Расстояние до подписи - используется для указания того, насколько близко подписи должны располагаться от осей. Можно указать нужное значение в поле ввода. Чем это значение больше, тем дальше расположены подписи от осей. Интервал между подписями - используется для указания того, как часто нужно показывать подписи. По умолчанию выбрана опция Авто; в этом случае подписи отображаются для каждой категории. Можно выбрать опцию Вручную и указать нужное значение в поле справа. Например, введите 2, чтобы отображать подписи у каждой второй категории, и т.д. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит диаграмма. После того, как диаграмма будет добавлена, можно также изменить ее размер и положение. Можно задать положение диаграммы на слайде, перетаскивая ее по горизонтали или по вертикали. Редактирование элементов диаграммы Чтобы изменить Заголовок диаграммы, выделите мышью стандартный текст и введите вместо него свой собственный. Чтобы изменить форматирование шрифта внутри текстовых элементов, таких как заголовок диаграммы, названия осей, элементы условных обозначений, подписи данных и так далее, выделите нужный текстовый элемент, щелкнув по нему левой кнопкой мыши. Затем используйте значки на вкладке Главная верхней панели инструментов, чтобы изменить тип, стиль, размер или цвет шрифта. Чтобы удалить элемент диаграммы, выделите его, щелкнув левой кнопкой мыши, и нажмите клавишу Delete на клавиатуре. Можно также поворачивать 3D-диаграммы с помощью мыши. Щелкните левой кнопкой мыши внутри области построения диаграммы и удерживайте кнопку мыши до появления голубой пунктирной рамки. Не отпуская кнопку мыши, перетащите курсор, чтобы изменить ориентацию 3D-диаграммы. Изменение параметров диаграммы Размер, тип и стиль диаграммы, а также данные, используемые для построения диаграммы, можно изменить с помощью правой боковой панели. Чтобы ее активировать, щелкните по диаграмме и выберите значок Параметры диаграммы справа. Раздел Размер позволяет изменить ширину и/или высоту диаграммы. Если нажата кнопка Сохранять пропорции (в этом случае она выглядит так: ), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон диаграммы. Раздел Изменить тип диаграммы позволяет изменить выбранный тип и/или стиль диаграммы с помощью соответствующего выпадающего меню. Для выбора нужного Стиля диаграммы используйте второе выпадающее меню в разделе Изменить тип диаграммы. Кнопка Изменить данные позволяет вызвать окно Редактор диаграмм и начать редактирование данных, как описано выше. Примечание: чтобы быстро вызвать окно Редактор диаграмм, можно также дважды щелкнуть мышью по диаграмме на слайде. При выборе диаграммы становится также активным значок Параметры фигуры справа, так как фигура используется в качестве фона для диаграммы. Можно щелкнуть по этому значку, чтобы открыть вкладку Параметры фигуры на правой боковой панели инструментов и изменить параметры Заливки и Обводки фигуры. Обратите, пожалуйста, внимание, что вы не можете изменить тип фигуры. Чтобы удалить добавленную диаграмму, щелкните по ней левой кнопкой мыши и нажмите клавишу Delete на клавиатуре. Чтобы узнать, как выровнять диаграмму на слайде или расположить в определенном порядке несколько объектов, обратитесь к разделу Выравнивание и упорядочивание объектов на слайде." + "body": "Вставка диаграммы Для вставки диаграммы в презентацию, установите курсор там, где требуется поместить диаграмму, перейдите на вкладку Вставка верхней панели инструментов, щелкните по значку Диаграмма на верхней панели инструментов, выберите из доступных типов диаграммы тот, который вам нужен - гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая, Обратите внимание: для Гистограмм, Графиков, Круговых или Линейчатых диаграмм также доступен формат 3D. после этого появится окно Редактор диаграмм, в котором можно ввести в ячейки необходимые данные при помощи следующих элементов управления: и для копирования и вставки скопированных данных и для отмены и повтора действий для вставки функции и для уменьшения и увеличения числа десятичных знаков для изменения числового формата, то есть того, каким образом выглядят введенные числа в ячейках измените параметры диаграммы, нажав на кнопку Изменить диаграмму в окне Редактор диаграмм. Откроется окно Диаграмма - дополнительные параметры. На вкладке Тип и данные можно выбрать тип диаграммы, а также данные, которые вы хотите использовать для создания диаграммы. Выберите Тип диаграммы, которую требуется вставить: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая. Проверьте выбранный Диапазон данных и при необходимости измените его, нажав на кнопку Выбор данных и указав желаемый диапазон данных в следующем формате: Sheet1!A1:B4. Измените способ расположения данных. Можно выбрать ряды данных для использования по оси X: в строках или в столбцах. На вкладке Макет можно изменить расположение элементов диаграммы: Укажите местоположение Заголовка диаграммы относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы заговок диаграммы не отображался, Наложение, чтобы наложить заголовок на область построения диаграммы и выровнять его по центру, Без наложения, чтобы показать заголовок над областью построения диаграммы. Укажите местоположение Условных обозначений относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы условные обозначения не отображались, Снизу, чтобы показать условные обозначения и расположить их в ряд под областью построения диаграммы, Сверху, чтобы показать условные обозначения и расположить их в ряд над областью построения диаграммы, Справа, чтобы показать условные обозначения и расположить их справа от области построения диаграммы, Слева, чтобы показать условные обозначения и расположить их слева от области построения диаграммы, Наложение слева, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру слева, Наложение справа, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру справа. Определите параметры Подписей данных (то есть текстовых подписей, показывающих точные значения элементов данных): укажите местоположение Подписей данных относительно элементов данных, выбрав нужную опцию из выпадающего списка. Доступные варианты зависят от выбранного типа диаграммы. Для Гистограмм и Линейчатых диаграмм можно выбрать следующие варианты: Нет, По центру, Внутри снизу, Внутри сверху, Снаружи сверху. Для Графиков и Точечных или Биржевых диаграмм можно выбрать следующие варианты: Нет, По центру, Слева, Справа, Сверху, Снизу. Для Круговых диаграмм можно выбрать следующие варианты: Нет, По центру, По ширине, Внутри сверху, Снаружи сверху. Для диаграмм С областями, а также для Гистограмм, Графиков и Линейчатых диаграмм в формате 3D можно выбрать следующие варианты: Нет, По центру. выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: Имя ряда, Название категории, Значение, введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле Разделитель подписей данных. Линии - используется для выбора типа линий для линейчатых/точечных диаграмм. Можно выбрать одну из следующих опций: Прямые для использования прямых линий между элементами данных, Сглаженные для использования сглаженных кривых линий между элементами данных или Нет для того, чтобы линии не отображались. Маркеры - используется для указания того, нужно показывать маркеры (если флажок поставлен) или нет (если флажок снят) на линейчатых/точечных диаграммах. Примечание: Опции Линии и Маркеры доступны только для Линейчатых диаграмм и Точечных диаграмм. В разделе Параметры оси можно указать, надо ли отображать Горизонтальную/Вертикальную ось, выбрав из выпадающего списка опцию Показать или Скрыть. Можно также задать параметры Названий горизонтальной/вертикальной оси: Укажите, надо ли отображать Название горизонтальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название горизонтальной оси не отображалось, Без наложения, чтобы показать название под горизонтальной осью. Укажите ориентацию Названия вертикальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название вертикальной оси не отображалось, Повернутое, чтобы показать название снизу вверх слева от вертикальной оси, По горизонтали, чтобы показать название по горизонтали слева от вертикальной оси. В разделе Линии сетки можно указать, какие из Горизонтальных/вертикальных линий сетки надо отображать, выбрав нужную опцию из выпадающего списка: Основные, Дополнительные или Основные и дополнительные. Можно вообще скрыть линии сетки, выбрав из списка опцию Нет. Примечание: разделы Параметры оси и Линии сетки будут недоступны для круговых диаграмм, так как у круговых диаграмм нет осей и линий сетки. Примечание: Вкладки Вертикальная/горизонтальная ось недоступны для круговых диаграмм, так как у круговых диаграмм нет осей. Вкладка Вертикальная ось позволяет изменить параметры вертикальной оси, которую называют также осью значений или осью Y, на которой указываются числовые значения. Обратите, пожалуйста, внимание, что для гистограмм вертикальная ось является осью категорий, на которой показываются текстовые подписи, так что в этом случае опции вкладки Вертикальная ось будут соответствовать опциям, о которых пойдет речь в следующей вкладке. Для точечных диаграмм обе оси являются осями категорий. Раздел Параметры оси позволяет установить следующие параметры: Минимум - используется для указания наименьшего значения, которое отображается в начале вертикальной оси. По умолчанию выбрана опция Авто; в этом случае минимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Максимум - используется для указания наибольшего значения, которое отображается в конце вертикальной оси. По умолчанию выбрана опция Авто; в этом случае максимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Пересечение с осью - используется для указания точки на вертикальной оси, в которой она должна пересекаться с горизонтальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум на вертикальной оси. Единицы отображения - используется для определения порядка числовых значений на вертикальной оси. Эта опция может пригодиться, если вы работаете с большими числами и хотите, чтобы отображение цифр на оси было более компактным и удобочитаемым (например, можно сделать так, чтобы 50 000 показывалось как 50, воспользовавшись опцией Тысячи). Выберите желаемые единицы отображения из выпадающего списка: Сотни, Тысячи, 10 000, 100 000, Миллионы, 10 000 000, 100 000 000, Миллиарды, Триллионы или выберите опцию Нет, чтобы вернуться к единицам отображения по умолчанию. Значения в обратном порядке - используется для отображения значений в обратном порядке. Когда этот флажок снят, наименьшее значение находится внизу, а наибольшее - наверху. Когда этот флажок отмечен, значения располагаются сверху вниз. Раздел Параметры делений позволяет определить местоположение делений на вертикальной оси. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие цифровые значения. Деления дополнительного типа - это вспомогательные деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. В выпадающих списках Основной/Дополнительный тип содержатся следующие опции размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы показывать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы показывать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы показывать деления основного/дополнительного типа с наружной стороны оси. Раздел Параметры подписи позволяет определить положение подписей основных делений, отображающих значения. Для того, чтобы задать Положение подписи относительно вертикальной оси, выберите нужную опцию из выпадающего списка: Нет, чтобы подписи не отображались, Ниже, чтобы показывать подписи слева от области диаграммы, Выше, чтобы показывать подписи справа от области диаграммы, Рядом с осью, чтобы показывать подписи рядом с осью. Вкладка Горизонтальная ось позволяет изменить параметры горизонтальной оси, которую также называют осью категорий или осью X, где отображаются текстовые подписи. Обратите внимание, что для Гистограмм горизонтальная ось является осью значений, на которой отображаются числовые значения, так что в этом случае опции вкладки Горизонтальная ось будут соответствовать опциям, описанным в предыдущем разделе. Для точечных диаграмм обе оси являются осями значений. Раздел Параметры оси позхволяет установить следующие параметры: Пересечение с осью - используется для указания точки на горизонтальной оси, в которой она должна пересекаться с вертикальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум (что соответствует первой и последней категории) на горизонтальной оси. Положение оси - используется для указания того, куда нужно выводить текстовые подписи на ось: на Деления или Между делениями. Значения в обратном порядке - используется для отображения категорий в обратном порядке. Когда этот флажок снят, категории располагаются слева направо. Когда этот флажок отмечен, категории располагаются справа налево. Раздел Параметры делений позволяет определять местоположение делений на горизонтальной шкале. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие значения категорий. Деления дополнительного типа - это более мелкие деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. Можно регулировать следующие параметры делений: Основной/Дополнительный тип - используется для указания следующих вариантов размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы отображать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы отображать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы отображать деления основного/дополнительного типа с наружной стороны оси. Интервал между делениями - используется для указания того, сколько категорий нужно показывать между двумя соседними делениями. Раздел Параметры подписи позволяет установить местоположение подписей, которые отражают категории. Положение подписи - используется для указания того, где следует располагать подписи относительно горизонтальной оси. Выберите нужную опцию из выпадающего списка: Нет, чтобы подписи категорий не отображались, Ниже, чтобы подписи категорий располагались снизу области диаграммы, Выше, чтобы подписи категорий располагались наверху области диаграммы, Рядом с осью, чтобы подписи категорий отображались рядом с осью. Расстояние до подписи - используется для указания того, насколько близко подписи должны располагаться от осей. Можно указать нужное значение в поле ввода. Чем это значение больше, тем дальше расположены подписи от осей. Интервал между подписями - используется для указания того, как часто нужно показывать подписи. По умолчанию выбрана опция Авто; в этом случае подписи отображаются для каждой категории. Можно выбрать опцию Вручную и указать нужное значение в поле справа. Например, введите 2, чтобы отображать подписи у каждой второй категории, и т.д. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит диаграмма. После того, как диаграмма будет добавлена, можно также изменить ее размер и положение. Можно задать положение диаграммы на слайде, перетаскивая ее по горизонтали или по вертикали. Редактирование элементов диаграммы Чтобы изменить Заголовок диаграммы, выделите мышью стандартный текст и введите вместо него свой собственный. Чтобы изменить форматирование шрифта внутри текстовых элементов, таких как заголовок диаграммы, названия осей, элементы условных обозначений, подписи данных и так далее, выделите нужный текстовый элемент, щелкнув по нему левой кнопкой мыши. Затем используйте значки на вкладке Главная верхней панели инструментов, чтобы изменить тип, стиль, размер или цвет шрифта. Чтобы удалить элемент диаграммы, выделите его, щелкнув левой кнопкой мыши, и нажмите клавишу Delete на клавиатуре. Можно также поворачивать 3D-диаграммы с помощью мыши. Щелкните левой кнопкой мыши внутри области построения диаграммы и удерживайте кнопку мыши до появления голубой пунктирной рамки. Не отпуская кнопку мыши, перетащите курсор, чтобы изменить ориентацию 3D-диаграммы. Изменение параметров диаграммы Размер, тип и стиль диаграммы, а также данные, используемые для построения диаграммы, можно изменить с помощью правой боковой панели. Чтобы ее активировать, щелкните по диаграмме и выберите значок Параметры диаграммы справа. Раздел Размер позволяет изменить ширину и/или высоту диаграммы. Если нажата кнопка Сохранять пропорции (в этом случае она выглядит так: ), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон диаграммы. Раздел Изменить тип диаграммы позволяет изменить выбранный тип и/или стиль диаграммы с помощью соответствующего выпадающего меню. Для выбора нужного Стиля диаграммы используйте второе выпадающее меню в разделе Изменить тип диаграммы. Кнопка Изменить данные позволяет вызвать окно Редактор диаграмм и начать редактирование данных, как описано выше. Примечание: чтобы быстро вызвать окно Редактор диаграмм, можно также дважды щелкнуть мышью по диаграмме на слайде. При выборе диаграммы становится также активным значок Параметры фигуры справа, так как фигура используется в качестве фона для диаграммы. Можно щелкнуть по этому значку, чтобы открыть вкладку Параметры фигуры на правой боковой панели инструментов и изменить параметры Заливки и Обводки фигуры. Обратите, пожалуйста, внимание, что вы не можете изменить тип фигуры. Чтобы удалить добавленную диаграмму, щелкните по ней левой кнопкой мыши и нажмите клавишу Delete на клавиатуре. Чтобы узнать, как выровнять диаграмму на слайде или расположить в определенном порядке несколько объектов, обратитесь к разделу Выравнивание и упорядочивание объектов на слайде." }, { "id": "UsageInstructions/InsertEquation.htm", @@ -128,7 +128,7 @@ var indexes = { "id": "UsageInstructions/InsertText.htm", "title": "Вставка и форматирование текста", - "body": "Вставка текста Новый текст можно добавить тремя разными способами: Добавить фрагмент текста внутри соответствующей текстовой рамки предусмотренной на макете слайда. Для этого установите курсор внутри текстовой рамки и напишите свой текст или вставьте его, используя сочетание клавиш Ctrl+V, вместо соответствующего текста по умолчанию. Добавить фрагмент текста в любом месте на слайде. Можно вставить надпись (прямоугольную рамку, внутри которой вводится текст) или объект Text Art (текстовое поле с предварительно заданным стилем и цветом шрифта, позволяющее применять текстовые эффекты). В зависимости от требуемого типа текстового объекта можно сделать следующее: чтобы добавить текстовое поле, щелкните по значку Надпись на вкладке Главная или Вставка верхней панели инструментов, затем щелкните там, где требуется поместить надпись, удерживайте кнопку мыши и перетаскивайте границу текстового поля, чтобы задать его размер. Когда вы отпустите кнопку мыши, в добавленном текстовом поле появится курсор, и вы сможете ввести свой текст. Примечание: надпись можно также вставить, если щелкнуть по значку Фигура на верхней панели инструментов и выбрать фигуру из группы Основные фигуры. чтобы добавить объект Text Art, щелкните по значку Text Art на вкладке Вставка верхней панели инструментов, затем щелкните по нужному шаблону стиля – объект Text Art будет добавлен в центре слайда. Выделите мышью стандартный текст внутри текстового поля и напишите вместо него свой текст. Добавить фрагмент текста внутри автофигуры. Выделите фигуру и начинайте печатать текст. Щелкните за пределами текстового объекта, чтобы применить изменения и вернуться к слайду. Текст внутри текстового объекта является его частью (при перемещении или повороте текстового объекта текст будет перемещаться или поворачиваться вместе с ним). Поскольку вставленный текстовый объект представляет собой прямоугольную рамку (у нее по умолчанию невидимые границы) с текстом внутри, а эта рамка является обычной автофигурой, можно изменять свойства и фигуры, и текста. Чтобы удалить добавленный текстовый объект, щелкните по краю текстового поля и нажмите клавишу Delete на клавиатуре. Текст внутри текстового поля тоже будет удален. Форматирование текстового поля Выделите текстовое поле, щелкнув по его границе, чтобы можно было изменить его свойства. Когда текстовое поле выделено, его границы отображаются как сплошные, а не пунктирные линии. чтобы изменить размер текстового поля, переместить, повернуть его, используйте специальные маркеры по краям фигуры. чтобы изменить заливку, обводку текстового поля, заменить прямоугольное поле на какую-то другую фигуру или открыть дополнительные параметры фигуры, щелкните по значку Параметры фигуры на правой боковой панели и используйте соответствующие опции. чтобы выровнять текстовое поле на слайде или расположить текстовые поля в определенном порядке относительно других объектов, щелкните правой кнопкой мыши по границе текстового поля и используйте опции контекстного меню. чтобы создать колонки текста внутри текстового поля, щелкните правой кнопкой мыши по границе текстового поля, нажмите на пункт меню Дополнительные параметры фигуры и перейдите на вкладку Колонки в окне Фигура - дополнительные параметры. Форматирование текста внутри текстового поля Щелкните по тексту внутри текстового поля, чтобы можно было изменить его свойства. Когда текст выделен, границы текстового поля отображаются как пунктирные линии. Примечание: форматирование текста можно изменить и в том случае, если выделено текстовое поле, а не сам текст. В этом случае любые изменения будут применены ко всему тексту в текстовом поле. Некоторые параметры форматирования шрифта (тип, размер, цвет и стили оформления шрифта) можно отдельно применить к предварительно выделенному фрагменту текста. Выравнивание текста внутри текстового поля Горизонтально текст выравнивается четырьмя способами: по левому краю, по правому краю, по центру или по ширине. Для этого: установите курсор в том месте, где требуется применить выравнивание (это может быть новая строка или уже введенный текст), разверните список Горизонтальное выравнивание на вкладке Главная верхней панели инструментов, выберите тип выравнивания, который вы хотите применить: опция Выравнивание текста по левому краю позволяет выровнять текст по левому краю текстового поля (правый край остается невыровненным). опция Выравнивание текста по центру позволяет выровнять текст по центру текстового поля (правый и левый края остаются невыровненными). опция Выравнивание текста по правому краю позволяет выровнять текст по правому краю текстового поля (левый край остается невыровненным). опция Выравнивание текста по ширине позволяет выровнять текст как по левому, так и по правому краю текстового поля (выравнивание осуществляется за счет добавления дополнительных интервалов там, где это необходимо). Вертикально текст выравнивается тремя способами: по верхнему краю, по середине или по нижнему краю. Для этого: установите курсор в том месте, где требуется применить выравнивание (это может быть новая строка или уже введенный текст), разверните список Вертикальное выравнивание на вкладке Главная верхней панели инструментов, выберите тип выравнивания, который вы хотите применить: опция Выравнивание текста по верхнему краю позволяет выровнять текст по верхнему краю текстового поля. опция Выравнивание текста по середине позволяет выровнять текст по центру текстового поля. опция Выравнивание текста по нижнему краю позволяет выровнять текст по нижнему краю текстового поля. Изменение направления текста Чтобы повернуть текст внутри текстового поля, щелкните по тексту правой кнопкой мыши, выберите опцию Направление текста, а затем выберите один из доступных вариантов: Горизонтальное (выбран по умолчанию), Поворот на 90° (задает вертикальное направление, сверху вниз) или Поворот на 270° (задает вертикальное направление, снизу вверх). Настройка типа, размера, цвета шрифта и применение стилей оформления Можно выбрать тип, размер и цвет шрифта, а также применить различные стили оформления шрифта, используя соответствующие значки, расположенные на вкладке Главная верхней панели инструментов. Примечание: если необходимо применить форматирование к тексту, который уже есть в презентации, выделите его мышью или с помощью клавиатуры, а затем примените форматирование. Шрифт Используется для выбора шрифта из списка доступных. Размер шрифта Используется для выбора предустановленного значения размера шрифта из выпадающего списка, или же значение можно ввести вручную в поле размера шрифта. Цвет шрифта Используется для изменения цвета букв/символов в тексте. Для выбора цвета нажмите направленную вниз стрелку рядом со значком. Жирный Используется для придания шрифту большей насыщенности. Курсив Используется для придания шрифту наклона вправо. Подчеркнутый Используется для подчеркивания текста чертой, проведенной под буквами. Зачеркнутый Используется для зачеркивания текста чертой, проведенной по буквам. Надстрочные знаки Используется, чтобы сделать текст мельче и поместить его в верхней части строки, например, как в дробях. Подстрочные знаки Используется, чтобы сделать текст мельче и поместить его в нижней части строки, например, как в химических формулах. Задание междустрочного интервала и изменение отступов абзацев Можно задать высоту строки для строк текста в абзаце, а также поля между текущим и предыдущим или последующим абзацем. Для этого: установите курсор в пределах нужного абзаца, или выделите мышью несколько абзацев, используйте соответствующие поля вкладки Параметры текста на правой боковой панели, чтобы добиться нужного результата: Междустрочный интервал - задайте высоту строки для строк текста в абзаце. Вы можете выбрать одну из трех опций: минимум (устанавливает минимальный междустрочный интервал, который требуется, чтобы соответствовать самому крупному шрифту или графическому элементу на строке), множитель (устанавливает междустрочный интервал, который может быть выражен в числах больше 1), точно (устанавливает фиксированный междустрочный интервал). Необходимое значение можно указать в поле справа. Интервал между абзацами - задайте величину свободного пространства между абзацами. Перед - задайте величину свободного пространства перед абзацем. После - задайте величину свободного пространства после абзаца. Чтобы быстро изменить междустрочный интервал в текущем абзаце, можно также использовать значок Междустрочный интервал на вкладке Главная верхней панели инструментов, выбрав нужное значение из списка: 1.0, 1.15, 1.5, 2.0, 2.5, или 3.0 строки. Чтобы изменить смещение абзаца от левого края текстового поля, установите курсор в пределах нужного абзаца или выделите мышью несколько абзацев и используйте соответствующие значки на вкладке Главная верхней панели инструментов: Уменьшить отступ и Увеличить отступ . Можно также изменить дополнительные параметры абзаца. Установите курсор в пределах нужного абзаца - на правой боковой панели будет активирована вкладка Параметры текста. Нажмите на ссылку Дополнительные параметры. Откроется окно свойств абзаца: На вкладке Отступы и положение можно изменить смещение первой строки абзаца от левого внутреннего поля текстового объекта, а также смещение всего абзаца от левого и правого внутреннего поля текстового объекта. Чтобы задать отступы, можно также использовать горизонтальную линейку. Выделите нужный абзац или абзацы и перетащите маркеры отступов по линейке. Маркер отступа первой строки используется, чтобы задать смещение от левого внутреннего поля текстового объекта для первой строки абзаца. Маркер выступа используется, чтобы задать смещение от левого внутреннего поля текстового объекта для второй и всех последующих строк абзаца. Маркер отступа слева используется, чтобы задать смещение от левого внутреннего поля текстового объекта для всего абзаца. Маркер отступа справа используется, чтобы задать смещение абзаца от правого внутреннего поля текстового объекта. Примечание: если вы не видите линеек, перейдите на вкладку Главная верхней панели инструментов, щелкните по значку Параметры представления в правом верхнем углу и снимите отметку с опции Скрыть линейки, чтобы отобразить их. Вкладка Шрифт содержит следующие параметры: Зачёркивание - используется для зачеркивания текста чертой, проведенной по буквам. Двойное зачёркивание - используется для зачеркивания текста двойной чертой, проведенной по буквам. Надстрочные - используется, чтобы сделать текст мельче и поместить его в верхней части строки, например, как в дробях. Подстрочные - используется, чтобы сделать текст мельче и поместить его в нижней части строки, например, как в химических формулах. Малые прописные - используется, чтобы сделать все буквы строчными. Все прописные - используется, чтобы сделать все буквы прописными. Межзнаковый интервал - используется, чтобы задать расстояние между символами. На вкладке Табуляция можно изменить позиции табуляции, то есть те позиции, куда переходит курсор при нажатии клавиши Tab на клавиатуре. Позиция - используется, чтобы задать пользовательские позиции табуляции. Введите в этом поле нужное значение, настройте его более точно, используя кнопки со стрелками, и нажмите на кнопку Задать. Пользовательская позиция табуляции будет добавлена в список в расположенном ниже поле. Позиция табуляци По умолчанию имеет значение 1.25 см. Это значение можно уменьшить или увеличить, используя кнопки со стрелками или введя в поле нужное значение. Выравнивание - используется, чтобы задать нужный тип выравнивания для каждой из позиций табуляции в расположенном выше списке. Выделите нужную позицию табуляции в списке, выберите переключатель По левому краю, По центру или По правому краю и нажмите на кнопку Задать. По левому краю - выравнивает текст по левому краю относительно позиции табуляции; при наборе текст движется вправо от позиции табуляции. Такая позиция табуляции будет обозначена на горизонтальной линейке маркером . По центру - центрирует текст относительно позиции табуляции. Такая позиция табуляции будет обозначена на горизонтальной линейке маркером . По правому краю - выравнивает текст по правому краю относительно позиции табуляции; при наборе текст движется влево от позиции табуляции. Такая позиция табуляции будет обозначена на горизонтальной линейке маркером . Для удаления позиций табуляции из списка выделите позицию табуляции и нажмите кнопку Удалить или Удалить все. Для установки позиций табуляции можно также использовать горизонтальную линейку: Выберите нужный тип позиции табуляции, нажав на кнопку в левом верхнем углу рабочей области: По левому краю , По центру , По правому краю . Щелкните по нижнему краю линейки в том месте, где требуется установить позицию табуляции. Для изменения местоположения позиции табуляции перетащите ее по линейке. Для удаления добавленной позиции табуляции перетащите ее за пределы линейки. Примечание: если вы не видите линеек, перейдите на вкладку Главная верхней панели инструментов, щелкните по значку Параметры представления в правом верхнем углу и снимите отметку с опции Скрыть линейки, чтобы отобразить их. Изменение стиля объекта Text Art Выделите текстовый объект и щелкните по значку Параметры объектов Text Art на правой боковой панели. Измените примененный стиль текста, выбрав из галереи новый Шаблон. Можно также дополнительно изменить этот базовый стиль, выбрав другой тип, размер шрифта и т.д. Измените заливку и обводку шрифта. Доступны точно такие же опции, как и для автофигур. Примените текстовый эффект, выбрав нужный тип трансформации текста из галереи Трансформация. Можно скорректировать степень искривления текста, перетаскивая розовый маркер в форме ромба." + "body": "Вставка текста Новый текст можно добавить тремя разными способами: Добавить фрагмент текста внутри соответствующей текстовой рамки предусмотренной на макете слайда. Для этого установите курсор внутри текстовой рамки и напишите свой текст или вставьте его, используя сочетание клавиш Ctrl+V, вместо соответствующего текста по умолчанию. Добавить фрагмент текста в любом месте на слайде. Можно вставить надпись (прямоугольную рамку, внутри которой вводится текст) или объект Text Art (текстовое поле с предварительно заданным стилем и цветом шрифта, позволяющее применять текстовые эффекты). В зависимости от требуемого типа текстового объекта можно сделать следующее: чтобы добавить текстовое поле, щелкните по значку Надпись на вкладке Главная или Вставка верхней панели инструментов, затем щелкните там, где требуется поместить надпись, удерживайте кнопку мыши и перетаскивайте границу текстового поля, чтобы задать его размер. Когда вы отпустите кнопку мыши, в добавленном текстовом поле появится курсор, и вы сможете ввести свой текст. Примечание: надпись можно также вставить, если щелкнуть по значку Фигура на верхней панели инструментов и выбрать фигуру из группы Основные фигуры. чтобы добавить объект Text Art, щелкните по значку Text Art на вкладке Вставка верхней панели инструментов, затем щелкните по нужному шаблону стиля – объект Text Art будет добавлен в центре слайда. Выделите мышью стандартный текст внутри текстового поля и напишите вместо него свой текст. Добавить фрагмент текста внутри автофигуры. Выделите фигуру и начинайте печатать текст. Щелкните за пределами текстового объекта, чтобы применить изменения и вернуться к слайду. Текст внутри текстового объекта является его частью (при перемещении или повороте текстового объекта текст будет перемещаться или поворачиваться вместе с ним). Поскольку вставленный текстовый объект представляет собой прямоугольную рамку (у нее по умолчанию невидимые границы) с текстом внутри, а эта рамка является обычной автофигурой, можно изменять свойства и фигуры, и текста. Чтобы удалить добавленный текстовый объект, щелкните по краю текстового поля и нажмите клавишу Delete на клавиатуре. Текст внутри текстового поля тоже будет удален. Форматирование текстового поля Выделите текстовое поле, щелкнув по его границе, чтобы можно было изменить его свойства. Когда текстовое поле выделено, его границы отображаются как сплошные, а не пунктирные линии. чтобы изменить размер текстового поля, переместить, повернуть его, используйте специальные маркеры по краям фигуры. чтобы изменить заливку, обводку текстового поля, заменить прямоугольное поле на какую-то другую фигуру или открыть дополнительные параметры фигуры, щелкните по значку Параметры фигуры на правой боковой панели и используйте соответствующие опции. чтобы выровнять текстовое поле на слайде или расположить текстовые поля в определенном порядке относительно других объектов, щелкните правой кнопкой мыши по границе текстового поля и используйте опции контекстного меню. чтобы создать колонки текста внутри текстового поля, щелкните правой кнопкой мыши по границе текстового поля, нажмите на пункт меню Дополнительные параметры фигуры и перейдите на вкладку Колонки в окне Фигура - дополнительные параметры. Форматирование текста внутри текстового поля Щелкните по тексту внутри текстового поля, чтобы можно было изменить его свойства. Когда текст выделен, границы текстового поля отображаются как пунктирные линии. Примечание: форматирование текста можно изменить и в том случае, если выделено текстовое поле, а не сам текст. В этом случае любые изменения будут применены ко всему тексту в текстовом поле. Некоторые параметры форматирования шрифта (тип, размер, цвет и стили оформления шрифта) можно отдельно применить к предварительно выделенному фрагменту текста. Выравнивание текста внутри текстового поля Горизонтально текст выравнивается четырьмя способами: по левому краю, по правому краю, по центру или по ширине. Для этого: установите курсор в том месте, где требуется применить выравнивание (это может быть новая строка или уже введенный текст), разверните список Горизонтальное выравнивание на вкладке Главная верхней панели инструментов, выберите тип выравнивания, который вы хотите применить: опция Выравнивание текста по левому краю позволяет выровнять текст по левому краю текстового поля (правый край остается невыровненным). опция Выравнивание текста по центру позволяет выровнять текст по центру текстового поля (правый и левый края остаются невыровненными). опция Выравнивание текста по правому краю позволяет выровнять текст по правому краю текстового поля (левый край остается невыровненным). опция Выравнивание текста по ширине позволяет выровнять текст как по левому, так и по правому краю текстового поля (выравнивание осуществляется за счет добавления дополнительных интервалов там, где это необходимо). Вертикально текст выравнивается тремя способами: по верхнему краю, по середине или по нижнему краю. Для этого: установите курсор в том месте, где требуется применить выравнивание (это может быть новая строка или уже введенный текст), разверните список Вертикальное выравнивание на вкладке Главная верхней панели инструментов, выберите тип выравнивания, который вы хотите применить: опция Выравнивание текста по верхнему краю позволяет выровнять текст по верхнему краю текстового поля. опция Выравнивание текста по середине позволяет выровнять текст по центру текстового поля. опция Выравнивание текста по нижнему краю позволяет выровнять текст по нижнему краю текстового поля. Изменение направления текста Чтобы повернуть текст внутри текстового поля, щелкните по тексту правой кнопкой мыши, выберите опцию Направление текста, а затем выберите один из доступных вариантов: Горизонтальное (выбран по умолчанию), Поворот на 90° (задает вертикальное направление, сверху вниз) или Поворот на 270° (задает вертикальное направление, снизу вверх). Настройка типа, размера, цвета шрифта и применение стилей оформления Можно выбрать тип, размер и цвет шрифта, а также применить различные стили оформления шрифта, используя соответствующие значки, расположенные на вкладке Главная верхней панели инструментов. Примечание: если необходимо применить форматирование к тексту, который уже есть в презентации, выделите его мышью или с помощью клавиатуры, а затем примените форматирование. Шрифт Используется для выбора шрифта из списка доступных. Размер шрифта Используется для выбора предустановленного значения размера шрифта из выпадающего списка, или же значение можно ввести вручную в поле размера шрифта. Цвет шрифта Используется для изменения цвета букв/символов в тексте. Для выбора цвета нажмите направленную вниз стрелку рядом со значком. Жирный Используется для придания шрифту большей насыщенности. Курсив Используется для придания шрифту наклона вправо. Подчеркнутый Используется для подчеркивания текста чертой, проведенной под буквами. Зачеркнутый Используется для зачеркивания текста чертой, проведенной по буквам. Надстрочные знаки Используется, чтобы сделать текст мельче и поместить его в верхней части строки, например, как в дробях. Подстрочные знаки Используется, чтобы сделать текст мельче и поместить его в нижней части строки, например, как в химических формулах. Задание междустрочного интервала и изменение отступов абзацев Можно задать высоту строки для строк текста в абзаце, а также поля между текущим и предыдущим или последующим абзацем. Для этого: установите курсор в пределах нужного абзаца, или выделите мышью несколько абзацев, используйте соответствующие поля вкладки Параметры текста на правой боковой панели, чтобы добиться нужного результата: Междустрочный интервал - задайте высоту строки для строк текста в абзаце. Вы можете выбрать одну из трех опций: минимум (устанавливает минимальный междустрочный интервал, который требуется, чтобы соответствовать самому крупному шрифту или графическому элементу на строке), множитель (устанавливает междустрочный интервал, который может быть выражен в числах больше 1), точно (устанавливает фиксированный междустрочный интервал). Необходимое значение можно указать в поле справа. Интервал между абзацами - задайте величину свободного пространства между абзацами. Перед - задайте величину свободного пространства перед абзацем. После - задайте величину свободного пространства после абзаца. Чтобы быстро изменить междустрочный интервал в текущем абзаце, можно также использовать значок Междустрочный интервал на вкладке Главная верхней панели инструментов, выбрав нужное значение из списка: 1.0, 1.15, 1.5, 2.0, 2.5, или 3.0 строки. Чтобы изменить смещение абзаца от левого края текстового поля, установите курсор в пределах нужного абзаца или выделите мышью несколько абзацев и используйте соответствующие значки на вкладке Главная верхней панели инструментов: Уменьшить отступ и Увеличить отступ . Можно также изменить дополнительные параметры абзаца. Установите курсор в пределах нужного абзаца - на правой боковой панели будет активирована вкладка Параметры текста. Нажмите на ссылку Дополнительные параметры. Откроется окно свойств абзаца: На вкладке Отступы и положение можно изменить смещение первой строки абзаца от левого внутреннего поля текстового объекта, а также смещение всего абзаца от левого и правого внутреннего поля текстового объекта. Чтобы задать отступы, можно также использовать горизонтальную линейку. Выделите нужный абзац или абзацы и перетащите маркеры отступов по линейке. Маркер отступа первой строки используется, чтобы задать смещение от левого внутреннего поля текстового объекта для первой строки абзаца. Маркер выступа используется, чтобы задать смещение от левого внутреннего поля текстового объекта для второй и всех последующих строк абзаца. Маркер отступа слева используется, чтобы задать смещение от левого внутреннего поля текстового объекта для всего абзаца. Маркер отступа справа используется, чтобы задать смещение абзаца от правого внутреннего поля текстового объекта. Примечание: если вы не видите линеек, перейдите на вкладку Главная верхней панели инструментов, щелкните по значку Параметры представления в правом верхнем углу и снимите отметку с опции Скрыть линейки, чтобы отобразить их. Вкладка Шрифт содержит следующие параметры: Зачёркивание - используется для зачеркивания текста чертой, проведенной по буквам. Двойное зачёркивание - используется для зачеркивания текста двойной чертой, проведенной по буквам. Надстрочные - используется, чтобы сделать текст мельче и поместить его в верхней части строки, например, как в дробях. Подстрочные - используется, чтобы сделать текст мельче и поместить его в нижней части строки, например, как в химических формулах. Малые прописные - используется, чтобы сделать все буквы строчными. Все прописные - используется, чтобы сделать все буквы прописными. Межзнаковый интервал - используется, чтобы задать расстояние между символами. На вкладке Табуляция можно изменить позиции табуляции, то есть те позиции, куда переходит курсор при нажатии клавиши Tab на клавиатуре. Позиция - используется, чтобы задать пользовательские позиции табуляции. Введите в этом поле нужное значение, настройте его более точно, используя кнопки со стрелками, и нажмите на кнопку Задать. Пользовательская позиция табуляции будет добавлена в список в расположенном ниже поле. Позиция табуляци По умолчанию имеет значение 1.25 см. Это значение можно уменьшить или увеличить, используя кнопки со стрелками или введя в поле нужное значение. Выравнивание - используется, чтобы задать нужный тип выравнивания для каждой из позиций табуляции в расположенном выше списке. Выделите нужную позицию табуляции в списке, выберите переключатель По левому краю, По центру или По правому краю и нажмите на кнопку Задать. По левому краю - выравнивает текст по левому краю относительно позиции табуляции; при наборе текст движется вправо от позиции табуляции. Такая позиция табуляции будет обозначена на горизонтальной линейке маркером . По центру - центрирует текст относительно позиции табуляции. Такая позиция табуляции будет обозначена на горизонтальной линейке маркером . По правому краю - выравнивает текст по правому краю относительно позиции табуляции; при наборе текст движется влево от позиции табуляции. Такая позиция табуляции будет обозначена на горизонтальной линейке маркером . Для удаления позиций табуляции из списка выделите позицию табуляции и нажмите кнопку Удалить или Удалить все. Для установки позиций табуляции можно также использовать горизонтальную линейку: Выберите нужный тип позиции табуляции, нажав на кнопку в левом верхнем углу рабочей области: По левому краю , По центру , По правому краю . Щелкните по нижнему краю линейки в том месте, где требуется установить позицию табуляции. Для изменения местоположения позиции табуляции перетащите ее по линейке. Для удаления добавленной позиции табуляции перетащите ее за пределы линейки. Примечание: если вы не видите линеек, перейдите на вкладку Главная верхней панели инструментов, щелкните по значку Параметры представления в правом верхнем углу и снимите отметку с опции Скрыть линейки, чтобы отобразить их. Изменение стиля объекта Text Art Выделите текстовый объект и щелкните по значку Параметры объектов Text Art на правой боковой панели. Измените примененный стиль текста, выбрав из галереи новый Шаблон. Можно также дополнительно изменить этот базовый стиль, выбрав другой тип, размер шрифта и т.д. Измените заливку и обводку шрифта. Доступны точно такие же опции, как и для автофигур. Примените текстовый эффект, выбрав нужный тип трансформации текста из галереи Трансформация. Можно скорректировать степень искривления текста, перетаскивая розовый маркер в форме ромба." }, { "id": "UsageInstructions/ManageSlides.htm", @@ -148,7 +148,7 @@ var indexes = { "id": "UsageInstructions/PreviewPresentation.htm", "title": "Просмотр презентации", - "body": "Запуск просмотра слайдов Чтобы просмотреть презентацию, которую вы в данный момент редактируете, можно сделать следующее: щелкните по значку Начать показ слайдов на вкладке Главная верхней панели инструментов или в левой части строки состояния или выберите определенный слайд в списке слайдов слева, щелкните по нему правой кнопкой мыши и выберите в контекстном меню пункт Начать показ слайдов. Просмотр начнется с выделенного в данный момент слайда. Можно также нажать на стрелку рядом со значком Начать показ слайдов на вкладке Главная верхней панели инструментов и выбрать одну из доступных опций: Показ слайдов с начала - чтобы начать показ слайдов с самого первого слайда, Показ слайдов с текущего слайда - чтобы начать показ слайдов со слайда, выделенного в данный момент, Показ слайдов в режиме докладчика - чтобы начать показ слайдов в режиме докладчика, позволяющем демонстрировать презентацию зрителям, не показывая заметок к слайдам, и одновременно просматривать презентацию с заметками к слайдам на другом мониторе. Параметры показа слайдов - чтобы открыть окно настроек, позволяющее задать только один параметр: Непрерывный цикл до нажатия клавиши 'Esc'. Отметьте эту опцию в случае необходимости и нажмите кнопку OK. Если эта опция включена, презентация будет отображаться до тех пор, пока вы не нажмете клавишу Escape на клавиатуре, то есть, при достижении последнего слайда в презентации вы сможете снова перейти к первому слайду и так далее. Если эта опция отключена, то при достижении последнего слайда в презентации появится черный экран с информацией о том, что презентация завершена и вы можете выйти из режима просмотра. Использование режима просмотра В режиме просмотра можно использовать следующие элементы управления, расположенные в левом нижнем углу: кнопка Предыдущий слайд позволяет вернуться к предыдущему слайду. кнопка Приостановить презентацию позволяет приостановить просмотр. После нажатия эта кнопка превращается в кнопку . кнопка Запустить презентацию позволяет возобновить просмотр. После нажатия эта кнопка превращается в кнопку . кнопка Следующий слайд позволяет перейти к следующему слайду. Указатель номера слайда отображает номер текущего слайда, а также общее количество слайдов в презентации. Для перехода к определенному слайду в режиме просмотра щелкните по Указателю номера слайда, введите в открывшемся окне номер нужного слайда и нажмите клавишу Enter. кнопка Полноэкранный режим позволяет перейти в полноэкранный режим. кнопка Выйти из полноэкранного режима позволяет выйти из полноэкранного режима. кнопка Завершить показ слайдов позволяет выйти из режима просмотра. Для навигации по слайдам в режиме просмотра можно также использовать сочетания клавиш. Использование режима докладчика В режиме докладчика вы можете просматривать презентацию с заметками к слайдам в отдельном окне, и одновременно демонстрировать презентацию зрителям на другом мониторе, не показывая заметок к слайдам. Заметки к каждому слайду отображаются под областью просмотра слайда. Для навигации по слайдам можно использовать кнопки и или щелкать по слайдам в списке слева. Номера скрытых слайдов в списке перечеркнуты. Если вы захотите показать зрителям слайд, помеченный как скрытый, просто щелкните по нему в списке слайдов слева - слайд будет отображен. Можно использовать следующие элементы управления, расположенные под областью просмотра слайда: Таймер показывает истекшее время презентации в формате чч.мм.сс. кнопка Приостановить презентацию позволяет приостановить просмотр. После нажатия эта кнопка превращается в кнопку . кнопка Запустить презентацию позволяет возобновить просмотр. После нажатия эта кнопка превращается в кнопку . кнопка Сброс позволяет сбросить истекшее время презентации. кнопка Предыдущий слайд позволяет вернуться к предыдущему слайду. кнопка Следующий слайд позволяет перейти к следующему слайду. Указатель номера слайда отображает номер текущего слайда, а также общее количество слайдов в презентации. кнопка Указка позволяет выделить что-то на экране при показе презентации. Когда эта опция включена, кнопка выглядит следующим образом: . Чтобы указать на какие-то объекты, наведите курсор мыши на область просмотра слайда и перемещайте указку по слайду. Указка будет выглядеть так: . Чтобы отключить эту опцию, нажмите кнопку еще раз. кнопка Завершить показ слайдов позволяет выйти из режима докладчика." + "body": "Запуск просмотра слайдов Чтобы просмотреть презентацию, которую вы в данный момент редактируете, можно сделать следующее: щелкните по значку Начать показ слайдов на вкладке Главная верхней панели инструментов или в левой части строки состояния или выберите определенный слайд в списке слайдов слева, щелкните по нему правой кнопкой мыши и выберите в контекстном меню пункт Начать показ слайдов. Просмотр начнется с выделенного в данный момент слайда. Можно также нажать на стрелку рядом со значком Начать показ слайдов на вкладке Главная верхней панели инструментов и выбрать одну из доступных опций: Показ слайдов с начала - чтобы начать показ слайдов с самого первого слайда, Показ слайдов с текущего слайда - чтобы начать показ слайдов со слайда, выделенного в данный момент, Показ слайдов в режиме докладчика - чтобы начать показ слайдов в режиме докладчика, позволяющем демонстрировать презентацию зрителям, не показывая заметок к слайдам, и одновременно просматривать презентацию с заметками к слайдам на другом мониторе. Параметры показа слайдов - чтобы открыть окно настроек, позволяющее задать только один параметр: Непрерывный цикл до нажатия клавиши 'Esc'. Отметьте эту опцию в случае необходимости и нажмите кнопку OK. Если эта опция включена, презентация будет отображаться до тех пор, пока вы не нажмете клавишу Escape на клавиатуре, то есть, при достижении последнего слайда в презентации вы сможете снова перейти к первому слайду и так далее. Если эта опция отключена, то при достижении последнего слайда в презентации появится черный экран с информацией о том, что презентация завершена и вы можете выйти из режима просмотра. Использование режима просмотра В режиме просмотра можно использовать следующие элементы управления, расположенные в левом нижнем углу: кнопка Предыдущий слайд позволяет вернуться к предыдущему слайду. кнопка Приостановить презентацию позволяет приостановить просмотр. После нажатия эта кнопка превращается в кнопку . кнопка Запустить презентацию позволяет возобновить просмотр. После нажатия эта кнопка превращается в кнопку . кнопка Следующий слайд позволяет перейти к следующему слайду. Указатель номера слайда отображает номер текущего слайда, а также общее количество слайдов в презентации. Для перехода к определенному слайду в режиме просмотра щелкните по Указателю номера слайда, введите в открывшемся окне номер нужного слайда и нажмите клавишу Enter. кнопка Полноэкранный режим позволяет перейти в полноэкранный режим. кнопка Выйти из полноэкранного режима позволяет выйти из полноэкранного режима. кнопка Завершить показ слайдов позволяет выйти из режима просмотра. Для навигации по слайдам в режиме просмотра можно также использовать сочетания клавиш. Использование режима докладчика В режиме докладчика вы можете просматривать презентацию с заметками к слайдам в отдельном окне, и одновременно демонстрировать презентацию зрителям на другом мониторе, не показывая заметок к слайдам. Заметки к каждому слайду отображаются под областью просмотра слайда. Для навигации по слайдам можно использовать кнопки и или щелкать по слайдам в списке слева. Номера скрытых слайдов в списке перечеркнуты. Если вы захотите показать зрителям слайд, помеченный как скрытый, просто щелкните по нему в списке слайдов слева - слайд будет отображен. Можно использовать следующие элементы управления, расположенные под областью просмотра слайда: Таймер показывает истекшее время презентации в формате чч.мм.сс. кнопка Приостановить презентацию позволяет приостановить просмотр. После нажатия эта кнопка превращается в кнопку . кнопка Запустить презентацию позволяет возобновить просмотр. После нажатия эта кнопка превращается в кнопку . кнопка Сброс позволяет сбросить истекшее время презентации. кнопка Предыдущий слайд позволяет вернуться к предыдущему слайду. кнопка Следующий слайд позволяет перейти к следующему слайду. Указатель номера слайда отображает номер текущего слайда, а также общее количество слайдов в презентации. кнопка Указка позволяет выделить что-то на экране при показе презентации. Когда эта опция включена, кнопка выглядит следующим образом: . Чтобы указать на какие-то объекты, наведите курсор мыши на область просмотра слайда и перемещайте указку по слайду. Указка будет выглядеть так: . Чтобы отключить эту опцию, нажмите кнопку еще раз. кнопка Завершить показ слайдов позволяет выйти из режима докладчика." }, { "id": "UsageInstructions/SavePrintDownload.htm", @@ -158,7 +158,7 @@ var indexes = { "id": "UsageInstructions/SetSlideParameters.htm", "title": "Настройка параметров слайда", - "body": "Чтобы настроить внешний вид презентации, можно выбрать тему, цветовую схему, размер и ориентацию слайдов для всей презентации, изменить заливку фона или макет слайда для каждого отдельного слайда, применить переходы между слайдами. Также можно добавить поясняющие заметки к каждому слайду, которые могут пригодиться при показе презентации в режиме докладчика. Темы позволяют быстро изменить дизайн презентации, а именно оформление фона слайдов, предварительно заданные шрифты для заголовков и текстов и цветовую схему, которая используется для элементов презентации. Для выбора темы презентации щелкните по нужной готовой теме из галереи тем, расположенной в правой части вкладки Главная верхней панели инструментов. Выбранная тема будет применена ко всем слайдам, если вы предварительно не выделили определенные слайды, к которым надо применить эту тему. Чтобы изменить выбранную тему для одного или нескольких слайдов, щелкните правой кнопкой мыши по выделенным слайдам в списке слева (или щелкните правой кнопкой мыши по слайду в области редактирования слайда), выберите в контекстном меню пункт Изменить тему, а затем выберите нужную тему. Цветовые схемы влияют на предварительно заданные цвета, используемые для элементов презентации (шрифтов, линий, заливок и т.д.) и позволяют обеспечить сочетаемость цветов во всей презентации. Для изменения цветовой схемы презентации щелкните по значку Изменение цветовой схемы на вкладке Главная верхней панели инструментов и выберите нужную схему из выпадающего списка. Выбранная схема будет применена ко всем слайдам. Для изменения размера всех слайдов в презентации, щелкните по значку Выбор размеров слайдов на вкладке Главная верхней панели инструментов и выберите нужную опцию из выпадающего списка. Можно выбрать: один из двух быстродоступных пресетов - Стандартный (4:3) или Широкоэкранный (16:9), команду Дополнительные параметры, которая вызывает окно Настройки размера слайда, где можно выбрать один из имеющихся предустановленных размеров или задать Пользовательский размер, указав нужные значения Ширины и Высоты. Доступны следующие предустановленные размеры: Стандартный (4:3), Широкоэкранный (16:9), Широкоэкранный (16:10), Лист Letter (8.5x11 дюймов), Лист Ledger (11x17 дюймов), Лист A3 (297x420 мм), Лист A4 (210x297 мм), Лист B4 (ICO) (250x353 мм), Лист B5 (ICO) (176x250 мм), Слайды 35 мм, Прозрачная пленка, Баннер. Меню Ориентация слайда позволяет изменить выбранный в настоящий момент тип ориентации слайда. По умолчанию используется Альбомная ориентация, которую можно изменить на Книжную. Для изменения заливки фона: в списке слайдов слева выделите слайды, к которым требуется применить заливку. Или в области редактирования слайдов щелкните по любому свободному месту внутри слайда, который в данный момент редактируется, чтобы изменить тип заливки для этого конкретного слайда. на вкладке Параметры слайда на правой боковой панели выберите нужную опцию: Заливка цветом - выберите эту опцию, чтобы задать сплошной цвет, который требуется применить к выбранным слайдам. Градиентная заливка - выберите эту опцию, чтобы чтобы залить слайд двумя цветами, плавно переходящими друг в друга. Изображение или текстура - выберите эту опцию, чтобы использовать в качестве фона слайда какое-то изображение или готовую текстуру. Узор - выберите эту опцию, чтобы залить слайд с помощью двухцветного рисунка, который образован регулярно повторяющимися элементами. Без заливки - выберите эту опцию, если вы вообще не хотите использовать заливку. Чтобы получить более подробную информацию об этих опциях, обратитесь к разделу Заливка объектов и выбор цветов. Переходы помогают сделать презентацию более динамичной и удерживать внимание аудитории. Для применения перехода: в списке слайдов слева выделите слайды, к которым требуется применить переход, на вкладке Параметры слайда выберите переход из выпадающего списка Эффект, Примечание: чтобы открыть вкладку Параметры слайда, можно щелкнуть по значку Параметры слайда справа или щелкнуть правой кнопкой мыши по слайду в области редактирования слайда и выбрать в контекстном меню пункт Параметры слайда. настройте свойства перехода: выберите вариант перехода, его длительность и то, каким образом должны сменяться слайды, если требуется применить один и тот же переход ко всем слайдам в презентации, нажмите кнопку Применить ко всем слайдам. Чтобы получить более подробную информацию об этих опциях, обратитесь к разделу Применение переходов. Для изменения макета слайда: в списке слайдов слева выделите слайды, для которых требуется применить новый макет, щелкните по значку Изменить макет слайда на вкладке Главная верхней панели инструментов, выберите в меню нужный макет. Вы можете также щелкнуть правой кнопкой мыши по нужному слайду в списке слева, выбрать в контекстном меню пункт Изменить макет и выбрать нужный макет. Примечание: в настоящий момент доступны следующие макеты: Титульный слайд, Заголовок и объект, Заголовок раздела, Два объекта, Два текста и два объекта, Только заголовок, Пустой слайд, Заголовок, объект и подпись, Рисунок с подписью, Вертикальный текст, Вертикальный заголовок и текст. Для добавления заметок к слайду: в списке слайдов слева выберите слайд, к которому требуется добавить заметку, щелкните по надписи Click to add notes под областью редактирования слайда, введите текст заметки. Примечание: текст можно отформатировать с помощью значков на вкладке Главная верхней панели инструментов. При показе слайдов в режиме докладчика заметки к слайду будут отображаться под областью просмотра слайда." + "body": "Чтобы настроить внешний вид презентации, можно выбрать тему, цветовую схему, размер и ориентацию слайдов для всей презентации, изменить заливку фона или макет слайда для каждого отдельного слайда, применить переходы между слайдами. Также можно добавить поясняющие заметки к каждому слайду, которые могут пригодиться при показе презентации в режиме докладчика. Темы позволяют быстро изменить дизайн презентации, а именно оформление фона слайдов, предварительно заданные шрифты для заголовков и текстов и цветовую схему, которая используется для элементов презентации. Для выбора темы презентации щелкните по нужной готовой теме из галереи тем, расположенной в правой части вкладки Главная верхней панели инструментов. Выбранная тема будет применена ко всем слайдам, если вы предварительно не выделили определенные слайды, к которым надо применить эту тему. Чтобы изменить выбранную тему для одного или нескольких слайдов, щелкните правой кнопкой мыши по выделенным слайдам в списке слева (или щелкните правой кнопкой мыши по слайду в области редактирования слайда), выберите в контекстном меню пункт Изменить тему, а затем выберите нужную тему. Цветовые схемы влияют на предварительно заданные цвета, используемые для элементов презентации (шрифтов, линий, заливок и т.д.) и позволяют обеспечить сочетаемость цветов во всей презентации. Для изменения цветовой схемы презентации щелкните по значку Изменение цветовой схемы на вкладке Главная верхней панели инструментов и выберите нужную схему из выпадающего списка. Выбранная схема будет применена ко всем слайдам. Для изменения размера всех слайдов в презентации, щелкните по значку Выбор размеров слайдов на вкладке Главная верхней панели инструментов и выберите нужную опцию из выпадающего списка. Можно выбрать: один из двух быстродоступных пресетов - Стандартный (4:3) или Широкоэкранный (16:9), команду Дополнительные параметры, которая вызывает окно Настройки размера слайда, где можно выбрать один из имеющихся предустановленных размеров или задать Пользовательский размер, указав нужные значения Ширины и Высоты. Доступны следующие предустановленные размеры: Стандартный (4:3), Широкоэкранный (16:9), Широкоэкранный (16:10), Лист Letter (8.5x11 дюймов), Лист Ledger (11x17 дюймов), Лист A3 (297x420 мм), Лист A4 (210x297 мм), Лист B4 (ICO) (250x353 мм), Лист B5 (ICO) (176x250 мм), Слайды 35 мм, Прозрачная пленка, Баннер. Меню Ориентация слайда позволяет изменить выбранный в настоящий момент тип ориентации слайда. По умолчанию используется Альбомная ориентация, которую можно изменить на Книжную. Для изменения заливки фона: в списке слайдов слева выделите слайды, к которым требуется применить заливку. Или в области редактирования слайдов щелкните по любому свободному месту внутри слайда, который в данный момент редактируется, чтобы изменить тип заливки для этого конкретного слайда. на вкладке Параметры слайда на правой боковой панели выберите нужную опцию: Заливка цветом - выберите эту опцию, чтобы задать сплошной цвет, который требуется применить к выбранным слайдам. Градиентная заливка - выберите эту опцию, чтобы чтобы залить слайд двумя цветами, плавно переходящими друг в друга. Изображение или текстура - выберите эту опцию, чтобы использовать в качестве фона слайда какое-то изображение или готовую текстуру. Узор - выберите эту опцию, чтобы залить слайд с помощью двухцветного рисунка, который образован регулярно повторяющимися элементами. Без заливки - выберите эту опцию, если вы вообще не хотите использовать заливку. Чтобы получить более подробную информацию об этих опциях, обратитесь к разделу Заливка объектов и выбор цветов. Переходы помогают сделать презентацию более динамичной и удерживать внимание аудитории. Для применения перехода: в списке слайдов слева выделите слайды, к которым требуется применить переход, на вкладке Параметры слайда выберите переход из выпадающего списка Эффект, Примечание: чтобы открыть вкладку Параметры слайда, можно щелкнуть по значку Параметры слайда справа или щелкнуть правой кнопкой мыши по слайду в области редактирования слайда и выбрать в контекстном меню пункт Параметры слайда. настройте свойства перехода: выберите вариант перехода, его длительность и то, каким образом должны сменяться слайды, если требуется применить один и тот же переход ко всем слайдам в презентации, нажмите кнопку Применить ко всем слайдам. Чтобы получить более подробную информацию об этих опциях, обратитесь к разделу Применение переходов. Для изменения макета слайда: в списке слайдов слева выделите слайды, для которых требуется применить новый макет, щелкните по значку Изменить макет слайда на вкладке Главная верхней панели инструментов, выберите в меню нужный макет. Вы можете также щелкнуть правой кнопкой мыши по нужному слайду в списке слева, выбрать в контекстном меню пункт Изменить макет и выбрать нужный макет. Примечание: в настоящий момент доступны следующие макеты: Титульный слайд, Заголовок и объект, Заголовок раздела, Два объекта, Два текста и два объекта, Только заголовок, Пустой слайд, Заголовок, объект и подпись, Рисунок с подписью, Вертикальный текст, Вертикальный заголовок и текст. Для добавления заметок к слайду: в списке слайдов слева выберите слайд, к которому требуется добавить заметку, щелкните по надписи Click to add notes под областью редактирования слайда, введите текст заметки. Примечание: текст можно отформатировать с помощью значков на вкладке Главная верхней панели инструментов. При показе слайдов в режиме докладчика заметки к слайду будут отображаться под областью просмотра слайда." }, { "id": "UsageInstructions/ViewPresentationInfo.htm", diff --git a/apps/spreadsheeteditor/main/resources/help/en/search/indexes.js b/apps/spreadsheeteditor/main/resources/help/en/search/indexes.js index 6f0b14f86..0a9d5f991 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/search/indexes.js +++ b/apps/spreadsheeteditor/main/resources/help/en/search/indexes.js @@ -2183,7 +2183,7 @@ var indexes = { "id": "HelpfulHints/SupportedFormats.htm", "title": "Supported Formats of Spreadsheets", - "body": "A spreadsheet is a table of data organized in rows and columns. It is most frequently used to store the financial information because of its ability to re-calculate the entire sheet automatically after a change to a single cell. Spreadsheet Editor allows you to open, view and edit the most popular spreadsheet file formats. Formats Description View Edit Download XLS File extension for a spreadsheet file created by Microsoft Excel + + XLSX Default file extension for a spreadsheet file written in Microsoft Office Excel 2007 (or later versions) + + + ODS File extension for a spreadsheet file used by OpenOffice and StarOffice suites, an open standard for spreadsheets + + + CSV Comma Separated Values File format used to store tabular data (numbers and text) in plain-text form + + + PDF Portable Document Format File format used to represent documents in a manner independent of application software, hardware, and operating systems +" + "body": "A spreadsheet is a table of data organized in rows and columns. It is most frequently used to store the financial information because of its ability to re-calculate the entire sheet automatically after a change to a single cell. Spreadsheet Editor allows you to open, view and edit the most popular spreadsheet file formats. Formats Description View Edit Download XLS File extension for a spreadsheet file created by Microsoft Excel + + XLSX Default file extension for a spreadsheet file written in Microsoft Office Excel 2007 (or later versions) + + + ODS File extension for a spreadsheet file used by OpenOffice and StarOffice suites, an open standard for spreadsheets + + + CSV Comma Separated Values File format used to store tabular data (numbers and text) in plain-text form + + + PDF Portable Document Format File format used to represent documents in a manner independent of application software, hardware, and operating systems +" }, { "id": "ProgramInterface/FileTab.htm", @@ -2238,7 +2238,7 @@ var indexes = { "id": "UsageInstructions/CopyPasteData.htm", "title": "Cut/copy/paste data", - "body": "Use basic clipboard operations To cut, copy and paste data in the current spreadsheet make use of the right-click menu or use the corresponding icons available at any tab of the top toolbar, Cut - select data and use the Cut option from the right-click menu to delete the selected data and send them to the computer clipboard memory. The cut data can be later inserted to another place in the same spreadsheet. Copy - select data and either use the Copy icon at the top toolbar or right-click and select the Copy option from the menu to send the selected data to the computer clipboard memory. The copied data can be later inserted to another place in the same spreadsheet. Paste - select a place and either use the Paste icon at the top toolbar or right-click and select the Paste option to insert the previously copied/cut data from the computer clipboard memory to the current cursor position. The data can be previously copied from the same spreadsheet. To copy or paste data from/into another spreadsheet 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 data within the same worksheet you can select the necessary cell/range of cells, hover the mouse cursor over the selection border so that it turns into the icon and drag and drop the selection to the necessary position. Use the Paste Special feature Once the copied data is pasted, the Paste Special button appears next to the lower right corner of the inserted cell/cell range. Click this button to select the necessary paste option. When pasting a cell/cell range with formatted data, the following options are available: Paste - allows to paste all the cell contents including data formatting. This option is selected by default. The following options can be used if the copied data contains formulas: Paste only formula - allows to paste formulas without pasting the data formatting. Formula + number format - allows to paste formulas with the formatting applied to numbers. Formula + all formatting - allows to paste formulas with all the data formatting. Formula without borders - allows to paste formulas with the all the data formatting excepting cell borders. Formula + column width - allows to paste formulas with all the data formatting and set the source column width for the cell range you paste the data to. The following options allow to paste the result that the copied formula returns without pasting the formula itself: Paste only value - allows to paste the formula results without pasting the data formatting. Value + number format - allows to paste the formula results with the formatting applied to numbers. Value + all formatting - allows to paste the formula results with all the data formatting. Paste only formatting - allows to paste the cell formatting only without pasting the cell contents. Transpose - allows to paste data changing columns to rows and rows to columns. This option is available for regular data ranges, but not for formatted tables. When pasting the contents of a single cell or some text within autoshapes, the following options are available: Source formatting - allows to keep the source formatting of the copied data. Destination formatting - allows to apply the formatting that is already used for the cell/autoshape you paste the data to. Use the Auto Fill option To quickly fill multiple cells with the same data use the Auto Fill option: select a cell/range of cells containing the necessary data, move the mouse cursor over the fill handle in the right lower corner of the cell. The cursor will turn into the black cross: drag the handle over the adjacent cells you want to fill with the selected data. Note: if you need to create a series of numbers (such as 1, 2, 3, 4...; 2, 4, 6, 8... etc.) or dates, you can enter at least two starting values and quickly extend the series selecting these cells and dragging the fill handle. Fill cells in the column with text values If a column in your spreadsheet contains some text values, you can easily replace any value within this column or fill the next blank cell selecting one of already existing text values. Right-click the necessary cell and choose the Select from drop-down list option in the contextual menu. Select one of the available text values to replace the current one or fill an empty cell." + "body": "Use basic clipboard operations To cut, copy and paste data in the current spreadsheet make use of the right-click menu or use the corresponding icons available at any tab of the top toolbar, Cut - select data and use the Cut option from the right-click menu to delete the selected data and send them to the computer clipboard memory. The cut data can be later inserted to another place in the same spreadsheet. Copy - select data and either use the Copy icon at the top toolbar or right-click and select the Copy option from the menu to send the selected data to the computer clipboard memory. The copied data can be later inserted to another place in the same spreadsheet. Paste - select a place and either use the Paste icon at the top toolbar or right-click and select the Paste option to insert the previously copied/cut data from the computer clipboard memory to the current cursor position. The data can be previously copied from the same spreadsheet. To copy or paste data from/into another spreadsheet 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 data within the same worksheet you can select the necessary cell/range of cells, hover the mouse cursor over the selection border so that it turns into the icon and drag and drop the selection to the necessary position. Use the Paste Special feature Once the copied data is pasted, the Paste Special button appears next to the lower right corner of the inserted cell/cell range. Click this button to select the necessary paste option. When pasting a cell/cell range with formatted data, the following options are available: Paste - allows to paste all the cell contents including data formatting. This option is selected by default. The following options can be used if the copied data contains formulas: Paste only formula - allows to paste formulas without pasting the data formatting. Formula + number format - allows to paste formulas with the formatting applied to numbers. Formula + all formatting - allows to paste formulas with all the data formatting. Formula without borders - allows to paste formulas with the all the data formatting excepting cell borders. Formula + column width - allows to paste formulas with all the data formatting and set the source column width for the cell range you paste the data to. The following options allow to paste the result that the copied formula returns without pasting the formula itself: Paste only value - allows to paste the formula results without pasting the data formatting. Value + number format - allows to paste the formula results with the formatting applied to numbers. Value + all formatting - allows to paste the formula results with all the data formatting. Paste only formatting - allows to paste the cell formatting only without pasting the cell contents. Transpose - allows to paste data changing columns to rows and rows to columns. This option is available for regular data ranges, but not for formatted tables. When pasting the contents of a single cell or some text within autoshapes, the following options are available: Source formatting - allows to keep the source formatting of the copied data. Destination formatting - allows to apply the formatting that is already used for the cell/autoshape you paste the data to. Use the Auto Fill option To quickly fill multiple cells with the same data use the Auto Fill option: select a cell/range of cells containing the necessary data, move the mouse cursor over the fill handle in the right lower corner of the cell. The cursor will turn into the black cross: drag the handle over the adjacent cells you want to fill with the selected data. Note: if you need to create a series of numbers (such as 1, 2, 3, 4...; 2, 4, 6, 8... etc.) or dates, you can enter at least two starting values and quickly extend the series selecting these cells and dragging the fill handle. Fill cells in the column with text values If a column in your spreadsheet contains some text values, you can easily replace any value within this column or fill the next blank cell selecting one of already existing text values. Right-click the necessary cell and choose the Select from drop-down list option in the contextual menu. Select one of the available text values to replace the current one or fill an empty cell." }, { "id": "UsageInstructions/FontTypeSizeStyle.htm", @@ -2253,17 +2253,17 @@ var indexes = { "id": "UsageInstructions/InsertChart.htm", "title": "Insert chart", - "body": "Insert a chart To insert a chart into the speadsheet, Select the cell range that contain the data you wish to use for the chart, switch to the Insert tab of the top toolbar, Click the Chart icon at the top toolbar, Select a chart Type you wish to insert: 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 will be added to the worksheet. Adjust the chart settings Now you can change the inserted chart settings. To change the chart type, select the chart with the mouse, click the Chart settings icon at the right sidebar, open the Type drop-down list and select the type you need, open the Style drop-down list below and select the style which suits you best. The selected chart type and style will be changed. If you need to edit the data used to create the chart, click the Show advanced settings link situated at the right-side panel, or choose the Chart Advanced Settings option from the right-click menu, or just double-click the chart, in the opened Chart - Advanced Settings window make all the necessary changes, click the OK button to apply the changes and close the window. The description of the chart settings that can be edited using the Chart - Advanced Settings window you can find below. The Type & Data tab allows you to change the chart type as well as the data you wish to use to create a chart. Change the chart Type selecting one of the available options: 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. 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, style, size, or color. To delete a chart element, select it by left-clicking and press the Delete key on the keyboard. You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button until a blue dashed box appears. Drag the cursor without releasing the mouse button to change the 3D chart orientation. 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 and Stroke. Note that you cannot change the shape type. If necessary, you can change the chart size and position. To delete the inserted chart, click it and press the Delete key. Edit sparklines Sparkline is a little chart that fits in one cell. Sparklines can be useful if you want to visually represent information for each row or column in large data sets. This makes it easier to show trends in multiple data series. If your spreadsheet contains existing sparklines created using some other application, you can change sparkline properties. To do that, select the cell that contains a sparkline with the mouse and click the Chart settings icon at the right sidebar. If the selected sparkline is included into a sparkline group, the changes will be applied to all sparklines in the group. Use the Type drop-down list to select one of the available sparkline types: Column - this type is similar to a regular Column Chart. Line - this type is similar to a regular Line Chart. Win/Loss - this type is suitable for representing data that include both positive and negative values. In the Style section, you can do the following: select the style which suits you best from the Template drop-down list. choose the necessary Color for the sparkline. choose the necessary Line Weight (available for the Line type only). The Show section allows to select which sparkline elements you want to highlight so that make them clearly visible. Check the box to the left of the element to be highlighted and select the necessary color clicking the colored box: High Point - to highlight points that represent maximum values, Low Point - to highlight points that represent minimum values, Negative Point - to highlight points that represent negative values, First/Last Point - to highlight the point that represents the first/last value, Markers (available for the Line type only) - to highlight all values. Click the Show advanced settings link situated at the right-side panel to open the Sparkline - Advanced Settings window. The Type & Data tab allows you to change the sparkline Type and Style as well as specify the Hidden and Empty cells display settings: Show empty cells as - this option allows to control how sparklines are displayed if some cells in a data range are empty. Select the necessary option from the list: Gaps - to display the sparkline with gaps in place of missing data, Zero - to display the sparkline as if the value in an empty cell was zero, Connect data points with line (available for the Line type only) - to ignore empty cells and display a connecting line between data points. Show data in hidden rows and columns - check this box if you want to include values from the hidden cells into sparklines. The Axis Options tab allows you to specify the following Horizontal/Vertical Axis parameters: In the Horizontal Axis section, the following parameters are available: Show axis - check this box to display the horizontal axis. If the source data contain negative values, this option helps to display them more vividly. Reverse order - check this box to display data in the reverse sequence. In the Vertical Axis section, the following parameters are available: Minimum/Maximum Value Auto for Each - this option is selected by default. It allows to use own minimum/maximum values for each sparkline. The minimum/maximum values are taken from the separate data series that are used to plot each sparkline. The maximum value for each sparkline will be located on the top of the cell, and the minimum value will be on the bottom. Same for All - this option allows to use the same minimum/maximum value for the entire sparkline group. The minimum/maximum values are taken from the whole data range that is used to plot the sparkline group. The maximum/minimum values for each sparkline will be scaled relative to the highest/lowest value within the range. If you select this option, it will be easier to compare several sparklines. Fixed - this option allows to set a custom minimum/maximum value. The values which are lower or higher than the specified ones are not displayed in the sparklines." + "body": "Insert a chart To insert a chart into the speadsheet, Select the cell range that contain the data you wish to use for the chart, switch to the Insert tab of the top toolbar, Click the Chart icon at the top toolbar, Select a chart Type you wish to insert: 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 will be added to the worksheet. Adjust the chart settings Now you can change the inserted chart settings. To change the chart type, select the chart with the mouse, click the Chart settings icon at the right sidebar, open the Type drop-down list and select the type you need, open the Style drop-down list below and select the style which suits you best. The selected chart type and style will be changed. If you need to edit the data used to create the chart, click the Show advanced settings link situated at the right-side panel, or choose the Chart Advanced Settings option from the right-click menu, or just double-click the chart, in the opened Chart - Advanced Settings window make all the necessary changes, click the OK button to apply the changes and close the window. The description of the chart settings that can be edited using the Chart - Advanced Settings window you can find below. The Type & Data tab allows you to change the chart type as well as the data you wish to use to create a chart. Change the chart Type selecting one of the available options: 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. 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, style, size, or color. To delete a chart element, select it by left-clicking and press the Delete key on the keyboard. You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button until a blue dashed box appears. Drag the cursor without releasing the mouse button to change the 3D chart orientation. 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 and Stroke. Note that you cannot change the shape type. If necessary, you can change the chart size and position. To delete the inserted chart, click it and press the Delete key. Edit sparklines Sparkline is a little chart that fits in one cell. Sparklines can be useful if you want to visually represent information for each row or column in large data sets. This makes it easier to show trends in multiple data series. If your spreadsheet contains existing sparklines created using some other application, you can change sparkline properties. To do that, select the cell that contains a sparkline with the mouse and click the Chart settings icon at the right sidebar. If the selected sparkline is included into a sparkline group, the changes will be applied to all sparklines in the group. Use the Type drop-down list to select one of the available sparkline types: Column - this type is similar to a regular Column Chart. Line - this type is similar to a regular Line Chart. Win/Loss - this type is suitable for representing data that include both positive and negative values. In the Style section, you can do the following: select the style which suits you best from the Template drop-down list. choose the necessary Color for the sparkline. choose the necessary Line Weight (available for the Line type only). The Show section allows to select which sparkline elements you want to highlight so that make them clearly visible. Check the box to the left of the element to be highlighted and select the necessary color clicking the colored box: High Point - to highlight points that represent maximum values, Low Point - to highlight points that represent minimum values, Negative Point - to highlight points that represent negative values, First/Last Point - to highlight the point that represents the first/last value, Markers (available for the Line type only) - to highlight all values. Click the Show advanced settings link situated at the right-side panel to open the Sparkline - Advanced Settings window. The Type & Data tab allows you to change the sparkline Type and Style as well as specify the Hidden and Empty cells display settings: Show empty cells as - this option allows to control how sparklines are displayed if some cells in a data range are empty. Select the necessary option from the list: Gaps - to display the sparkline with gaps in place of missing data, Zero - to display the sparkline as if the value in an empty cell was zero, Connect data points with line (available for the Line type only) - to ignore empty cells and display a connecting line between data points. Show data in hidden rows and columns - check this box if you want to include values from the hidden cells into sparklines. The Axis Options tab allows you to specify the following Horizontal/Vertical Axis parameters: In the Horizontal Axis section, the following parameters are available: Show axis - check this box to display the horizontal axis. If the source data contain negative values, this option helps to display them more vividly. Reverse order - check this box to display data in the reverse sequence. In the Vertical Axis section, the following parameters are available: Minimum/Maximum Value Auto for Each - this option is selected by default. It allows to use own minimum/maximum values for each sparkline. The minimum/maximum values are taken from the separate data series that are used to plot each sparkline. The maximum value for each sparkline will be located on the top of the cell, and the minimum value will be on the bottom. Same for All - this option allows to use the same minimum/maximum value for the entire sparkline group. The minimum/maximum values are taken from the whole data range that is used to plot the sparkline group. The maximum/minimum values for each sparkline will be scaled relative to the highest/lowest value within the range. If you select this option, it will be easier to compare several sparklines. Fixed - this option allows to set a custom minimum/maximum value. The values which are lower or higher than the specified ones are not displayed in the sparklines." }, { "id": "UsageInstructions/InsertDeleteCells.htm", "title": "Manage cells, rows, and columns", - "body": "You can insert blank cells above or to the left of the selected cell on a worksheet. You can also insert an entire row above the selected one or a column to the left of the selected column. To make it easy to view a large amount of information, you can hide some rows or columns and display them again. It's also possible to specify a certain row height and column width. Insert cells, rows, columns To insert a blank cell to the left of the selected cell: right-click the cell to the left of which you wish to insert a new one, click the Insert cells icon situated at the Home tab of the top toolbar or select the Insert item from the right-click menu and use the Shift cells right option. The program will shift the selected cell to the right to insert a blank one. To insert a blank cell above the selected cell: right-click the cell above which you wish to insert a new one, click the Insert cells icon situated at the Home tab of the top toolbar or select the Insert item from the right-click menu and use the Shift cells down option. The program will shift the selected cell down to insert a blank one. To insert an entire row: select either the whole row by clicking its heading or a cell in the row above which you wish to insert a new one, Note: to insert multiple rows, select the same number of rows as you wish to insert. click the Insert cells icon situated at the Home tab of the top toolbar and use the Entire row option, or right-click the selected cell, select the Insert item from the right-click menu, then choose the Entire row option, or right-click the selected row(s) and use the Insert Top option from the right-click menu. The program will shift the selected row down to insert a blank one. To insert an entire column: select either the whole column by clicking its heading or a cell in the column to the left of which you wish to insert a new one, Note: to insert multiple columns, select the same number of columns as you wish to insert. click the Insert cells icon situated at the Home tab of the top toolbar and use the Entire column option, or right-click the selected cell, select the Insert item from the right-click menu, then choose the Entire column option, or right-click the selected column(s) and use the Insert Left option from the right-click menu. The program will shift the selected column to the right to insert a blank one. Hide and show rows and columns To hide a row or column: select rows or columns you wish to hide, right-click the selected rows or columns and use the Hide option from the right-click menu. To display hidden rows or columns, select visible rows above and below the hidden rows or visible columns to the left and to the right of the hidden columns, right-click them and use the Show option from the right-click menu. Change column width and row height The column width determines how many characters with default formatting can be displayed in the column cell. The default value is set to 8.43 symbols. To change it: select columns you wish to change, right-click the selected columns and use the Set Column Width option from the right-click menu, choose one of the available options: select the Auto Fit Column Width option to automatically adjust the width of each column according to its content, or select the Custom Column Width option and specify a new value from 0 to 255 in the Custom Column Width window, then click OK. To change the width of a single column manually, move the mouse cursor over the right border of the column heading so that the cursor turns into the bidirectional arrow . Drag the border to the left or right to set a custom width or double-click the mouse to automatically change the column width according to its content. The default row height value is 14.25 points. To change it: select rows you wish to change, right-click the selected rows and use the Set Row Height option from the right-click menu, choose one of the available options: select the Auto Fit Row Height option to automatically adjust the height of each row according to its content, or select the Custom Row Height option and specify a new value from 0 to 408.75 in the Custom Row Height window, then click OK. To change the height of a single row manually, drag the bottom border of the row heading. Delete cells, rows, columns To delete an unnecessary cell, row, or column: select cells, rows, or columns you wish to delete, click the Delete cells icon situated at the Home tab of the top toolbar or select the Delete item from the right-click menu and select the appropriate option: if you use the Shift cells left option a cell to the right of the deleted one will be moved to the left; if you use the Shift cells up option a cell below the deleted one will be moved up; if you use the Entire row option a row below the selected one will be moved up; if you use the Entire column option a column to the right of the deleted one will be moved to the left; You can always restore the deleted data using the Undo icon at the top toolbar." + "body": "You can insert blank cells above or to the left of the selected cell on a worksheet. You can also insert an entire row above the selected one or a column to the left of the selected column. To make it easy to view a large amount of information, you can hide some rows or columns and display them again. It's also possible to specify a certain row height and column width. Insert cells, rows, columns To insert a blank cell to the left of the selected cell: right-click the cell to the left of which you wish to insert a new one, click the Insert cells icon situated at the Home tab of the top toolbar or select the Insert item from the right-click menu and use the Shift cells right option. The program will shift the selected cell to the right to insert a blank one. To insert a blank cell above the selected cell: right-click the cell above which you wish to insert a new one, click the Insert cells icon situated at the Home tab of the top toolbar or select the Insert item from the right-click menu and use the Shift cells down option. The program will shift the selected cell down to insert a blank one. To insert an entire row: select either the whole row by clicking its heading or a cell in the row above which you wish to insert a new one, Note: to insert multiple rows, select the same number of rows as you wish to insert. click the Insert cells icon situated at the Home tab of the top toolbar and use the Entire row option, or right-click the selected cell, select the Insert item from the right-click menu, then choose the Entire row option, or right-click the selected row(s) and use the Insert Top option from the right-click menu. The program will shift the selected row down to insert a blank one. To insert an entire column: select either the whole column by clicking its heading or a cell in the column to the left of which you wish to insert a new one, Note: to insert multiple columns, select the same number of columns as you wish to insert. click the Insert cells icon situated at the Home tab of the top toolbar and use the Entire column option, or right-click the selected cell, select the Insert item from the right-click menu, then choose the Entire column option, or right-click the selected column(s) and use the Insert Left option from the right-click menu. The program will shift the selected column to the right to insert a blank one. Hide and show rows and columns To hide a row or column: select rows or columns you wish to hide, right-click the selected rows or columns and use the Hide option from the right-click menu. To display hidden rows or columns, select visible rows above and below the hidden rows or visible columns to the left and to the right of the hidden columns, right-click them and use the Show option from the right-click menu. Change column width and row height The column width determines how many characters with default formatting can be displayed in the column cell. The default value is set to 8.43 symbols. To change it: select columns you wish to change, right-click the selected columns and use the Set Column Width option from the right-click menu, choose one of the available options: select the Auto Fit Column Width option to automatically adjust the width of each column according to its content, or select the Custom Column Width option and specify a new value from 0 to 255 in the Custom Column Width window, then click OK. To change the width of a single column manually, move the mouse cursor over the right border of the column heading so that the cursor turns into the bidirectional arrow . Drag the border to the left or right to set a custom width or double-click the mouse to automatically change the column width according to its content. The default row height value is 14.25 points. To change it: select rows you wish to change, right-click the selected rows and use the Set Row Height option from the right-click menu, choose one of the available options: select the Auto Fit Row Height option to automatically adjust the height of each row according to its content, or select the Custom Row Height option and specify a new value from 0 to 408.75 in the Custom Row Height window, then click OK. To change the height of a single row manually, drag the bottom border of the row heading. Delete cells, rows, columns To delete an unnecessary cell, row, or column: select cells, rows, or columns you wish to delete, click the Delete cells icon situated at the Home tab of the top toolbar or select the Delete item from the right-click menu and select the appropriate option: if you use the Shift cells left option a cell to the right of the deleted one will be moved to the left; if you use the Shift cells up option a cell below the deleted one will be moved up; if you use the Entire row option a row below the selected one will be moved up; if you use the Entire column option a column to the right of the deleted one will be moved to the left; You can always restore the deleted data using the Undo icon at the top toolbar." }, { "id": "UsageInstructions/InsertEquation.htm", "title": "Insert equations", - "body": "Spreadsheet Editor allows you to build equations using the built-in templates, edit them, insert special characters (including mathematical operators, Greek letters, accents etc.). Add a new equation To insert an equation from the gallery, switch to the Insert tab of the top toolbar, click the arrow next to the Equation icon at the top toolbar, in the opened drop-down list select the equation category you need. The following categories are currently available: Symbols, Fractions, Scripts, Radicals, Integrals, Large Operators, Brackets, Functions, Accents, Limits and Logarithms, Operators, Matrices, click the certain symbol/equation in the corresponding set of templates. The selected symbol/equation will be added to the worksheet. The upper left corner of the equation box will coincide with the upper left corner of the currently selected cell, but the equation box can be freely moved, resized or rotated on the sheet. To do that click on the equation box border (it will be displayed as a solid line) and use corresponding handles. Each equation template represents a set of slots. Slot is a position for each element that makes up the equation. An empty slot (also called as a placeholder) has a dotted outline . You need to fill in all the placeholders specifying the necessary values. Enter values The insertion point specifies where the next character you enter will appear. To position the insertion point precisely, click within a placeholder and use the keyboard arrows to move the insertion point by one character left/right. Once the insertion point is positioned, you can fill in the placeholder: enter the desired numeric/literal value using the keyboard, insert a special character using the Symbols palette from the Equation menu at the Insert tab of the top toolbar, add another equation template from the palette to create a complex nested equation. The size of the primary equation will be automatically adjusted to fit its content. The size of the nested equation elements depends on the primary equation placeholder size, but it cannot be smaller than the sub-subscript size. To add some new equation elements you can also use the right-click menu options: To add a new argument that goes before or after the existing one within Brackets, you can right-click on the existing argument and select the Insert argument before/after option from the menu. To add a new equation within Cases with several conditions from the Brackets group, you can right-click on an empty placeholder or entered equation within it and select the Insert equation before/after option from the menu. To add a new row or a column in a Matrix, you can right-click on a placeholder within it, select the Insert option from the menu, then select Row Above/Below or Column Left/Right. Note: currently, equations cannot be entered using the linear format, i.e. \\sqrt(4&x^3). When entering the values of the mathematical expressions, you do not need to use Spacebar as the spaces between the characters and signs of operations are set automatically. If the equation is too long and does not fit to a single line within the equation box, automatic line breaking occurs as you type. You can also insert a line break in a specific position by right-clicking on a mathematical operator and selecting the Insert manual break option from the menu. The selected operator will start a new line. To delete the added manual line break, right-click on the mathematical operator that starts a new line and select the Delete manual break option. Format equations By default, the equation within the equation box is horizontally centered and vertically aligned to the top of the equation box. To change its horizontal/vertical alignment, put the cursor within the the equation box (the equation box borders will be displayed as dashed lines) and use the corresponding icons at the top toolbar. To increase or decrease the equation font size, click anywhere within the equation box and use the and buttons at the Home tab of the top toolbar or select the necessary font size from the list. All the equation elements will change correspondingly. The letters within the equation are italicized by default. If necessary, you can change the font style (bold, italic, strikeout) or color for a whole equation or its part. The underlined style can be applied to the entire equation only, not to individual characters. Select the necessary part of the equation by clicking and dragging. The selected part will be highlighted blue. Then use the necessary buttons at the Home tab of the top toolbar to format the selection. For example, you can remove the italic format for ordinary words that are not variables or constants. To modify some equation elements you can also use the right-click menu options: To change the Fractions format, you can right-click on a fraction and select the Change to skewed/linear/stacked fraction option from the menu (the available options differ depending on the selected fraction type). To change the Scripts position relating to text, you can right-click on the equation that includes scripts and select the Scripts before/after text option from the menu. To change the argument size for Scripts, Radicals, Integrals, Large Operators, Limits and Logarithms, Operators as well as for overbraces/underbraces and templates with grouping characters from the Accents group, you can right-click on the argument you want to change and select the Increase/Decrease argument size option from the menu. To specify whether an empty degree placeholder should be displayed or not for a Radical, you can right-click on the radical and select the Hide/Show degree option from the menu. To specify whether an empty limit placeholder should be displayed or not for an Integral or Large Operator, you can right-click on the equation and select the Hide/Show top/bottom limit option from the menu. To change the limits position relating to the integral or operator sign for Integrals or Large Operators, you can right-click on the equation and select the Change limits location option from the menu. The limits can be displayed to the right of the operator sign (as subscripts and superscripts) or directly above and below the operator sign. To change the limits position relating to text for Limits and Logarithms and templates with grouping characters from the Accents group, you can right-click on the equation and select the Limit over/under text option from the menu. To choose which of the Brackets should be displayed, you can right-click on the expression within them and select the Hide/Show opening/closing bracket option from the menu. To control the Brackets size, you can right-click on the expression within them. The Stretch brackets option is selected by default so that the brackets can grow according to the expression within them, but you can deselect this option to prevent brackets from stretching. When this option is activated, you can also use the Match brackets to argument height option. To change the character position relating to text for overbraces/underbraces or overbars/underbars from the Accents group, you can right-click on the template and select the Char/Bar over/under text option from the menu. To choose which borders should be displayed for a Boxed formula from the Accents group, you can right-click on the equation and select the Border properties option from the menu, then select Hide/Show top/bottom/left/right border or Add/Hide horizontal/vertical/diagonal line. To specify whether empty placeholders should be displayed or not for a Matrix, you can right-click on it and select the Hide/Show placeholder option from the menu. To align some equation elements you can use the right-click menu options: To align equations within Cases with several conditions from the Brackets group, you can right-click on an equation, select the Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align a Matrix vertically, you can right-click on the matrix, select the Matrix Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align elements within a Matrix column horizontally, you can right-click on a placeholder within the column, select the Column Alignment option from the menu, then select the alignment type: Left, Center, or Right. Delete equation elements To delete a part of the equation, select the part you want to delete by dragging the mouse or holding down the Shift key and using the arrow buttons, then press the Delete key on the keyboard. A slot can only be deleted together with the template it belongs to. To delete the entire equation, click on the equation box border (it will be displayed as a solid line) and and press the Delete key on the keyboard. To delete some equation elements you can also use the right-click menu options: To delete a Radical, you can right-click on it and select the Delete radical option from the menu. To delete a Subscript and/or Superscript, you can right-click on the expression that contains them and select the Remove subscript/superscript option from the menu. If the expression contains scripts that go before text, the Remove scripts option is available. To delete Brackets, you can right-click on the expression within them and select the Delete enclosing characters or Delete enclosing characters and separators option from the menu. If the expression within Brackets inclides more than one argument, you can right-click on the argument you want to delete and select the Delete argument option from the menu. If Brackets enclose more than one equation (i.e. Cases with several conditions), you can right-click on the equation you want to delete and select the Delete equation option from the menu. To delete a Limit, you can right-click on it and select the Remove limit option from the menu. To delete an Accent, you can right-click on it and select the Remove accent character, Delete char or Remove bar option from the menu (the available options differ depending on the selected accent). To delete a row or a column of a Matrix, you can right-click on the placeholder within the row/column you need to delete, select the Delete option from the menu, then select Delete Row/Column." + "body": "Spreadsheet Editor allows you to build equations using the built-in templates, edit them, insert special characters (including mathematical operators, Greek letters, accents etc.). Add a new equation To insert an equation from the gallery, switch to the Insert tab of the top toolbar, click the arrow next to the Equation icon at the top toolbar, in the opened drop-down list select the equation category you need. The following categories are currently available: Symbols, Fractions, Scripts, Radicals, Integrals, Large Operators, Brackets, Functions, Accents, Limits and Logarithms, Operators, Matrices, click the certain symbol/equation in the corresponding set of templates. The selected symbol/equation will be added to the worksheet. The upper left corner of the equation box will coincide with the upper left corner of the currently selected cell, but the equation box can be freely moved, resized or rotated on the sheet. To do that click on the equation box border (it will be displayed as a solid line) and use corresponding handles. Each equation template represents a set of slots. Slot is a position for each element that makes up the equation. An empty slot (also called as a placeholder) has a dotted outline . You need to fill in all the placeholders specifying the necessary values. Enter values The insertion point specifies where the next character you enter will appear. To position the insertion point precisely, click within a placeholder and use the keyboard arrows to move the insertion point by one character left/right. Once the insertion point is positioned, you can fill in the placeholder: enter the desired numeric/literal value using the keyboard, insert a special character using the Symbols palette from the Equation menu at the Insert tab of the top toolbar, add another equation template from the palette to create a complex nested equation. The size of the primary equation will be automatically adjusted to fit its content. The size of the nested equation elements depends on the primary equation placeholder size, but it cannot be smaller than the sub-subscript size. To add some new equation elements you can also use the right-click menu options: To add a new argument that goes before or after the existing one within Brackets, you can right-click on the existing argument and select the Insert argument before/after option from the menu. To add a new equation within Cases with several conditions from the Brackets group, you can right-click on an empty placeholder or entered equation within it and select the Insert equation before/after option from the menu. To add a new row or a column in a Matrix, you can right-click on a placeholder within it, select the Insert option from the menu, then select Row Above/Below or Column Left/Right. Note: currently, equations cannot be entered using the linear format, i.e. \\sqrt(4&x^3). When entering the values of the mathematical expressions, you do not need to use Spacebar as the spaces between the characters and signs of operations are set automatically. If the equation is too long and does not fit to a single line within the equation box, automatic line breaking occurs as you type. You can also insert a line break in a specific position by right-clicking on a mathematical operator and selecting the Insert manual break option from the menu. The selected operator will start a new line. To delete the added manual line break, right-click on the mathematical operator that starts a new line and select the Delete manual break option. Format equations By default, the equation within the equation box is horizontally centered and vertically aligned to the top of the equation box. To change its horizontal/vertical alignment, put the cursor within the the equation box (the equation box borders will be displayed as dashed lines) and use the corresponding icons at the top toolbar. To increase or decrease the equation font size, click anywhere within the equation box and use the and buttons at the Home tab of the top toolbar or select the necessary font size from the list. All the equation elements will change correspondingly. The letters within the equation are italicized by default. If necessary, you can change the font style (bold, italic, strikeout) or color for a whole equation or its part. The underlined style can be applied to the entire equation only, not to individual characters. Select the necessary part of the equation by clicking and dragging. The selected part will be highlighted blue. Then use the necessary buttons at the Home tab of the top toolbar to format the selection. For example, you can remove the italic format for ordinary words that are not variables or constants. To modify some equation elements you can also use the right-click menu options: To change the Fractions format, you can right-click on a fraction and select the Change to skewed/linear/stacked fraction option from the menu (the available options differ depending on the selected fraction type). To change the Scripts position relating to text, you can right-click on the equation that includes scripts and select the Scripts before/after text option from the menu. To change the argument size for Scripts, Radicals, Integrals, Large Operators, Limits and Logarithms, Operators as well as for overbraces/underbraces and templates with grouping characters from the Accents group, you can right-click on the argument you want to change and select the Increase/Decrease argument size option from the menu. To specify whether an empty degree placeholder should be displayed or not for a Radical, you can right-click on the radical and select the Hide/Show degree option from the menu. To specify whether an empty limit placeholder should be displayed or not for an Integral or Large Operator, you can right-click on the equation and select the Hide/Show top/bottom limit option from the menu. To change the limits position relating to the integral or operator sign for Integrals or Large Operators, you can right-click on the equation and select the Change limits location option from the menu. The limits can be displayed to the right of the operator sign (as subscripts and superscripts) or directly above and below the operator sign. To change the limits position relating to text for Limits and Logarithms and templates with grouping characters from the Accents group, you can right-click on the equation and select the Limit over/under text option from the menu. To choose which of the Brackets should be displayed, you can right-click on the expression within them and select the Hide/Show opening/closing bracket option from the menu. To control the Brackets size, you can right-click on the expression within them. The Stretch brackets option is selected by default so that the brackets can grow according to the expression within them, but you can deselect this option to prevent brackets from stretching. When this option is activated, you can also use the Match brackets to argument height option. To change the character position relating to text for overbraces/underbraces or overbars/underbars from the Accents group, you can right-click on the template and select the Char/Bar over/under text option from the menu. To choose which borders should be displayed for a Boxed formula from the Accents group, you can right-click on the equation and select the Border properties option from the menu, then select Hide/Show top/bottom/left/right border or Add/Hide horizontal/vertical/diagonal line. To specify whether empty placeholders should be displayed or not for a Matrix, you can right-click on it and select the Hide/Show placeholder option from the menu. To align some equation elements you can use the right-click menu options: To align equations within Cases with several conditions from the Brackets group, you can right-click on an equation, select the Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align a Matrix vertically, you can right-click on the matrix, select the Matrix Alignment option from the menu, then select the alignment type: Top, Center, or Bottom. To align elements within a Matrix column horizontally, you can right-click on a placeholder within the column, select the Column Alignment option from the menu, then select the alignment type: Left, Center, or Right. Delete equation elements To delete a part of the equation, select the part you want to delete by dragging the mouse or holding down the Shift key and using the arrow buttons, then press the Delete key on the keyboard. A slot can only be deleted together with the template it belongs to. To delete the entire equation, click on the equation box border (it will be displayed as a solid line) and and press the Delete key on the keyboard. To delete some equation elements you can also use the right-click menu options: To delete a Radical, you can right-click on it and select the Delete radical option from the menu. To delete a Subscript and/or Superscript, you can right-click on the expression that contains them and select the Remove subscript/superscript option from the menu. If the expression contains scripts that go before text, the Remove scripts option is available. To delete Brackets, you can right-click on the expression within them and select the Delete enclosing characters or Delete enclosing characters and separators option from the menu. If the expression within Brackets inclides more than one argument, you can right-click on the argument you want to delete and select the Delete argument option from the menu. If Brackets enclose more than one equation (i.e. Cases with several conditions), you can right-click on the equation you want to delete and select the Delete equation option from the menu. To delete a Limit, you can right-click on it and select the Remove limit option from the menu. To delete an Accent, you can right-click on it and select the Remove accent character, Delete char or Remove bar option from the menu (the available options differ depending on the selected accent). To delete a row or a column of a Matrix, you can right-click on the placeholder within the row/column you need to delete, select the Delete option from the menu, then select Delete Row/Column." }, { "id": "UsageInstructions/InsertFunction.htm", @@ -2278,7 +2278,7 @@ var indexes = { "id": "UsageInstructions/InsertTextObjects.htm", "title": "Insert text objects", - "body": "To draw attention to a specific part of the spreadsheet, you can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). Add a text object You can add a text object anywhere on the worksheet. To do that: switch to the Insert tab of the top toolbar, select the necessary text object type: to add a text box, click the Text Box icon at the top toolbar, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text. Note: it's also possible to insert a text box by clicking the Shape icon at the top toolbar and selecting the shape from the Basic Shapes group. to add a Text Art object, click the Text Art icon at the top toolbar, then click on the desired style template – the Text Art object will be added in the center of the worksheet. Select the default text within the text box with the mouse and replace it with your own text. click outside of the text object to apply the changes and return to the worksheet. The text within the text object is a part of the latter (when you move or rotate the text object, the text moves or rotates with it). As an inserted text object represents a rectangular frame with text in it (Text Art objects have invisible text box borders by default) and this frame is a common autoshape, you can change both the shape and text properties. To delete the added text object, click on the text box border and press the Delete key on the keyboard. The text within the text box will also be deleted. Format a text box Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines. to resize, move, rotate the text box use the special handles on the edges of the shape. to edit the text box fill, stroke, replace the rectangular box with a different shape, or access the shape advanced settings, click the Shape settings icon on the right sidebar and use the corresponding options. to arrange text boxes as related to other objects, right-click on the text box border and use the contextual menu options. to create columns of text within the text box, right-click on the text box border, click the Shape Advanced Settings option and switch to the Columns tab in the Shape - Advanced Settings window. Format the text within the text box Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines. Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately. Adjust font formatting settings (change the font type, size, color and apply decoration styles) using the corresponding icons situated at the Home tab of the top toolbar. Some additional font settings can be also altered at the Font tab of the paragraph properties window. To access it, right-click the text in the text box and select the Text Advanced Settings option. Align the text horizontally within the text box using the corresponding icons situated at the Home tab of the top toolbar. Align the text vertically within the text box using the corresponding icons situated at the Home tab of the top toolbar. You can also right-click the text, select the Vertical Alignment option and then choose one of the available options: Align Top, Align Center or Align Bottom. Rotate the text within the text box. To do that, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top). Create a bulleted or numbered list. To do that, right-click the text, select the Bullets and Numbering option from the contextual menu and then choose one of the available bullet characters or numbering styles. Insert a hyperlink. Set line and paragraph spacing for the multi-line text within the text box using the Text settings tab of the right sidebar that opens if you click the Text settings icon. Here you can set the line height for the text lines within the paragraph as well as the margins between the current and the preceding or the subsequent paragraph. Line Spacing - set the line height for the text lines within the paragraph. You can select among three options: at least (sets the minimum line spacing that is needed to fit the largest font or graphic on the line), multiple (sets line spacing that can be expressed in numbers greater than 1), exactly (sets fixed line spacing). You can specify the necessary value in the field on the right. Paragraph Spacing - set the amount of space between paragraphs. Before - set the amount of space before the paragraph. After - set the amount of space after the paragraph. Change the advanced settings of the paragraph (you can adjust paragraph indents and tab stops for the multi-line text within the text box and apply some font formatting settings). Put the cursor within the paragraph you need - the Text settings tab will be activated at the right sidebar. Click the Show advanced settings link. The paragraph properties window will be opened: The Indents & Placement tab allows to change the first line offset from the left internal margin of the text box as well as the paragraph offset from the left and right internal margins of the text box. The Font tab contains the following parameters: Strikethrough is used to make the text struck out with the line going through the letters. Double strikethrough is used to make the text struck out with the double line going through the letters. Superscript is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions. Subscript is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas. Small caps is used to make all letters lower case. All caps is used to make all letters upper case. Character Spacing is used to set the space between the characters. The Tab tab allows to change tab stops i.e. the position the cursor advances to when you press the Tab key on the keyboard. 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 click the Specify button. Your custom tab position will be added to the list in the field below. 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 radiobutton and click the Specify button. 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. Center - centres the text at the tab stop position. 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. To delete tab stops from the list select a tab stop and click the Remove or Remove All button. Edit a Text Art style Select a text object and click the Text Art settings icon on the right sidebar. Change the applied text style selecting a new Template from the gallery. You can also change the basic style additionally by selecting a different font type, size etc. Change the font fill and stroke. The available options are the same as the ones for autoshapes. Apply a text effect by selecting the necessary text transformation type from the Transform gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle." + "body": "To draw attention to a specific part of the spreadsheet, you can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). Add a text object You can add a text object anywhere on the worksheet. To do that: switch to the Insert tab of the top toolbar, select the necessary text object type: to add a text box, click the Text Box icon at the top toolbar, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text. Note: it's also possible to insert a text box by clicking the Shape icon at the top toolbar and selecting the shape from the Basic Shapes group. to add a Text Art object, click the Text Art icon at the top toolbar, then click on the desired style template – the Text Art object will be added in the center of the worksheet. Select the default text within the text box with the mouse and replace it with your own text. click outside of the text object to apply the changes and return to the worksheet. The text within the text object is a part of the latter (when you move or rotate the text object, the text moves or rotates with it). As an inserted text object represents a rectangular frame with text in it (Text Art objects have invisible text box borders by default) and this frame is a common autoshape, you can change both the shape and text properties. To delete the added text object, click on the text box border and press the Delete key on the keyboard. The text within the text box will also be deleted. Format a text box Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines. to resize, move, rotate the text box use the special handles on the edges of the shape. to edit the text box fill, stroke, replace the rectangular box with a different shape, or access the shape advanced settings, click the Shape settings icon on the right sidebar and use the corresponding options. to arrange text boxes as related to other objects, right-click on the text box border and use the contextual menu options. to create columns of text within the text box, right-click on the text box border, click the Shape Advanced Settings option and switch to the Columns tab in the Shape - Advanced Settings window. Format the text within the text box Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines. Note: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately. Adjust font formatting settings (change the font type, size, color and apply decoration styles) using the corresponding icons situated at the Home tab of the top toolbar. Some additional font settings can be also altered at the Font tab of the paragraph properties window. To access it, right-click the text in the text box and select the Text Advanced Settings option. Align the text horizontally within the text box using the corresponding icons situated at the Home tab of the top toolbar. Align the text vertically within the text box using the corresponding icons situated at the Home tab of the top toolbar. You can also right-click the text, select the Vertical Alignment option and then choose one of the available options: Align Top, Align Center or Align Bottom. Rotate the text within the text box. To do that, right-click the text, select the Text Direction option and then choose one of the available options: Horizontal (is selected by default), Rotate at 90° (sets a vertical direction, from top to bottom) or Rotate at 270° (sets a vertical direction, from bottom to top). Create a bulleted or numbered list. To do that, right-click the text, select the Bullets and Numbering option from the contextual menu and then choose one of the available bullet characters or numbering styles. Insert a hyperlink. Set line and paragraph spacing for the multi-line text within the text box using the Text settings tab of the right sidebar that opens if you click the Text settings icon. Here you can set the line height for the text lines within the paragraph as well as the margins between the current and the preceding or the subsequent paragraph. Line Spacing - set the line height for the text lines within the paragraph. You can select among three options: at least (sets the minimum line spacing that is needed to fit the largest font or graphic on the line), multiple (sets line spacing that can be expressed in numbers greater than 1), exactly (sets fixed line spacing). You can specify the necessary value in the field on the right. Paragraph Spacing - set the amount of space between paragraphs. Before - set the amount of space before the paragraph. After - set the amount of space after the paragraph. Change the advanced settings of the paragraph (you can adjust paragraph indents and tab stops for the multi-line text within the text box and apply some font formatting settings). Put the cursor within the paragraph you need - the Text settings tab will be activated at the right sidebar. Click the Show advanced settings link. The paragraph properties window will be opened: The Indents & Placement tab allows to change the first line offset from the left internal margin of the text box as well as the paragraph offset from the left and right internal margins of the text box. The Font tab contains the following parameters: Strikethrough is used to make the text struck out with the line going through the letters. Double strikethrough is used to make the text struck out with the double line going through the letters. Superscript is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions. Subscript is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas. Small caps is used to make all letters lower case. All caps is used to make all letters upper case. Character Spacing is used to set the space between the characters. The Tab tab allows to change tab stops i.e. the position the cursor advances to when you press the Tab key on the keyboard. 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 click the Specify button. Your custom tab position will be added to the list in the field below. 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 radiobutton and click the Specify button. 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. Center - centres the text at the tab stop position. 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. To delete tab stops from the list select a tab stop and click the Remove or Remove All button. Edit a Text Art style Select a text object and click the Text Art settings icon on the right sidebar. Change the applied text style selecting a new Template from the gallery. You can also change the basic style additionally by selecting a different font type, size etc. Change the font fill and stroke. The available options are the same as the ones for autoshapes. Apply a text effect by selecting the necessary text transformation type from the Transform gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle." }, { "id": "UsageInstructions/ManageSheets.htm", @@ -2308,7 +2308,7 @@ var indexes = { "id": "UsageInstructions/SortData.htm", "title": "Sort and filter data", - "body": "Sort Data You can quickly sort your data in a spreadsheet using one of the available options: Ascending is used to sort your data in ascending order - A to Z alphabetically or smallest to largest for numerical data. Descending is used to sort your data in descending order - Z to A alphabetically or largest to smallest for numerical data. To sort your data, select a range of cells you wish to sort (you can select a single cell in a range to sort the entire range), click the Sort ascending icon situated at the Home tab of the top toolbar to sort your data in ascending order, OR click the Sort descending icon situated at the Home tab of the top toolbar to sort your data in descending order. Note: if you select a single column/row within a cell range or a part of the column/row, you will be asked if you want to expand the selection to include adjacent cells or sort the selected data only. You can also sort your data using the contextual menu options. Right-click the selected range of cells, select the Sort option from the menu and then select Ascending or Descending option from the submenu. It's also possible to sort the data by a color using the contextual menu: right-click a cell containing the color you want to sort your data by, select the Sort option from the menu, select the necessary option from the submenu: Selected Cell Color on top - to display the entries with the same cell background color on the top of the column, Selected Font Color on top - to display the entries with the same font color on the top of the column. Filter Data To display only the rows that meet certain criteria and hide other ones, make use of the Filter option. To enable a filter, Select a range of cells containing data to filter (you can select a single cell in a range to filter the entire range), Click the Filter icon situated at the Home tab of the top toolbar. The drop-down arrow will appear in the first cell of each column of the selected cell range. It means that the filter is enabled. To apply a filter, Click the drop-down arrow . The Filter option list will open: Adjust the filter parameters. You can proceed in one of the following three ways: select the data to display, filter data by certain criteria or filter data by color. Select the data to display Uncheck the boxes near the data you need to hide. For your convenience all the data wintin the Filter option list are sorted in ascending order. Note: the {Blanks} check box corresponds to the empty cells. It is available if the selected range of cells contains at least one empty cell. To facilitate the process make use of the search field on the top. Enter your query, entirely or partially, in the field - the values that include these characters will be displayed in the list below. The following two options will also be available: Select All Search Results - is checked by default. It allows to select all the values that correspond to your query in the list. Add current selection to filter - if you check this box, the selected values will not be hidden when you apply the filter. After you select all the necessary data, click the OK button in the Filter option list to apply the filter. Filter data by certain criteria Depending on the data contained in the selected column, you can choose either the Number filter or the Text filter option in the right part of the Filter options list, and then select one of the options from the submenu: For the Number filter the following options are available: Equals..., Does not equal..., Greater than..., Greater than or equal to..., Less than..., Less than or equal to..., Between, Top 10, Above Average, Below Average, Custom Filter.... For the Text filter the following options are available: Equals..., Does not equal..., Begins with..., Does not begin with..., Ends with..., Does not end with..., Contains..., Does not contain..., Custom Filter.... After you select one of the above options (apart from the Top 10 and Above/Below Average ones), the Custom Filter window will open. The corresponding criterion will be selected in the upper drop-down list. Enter the necessary value in the field on the right. To add one more criterion, use the And radiobutton if you need the data to satisfy both criteria or click the Or radiobutton if either or both criteria can be satisfied. Then select the second criterion from the lower drop-down list and enter the necessary value on the right. Click OK to apply the filter. If you choose the Custom Filter... option from the Number/Text filter option list, the first criterion is not selected automatically, you can set it yourself. If you choose the Top 10 option from the Number filter option list, a new window will open: The first drop-down list allows to choose if you wish to display the highest (Top) or lowest (Bottom) values. The second field allows to specify how many entries from the list or which percent of the overall entries number you want to display (you can enter a number from 1 to 500). The third drop-down list allows to set units of measure: Item or Percent. Once the necessary parameters are set, click OK to apply the filter. If you choose the Above/Below Average option from the Number filter option list, the filter will be applied right now. Filter data by color If the cell range you want to filter contains some cells you have formatted changing their background or font color (manually or using predefined styles), you can use one of the following options: Filter by cells color - to display only the entries with a certain cell background color and hide other ones, Filter by font color - to display only the entries with a certain cell font color and hide other ones. When you select the necessary option, a palette that contains colors used in the selected cell range will open. Choose one of the colors to apply the filter. The Filter button will appear in the first cell of the column. It means that the filter is applied. The number of filtered records will be displayed at the status bar (e.g. 25 of 80 records filtered). Note: when the filter is applied, the rows that are filtered out cannot be modified when autofilling, formatting, deleting the visible contents. Such actions affect the visible rows only, the rows that are hidden by the filter remain unchanged. When copying and pasting the filtered data, only visible rows can be copied and pasted. This is not equivalent to manually hidden rows which are affected by all similar actions. Sort filtered data You can set the sorting order of the data you have enabled or applied filter for. Click the drop-down arrow or the Filter button and select one of the options in the Filter option list: Sort Lowest to Highest - allows to sort your data in ascending order, displaying the lowest value on the top of the column, Sort Highest to Lowest - allows to sort your data in descending order, displaying the highest value on the top of the column, Sort by cells color - allows to select one of the colors and display the entries with the same cell background color on the top of the column, Sort by font color - allows to select one of the colors and display the entries with the same font color on the top of the column. The latter two options can be used if the cell range you want to sort contains some cells you have formatted changing their background or font color (manually or using predefined styles). The sorting direction will be indicated by an arrow in the filter buttons. if the data is sorted in ascending order, the drop-down arrow in the first cell of the column looks like this: and the Filter button looks the following way: . if the data is sorted in descending order, the drop-down arrow in the first cell of the column looks like this: and the Filter button looks the following way: . You can also quickly sort the data by a color using the contextual menu options: right-click a cell containing the color you want to sort your data by, select the Sort option from the menu, select the necessary option from the submenu: Selected Cell Color on top - to display the entries with the same cell background color on the top of the column, Selected Font Color on top - to display the entries with the same font color on the top of the column. Filter by the selected cell contents You can also quickly filter your data by the selected cell contents using the contextual menu options. Right-click a cell, select the Filter option from the menu and then select one of the available options: Filter by Selected cell's value - to display only the entries with the same value as the selected cell contains. Filter by cell's color - to display only the entries with the same cell background color as the selected cell has. Filter by font color - to display only the entries with the same cell font color as the selected cell has. Format as Table Template To facilitate the work with your data Spreadsheet Editor allows you to apply a table template to a selected cell range automatically enabling the filter. To do that, select a range of cells you need to format, click the Format as table template icon situated at the Home tab of the top toolbar. select the template you need in the gallery, in the opened pop-up window check the range of cells to be formatted as a table, check the Title if you wish the table headers to be included in the selected range of cells, otherwise the header row will be added at the top while the selected range of cells will be moved one row down, click the OK button to apply the selected template. The template will be applied to the selected range of cells and you will be able to edit the table headers and apply the filter to work with your data. Note: once you create a new formatted table, a default name (Table1, Table2 etc.) will be automatically assigned to the table. You can change this name making it more meaningful and use it for further work. Some of the table settings can be altered using the Table settings tab of the right sidebar that opens if you select at least one cell within the table with the mouse and click the Table settings icon on the right. The Rows and Columns sections on the top allow you to emphasize certain rows/columns applying a specific formatting to them, or highlight different rows/columns with the different background colors to clearly distinguish them. The following options are available: Header - allows to display the header row. Total - adds the Summary row at the bottom of the table. Banded - enables the background color alternation for odd and even rows. Filter button - allows to display the drop-down arrows in the header row cells. This option is only available when the Header option is selected. First - emphasizes the leftmost column in the table with a special formatting. Last - emphasizes the rightmost column in the table with a special formatting. Banded - enables the background color alternation for odd and even columns. The Select From Template section allows you to choose one of the predefined tables styles. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc. Depending on the options checked in the Rows and/or Columns sections above, the templates set will be displayed differently. For example, if you've checked the Header option in the Rows section and the Banded option in the Columns section, the displayed templates list will include only templates with the header row and banded columns enabled: The Resize table section allows you to change the cell range the table formatting is applied to. Click the Select Data button - a new pop-up window will open. Change the link to the cell range in the entry field or select the necessary cell range on the worksheet with the mouse and click the OK button. The Rows & Columns section allows you to perform the following operations: Select a row, column, all columns data excluding the header row, or the entire table including the header row. Insert a new row above or below the selected one as well as a new column to the left or to the right of the selected one. Delete a row, column (depending on the cursor position or the selection), or the entire table. Note: the options of the Rows & Columns section are also accessible from the right-click menu. The Convert to range button can be used if you want to transform the table into a regular data range removing the filter but preserving the table style (i.e. cell and font colors etc.). Once you apply this option, the Table settings tab at the right sidebar will be unavailable. To change the advanced table properties, use the Show advanced settings link at the right sidebar. The table properties window will open: 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. Reapply Filter If the filtered data has been changed, you can refresh the filter to display an up-to-date result: click the Filter button in the first cell of the column that contains the filtered data, select the Reapply option in the Filter option list that opens. You can also right-click a cell within the column that contains the filtered data and select the Reapply option from the contextual menu. Clear Filter To clear the filter, click the Filter button in the first cell of the column that contains the filtered data, select the Clear option in the Filter option list that opens. You can also proceed in the following way: select the range of cells containing the filtered data, click the Clear filter icon situated at the Home tab of the top toolbar. The filter will remain enabled, but all the applied filter parameters will be removed, and the Filter buttons in the first cells of the columns will change into the drop-down arrows . Remove Filter To remove the filter, select the range of cells containing the filtered data, click the Filter icon situated at the Home tab of the top toolbar. The filter will be disabled, and the drop-down arrows will disappear from the first cells of the columns." + "body": "Sort Data You can quickly sort your data in a spreadsheet using one of the available options: Ascending is used to sort your data in ascending order - A to Z alphabetically or smallest to largest for numerical data. Descending is used to sort your data in descending order - Z to A alphabetically or largest to smallest for numerical data. To sort your data, select a range of cells you wish to sort (you can select a single cell in a range to sort the entire range), click the Sort ascending icon situated at the Home tab of the top toolbar to sort your data in ascending order, OR click the Sort descending icon situated at the Home tab of the top toolbar to sort your data in descending order. Note: if you select a single column/row within a cell range or a part of the column/row, you will be asked if you want to expand the selection to include adjacent cells or sort the selected data only. You can also sort your data using the contextual menu options. Right-click the selected range of cells, select the Sort option from the menu and then select Ascending or Descending option from the submenu. It's also possible to sort the data by a color using the contextual menu: right-click a cell containing the color you want to sort your data by, select the Sort option from the menu, select the necessary option from the submenu: Selected Cell Color on top - to display the entries with the same cell background color on the top of the column, Selected Font Color on top - to display the entries with the same font color on the top of the column. Filter Data To display only the rows that meet certain criteria and hide other ones, make use of the Filter option. To enable a filter, Select a range of cells containing data to filter (you can select a single cell in a range to filter the entire range), Click the Filter icon situated at the Home tab of the top toolbar. The drop-down arrow will appear in the first cell of each column of the selected cell range. It means that the filter is enabled. To apply a filter, Click the drop-down arrow . The Filter option list will open: Adjust the filter parameters. You can proceed in one of the following three ways: select the data to display, filter data by certain criteria or filter data by color. Select the data to display Uncheck the boxes near the data you need to hide. For your convenience all the data wintin the Filter option list are sorted in ascending order. Note: the {Blanks} check box corresponds to the empty cells. It is available if the selected range of cells contains at least one empty cell. To facilitate the process make use of the search field on the top. Enter your query, entirely or partially, in the field - the values that include these characters will be displayed in the list below. The following two options will also be available: Select All Search Results - is checked by default. It allows to select all the values that correspond to your query in the list. Add current selection to filter - if you check this box, the selected values will not be hidden when you apply the filter. After you select all the necessary data, click the OK button in the Filter option list to apply the filter. Filter data by certain criteria Depending on the data contained in the selected column, you can choose either the Number filter or the Text filter option in the right part of the Filter options list, and then select one of the options from the submenu: For the Number filter the following options are available: Equals..., Does not equal..., Greater than..., Greater than or equal to..., Less than..., Less than or equal to..., Between, Top 10, Above Average, Below Average, Custom Filter.... For the Text filter the following options are available: Equals..., Does not equal..., Begins with..., Does not begin with..., Ends with..., Does not end with..., Contains..., Does not contain..., Custom Filter.... After you select one of the above options (apart from the Top 10 and Above/Below Average ones), the Custom Filter window will open. The corresponding criterion will be selected in the upper drop-down list. Enter the necessary value in the field on the right. To add one more criterion, use the And radiobutton if you need the data to satisfy both criteria or click the Or radiobutton if either or both criteria can be satisfied. Then select the second criterion from the lower drop-down list and enter the necessary value on the right. Click OK to apply the filter. If you choose the Custom Filter... option from the Number/Text filter option list, the first criterion is not selected automatically, you can set it yourself. If you choose the Top 10 option from the Number filter option list, a new window will open: The first drop-down list allows to choose if you wish to display the highest (Top) or lowest (Bottom) values. The second field allows to specify how many entries from the list or which percent of the overall entries number you want to display (you can enter a number from 1 to 500). The third drop-down list allows to set units of measure: Item or Percent. Once the necessary parameters are set, click OK to apply the filter. If you choose the Above/Below Average option from the Number filter option list, the filter will be applied right now. Filter data by color If the cell range you want to filter contains some cells you have formatted changing their background or font color (manually or using predefined styles), you can use one of the following options: Filter by cells color - to display only the entries with a certain cell background color and hide other ones, Filter by font color - to display only the entries with a certain cell font color and hide other ones. When you select the necessary option, a palette that contains colors used in the selected cell range will open. Choose one of the colors to apply the filter. The Filter button will appear in the first cell of the column. It means that the filter is applied. The number of filtered records will be displayed at the status bar (e.g. 25 of 80 records filtered). Note: when the filter is applied, the rows that are filtered out cannot be modified when autofilling, formatting, deleting the visible contents. Such actions affect the visible rows only, the rows that are hidden by the filter remain unchanged. When copying and pasting the filtered data, only visible rows can be copied and pasted. This is not equivalent to manually hidden rows which are affected by all similar actions. Sort filtered data You can set the sorting order of the data you have enabled or applied filter for. Click the drop-down arrow or the Filter button and select one of the options in the Filter option list: Sort Lowest to Highest - allows to sort your data in ascending order, displaying the lowest value on the top of the column, Sort Highest to Lowest - allows to sort your data in descending order, displaying the highest value on the top of the column, Sort by cells color - allows to select one of the colors and display the entries with the same cell background color on the top of the column, Sort by font color - allows to select one of the colors and display the entries with the same font color on the top of the column. The latter two options can be used if the cell range you want to sort contains some cells you have formatted changing their background or font color (manually or using predefined styles). The sorting direction will be indicated by an arrow in the filter buttons. if the data is sorted in ascending order, the drop-down arrow in the first cell of the column looks like this: and the Filter button looks the following way: . if the data is sorted in descending order, the drop-down arrow in the first cell of the column looks like this: and the Filter button looks the following way: . You can also quickly sort the data by a color using the contextual menu options: right-click a cell containing the color you want to sort your data by, select the Sort option from the menu, select the necessary option from the submenu: Selected Cell Color on top - to display the entries with the same cell background color on the top of the column, Selected Font Color on top - to display the entries with the same font color on the top of the column. Filter by the selected cell contents You can also quickly filter your data by the selected cell contents using the contextual menu options. Right-click a cell, select the Filter option from the menu and then select one of the available options: Filter by Selected cell's value - to display only the entries with the same value as the selected cell contains. Filter by cell's color - to display only the entries with the same cell background color as the selected cell has. Filter by font color - to display only the entries with the same cell font color as the selected cell has. Format as Table Template To facilitate the work with your data Spreadsheet Editor allows you to apply a table template to a selected cell range automatically enabling the filter. To do that, select a range of cells you need to format, click the Format as table template icon situated at the Home tab of the top toolbar. select the template you need in the gallery, in the opened pop-up window check the range of cells to be formatted as a table, check the Title if you wish the table headers to be included in the selected range of cells, otherwise the header row will be added at the top while the selected range of cells will be moved one row down, click the OK button to apply the selected template. The template will be applied to the selected range of cells and you will be able to edit the table headers and apply the filter to work with your data. Note: once you create a new formatted table, a default name (Table1, Table2 etc.) will be automatically assigned to the table. You can change this name making it more meaningful and use it for further work. Some of the table settings can be altered using the Table settings tab of the right sidebar that opens if you select at least one cell within the table with the mouse and click the Table settings icon on the right. The Rows and Columns sections on the top allow you to emphasize certain rows/columns applying a specific formatting to them, or highlight different rows/columns with the different background colors to clearly distinguish them. The following options are available: Header - allows to display the header row. Total - adds the Summary row at the bottom of the table. Banded - enables the background color alternation for odd and even rows. Filter button - allows to display the drop-down arrows in the header row cells. This option is only available when the Header option is selected. First - emphasizes the leftmost column in the table with a special formatting. Last - emphasizes the rightmost column in the table with a special formatting. Banded - enables the background color alternation for odd and even columns. The Select From Template section allows you to choose one of the predefined tables styles. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc. Depending on the options checked in the Rows and/or Columns sections above, the templates set will be displayed differently. For example, if you've checked the Header option in the Rows section and the Banded option in the Columns section, the displayed templates list will include only templates with the header row and banded columns enabled: The Resize table section allows you to change the cell range the table formatting is applied to. Click the Select Data button - a new pop-up window will open. Change the link to the cell range in the entry field or select the necessary cell range on the worksheet with the mouse and click the OK button. The Rows & Columns section allows you to perform the following operations: Select a row, column, all columns data excluding the header row, or the entire table including the header row. Insert a new row above or below the selected one as well as a new column to the left or to the right of the selected one. Delete a row, column (depending on the cursor position or the selection), or the entire table. Note: the options of the Rows & Columns section are also accessible from the right-click menu. The Convert to range button can be used if you want to transform the table into a regular data range removing the filter but preserving the table style (i.e. cell and font colors etc.). Once you apply this option, the Table settings tab at the right sidebar will be unavailable. To change the advanced table properties, use the Show advanced settings link at the right sidebar. The table properties window will open: 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. Reapply Filter If the filtered data has been changed, you can refresh the filter to display an up-to-date result: click the Filter button in the first cell of the column that contains the filtered data, select the Reapply option in the Filter option list that opens. You can also right-click a cell within the column that contains the filtered data and select the Reapply option from the contextual menu. Clear Filter To clear the filter, click the Filter button in the first cell of the column that contains the filtered data, select the Clear option in the Filter option list that opens. You can also proceed in the following way: select the range of cells containing the filtered data, click the Clear filter icon situated at the Home tab of the top toolbar. The filter will remain enabled, but all the applied filter parameters will be removed, and the Filter buttons in the first cells of the columns will change into the drop-down arrows . Remove Filter To remove the filter, select the range of cells containing the filtered data, click the Filter icon situated at the Home tab of the top toolbar. The filter will be disabled, and the drop-down arrows will disappear from the first cells of the columns." }, { "id": "UsageInstructions/UndoRedo.htm", @@ -2318,7 +2318,7 @@ var indexes = { "id": "UsageInstructions/UseNamedRanges.htm", "title": "Use named ranges", - "body": "Names are meaningful notations that can be assigned for a cell or cell range and used to simplify working with formulas. Creating a formula, you can insert a name as its argument instead of using a reference to a cell range. For example, if you assign the Annual_Income name for a cell range, it will be possible to enter =SUM(Annual_Income) instead of =SUM(B1:B12). In such a form, formulas become clearer. This feature can also be useful in case a lot of formulas are referred to one and the same cell range. If the range address is changed, you can make the correction once using the Name Manager instead of editing all the formulas one by one. There are two types of names that can be used: Defined name – an arbitrary name that you can specify for a certain cell range. Table name – a default name that is automatically assigned to a new formatted table (Table1, Table2 etc.). You can edit such a name later. Names are also classified by Scope, i.e. the location where a name is recognized. A name can be scoped to the whole workbook (it will be recognized for any worksheet within this workbook) or to a separate worksheet (it will be recognized for the specified worksheet only). Each name must be unique within a single scope, the same names can be used within different scopes. Create new names To create a new defined name for a selection: Select a cell or cell range you want to assign a name to. Open a new name window in a suitable way: Right-click the selection and choose the Define Name option from the contextual menu, or click the Named ranges icon at the Home tab of the top toolbar and select the New name option from the menu. The New Name window will open: Enter the necessary Name in the text entry field. Note: a name cannot start from a number, contain spaces or punctuation marks. Underscores (_) are allowed. Case does not matter. Specify the name Scope. The Workbook scope is selected by default, but you can specify an individual worksheet selecting it from the list. Check the selected Data Range address. If necessary, you can change it. Click the Select Data button - the Select Data Range window will open. Change the link to the cell range in the entry field or select a new range on the worksheet with the mouse and click OK. Click OK to save the new name. To quickly create a new name for the selected range of cells, you can also enter the desired name into the name box located to the left of the the formula bar and press Enter. A name created in such a way is scoped to the Workbook. Manage names All the existing names can be accessed via the Name Manager. To open it: click the Named ranges icon at the Home tab of the top toolbar and select the Name manager option from the menu, or click the arrow in the name field and select the Manager option. The Name Manager window will open: For your convenience, you can filter the names selecting the name category you want to be displayed: All, Defined names, Table names, Names Scoped to Sheet or Names Scoped to Workbook. The names that belong to the selected category will be displayed in the list, the other names will be hidden. To change the sort order for the displayed list you can click on the Named Ranges or Scope titles in this window. To edit a name, select it in the list and click the Edit button. The Edit Name window will open: For a defined name, you can change the name and the data range it refers to. For a table name, you can change the name only. When all the necessary changes are made, click OK to apply them. To discard the changes, click Cancel. If the edited name is used in a formula, the formula will be automatically changed accordingly. To delete a name, select it in the list and click the Delete button. Note: if you delete the name that is used in a formula, the formula will no longer work (it will return the #NAME? error). You can also create a new name in the Name Manager window by clicking the New button. Use names when working with the spreadsheet To quickly navigate between cell ranges you can click the arrow in the name box and select the necessary name from the name list – the data range that corresponds to this name will be selected on the worksheet. Note: the name list displays the defined names and table names scoped to the current worksheet and to the whole workbook. To add a name as an argument of a formula: Place the insertion point where you need to add a name. Do one of the following: enter the name of the necessary named range manually using the keyboard. Once you type the initial letters, the Formula Autocomplete list will be displayed. As you type, the items (formulas and names) that match the entered characters are displayed in it. You can select the necessary name from the list and insert it into the formula by double-clicking it or pressing the Tab key. or click the Named ranges icon at the Home tab of the top toolbar, select the Paste name option from the menu, choose the necessary name from the Paste Name window and click OK: Note: the Paste Name window displays the defined names and table names scoped to the current worksheet and to the whole workbook." + "body": "Names are meaningful notations that can be assigned for a cell or cell range and used to simplify working with formulas. Creating a formula, you can insert a name as its argument instead of using a reference to a cell range. For example, if you assign the Annual_Income name for a cell range, it will be possible to enter =SUM(Annual_Income) instead of =SUM(B1:B12). In such a form, formulas become clearer. This feature can also be useful in case a lot of formulas are referred to one and the same cell range. If the range address is changed, you can make the correction once using the Name Manager instead of editing all the formulas one by one. There are two types of names that can be used: Defined name – an arbitrary name that you can specify for a certain cell range. Table name – a default name that is automatically assigned to a new formatted table (Table1, Table2 etc.). You can edit such a name later. Names are also classified by Scope, i.e. the location where a name is recognized. A name can be scoped to the whole workbook (it will be recognized for any worksheet within this workbook) or to a separate worksheet (it will be recognized for the specified worksheet only). Each name must be unique within a single scope, the same names can be used within different scopes. Create new names To create a new defined name for a selection: Select a cell or cell range you want to assign a name to. Open a new name window in a suitable way: Right-click the selection and choose the Define Name option from the contextual menu, or click the Named ranges icon at the Home tab of the top toolbar and select the New name option from the menu. The New Name window will open: Enter the necessary Name in the text entry field. Note: a name cannot start from a number, contain spaces or punctuation marks. Underscores (_) are allowed. Case does not matter. Specify the name Scope. The Workbook scope is selected by default, but you can specify an individual worksheet selecting it from the list. Check the selected Data Range address. If necessary, you can change it. Click the Select Data button - the Select Data Range window will open. Change the link to the cell range in the entry field or select a new range on the worksheet with the mouse and click OK. Click OK to save the new name. To quickly create a new name for the selected range of cells, you can also enter the desired name into the name box located to the left of the the formula bar and press Enter. A name created in such a way is scoped to the Workbook. Manage names All the existing names can be accessed via the Name Manager. To open it: click the Named ranges icon at the Home tab of the top toolbar and select the Name manager option from the menu, or click the arrow in the name field and select the Manager option. The Name Manager window will open: For your convenience, you can filter the names selecting the name category you want to be displayed: All, Defined names, Table names, Names Scoped to Sheet or Names Scoped to Workbook. The names that belong to the selected category will be displayed in the list, the other names will be hidden. To change the sort order for the displayed list you can click on the Named Ranges or Scope titles in this window. To edit a name, select it in the list and click the Edit button. The Edit Name window will open: For a defined name, you can change the name and the data range it refers to. For a table name, you can change the name only. When all the necessary changes are made, click OK to apply them. To discard the changes, click Cancel. If the edited name is used in a formula, the formula will be automatically changed accordingly. To delete a name, select it in the list and click the Delete button. Note: if you delete the name that is used in a formula, the formula will no longer work (it will return the #NAME? error). You can also create a new name in the Name Manager window by clicking the New button. Use names when working with the spreadsheet To quickly navigate between cell ranges you can click the arrow in the name box and select the necessary name from the name list – the data range that corresponds to this name will be selected on the worksheet. Note: the name list displays the defined names and table names scoped to the current worksheet and to the whole workbook. To add a name as an argument of a formula: Place the insertion point where you need to add a name. Do one of the following: enter the name of the necessary named range manually using the keyboard. Once you type the initial letters, the Formula Autocomplete list will be displayed. As you type, the items (formulas and names) that match the entered characters are displayed in it. You can select the necessary name from the list and insert it into the formula by double-clicking it or pressing the Tab key. or click the Named ranges icon at the Home tab of the top toolbar, select the Paste name option from the menu, choose the necessary name from the Paste Name window and click OK: Note: the Paste Name window displays the defined names and table names scoped to the current worksheet and to the whole workbook." }, { "id": "UsageInstructions/ViewDocInfo.htm", diff --git a/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js b/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js index 4fd0dac85..5457313f7 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js +++ b/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js @@ -8,7 +8,7 @@ var indexes = { "id": "Functions/accrint.htm", "title": "Функция ACCRINT (НАКОПДОХОД)", - "body": "Функция ACCRINT - это одна из финансовых функций. Используется для вычисления дохода по ценным бумагам с периодической выплатой процентов. Синтаксис функции ACCRINT: ACCRINT(issue, first-interest, settlement, rate, [par], frequency[, [basis]]) где issue - это дата выпуска ценной бумаги. first-interest - это дата первой выплаты процентов. settlement - это дата приобретения ценной бумаги. rate - это годовая процентная ставка для купонов по ценной бумаге. par - это номинальная стоимость ценной бумаги. Это необязательный аргумент. Если он не указан, аргумент par принимается равным 1000 рублей. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ вычисления дня; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ACCRINT, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ACCRINT, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция ACCRINT - это одна из финансовых функций. Используется для вычисления дохода по ценным бумагам с периодической выплатой процентов. Синтаксис функции ACCRINT: ACCRINT(issue, first-interest, settlement, rate, [par], frequency[, [basis]]) где issue - это дата выпуска ценной бумаги. first-interest - это дата первой выплаты процентов. settlement - это дата приобретения ценной бумаги. rate - это годовая процентная ставка для купонов по ценной бумаге. par - это номинальная стоимость ценной бумаги. Это необязательный аргумент. Если он не указан, аргумент par принимается равным 1000 рублей. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ вычисления дня; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ACCRINT, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ACCRINT, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/accrintm.htm", @@ -48,7 +48,7 @@ var indexes = { "id": "Functions/amordegrc.htm", "title": "Функция AMORDEGRC (АМОРУМ)", - "body": "Функция AMORDEGRC - это одна из финансовых функций. Используется для вычисления величины амортизации имущества по каждому отчетному периоду методом дегрессивной амортизации. Синтаксис функции AMORDEGRC: AMORDEGRC(cost, date-purchased, first-period, salvage, period, rate[, [basis]]) где cost - это стоимость имущества. date-purchased - это дата приобретения имущества. first-period - это дата окончания первого периода. salvage - это остаточная стоимость имущества в конце срока службы. period - это период, за который вы хотите вычислить величину амортизации. rate - это ставка амортизации. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию AMORDEGRC,

    выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции AMORDEGRC, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция AMORDEGRC - это одна из финансовых функций. Используется для вычисления величины амортизации имущества по каждому отчетному периоду методом дегрессивной амортизации. Синтаксис функции AMORDEGRC: AMORDEGRC(cost, date-purchased, first-period, salvage, period, rate[, [basis]]) где cost - это стоимость имущества. date-purchased - это дата приобретения имущества. first-period - это дата окончания первого периода. salvage - это остаточная стоимость имущества в конце срока службы. period - это период, за который вы хотите вычислить величину амортизации. rate - это ставка амортизации. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию AMORDEGRC,

    выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции AMORDEGRC, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/amorlinc.htm", @@ -393,7 +393,7 @@ var indexes = { "id": "Functions/coupdaybs.htm", "title": "Функция COUPDAYBS (ДНЕЙКУПОНДО)", - "body": "Функция COUPDAYBS - это одна из финансовых функций. Используется для вычисления количества дней от начала действия купона до даты покупки ценной бумаги. Синтаксис функции COUPDAYBS: COUPDAYBS(settlement, maturity, frequency[, [basis]]) где settlement - это дата приобретения ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию COUPDAYBS,

    выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции COUPDAYBS, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция COUPDAYBS - это одна из финансовых функций. Используется для вычисления количества дней от начала действия купона до даты покупки ценной бумаги. Синтаксис функции COUPDAYBS: COUPDAYBS(settlement, maturity, frequency[, [basis]]) где settlement - это дата приобретения ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию COUPDAYBS,

    выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции COUPDAYBS, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/coupdays.htm", @@ -403,7 +403,7 @@ var indexes = { "id": "Functions/coupdaysnc.htm", "title": "Функция COUPDAYSNC (ДНЕЙКУПОНПОСЛЕ)", - "body": "Функция COUPDAYSNC - это одна из финансовых функций. Используется для вычисления количества дней от даты покупки ценной бумаги до следующей выплаты по купону. Синтаксис функции COUPDAYSNC: COUPDAYSNC(settlement, maturity, frequency[, [basis]]) где settlement - это дата приобретения ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию COUPDAYSNC, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции COUPDAYSNC, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция COUPDAYSNC - это одна из финансовых функций. Используется для вычисления количества дней от даты покупки ценной бумаги до следующей выплаты по купону. Синтаксис функции COUPDAYSNC: COUPDAYSNC(settlement, maturity, frequency[, [basis]]) где settlement - это дата приобретения ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию COUPDAYSNC, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции COUPDAYSNC, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/coupncd.htm", @@ -608,7 +608,7 @@ var indexes = { "id": "Functions/duration.htm", "title": "Функция DURATION (ДЛИТ)", - "body": "Функция DURATION - это одна из финансовых функций. Используется для вычисления продолжительности Маколея (взвешенного среднего срока погашения) для ценной бумаги с предполагаемой номинальной стоимостью 100 рублей. Синтаксис функции DURATION: DURATION(settlement, maturity, coupon, yld, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). coupon - это годовая процентная ставка для купонов по ценной бумаге. yld - это годовой доход по ценной бумаге. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию DURATION, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции DURATION, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция DURATION - это одна из финансовых функций. Используется для вычисления продолжительности Маколея (взвешенного среднего срока погашения) для ценной бумаги с предполагаемой номинальной стоимостью 100 рублей. Синтаксис функции DURATION: DURATION(settlement, maturity, coupon, yld, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). coupon - это годовая процентная ставка для купонов по ценной бумаге. yld - это годовой доход по ценной бумаге. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию DURATION, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции DURATION, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/dvar.htm", @@ -1048,7 +1048,7 @@ var indexes = { "id": "Functions/intrate.htm", "title": "Функция INTRATE (ИНОРМА)", - "body": "Функция INTRATE - это одна из финансовых функций. Используется для вычисления ставки доходности по полностью обеспеченной ценной бумаге, проценты по которой уплачиваются только при наступлении срока погашения. Синтаксис функции INTRATE: INTRATE(settlement, maturity, pr, redemption[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). pr - это сумма, уплаченная за ценную бумагу. redemption - это сумма, полученная за ценную бумагу по истечении срока ее действия. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию INTRATE, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции INTRATE, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция INTRATE - это одна из финансовых функций. Используется для вычисления ставки доходности по полностью обеспеченной ценной бумаге, проценты по которой уплачиваются только при наступлении срока погашения. Синтаксис функции INTRATE: INTRATE(settlement, maturity, pr, redemption[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). pr - это сумма, уплаченная за ценную бумагу. redemption - это сумма, полученная за ценную бумагу по истечении срока ее действия. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию INTRATE, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции INTRATE, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/ipmt.htm", @@ -1233,7 +1233,7 @@ var indexes = { "id": "Functions/mduration.htm", "title": "Функция MDURATION (МДЛИТ)", - "body": "Функция MDURATION - это одна из финансовых функций. Используется для вычисления модифицированной продолжительности Маколея (взвешенного среднего срока погашения) для ценной бумаги с предполагаемой номинальной стоимостью 100 рублей. Синтаксис функции MDURATION: MDURATION(settlement, maturity, coupon, yld, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). coupon - это годовая процентная ставка для купонов по ценной бумаге. yld - это годовой доход по ценной бумаге. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию MDURATION, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции MDURATION, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция MDURATION - это одна из финансовых функций. Используется для вычисления модифицированной продолжительности Маколея (взвешенного среднего срока погашения) для ценной бумаги с предполагаемой номинальной стоимостью 100 рублей. Синтаксис функции MDURATION: MDURATION(settlement, maturity, coupon, yld, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). coupon - это годовая процентная ставка для купонов по ценной бумаге. yld - это годовой доход по ценной бумаге. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию MDURATION, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции MDURATION, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/median.htm", @@ -1438,22 +1438,22 @@ var indexes = { "id": "Functions/oddfprice.htm", "title": "Функция ODDFPRICE (ЦЕНАПЕРВНЕРЕГ)", - "body": "Функция ODDFPRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов в случае нерегулярной продолжительности первого периода выплаты процентов (больше или меньше остальных периодов). Синтаксис функции ODDFPRICE: ODDFPRICE(settlement, maturity, issue, first-coupon, rate, yld, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). issue - это дата выпуска ценной бумаги. first-coupon - это дата первой выплаты по купону. Эта дата должна наступать после даты покупки, но до даты истечения срока ценной бумаги. rate - это процентная ставка по ценной бумаге. yld - это годовой доход по ценной бумаге. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ODDFPRICE, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ODDFPRICE, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция ODDFPRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов в случае нерегулярной продолжительности первого периода выплаты процентов (больше или меньше остальных периодов). Синтаксис функции ODDFPRICE: ODDFPRICE(settlement, maturity, issue, first-coupon, rate, yld, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). issue - это дата выпуска ценной бумаги. first-coupon - это дата первой выплаты по купону. Эта дата должна наступать после даты покупки, но до даты истечения срока ценной бумаги. rate - это процентная ставка по ценной бумаге. yld - это годовой доход по ценной бумаге. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ODDFPRICE, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ODDFPRICE, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/oddfyield.htm", "title": "Функция ODDFYIELD (ДОХОДПЕРВНЕРЕГ)", - "body": "Функция ODDFYIELD - это одна из финансовых функций. Используется для вычисления дохода по ценной бумаге с периодической выплатой процентов в случае нерегулярной продолжительности первого периода выплаты процентов (больше или меньше остальных периодов). Синтаксис функции ODDFYIELD: ODDFYIELD(settlement, maturity, issue, first-coupon, rate, pr, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). issue - это дата выпуска ценной бумаги. first-coupon - это дата первой выплаты по купону. Эта дата должна наступать после даты покупки, но до даты истечения срока ценной бумаги. rate - это процентная ставка по ценной бумаге. pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ODDFYIELD, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ODDFYIELD, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция ODDFYIELD - это одна из финансовых функций. Используется для вычисления дохода по ценной бумаге с периодической выплатой процентов в случае нерегулярной продолжительности первого периода выплаты процентов (больше или меньше остальных периодов). Синтаксис функции ODDFYIELD: ODDFYIELD(settlement, maturity, issue, first-coupon, rate, pr, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). issue - это дата выпуска ценной бумаги. first-coupon - это дата первой выплаты по купону. Эта дата должна наступать после даты покупки, но до даты истечения срока ценной бумаги. rate - это процентная ставка по ценной бумаге. pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ODDFYIELD, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ODDFYIELD, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/oddlprice.htm", "title": "Функция ODDLPRICE (ЦЕНАПОСЛНЕРЕГ)", - "body": "Функция ODDLPRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов в случае нерегулярной продолжительности последнего периода выплаты процентов (больше или меньше остальных периодов). Синтаксис функции ODDLPRICE: ODDLPRICE(settlement, maturity, last-interest, rate, yld, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). last-interest - это дата последней выплаты по купону. Она должна наступать раньше даты покупки ценной бумаги. rate - это процентная ставка по ценной бумаге. yld - это годовой доход по ценной бумаге. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ODDLPRICE, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ODDLPRICE, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция ODDLPRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов в случае нерегулярной продолжительности последнего периода выплаты процентов (больше или меньше остальных периодов). Синтаксис функции ODDLPRICE: ODDLPRICE(settlement, maturity, last-interest, rate, yld, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). last-interest - это дата последней выплаты по купону. Она должна наступать раньше даты покупки ценной бумаги. rate - это процентная ставка по ценной бумаге. yld - это годовой доход по ценной бумаге. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ODDLPRICE, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ODDLPRICE, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/oddlyield.htm", "title": "Функция ODDLYIELD (ДОХОДПОСЛНЕРЕГ)", - "body": "Функция ODDLYIELD - это одна из финансовых функций. Используется для вычисления дохода по ценной бумаге с периодической выплатой процентов в случае нерегулярной продолжительности последнего периода выплаты процентов (больше или меньше остальных периодов). Синтаксис функции ODDLYIELD: ODDLYIELD(settlement, maturity, last-interest, rate, pr, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). last-interest - это дата дата последней выплаты по купону. Она должна наступать раньше даты покупки ценной бумаги. rate - это процентная ставка по ценной бумаге. pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ODDLYIELD, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ODDLYIELD, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция ODDLYIELD - это одна из финансовых функций. Используется для вычисления дохода по ценной бумаге с периодической выплатой процентов в случае нерегулярной продолжительности последнего периода выплаты процентов (больше или меньше остальных периодов). Синтаксис функции ODDLYIELD: ODDLYIELD(settlement, maturity, last-interest, rate, pr, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). last-interest - это дата дата последней выплаты по купону. Она должна наступать раньше даты покупки ценной бумаги. rate - это процентная ставка по ценной бумаге. pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию ODDLYIELD, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции ODDLYIELD, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/offset.htm", @@ -1548,17 +1548,17 @@ var indexes = { "id": "Functions/price.htm", "title": "Функция PRICE (ЦЕНА)", - "body": "Функция PRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов. Синтаксис функции PRICE: ODDFPRICE(settlement, maturity, rate, yld, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). rate - это годовая процентная ставка для купонов по ценной бумаге. yld - это годовой доход по ценной бумаге. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию PRICE, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции PRICE, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция PRICE - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги с периодической выплатой процентов. Синтаксис функции PRICE: ODDFPRICE(settlement, maturity, rate, yld, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). rate - это годовая процентная ставка для купонов по ценной бумаге. yld - это годовой доход по ценной бумаге. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию PRICE, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции PRICE, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/pricedisc.htm", "title": "Функция PRICEDISC (ЦЕНАСКИДКА)", - "body": "Функция PRICEDISC - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги, на которую сделана скидка. Синтаксис функции PRICEDISC: ODDFPRICEDISC(settlement, maturity, discount, redemption[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). discount - это величина скидки на ценную бумагу. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию PRICEDISC, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции PRICEDISC, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция PRICEDISC - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги, на которую сделана скидка. Синтаксис функции PRICEDISC: ODDFPRICEDISC(settlement, maturity, discount, redemption[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). discount - это величина скидки на ценную бумагу. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию PRICEDISC, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции PRICEDISC, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/pricemat.htm", "title": "Функция PRICEMAT (ЦЕНАПОГАШ)", - "body": "Функция PRICEMAT - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги, процент по которой уплачивается при наступлении срока погашения. Синтаксис функции PRICEMAT: ODDFPRICEMAT(settlement, maturity, issue, rate, yld[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). issue - это дата выпуска ценной бумаги. rate - это процентная ставка по ценной бумаге на дату выпуска. yld - это годовой доход по ценной бумаге. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию PRICEMAT, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции PRICEMAT, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция PRICEMAT - это одна из финансовых функций. Используется для вычисления цены за 100 рублей номинальной стоимости ценной бумаги, процент по которой уплачивается при наступлении срока погашения. Синтаксис функции PRICEMAT: ODDFPRICEMAT(settlement, maturity, issue, rate, yld[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). issue - это дата выпуска ценной бумаги. rate - это процентная ставка по ценной бумаге на дату выпуска. yld - это годовой доход по ценной бумаге. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию PRICEMAT, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции PRICEMAT, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/prob.htm", @@ -1638,7 +1638,7 @@ var indexes = { "id": "Functions/received.htm", "title": "Функция RECEIVED (ПОЛУЧЕНО)", - "body": "Функция RECEIVED - это одна из финансовых функций. Используется для вычисления суммы, полученной за полностью обеспеченную ценную бумагу при наступлении срока погашения. Синтаксис функции RECEIVED: RECEIVED(settlement, maturity, investment, discount[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). investment - это сумма, уплаченная за ценную бумагу. discount - это ставка дисконтирования ценной бумаги. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Числовые значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию RECEIVED, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции RECEIVED, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция RECEIVED - это одна из финансовых функций. Используется для вычисления суммы, полученной за полностью обеспеченную ценную бумагу при наступлении срока погашения. Синтаксис функции RECEIVED: RECEIVED(settlement, maturity, investment, discount[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). investment - это сумма, уплаченная за ценную бумагу. discount - это ставка дисконтирования ценной бумаги. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Числовые значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию RECEIVED, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции RECEIVED, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/replace.htm", @@ -2128,17 +2128,17 @@ var indexes = { "id": "Functions/yield.htm", "title": "Функция YIELD (ДОХОД)", - "body": "Функция YIELD - это одна из финансовых функций. Используется для вычисления доходности по ценной бумаге с периодической выплатой процентов. Синтаксис функции YIELD: YIELD(settlement, maturity, rate, pr, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). rate - это годовая процентная ставка для купонов по ценной бумаге. pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию YIELD, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции YIELD, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция YIELD - это одна из финансовых функций. Используется для вычисления доходности по ценной бумаге с периодической выплатой процентов. Синтаксис функции YIELD: YIELD(settlement, maturity, rate, pr, redemption, frequency[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). rate - это годовая процентная ставка для купонов по ценной бумаге. pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. frequency - это количество выплат процентов за год. Возможные значения этого аргумента: 1 в случае, если проценты выплачиваются ежегодно, 2 в случае, если проценты выплачиваются каждые полгода, 4 в случае, если проценты выплачиваются ежеквартально. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию YIELD, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции YIELD, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/yielddisc.htm", "title": "Функция YIELDDISC (ДОХОДСКИДКА)", - "body": "Функция YIELDDISC - это одна из финансовых функций. Используется для вычисления годовой доходности по ценной бумаге, на которую дается скидка. Синтаксис функции YIELDDISC: YIELDDISC(settlement, maturity, pr, redemption[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию YIELDDISC, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции YIELDDISC, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция YIELDDISC - это одна из финансовых функций. Используется для вычисления годовой доходности по ценной бумаге, на которую дается скидка. Синтаксис функции YIELDDISC: YIELDDISC(settlement, maturity, pr, redemption[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. redemption - это выкупная стоимость ценной бумаги в расчете на 100 рублей номинальной стоимости. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию YIELDDISC, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции YIELDDISC, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/yieldmat.htm", "title": "Функция YIELDMAT (ДОХОДПОГАШ)", - "body": "Функция YIELDMAT - это одна из финансовых функций. Используется для вычисления годовой доходности по ценным бумагам, процент по которым уплачивается при наступлении срока погашения. Синтаксис функции YIELDMAT: YIELDMAT(settlement, maturity, issue, rate, pr[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). issue - это дата выпуска ценной бумаги. rate - это процентная ставка по ценной бумаге на дату выпуска. pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию YIELDMAT, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции YIELDMAT, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." + "body": "Функция YIELDMAT - это одна из финансовых функций. Используется для вычисления годовой доходности по ценным бумагам, процент по которым уплачивается при наступлении срока погашения. Синтаксис функции YIELDMAT: YIELDMAT(settlement, maturity, issue, rate, pr[, [basis]]) где settlement - это дата покупки ценной бумаги. maturity - это дата истечения срока действия ценной бумаги (дата погашения). issue - это дата выпуска ценной бумаги. rate - это процентная ставка по ценной бумаге на дату выпуска. pr - это цена покупки ценной бумаги в расчете на 100 рублей номинальной стоимости. basis - это используемый способ расчета количества дней; числовое значение от 0 до 4. Это необязательный аргумент. Он может принимать одно из следующих значений: Числовое значение Способ расчета 0 Американский метод (NASD) 30/360 1 Фактический метод 2 Фактический/360 метод 3 Фактический/365 метод 4 Европейский метод 30/360 Примечание: даты должны быть введены с помощью функции DATE. Значения могут быть введены вручную или находиться в ячейке, на которую дается ссылка. Чтобы применить функцию YIELDMAT, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Финансовые, щелкните по функции YIELDMAT, введите требуемые аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выделенной ячейке." }, { "id": "Functions/z-test.htm", @@ -2158,7 +2158,7 @@ var indexes = { "id": "HelpfulHints/AdvancedSettings.htm", "title": "Дополнительные параметры редактора электронных таблиц", - "body": "Вы можете изменить дополнительные параметры редактора электронных таблиц. Для перехода к ним откройте вкладку Файл на верхней панели инструментов и выберите опцию Дополнительные параметры.... Можно также использовать значок , расположенный в правом верхнем углу на вкладке Главная верхней панели инструментов. В разделе Общие доступны следующие дополнительные параметры: Отображение комментариев - используется для включения/отключения опции комментирования в реальном времени: Включить отображение комментариев в тексте - если отключить эту функцию, ячейки, к которым добавлены комментарии, будут помечаться на листе, только когда Вы нажмете на значок Комментарии на левой боковой панели. Включить отображение решенных комментариев - если отключить эту функцию, решенные комментарии на листе будут скрыты. Просмотреть такие комментарии можно будет только при нажатии на значок Комментарии на левой боковой панели. Автосохранение - используется для включения/отключения опции автоматического сохранения изменений, внесенных при редактировании. Режим совместного редактирования - используется для выбора способа отображения изменений, вносимых в ходе совместного редактирования: По умолчанию выбран Быстрый режим, при котором пользователи, участвующие в совместном редактировании документа, будут видеть изменения в реальном времени, как только они внесены другими пользователями. Если вы не хотите видеть изменения, вносимые другими пользователями, (чтобы они не мешали вам или по какой-то другой причине), выберите Строгий режим, и все изменения будут отображаться только после того, как вы нажмете на значок Сохранить с оповещением о наличии изменений от других пользователей. Стандартное значение масштаба - используется для установки стандартного значения масштаба путем его выбора из списка доступных вариантов от 50% до 200%. Хинтинг шрифтов - используется для выбора типа отображения шрифта в онлайн-редакторе электронных таблиц: Выберите опцию Как Windows, если Вам нравится отображение шрифтов в операционной системе Windows, то есть с использованием хинтинга шрифтов Windows. Выберите опцию Как OS X, если Вам нравится отображение шрифтов в операционной системе Mac, то есть вообще без хинтинга шрифтов. Выберите опцию Собственный, если хотите, чтобы текст отображался с хинтингом, встроенным в файлы шрифтов. Единица измерения - используется для определения единиц, которые должны использоваться для измерения параметров элементов, таких как ширина, высота, интервалы, поля и т.д. Можно выбрать опцию Сантиметр, Пункт или Дюйм. Язык формул - используется для выбора языка отображения и ввода имен формул. Региональные параметры - используется для выбора формата отображения денежных единиц и даты и времени по умолчанию. Чтобы сохранить внесенные изменения, нажмите кнопку Применить." + "body": "Вы можете изменить дополнительные параметры редактора электронных таблиц. Для перехода к ним откройте вкладку Файл на верхней панели инструментов и выберите опцию Дополнительные параметры.... Можно также использовать значок , расположенный в правом верхнем углу на вкладке Главная верхней панели инструментов. В разделе Общие доступны следующие дополнительные параметры: Отображение комментариев - используется для включения/отключения опции комментирования в реальном времени: Включить отображение комментариев в тексте - если отключить эту функцию, ячейки, к которым добавлены комментарии, будут помечаться на листе, только когда Вы нажмете на значок Комментарии на левой боковой панели. Включить отображение решенных комментариев - если отключить эту функцию, решенные комментарии на листе будут скрыты. Просмотреть такие комментарии можно будет только при нажатии на значок Комментарии на левой боковой панели. Автосохранение - используется для включения/отключения опции автоматического сохранения изменений, внесенных при редактировании. Режим совместного редактирования - используется для выбора способа отображения изменений, вносимых в ходе совместного редактирования: По умолчанию выбран Быстрый режим, при котором пользователи, участвующие в совместном редактировании документа, будут видеть изменения в реальном времени, как только они внесены другими пользователями. Если вы не хотите видеть изменения, вносимые другими пользователями, (чтобы они не мешали вам или по какой-то другой причине), выберите Строгий режим, и все изменения будут отображаться только после того, как вы нажмете на значок Сохранить с оповещением о наличии изменений от других пользователей. Стандартное значение масштаба - используется для установки стандартного значения масштаба путем его выбора из списка доступных вариантов от 50% до 200%. Хинтинг шрифтов - используется для выбора типа отображения шрифта в онлайн-редакторе электронных таблиц: Выберите опцию Как Windows, если Вам нравится отображение шрифтов в операционной системе Windows, то есть с использованием хинтинга шрифтов Windows. Выберите опцию Как OS X, если Вам нравится отображение шрифтов в операционной системе Mac, то есть вообще без хинтинга шрифтов. Выберите опцию Собственный, если хотите, чтобы текст отображался с хинтингом, встроенным в файлы шрифтов. Единица измерения - используется для определения единиц, которые должны использоваться для измерения параметров элементов, таких как ширина, высота, интервалы, поля и т.д. Можно выбрать опцию Сантиметр, Пункт или Дюйм. Язык формул - используется для выбора языка отображения и ввода имен формул. Региональные параметры - используется для выбора формата отображения денежных единиц и даты и времени по умолчанию. Чтобы сохранить внесенные изменения, нажмите кнопку Применить." }, { "id": "HelpfulHints/CollaborativeEditing.htm", @@ -2183,7 +2183,7 @@ var indexes = { "id": "HelpfulHints/SupportedFormats.htm", "title": "Поддерживаемые форматы электронных таблиц", - "body": "Электронная таблица - это таблица данных, организованных в строки и столбцы. Очень часто используется для хранения финансовой информации благодаря возможности автоматически пересчитывать весь лист после изменения отдельной ячейки. Онлайн-редактор электронных таблиц позволяет открывать, просматривать и редактировать самые популярные форматы файлов электронных таблиц. Форматы Описание Просмотр Правка Загрузка XLS Расширение имени файла для электронных таблиц, созданных программой Microsoft Excel + + XLSX Стандартное расширение для файлов электронных таблиц, созданных с помощью программы Microsoft Office Excel 2007 (или более поздних версий) + + + ODS Расширение имени файла для электронных таблиц, используемых пакетами офисных приложений OpenOffice и StarOffice, открытый стандарт для электронных таблиц + + + CSV Comma Separated Values Формат файлов, используемый для хранения табличных данных (чисел и текста) в текстовой форме + + + PDF Portable Document Format Формат файлов, используемый для представления документов независимо от программного обеспечения, аппаратных средств и операционных систем +" + "body": "Электронная таблица - это таблица данных, организованных в строки и столбцы. Очень часто используется для хранения финансовой информации благодаря возможности автоматически пересчитывать весь лист после изменения отдельной ячейки. Онлайн-редактор электронных таблиц позволяет открывать, просматривать и редактировать самые популярные форматы файлов электронных таблиц. Форматы Описание Просмотр Правка Загрузка XLS Расширение имени файла для электронных таблиц, созданных программой Microsoft Excel + + XLSX Стандартное расширение для файлов электронных таблиц, созданных с помощью программы Microsoft Office Excel 2007 (или более поздних версий) + + + ODS Расширение имени файла для электронных таблиц, используемых пакетами офисных приложений OpenOffice и StarOffice, открытый стандарт для электронных таблиц + + + CSV Comma Separated Values Формат файлов, используемый для хранения табличных данных (чисел и текста) в текстовой форме + + + PDF Portable Document Format Формат файлов, используемый для представления документов независимо от программного обеспечения, аппаратных средств и операционных систем +" }, { "id": "ProgramInterface/FileTab.htm", @@ -2228,7 +2228,7 @@ var indexes = { "id": "UsageInstructions/ChangeNumberFormat.htm", "title": "Изменение формата представления чисел", - "body": "Применение числового формата Можно легко изменить числовой формат, то есть то, каким образом выглядят введенные числа в электронной таблице. Для этого: выделите ячейку, диапазон ячеек мышью или весь рабочий лист, нажав сочетание клавиш Ctrl+A, Примечание: можно также выделить несколько ячеек или диапазонов ячеек, которые не являются смежными, удерживая клавишу Ctrl при выделении ячеек и диапазонов с помощью мыши. разверните список Числовой формат , расположенный на вкладке Главная верхней панели инструментов, и выберите формат представления чисел, который надо применить: Общий - используется для отображения введенных данных как обычных чисел, самым компактным образом без дополнительных знаков, Числовой - используется для отображения чисел с 0-30 знаками после десятичной запятой, где между каждой группой из трех цифр перед десятичной запятой вставляется разделитель тысяч, Научный (экспоненциальный) - используется для представления очень длинных чисел за счет преобразования в строку типа d.dddE+ddd или d.dddE-ddd, где каждый символ d обозначает цифру от 0 до 9, Финансовый - используется для отображения денежных значений с используемым по умолчанию обозначением денежной единицы и двумя десятичными знаками. Чтобы применить другое обозначение денежной единицы или количество десятичных знаков, следуйте приведенным ниже инструкциям. В отличие от Денежного формата, в Финансовом формате обозначения денежной единицы выравниваются по левому краю ячейки, нулевые значения представляются как тире, а отрицательные значения отображаются в скобках. Примечание: чтобы быстро применить к выделенным данным Финансовый формат, можно также щелкнуть по значку Финансовый формат на вкладке Главная верхней панели инструментов и выбрать нужное обозначение денежной единицы: $ Доллар, € Евро, £ Фунт, ₽ Рубль, ¥ Йена. Денежный - используется для отображения денежных значений с используемым по умолчанию обозначением денежной единицы и двумя десятичными знаками. Чтобы применить другое обозначение денежной единицы или количество десятичных знаков, следуйте приведенным ниже инструкциям. В отличие от Финансового формата, в Денежном формате обозначение денежной единицы помещается непосредственно рядом с числом, а отрицательные значения отображаются с отрицательным знаком (-). Дата - используется для отображения дат, Время - используется для отображения времени, Процентный - используется для отображения данных в виде процентов со знаком процента %, Примечание: чтобы быстро применить к данным процентный формат, можно также использовать значок Процентный формат на вкладке Главная верхней панели инструментов. Дробный - используется для отображения чисел в виде обыкновенных, а не десятичных дробей. Текстовый - используется для отображения числовых значений, при котором они рассматриваются как обычный текст, с максимально доступной точностью. Другие форматы - используется для настройки уже примененных числовых форматов с указанием дополнительных параметров (см. описание ниже). при необходимости измените количество десятичных разрядов: используйте значок Увеличить разрядность , расположенный на вкладке Главная верхней панели инструментов, чтобы увеличить количество знаков, отображаемых после десятичной запятой, используйте значок Уменьшить разрядность , расположенный на вкладке Главная верхней панели инструментов, чтобы уменьшить количество знаков, отображаемых после десятичной запятой. Настройка числового формата Настроить числовой формат можно следующим образом: выделите ячейки, для которых требуется настроить числовой формат, разверните список Числовой формат , расположенный на вкладке Главная верхней панели инструментов, выберите опцию Другие форматы, в открывшемся окне Числовой формат настройте доступные параметры. Опции различаются в зависимости от того, какой числовой формат применен к выделенным ячейкам. Чтобы изменить числовой формат, можно использовать список Категория. для Числового формата можно задать количество Десятичных знаков, указать, надо ли Использовать разделитель разрядов, и выбрать один из доступных Форматов для отображения отрицательных значений. для Научного и Процентного форматов, можно задать количество Десятичных знаков. для Финансового и Денежного форматов, можно задать количество Десятичных знаков, выбрать одно из доступных Обозначений денежных единиц и один из доступных Форматов для отображения отрицательных значений. для формата Дата можно выбрать один из доступных форматов представления дат: 15.4, 15.4.06, 15.04.06, 15.4.2006, 15.4.06 0:00, 15.4.06 12:00 AM, A, апреля 15 2006, 15-апр, 15-апр-06, апр-06, Апрель-06, A-06, 15-апр-2006, 15.апр, 15.апр.06, апр.06, Апрель.06, А.06, 15.апр.2006, 15 апр, 15 апр 06, апр 06, Апрель 06, А 06, 15 апр 2006. для формата Время можно выбрать один из доступных форматов представления времени: 12:48:58 PM, 12:48, 12:48 PM, 12:48:58, 48:57,6, 36:48:58. для Дробного формата можно выбрать один из доступных форматов: До одной цифры (1/3), До двух цифр (12/25), До трех цифр (131/135), Половинными долями (1/2), Четвертыми долями (2/4), Восьмыми долями (4/8), Шестнадцатыми долями (8/16), Десятыми долями (5/10) , Сотыми долями (50/100). нажмите кнопку OK, чтобы применить изменения." + "body": "Применение числового формата Можно легко изменить числовой формат, то есть то, каким образом выглядят введенные числа в электронной таблице. Для этого: выделите ячейку, диапазон ячеек мышью или весь рабочий лист, нажав сочетание клавиш Ctrl+A, Примечание: можно также выделить несколько ячеек или диапазонов ячеек, которые не являются смежными, удерживая клавишу Ctrl при выделении ячеек и диапазонов с помощью мыши. разверните список Числовой формат , расположенный на вкладке Главная верхней панели инструментов, и выберите формат представления чисел, который надо применить: Общий - используется для отображения введенных данных как обычных чисел, самым компактным образом без дополнительных знаков, Числовой - используется для отображения чисел с 0-30 знаками после десятичной запятой, где между каждой группой из трех цифр перед десятичной запятой вставляется разделитель тысяч, Научный (экспоненциальный) - используется для представления очень длинных чисел за счет преобразования в строку типа d.dddE+ddd или d.dddE-ddd, где каждый символ d обозначает цифру от 0 до 9, Финансовый - используется для отображения денежных значений с используемым по умолчанию обозначением денежной единицы и двумя десятичными знаками. Чтобы применить другое обозначение денежной единицы или количество десятичных знаков, следуйте приведенным ниже инструкциям. В отличие от Денежного формата, в Финансовом формате обозначения денежной единицы выравниваются по левому краю ячейки, нулевые значения представляются как тире, а отрицательные значения отображаются в скобках. Примечание: чтобы быстро применить к выделенным данным Финансовый формат, можно также щелкнуть по значку Финансовый формат на вкладке Главная верхней панели инструментов и выбрать нужное обозначение денежной единицы: $ Доллар, € Евро, £ Фунт, ₽ Рубль, ¥ Йена. Денежный - используется для отображения денежных значений с используемым по умолчанию обозначением денежной единицы и двумя десятичными знаками. Чтобы применить другое обозначение денежной единицы или количество десятичных знаков, следуйте приведенным ниже инструкциям. В отличие от Финансового формата, в Денежном формате обозначение денежной единицы помещается непосредственно рядом с числом, а отрицательные значения отображаются с отрицательным знаком (-). Дата - используется для отображения дат, Время - используется для отображения времени, Процентный - используется для отображения данных в виде процентов со знаком процента %, Примечание: чтобы быстро применить к данным процентный формат, можно также использовать значок Процентный формат на вкладке Главная верхней панели инструментов. Дробный - используется для отображения чисел в виде обыкновенных, а не десятичных дробей. Текстовый - используется для отображения числовых значений, при котором они рассматриваются как обычный текст, с максимально доступной точностью. Другие форматы - используется для настройки уже примененных числовых форматов с указанием дополнительных параметров (см. описание ниже). при необходимости измените количество десятичных разрядов: используйте значок Увеличить разрядность , расположенный на вкладке Главная верхней панели инструментов, чтобы увеличить количество знаков, отображаемых после десятичной запятой, используйте значок Уменьшить разрядность , расположенный на вкладке Главная верхней панели инструментов, чтобы уменьшить количество знаков, отображаемых после десятичной запятой. Настройка числового формата Настроить числовой формат можно следующим образом: выделите ячейки, для которых требуется настроить числовой формат, разверните список Числовой формат , расположенный на вкладке Главная верхней панели инструментов, выберите опцию Другие форматы, в открывшемся окне Числовой формат настройте доступные параметры. Опции различаются в зависимости от того, какой числовой формат применен к выделенным ячейкам. Чтобы изменить числовой формат, можно использовать список Категория. для Числового формата можно задать количество Десятичных знаков, указать, надо ли Использовать разделитель разрядов, и выбрать один из доступных Форматов для отображения отрицательных значений. для Научного и Процентного форматов, можно задать количество Десятичных знаков. для Финансового и Денежного форматов, можно задать количество Десятичных знаков, выбрать одно из доступных Обозначений денежных единиц и один из доступных Форматов для отображения отрицательных значений. для формата Дата можно выбрать один из доступных форматов представления дат: 15.4, 15.4.06, 15.04.06, 15.4.2006, 15.4.06 0:00, 15.4.06 12:00 AM, A, апреля 15 2006, 15-апр, 15-апр-06, апр-06, Апрель-06, A-06, 15-апр-2006, 15.апр, 15.апр.06, апр.06, Апрель.06, А.06, 15.апр.2006, 15 апр, 15 апр 06, апр 06, Апрель 06, А 06, 15 апр 2006. для формата Время можно выбрать один из доступных форматов представления времени: 12:48:58 PM, 12:48, 12:48 PM, 12:48:58, 48:57,6, 36:48:58. для Дробного формата можно выбрать один из доступных форматов: До одной цифры (1/3), До двух цифр (12/25), До трех цифр (131/135), Половинными долями (1/2), Четвертыми долями (2/4), Восьмыми долями (4/8), Шестнадцатыми долями (8/16), Десятыми долями (5/10) , Сотыми долями (50/100). нажмите кнопку OK, чтобы применить изменения." }, { "id": "UsageInstructions/ClearFormatting.htm", @@ -2238,7 +2238,7 @@ var indexes = { "id": "UsageInstructions/CopyPasteData.htm", "title": "Вырезание / копирование / вставка данных", - "body": "Использование основных операций с буфером обмена Для вырезания, копирования и вставки данных в текущей электронной таблице используйте контекстное меню или соответствующие значки, доступные на любой вкладке верхней панели инструментов: Вырезание - выделите данные и используйте опцию Вырезать, чтобы удалить выделенные данные и отправить их в буфер обмена компьютера. Вырезанные данные можно затем вставить в другое место этой же электронной таблицы. Копирование - выделите данные, затем или используйте значок Копировать на верхней панели инструментов, или щелкните правой кнопкой мыши и выберите в меню пункт Копировать, чтобы отправить выделенные данные в буфер обмена компьютера. Скопированные данные можно затем вставить в другое место этой же электронной таблицы. Вставка - выберите место, затем или используйте значок Вставить на верхней панели инструментов, или щелкните правой кнопкой мыши и выберите в меню пункт Вставить, чтобы вставить ранее скопированные или вырезанные данные из буфера обмена компьютера в текущей позиции курсора. Данные могут быть ранее скопированы из этой же электронной таблицы. Для копирования данных из другой электронной таблицы или какой-то другой программы или вставки данных в них используйте следующие сочетания клавиш: сочетание клавиш Ctrl+X для вырезания; сочетание клавиш Ctrl+C для копирования; сочетание клавиш Ctrl+V для вставки. Примечание: вместо того, чтобы вырезать и вставлять данные на одном и том же рабочем листе, можно выделить нужную ячейку/диапазон ячеек, установить указатель мыши у границы выделения (при этом он будет выглядеть так: ) и перетащить выделение мышью в нужное место. Использование функции Специальная вставка После вставки скопированных данных рядом с правым нижним углом вставленной ячейки/диапазона ячеек появляется кнопка Специальная вставка . Нажмите на эту кнопку, чтобы выбрать нужный параметр вставки. При вставке ячейки/диапазона ячеек с отформатированными данными доступны следующие параметры: Вставить - позволяет вставить все содержимое ячейки, включая форматирование данных. Эта опция выбрана по умолчанию. Следующие опции можно использовать, если скопированные данные содержат формулы: Вставить только формулу - позволяет вставить формулы, не вставляя форматирование данных. Формула + формат чисел - позволяет вставить формулы вместе с форматированием, примененным к числам. Формула + все форматирование - позволяет вставить формулы вместе со всем форматированием данных. Формула без границ - позволяет вставить формулы вместе со всем форматированием данных, кроме границ ячеек. Формула + ширина столбца - позволяет вставить формулы вместе со всем форматированием данных и установить ширину столбцов исходных ячеек для диапазона ячеек, в который вы вставляете данные. Следующие опции позволяют вставить результат, возвращаемый скопированной формулой, не вставляя саму формулу: Вставить только значение - позволяет вставить результаты формул, не вставляя форматирование данных. Значение + формат чисел - позволяет вставить результаты формул вместе с форматированием, примененным к числам. Значение + все форматирование - позволяет вставить результаты формул вместе со всем форматированием данных. Вставить только форматирование - позволяет вставить только форматирование ячеек, не вставляя содержимое ячеек. Транспонировать - позволяет вставить данные, изменив столбцы на строки, а строки на столбцы. Эта опция доступна для обычных диапазонов данных, но не для форматированных таблиц. При вставке содержимого отдельной ячейки или текста в автофигурах доступны следующие параметры: Форматы исходных ячеек - позволяет сохранить исходное форматирование скопированных данных. Форматы конечных ячеек - позволяет применить форматирование, которое уже используется для ячейки/автофигуры, в которую вы вставляете данные. Использование функции автозаполнения Для быстрого заполнения множества ячеек одними и теми же данными воспользуйтесь функцией Автозаполнение: выберите ячейку/диапазон ячеек, содержащие нужные данные, поместите указатель мыши рядом с маркером заполнения в правом нижнем углу ячейки. При этом указатель будет выглядеть как черный крест: перетащите маркер заполнения по соседним ячейкам, которые вы хотите заполнить выбранными данными. Примечание: если вам нужно создать последовательный ряд цифр (например 1, 2, 3, 4...; 2, 4, 6, 8... и т.д.) или дат, можно ввести хотя бы два начальных значения и быстро продолжить ряд, выделив эти ячейки и перетащив мышью маркер заполнения. Заполнение ячеек в столбце текстовыми значениями Если столбец электронной таблицы содержит какие-то текстовые значения, можно легко заменить любое значение в этом столбце или заполнить следующую пустую ячейку, выбрав одно из уже существующих текстовых значений. Щелкните по нужной ячейке правой кнопкой мыши и выберите в контекстном меню пункт Выбрать из списка. Выберите одно из доступных текстовых значений для замены текущего значения или заполнения пустой ячейки." + "body": "Использование основных операций с буфером обмена Для вырезания, копирования и вставки данных в текущей электронной таблице используйте контекстное меню или соответствующие значки, доступные на любой вкладке верхней панели инструментов: Вырезание - выделите данные и используйте опцию Вырезать, чтобы удалить выделенные данные и отправить их в буфер обмена компьютера. Вырезанные данные можно затем вставить в другое место этой же электронной таблицы. Копирование - выделите данные, затем или используйте значок Копировать на верхней панели инструментов, или щелкните правой кнопкой мыши и выберите в меню пункт Копировать, чтобы отправить выделенные данные в буфер обмена компьютера. Скопированные данные можно затем вставить в другое место этой же электронной таблицы. Вставка - выберите место, затем или используйте значок Вставить на верхней панели инструментов, или щелкните правой кнопкой мыши и выберите в меню пункт Вставить, чтобы вставить ранее скопированные или вырезанные данные из буфера обмена компьютера в текущей позиции курсора. Данные могут быть ранее скопированы из этой же электронной таблицы. Для копирования данных из другой электронной таблицы или какой-то другой программы или вставки данных в них используйте следующие сочетания клавиш: сочетание клавиш Ctrl+X для вырезания; сочетание клавиш Ctrl+C для копирования; сочетание клавиш Ctrl+V для вставки. Примечание: вместо того, чтобы вырезать и вставлять данные на одном и том же рабочем листе, можно выделить нужную ячейку/диапазон ячеек, установить указатель мыши у границы выделения (при этом он будет выглядеть так: ) и перетащить выделение мышью в нужное место. Использование функции Специальная вставка После вставки скопированных данных рядом с правым нижним углом вставленной ячейки/диапазона ячеек появляется кнопка Специальная вставка . Нажмите на эту кнопку, чтобы выбрать нужный параметр вставки. При вставке ячейки/диапазона ячеек с отформатированными данными доступны следующие параметры: Вставить - позволяет вставить все содержимое ячейки, включая форматирование данных. Эта опция выбрана по умолчанию. Следующие опции можно использовать, если скопированные данные содержат формулы: Вставить только формулу - позволяет вставить формулы, не вставляя форматирование данных. Формула + формат чисел - позволяет вставить формулы вместе с форматированием, примененным к числам. Формула + все форматирование - позволяет вставить формулы вместе со всем форматированием данных. Формула без границ - позволяет вставить формулы вместе со всем форматированием данных, кроме границ ячеек. Формула + ширина столбца - позволяет вставить формулы вместе со всем форматированием данных и установить ширину столбцов исходных ячеек для диапазона ячеек, в который вы вставляете данные. Следующие опции позволяют вставить результат, возвращаемый скопированной формулой, не вставляя саму формулу: Вставить только значение - позволяет вставить результаты формул, не вставляя форматирование данных. Значение + формат чисел - позволяет вставить результаты формул вместе с форматированием, примененным к числам. Значение + все форматирование - позволяет вставить результаты формул вместе со всем форматированием данных. Вставить только форматирование - позволяет вставить только форматирование ячеек, не вставляя содержимое ячеек. Транспонировать - позволяет вставить данные, изменив столбцы на строки, а строки на столбцы. Эта опция доступна для обычных диапазонов данных, но не для форматированных таблиц. При вставке содержимого отдельной ячейки или текста в автофигурах доступны следующие параметры: Форматы исходных ячеек - позволяет сохранить исходное форматирование скопированных данных. Форматы конечных ячеек - позволяет применить форматирование, которое уже используется для ячейки/автофигуры, в которую вы вставляете данные. Использование функции автозаполнения Для быстрого заполнения множества ячеек одними и теми же данными воспользуйтесь функцией Автозаполнение: выберите ячейку/диапазон ячеек, содержащие нужные данные, поместите указатель мыши рядом с маркером заполнения в правом нижнем углу ячейки. При этом указатель будет выглядеть как черный крест: перетащите маркер заполнения по соседним ячейкам, которые вы хотите заполнить выбранными данными. Примечание: если вам нужно создать последовательный ряд цифр (например 1, 2, 3, 4...; 2, 4, 6, 8... и т.д.) или дат, можно ввести хотя бы два начальных значения и быстро продолжить ряд, выделив эти ячейки и перетащив мышью маркер заполнения. Заполнение ячеек в столбце текстовыми значениями Если столбец электронной таблицы содержит какие-то текстовые значения, можно легко заменить любое значение в этом столбце или заполнить следующую пустую ячейку, выбрав одно из уже существующих текстовых значений. Щелкните по нужной ячейке правой кнопкой мыши и выберите в контекстном меню пункт Выбрать из списка. Выберите одно из доступных текстовых значений для замены текущего значения или заполнения пустой ячейки." }, { "id": "UsageInstructions/FontTypeSizeStyle.htm", @@ -2248,17 +2248,17 @@ var indexes = { "id": "UsageInstructions/InsertAutoshapes.htm", "title": "Вставка и форматирование автофигур", - "body": "Вставка автофигур Для добавления автофигуры в электронную таблицу, перейдите на вкладку Вставка верхней панели инструментов, щелкните по значку Фигура на верхней панели инструментов, выберите одну из доступных групп автофигур: Основные фигуры, Фигурные стрелки, Математические знаки, Схемы, Звезды и ленты, Выноски, Кнопки, Прямоугольники, Линии, щелкните по нужной автофигуре внутри выбранной группы, установите курсор там, где требуется поместить автофигуру, после того как автофигура будет добавлена, можно изменить ее размер и местоположение и другие параметры. Изменение параметров автофигуры Некоторые параметры автофигуры можно изменить с помощью вкладки Параметры фигуры на правой боковой панели. Чтобы ее открыть, выделите фигуру мышью и щелкните по значку Параметры фигуры справа. Здесь можно изменить следующие свойства: Заливка - используйте этот раздел, чтобы выбрать заливку автофигуры. Можно выбрать следующие варианты: Заливка цветом - выберите эту опцию, чтобы задать сплошной цвет, которым требуется заполнить внутреннее пространство выбранной фигуры. Нажмите на цветной прямоугольник, расположенный ниже, и выберите нужный цвет из доступных наборов цветов или задайте любой цвет, который вам нравится: Цвета темы - цвета, соответствующие выбранной цветовой схеме документа. Стандартные цвета - набор стандартных цветов. Пользовательский цвет - щелкните по этой надписи, если в доступных палитрах нет нужного цвета. Выберите нужный цветовой диапазон, перемещая вертикальный ползунок цвета, и определите конкретный цвет, перетаскивая инструмент для выбора цвета внутри большого квадратного цветового поля. Как только Вы выберете какой-то цвет, в полях справа отобразятся соответствующие цветовые значения RGB и sRGB. Также можно задать цвет на базе цветовой модели RGB, введя нужные числовые значения в полях R, G, B (красный, зеленый, синий), или указать шестнадцатеричный код sRGB в поле, отмеченном знаком #. Выбранный цвет появится в окне предпросмотра Новый. Если к объекту был ранее применен какой-то пользовательский цвет, этот цвет отображается в окне Текущий, так что вы можете сравнить исходный и измененный цвета. Когда цвет будет задан, нажмите на кнопку Добавить. Пользовательский цвет будет применен к автофигуре и добавлен в палитру Пользовательский цвет. Градиентная заливка - выберите эту опцию, чтобы залить фигуру двумя цветами, плавно переходящими друг в друга. Стиль - выберите один из доступных вариантов: Линейный (цвета изменяются по прямой, то есть по горизонтальной/вертикальной оси или по диагонали под углом 45 градусов) или Радиальный (цвета изменяются по кругу от центра к краям). Направление - выберите шаблон из меню. Если выбран Линейный градиент, доступны следующие направления : из левого верхнего угла в нижний правый, сверху вниз, из правого верхнего угла в нижний левый, справа налево, из правого нижнего угла в верхний левый, снизу вверх, из левого нижнего угла в верхний правый, слева направо. Если выбран Радиальный градиент, доступен только один шаблон. Градиент - щелкните по левому ползунку под шкалой градиента, чтобы активировать цветовое поле, которое соответствует первому цвету. Щелкните по этому цветовому полю справа, чтобы выбрать первый цвет на палитре. Перетащите ползунок, чтобы установить ограничитель градиента, то есть точку, в которой один цвет переходит в другой. Используйте правый ползунок под шкалой градиента, чтобы задать второй цвет и установить ограничитель градиента. Изображение или текстура - выберите эту опцию, чтобы использовать в качестве фона фигуры какое-то изображение или готовую текстуру. Если Вы хотите использовать изображение в качестве фона фигуры, можно добавить изображение Из файла, выбрав его на жестком диске компьютера, или По URL, вставив в открывшемся окне соответствующий URL-адрес. Если Вы хотите использовать текстуру в качестве фона фигуры, разверните меню Из текстуры и выберите нужную предустановленную текстуру. В настоящее время доступны следующие текстуры: Холст, Картон, Темная ткань, Песок, Гранит, Серая бумага, Вязание, Кожа, Крафт-бумага, Папирус, Дерево. В том случае, если выбранное изображение имеет большие или меньшие размеры, чем автофигура, можно выбрать из выпадающего списка параметр Растяжение или Плитка. Опция Растяжение позволяет подогнать размер изображения под размер автофигуры, чтобы оно могло полностью заполнить пространство. Опция Плитка позволяет отображать только часть большего изображения, сохраняя его исходные размеры, или повторять меньшее изображение, сохраняя его исходные размеры, по всей площади автофигуры, чтобы оно могло полностью заполнить пространство. Примечание: любая выбранная предустановленная текстура полностью заполняет пространство, но в случае необходимости можно применить эффект Растяжение. Узор - выберите эту опцию, чтобы залить фигуру с помощью двухцветного рисунка, который образован регулярно повторяющимися элементами. Узор - выберите один из готовых рисунков в меню. Цвет переднего плана - нажмите на это цветовое поле, чтобы изменить цвет элементов узора. Цвет фона - нажмите на это цветовое поле, чтобы изменить цвет фона узора. Без заливки - выберите эту опцию, если Вы вообще не хотите использовать заливку. Непрозрачность - используйте этот раздел, чтобы задать уровень Непрозрачности, перетаскивая ползунок или вручную вводя значение в процентах. Значение, заданное по умолчанию, составляет 100%. Оно соответствует полной непрозрачности. Значение 0% соответствует полной прозрачности. Обводка - используйте этот раздел, чтобы изменить толщину, цвет или тип обводки. Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 пт, 1 пт, 1.5 пт, 2.25 пт, 3 пт, 4.5 пт, 6 пт. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку. Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий). Изменить автофигуру - используйте этот раздел, чтобы заменить текущую автофигуру на другую, выбрав ее из выпадающего списка. Чтобы изменить дополнительные параметры автофигуры, используйте ссылку Дополнительные параметры на правой боковой панели. Откроется окно 'Фигура - дополнительные параметры': Вкладка Размер содержит следующие параметры: Ширина и Высота - используйте эти опции, чтобы изменить ширину и/или высоту автофигуры. Если нажата кнопка Сохранять пропорции (в этом случае она выглядит так: ), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон фигуры. Вкладка Линии и стрелки содержит следующие параметры: Стиль линии - эта группа опций позволяет задать такие параметры: Тип окончания - эта опция позволяет задать стиль окончания линии, поэтому ее можно применить только для фигур с разомкнутым контуром, таких как линии, ломаные линии и т.д.: Плоский - конечные точки будут плоскими. Закругленный - конечные точки будут закругленными. Квадратный - конечные точки будут квадратными. Тип соединения - эта опция позволяет задать стиль пересечения двух линий, например, она может повлиять на контур ломаной линии или углов треугольника или прямоугольника: Закругленный - угол будет закругленным. Скошенный - угол будет срезан наискось. Прямой - угол будет заостренным. Хорошо подходит для фигур с острыми углами. Примечание: эффект будет лучше заметен при использовании контура большей толщины. Стрелки - эта группа опций доступна только в том случае, если выбрана фигура из группы автофигур Линии. Она позволяет задать Начальный и Конечный стиль и Размер стрелки, выбрав соответствующие опции из выпадающих списков. На вкладке Поля вокруг текста можно изменить внутренние поля автофигуры Сверху, Снизу, Слева и Справа (то есть расстояние между текстом внутри фигуры и границами автофигуры). Примечание: эта вкладка доступна, только если в автофигуру добавлен текст, в противном случае вкладка неактивна. На вкладке Колонки можно добавить колонки текста внутри автофигуры, указав нужное Количество колонок (не более 16) и Интервал между колонками. После того как вы нажмете кнопку ОК, уже имеющийся текст или любой другой текст, который вы введете, в этой автофигуре будет представлен в виде колонок и будет перетекать из одной колонки в другую. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит автофигура. Вставка и форматирование текста внутри автофигуры Чтобы вставить текст в автофигуру, выделите фигуру и начинайте печатать текст. Текст, добавленный таким способом, становится частью автофигуры (при перемещении или повороте автофигуры текст будет перемещаться или поворачиваться вместе с ней). Все параметры форматирования, которые можно применить к тексту в автофигуре, перечислены здесь. Соединение автофигур с помощью соединительных линий Автофигуры можно соединять, используя линии с точками соединения, чтобы продемонстрировать зависимости между объектами (например, если вы хотите создать блок-схему). Для этого: щелкните по значку Фигура на вкладке Вставка верхней панели инструментов, выберите в меню группу Линии, щелкните по нужной фигуре в выбранной группе (кроме трех последних фигур, которые не являются соединительными линиями, а именно фигура 10, 11 и 12), наведите указатель мыши на первую автофигуру и щелкните по одной из точек соединения , появившихся на контуре фигуры, перетащите указатель мыши ко второй фигуре и щелкните по нужной точке соединения на ее контуре. При перемещении соединенных автофигур соединительная линия остается прикрепленной к фигурам и перемещается вместе с ними. Можно также открепить соединительную линию от фигур, а затем прикрепить ее к любым другим точкам соединения." + "body": "Вставка автофигур Для добавления автофигуры в электронную таблицу, перейдите на вкладку Вставка верхней панели инструментов, щелкните по значку Фигура на верхней панели инструментов, выберите одну из доступных групп автофигур: Основные фигуры, Фигурные стрелки, Математические знаки, Схемы, Звезды и ленты, Выноски, Кнопки, Прямоугольники, Линии, щелкните по нужной автофигуре внутри выбранной группы, установите курсор там, где требуется поместить автофигуру, после того как автофигура будет добавлена, можно изменить ее размер и местоположение и другие параметры. Изменение параметров автофигуры Некоторые параметры автофигуры можно изменить с помощью вкладки Параметры фигуры на правой боковой панели. Чтобы ее открыть, выделите фигуру мышью и щелкните по значку Параметры фигуры справа. Здесь можно изменить следующие свойства: Заливка - используйте этот раздел, чтобы выбрать заливку автофигуры. Можно выбрать следующие варианты: Заливка цветом - выберите эту опцию, чтобы задать сплошной цвет, которым требуется заполнить внутреннее пространство выбранной фигуры. Нажмите на цветной прямоугольник, расположенный ниже, и выберите нужный цвет из доступных наборов цветов или задайте любой цвет, который вам нравится: Цвета темы - цвета, соответствующие выбранной цветовой схеме документа. Стандартные цвета - набор стандартных цветов. Пользовательский цвет - щелкните по этой надписи, если в доступных палитрах нет нужного цвета. Выберите нужный цветовой диапазон, перемещая вертикальный ползунок цвета, и определите конкретный цвет, перетаскивая инструмент для выбора цвета внутри большого квадратного цветового поля. Как только Вы выберете какой-то цвет, в полях справа отобразятся соответствующие цветовые значения RGB и sRGB. Также можно задать цвет на базе цветовой модели RGB, введя нужные числовые значения в полях R, G, B (красный, зеленый, синий), или указать шестнадцатеричный код sRGB в поле, отмеченном знаком #. Выбранный цвет появится в окне предпросмотра Новый. Если к объекту был ранее применен какой-то пользовательский цвет, этот цвет отображается в окне Текущий, так что вы можете сравнить исходный и измененный цвета. Когда цвет будет задан, нажмите на кнопку Добавить. Пользовательский цвет будет применен к автофигуре и добавлен в палитру Пользовательский цвет. Градиентная заливка - выберите эту опцию, чтобы залить фигуру двумя цветами, плавно переходящими друг в друга. Стиль - выберите один из доступных вариантов: Линейный (цвета изменяются по прямой, то есть по горизонтальной/вертикальной оси или по диагонали под углом 45 градусов) или Радиальный (цвета изменяются по кругу от центра к краям). Направление - выберите шаблон из меню. Если выбран Линейный градиент, доступны следующие направления : из левого верхнего угла в нижний правый, сверху вниз, из правого верхнего угла в нижний левый, справа налево, из правого нижнего угла в верхний левый, снизу вверх, из левого нижнего угла в верхний правый, слева направо. Если выбран Радиальный градиент, доступен только один шаблон. Градиент - щелкните по левому ползунку под шкалой градиента, чтобы активировать цветовое поле, которое соответствует первому цвету. Щелкните по этому цветовому полю справа, чтобы выбрать первый цвет на палитре. Перетащите ползунок, чтобы установить ограничитель градиента, то есть точку, в которой один цвет переходит в другой. Используйте правый ползунок под шкалой градиента, чтобы задать второй цвет и установить ограничитель градиента. Изображение или текстура - выберите эту опцию, чтобы использовать в качестве фона фигуры какое-то изображение или готовую текстуру. Если Вы хотите использовать изображение в качестве фона фигуры, можно добавить изображение Из файла, выбрав его на жестком диске компьютера, или По URL, вставив в открывшемся окне соответствующий URL-адрес. Если Вы хотите использовать текстуру в качестве фона фигуры, разверните меню Из текстуры и выберите нужную предустановленную текстуру. В настоящее время доступны следующие текстуры: Холст, Картон, Темная ткань, Песок, Гранит, Серая бумага, Вязание, Кожа, Крафт-бумага, Папирус, Дерево. В том случае, если выбранное изображение имеет большие или меньшие размеры, чем автофигура, можно выбрать из выпадающего списка параметр Растяжение или Плитка. Опция Растяжение позволяет подогнать размер изображения под размер автофигуры, чтобы оно могло полностью заполнить пространство. Опция Плитка позволяет отображать только часть большего изображения, сохраняя его исходные размеры, или повторять меньшее изображение, сохраняя его исходные размеры, по всей площади автофигуры, чтобы оно могло полностью заполнить пространство. Примечание: любая выбранная предустановленная текстура полностью заполняет пространство, но в случае необходимости можно применить эффект Растяжение. Узор - выберите эту опцию, чтобы залить фигуру с помощью двухцветного рисунка, который образован регулярно повторяющимися элементами. Узор - выберите один из готовых рисунков в меню. Цвет переднего плана - нажмите на это цветовое поле, чтобы изменить цвет элементов узора. Цвет фона - нажмите на это цветовое поле, чтобы изменить цвет фона узора. Без заливки - выберите эту опцию, если Вы вообще не хотите использовать заливку. Непрозрачность - используйте этот раздел, чтобы задать уровень Непрозрачности, перетаскивая ползунок или вручную вводя значение в процентах. Значение, заданное по умолчанию, составляет 100%. Оно соответствует полной непрозрачности. Значение 0% соответствует полной прозрачности. Обводка - используйте этот раздел, чтобы изменить толщину, цвет или тип обводки. Для изменения толщины обводки выберите из выпадающего списка Толщина одну из доступных опций. Доступны следующие опции: 0.5 пт, 1 пт, 1.5 пт, 2.25 пт, 3 пт, 4.5 пт, 6 пт. Или выберите опцию Без линии, если вы вообще не хотите использовать обводку. Для изменения цвета обводки щелкните по цветному прямоугольнику и выберите нужный цвет. Для изменения типа обводки выберите нужную опцию из соответствующего выпадающего списка (по умолчанию применяется сплошная линия, ее можно изменить на одну из доступных пунктирных линий). Изменить автофигуру - используйте этот раздел, чтобы заменить текущую автофигуру на другую, выбрав ее из выпадающего списка. Чтобы изменить дополнительные параметры автофигуры, используйте ссылку Дополнительные параметры на правой боковой панели. Откроется окно 'Фигура - дополнительные параметры': Вкладка Размер содержит следующие параметры: Ширина и Высота - используйте эти опции, чтобы изменить ширину и/или высоту автофигуры. Если нажата кнопка Сохранять пропорции (в этом случае она выглядит так: ), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон фигуры. Вкладка Линии и стрелки содержит следующие параметры: Стиль линии - эта группа опций позволяет задать такие параметры: Тип окончания - эта опция позволяет задать стиль окончания линии, поэтому ее можно применить только для фигур с разомкнутым контуром, таких как линии, ломаные линии и т.д.: Плоский - конечные точки будут плоскими. Закругленный - конечные точки будут закругленными. Квадратный - конечные точки будут квадратными. Тип соединения - эта опция позволяет задать стиль пересечения двух линий, например, она может повлиять на контур ломаной линии или углов треугольника или прямоугольника: Закругленный - угол будет закругленным. Скошенный - угол будет срезан наискось. Прямой - угол будет заостренным. Хорошо подходит для фигур с острыми углами. Примечание: эффект будет лучше заметен при использовании контура большей толщины. Стрелки - эта группа опций доступна только в том случае, если выбрана фигура из группы автофигур Линии. Она позволяет задать Начальный и Конечный стиль и Размер стрелки, выбрав соответствующие опции из выпадающих списков. На вкладке Поля вокруг текста можно изменить внутренние поля автофигуры Сверху, Снизу, Слева и Справа (то есть расстояние между текстом внутри фигуры и границами автофигуры). Примечание: эта вкладка доступна, только если в автофигуру добавлен текст, в противном случае вкладка неактивна. На вкладке Колонки можно добавить колонки текста внутри автофигуры, указав нужное Количество колонок (не более 16) и Интервал между колонками. После того как вы нажмете кнопку ОК, уже имеющийся текст или любой другой текст, который вы введете, в этой автофигуре будет представлен в виде колонок и будет перетекать из одной колонки в другую. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит автофигура. Вставка и форматирование текста внутри автофигуры Чтобы вставить текст в автофигуру, выделите фигуру и начинайте печатать текст. Текст, добавленный таким способом, становится частью автофигуры (при перемещении или повороте автофигуры текст будет перемещаться или поворачиваться вместе с ней). Все параметры форматирования, которые можно применить к тексту в автофигуре, перечислены здесь. Соединение автофигур с помощью соединительных линий Автофигуры можно соединять, используя линии с точками соединения, чтобы продемонстрировать зависимости между объектами (например, если вы хотите создать блок-схему). Для этого: щелкните по значку Фигура на вкладке Вставка верхней панели инструментов, выберите в меню группу Линии, щелкните по нужной фигуре в выбранной группе (кроме трех последних фигур, которые не являются соединительными линиями, а именно фигура 10, 11 и 12), наведите указатель мыши на первую автофигуру и щелкните по одной из точек соединения , появившихся на контуре фигуры, перетащите указатель мыши ко второй фигуре и щелкните по нужной точке соединения на ее контуре. При перемещении соединенных автофигур соединительная линия остается прикрепленной к фигурам и перемещается вместе с ними. Можно также открепить соединительную линию от фигур, а затем прикрепить ее к любым другим точкам соединения." }, { "id": "UsageInstructions/InsertChart.htm", "title": "Вставка диаграмм", - "body": "Вставка диаграммы Для вставки диаграммы в электронную таблицу: Выделите диапазон ячеек, содержащих данные, которые необходимо использовать для диаграммы, Перейдите на вкладку Вставка верхней панели инструментов, Щелкните по значку Диаграмма на верхней панели инструментов, Выберите Тип диаграммы, которую требуется вставить: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая. Обратите внимание: для Гистограмм, Графиков, Круговых или Линейчатых диаграмм также доступен формат 3D. После этого диаграмма будет добавлена на рабочий лист. Изменение параметров диаграммы Теперь можно изменить параметры вставленной диаграммы. Чтобы изменить тип диаграммы: выделите диаграмму мышью, щелкните по значку Параметры диаграммы на правой боковой панели, раскройте выпадающий список Тип и выберите нужный тип, раскройте выпадающий список Стиль, расположенный ниже, и выберите подходящий стиль. Тип и стиль выбранной диаграммы будут изменены. Если требуется отредактировать данные, использованные для построения диаграммы, нажмите на ссылку Дополнительные параметры, расположенную на правой боковой панели, или выберите пункт Дополнительные параметры диаграммы из контекстного меню или просто дважды щелкните мышью по диаграмме, в открывшемся окне Диаграмма - дополнительные параметры внесите все необходимые изменения, нажмите кнопку OK, чтобы применить изменения и закрыть окно. Ниже приводится описание параметров диаграммы, которые можно изменить с помощью окна Диаграмма - дополнительные параметры. На вкладке Тип и данные можно изменить тип диаграммы, а также данные, которые вы хотите использовать для создания диаграммы. Измените Тип диаграммы, выбрав один из доступных вариантов: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая. Проверьте выбранный Диапазон данных и при необходимости измените его, нажав на кнопку Выбор данных и указав желаемый диапазон данных в следующем формате: Лист1!A1:B4. Измените способ расположения данных. Можно выбрать ряды данных для использования по оси X: в строках или в столбцах. На вкладке Макет можно изменить расположение элементов диаграммы: Укажите местоположение Заголовка диаграммы относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы заговок диаграммы не отображался, Наложение, чтобы наложить заголовок на область построения диаграммы и выровнять его по центру, Без наложения, чтобы показать заголовок над областью построения диаграммы. Укажите местоположение Условных обозначений относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы условные обозначения не отображались, Снизу, чтобы показать условные обозначения и расположить их в ряд под областью построения диаграммы, Сверху, чтобы показать условные обозначения и расположить их в ряд над областью построения диаграммы, Справа, чтобы показать условные обозначения и расположить их справа от области построения диаграммы, Слева, чтобы показать условные обозначения и расположить их слева от области построения диаграммы, Наложение слева, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру слева, Наложение справа, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру справа. Определите параметры Подписей данных (то есть текстовых подписей, показывающих точные значения элементов данных): укажите местоположение Подписей данных относительно элементов данных, выбрав нужную опцию из выпадающего списка. Доступные варианты зависят от выбранного типа диаграммы. Для Гистограмм и Линейчатых диаграмм можно выбрать следующие варианты: Нет, По центру, Внутри снизу, Внутри сверху, Снаружи сверху. Для Графиков и Точечных или Биржевых диаграмм можно выбрать следующие варианты: Нет, По центру, Слева, Справа, Сверху, Снизу. Для Круговых диаграмм можно выбрать следующие варианты: Нет, По центру, По ширине, Внутри сверху, Снаружи сверху. Для диаграмм С областями, а также для Гистограмм, Графиков и Линейчатых диаграмм в формате 3D можно выбрать следующие варианты: Нет, По центру. выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: Имя ряда, Название категории, Значение, введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле Разделитель подписей данных. Линии - используется для выбора типа линий для линейчатых/точечных диаграмм. Можно выбрать одну из следующих опций: Прямые для использования прямых линий между элементами данных, Сглаженные для использования сглаженных кривых линий между элементами данных или Нет для того, чтобы линии не отображались. Маркеры - используется для указания того, нужно показывать маркеры (если флажок поставлен) или нет (если флажок снят) на линейчатых/точечных диаграммах. Примечание: Опции Линии и Маркеры доступны только для Линейчатых диаграмм и Точечных диаграмм. В разделе Параметры оси можно указать, надо ли отображать Горизонтальную/Вертикальную ось, выбрав из выпадающего списка опцию Показать или Скрыть. Можно также задать параметры Названий горизонтальной/вертикальной оси: Укажите, надо ли отображать Название горизонтальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название горизонтальной оси не отображалось, Без наложения, чтобы показать название под горизонтальной осью. Укажите ориентацию Названия вертикальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название вертикальной оси не отображалось, Повернутое, чтобы показать название снизу вверх слева от вертикальной оси, По горизонтали, чтобы показать название по горизонтали слева от вертикальной оси. В разделе Линии сетки можно указать, какие из Горизонтальных/вертикальных линий сетки надо отображать, выбрав нужную опцию из выпадающего списка: Основные, Дополнительные или Основные и дополнительные. Можно вообще скрыть линии сетки, выбрав из списка опцию Нет. Примечание: разделы Параметры оси и Линии сетки будут недоступны для круговых диаграмм, так как у круговых диаграмм нет осей и линий сетки. Примечание: Вкладки Вертикальная/горизонтальная ось недоступны для круговых диаграмм, так как у круговых диаграмм нет осей. На вкладке Вертикальная ось можно изменить параметры вертикальной оси, которую называют также осью значений или осью Y, где указываются числовые значения. Обратите, пожалуйста, внимание, что для гистограмм вертикальная ось является осью категорий, на которой показываются текстовые подписи, так что в этом случае опции вкладки Вертикальная ось будут соответствовать опциям, о которых пойдет речь в следующем разделе. Для точечных диаграмм обе оси являются осями категорий. Раздел Параметры оси позволяет установить следующие параметры: Минимум - используется для указания наименьшего значения, которое отображается в начале вертикальной оси. По умолчанию выбрана опция Авто; в этом случае минимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Максимум - используется для указания наибольшего значения, которое отображается в конце вертикальной оси. По умолчанию выбрана опция Авто; в этом случае максимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Пересечение с осью - используется для указания точки на вертикальной оси, в которой она должна пересекаться с горизонтальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум на вертикальной оси. Единицы отображения - используется для определения порядка числовых значений на вертикальной оси. Эта опция может пригодиться, если вы работаете с большими числами и хотите, чтобы отображение цифр на оси было более компактным и удобочитаемым (например, можно сделать так, чтобы 50 000 показывалось как 50, воспользовавшись опцией Тысячи). Выберите желаемые единицы отображения из выпадающего списка: Сотни, Тысячи, 10 000, 100 000, Миллионы, 10 000 000, 100 000 000, Миллиарды, Триллионы или выберите опцию Нет, чтобы вернуться к единицам отображения по умолчанию. Значения в обратном порядке - используется для отображения значений в обратном порядке. Когда этот флажок снят, наименьшее значение находится внизу, а наибольшее - наверху. Когда этот флажок отмечен, значения располагаются сверху вниз. Раздел Параметры делений позволяет определить местоположение делений на вертикальной оси. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие цифровые значения. Деления дополнительного типа - это вспомогательные деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. В выпадающих списках Основной/Дополнительный тип содержатся следующие опции размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы показывать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы показывать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы показывать деления основного/дополнительного типа с наружной стороны оси. Раздел Параметры подписи позволяет определить положение подписей основных делений, отображающих значения. Для того, чтобы задать Положение подписи относительно вертикальной оси, выберите нужную опцию из выпадающего списка: Нет, чтобы подписи не отображались, Ниже, чтобы показывать подписи слева от области диаграммы, Выше, чтобы показывать подписи справа от области диаграммы, Рядом с осью, чтобы показывать подписи рядом с осью. На вкладке Горизонтальная ось можно изменить параметры горизонтальной оси, которую также называют осью категорий или осью X, где отображаются текстовые подписи. Обратите внимание, что для Гистограмм горизонтальная ось является осью значений, на которой отображаются числовые значения, так что в этом случае опции вкладки Горизонтальная ось будут соответствовать опциям, описанным в предыдущем разделе. Для точечных диаграмм обе оси являются осями значений. Раздел Параметры оси позволяет установить следующие параметры: Пересечение с осью - используется для указания точки на горизонтальной оси, в которой она должна пересекаться с вертикальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум (что соответствует первой и последней категории) на горизонтальной оси. Положение оси - используется для указания того, куда нужно выводить текстовые подписи на ось: на Деления или Между делениями. Значения в обратном порядке - используется для отображения категорий в обратном порядке. Когда этот флажок снят, категории располагаются слева направо. Когда этот флажок отмечен, категории располагаются справа налево. Раздел Параметры делений позволяет определять местоположение делений на горизонтальной шкале. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие значения категорий. Деления дополнительного типа - это более мелкие деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. Можно регулировать следующие параметры делений: Основной/Дополнительный тип - используется для указания следующих вариантов размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы отображать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы отображать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы отображать деления основного/дополнительного типа с наружной стороны оси. Интервал между делениями - используется для указания того, сколько категорий нужно показывать между двумя соседними делениями. Раздел Параметры подписи позволяет установить местоположение подписей, которые отражают категории. Положение подписи - используется для указания того, где следует располагать подписи относительно горизонтальной оси. Выберите нужную опцию из выпадающего списка: Нет, чтобы подписи категорий не отображались, Ниже, чтобы подписи категорий располагались снизу области диаграммы, Выше, чтобы подписи категорий располагались наверху области диаграммы, Рядом с осью, чтобы подписи категорий отображались рядом с осью. Расстояние до подписи - используется для указания того, насколько близко подписи должны располагаться от осей. Можно указать нужное значение в поле ввода. Чем это значение больше, тем дальше расположены подписи от осей. Интервал между подписями - используется для указания того, как часто нужно показывать подписи. По умолчанию выбрана опция Авто; в этом случае подписи отображаются для каждой категории. Можно выбрать опцию Вручную и указать нужное значение в поле справа. Например, введите 2, чтобы отображать подписи у каждой второй категории, и т.д. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит диаграмма. Редактирование элементов диаграммы Чтобы изменить Заголовок диаграммы, выделите мышью стандартный текст и введите вместо него свой собственный. Чтобы изменить форматирование шрифта внутри текстовых элементов, таких как заголовок диаграммы, названия осей, элементы условных обозначений, подписи данных и так далее, выделите нужный текстовый элемент, щелкнув по нему левой кнопкой мыши. Затем используйте значки на вкладке Главная верхней панели инструментов, чтобы изменить тип, размер, цвет шрифта или его стиль оформления. Чтобы удалить элемент диаграммы, выделите его, щелкнув левой кнопкой мыши, и нажмите клавишу Delete на клавиатуре. Можно также поворачивать 3D-диаграммы с помощью мыши. Щелкните левой кнопкой мыши внутри области построения диаграммы и удерживайте кнопку мыши до появления голубой пунктирной рамки. Не отпуская кнопку мыши, перетащите курсор, чтобы изменить ориентацию 3D-диаграммы. При выборе диаграммы становится также активным значок Параметры фигуры справа, так как фигура используется в качестве фона для диаграммы. Можно щелкнуть по этому значку, чтобы открыть вкладку Параметры фигуры на правой боковой панели инструментов и изменить параметры Заливки и Обводки фигуры. Обратите, пожалуйста, внимание, что вы не можете изменить вид фигуры. В случае необходимости можно изменить размер и положение диаграммы. Чтобы удалить вставленную диаграмму, щелкните по ней и нажмите клавишу Delete. Редактирование спарклайнов Спарклайн - это небольшая диаграмма, помещенная в одну ячейку. Спарклайны могут быть полезны, если требуется наглядно представить информацию для каждой строки или столбца в больших наборах данных. Это позволяет проще показать тенденции изменений во множестве рядов данных. Если таблица содержит уже существующие спарклайны, созданные с помощью какого-то другого приложения, можно изменить свойства спарклайнов. Для этого выделите мышью ячейку со спарклайном и щелкните по значку Параметры диаграммы на правой боковой панели. Если выделенный спарклайн входит в группу спарклайнов, изменения будут применены ко всем спарклайнам в группе. Используйте выпадающий список Тип для выбора одного из доступных типов спарклайнов: Гистограмма - этот тип аналогичен обычной Гистограмме. График - этот тип аналогичен обычному Графику. Выигрыш/проигрыш - этот тип подходит для представления данных, которые включают как положительные, так и отрицательные значения. В разделе Стиль можно выполнить следующие действия: выберите наиболее подходящий стиль из выпадающего списка Шаблон. выберите нужный Цвет для спарклайна. выберите нужную Толщину линии (доступно только для типа График). В разделе Показать можно выбрать, какие элементы спарклайна требуется выделить, чтобы они были отчетливо видны. Установите галочку слева от элемента, который надо выделить, и выберите нужный цвет, нажав на цветной прямоугольник: Максимальная точка - чтобы выделить точки, представляющие максимальные значения, Минимальная точка - чтобы выделить точки, представляющие минимальные значения, Отрицательная точка - чтобы выделить точки, представляющие отрицательные значения, Первая/Последняя точка - чтобы выделить точку, представляющую первое/последнее значение, Маркеры (доступно только для типа График) - чтобы выделить все значения. Нажмите на ссылку Дополнительные параметры, расположенную на правой боковой панели, чтобы открыть окно Спарклайн - дополнительные параметры. На вкладке Тип и данные можно изменить Тип и Стиль спарклайна, а также указать параметры отображения для Скрытых и пустых ячеек: Показывать пустые ячейки как - этот параметр позволяет управлять отображением спарклайнов в том случае, если некоторые ячейки в диапазоне данных пусты. Выберите нужную опцию из списка: Пустые значения - чтобы отображать спарклайн с разрывами вместо отсутствующих данных, Нулевые значения - чтобы отображать спарклайн так, как если бы значение в пустой ячейке было нулем, Соединять точки данных линиями (доступно только для типа График) - чтобы игнорировать пустые ячейки и отображать соединительную линию между точками данных. Показывать данные в скрытых строках и столбцах - установите этот флажок, если в спарклайны требуется включать значения из скрытых ячеек. На вкладке Параметры оси можно задать следующие параметры Горизонтальной/Вертикальной оси: В разделе Горизонтальная ось доступны следующие параметры: Показывать ось - установите этот флажок, чтобы отображать горизонтальную ось. Если исходные данные содержат отрицательные значения, эта опция помогает показать их более наглядно. В обратном порядке - установите этот флажок, чтобы отобразить данные в обратной последовательности. В разделе Вертикальная ось доступны следующие параметры: Минимум/Максимум Автоматическое для каждого - эта опция выбрана по умолчанию. Она позволяет использовать собственные минимальные и максимальные значения для каждого спарклайна. Минимальные и максимальные значения берутся из отдельных рядов данных, используемых для построения каждого спарклайна. Максимальное значение для каждого спарклайна находится вверху ячейки, а минимальное значение - внизу. Одинаковое для всех - эта опция позволяет использовать одно и то же минимальное и максимальное значение для всей группы спарклайнов. Минимальное и максимальное значения берутся из всего диапазона данных, используемого для построения группы спарклайнов. Минимальные и максимальные значения для каждого спарклайна масштабируются относительно наибольшего/наименьшего значения внутри диапазона. При выборе этой опции проще сравнивать между собой несколько спарклайнов. Фиксированное - эта опция позволяет задать пользовательское минимальное и максимальное значение. Значения меньше или больше указанных не будут отображаться в спарклайнах." + "body": "Вставка диаграммы Для вставки диаграммы в электронную таблицу: Выделите диапазон ячеек, содержащих данные, которые необходимо использовать для диаграммы, Перейдите на вкладку Вставка верхней панели инструментов, Щелкните по значку Диаграмма на верхней панели инструментов, Выберите Тип диаграммы, которую требуется вставить: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая. Обратите внимание: для Гистограмм, Графиков, Круговых или Линейчатых диаграмм также доступен формат 3D. После этого диаграмма будет добавлена на рабочий лист. Изменение параметров диаграммы Теперь можно изменить параметры вставленной диаграммы. Чтобы изменить тип диаграммы: выделите диаграмму мышью, щелкните по значку Параметры диаграммы на правой боковой панели, раскройте выпадающий список Тип и выберите нужный тип, раскройте выпадающий список Стиль, расположенный ниже, и выберите подходящий стиль. Тип и стиль выбранной диаграммы будут изменены. Если требуется отредактировать данные, использованные для построения диаграммы, нажмите на ссылку Дополнительные параметры, расположенную на правой боковой панели, или выберите пункт Дополнительные параметры диаграммы из контекстного меню или просто дважды щелкните мышью по диаграмме, в открывшемся окне Диаграмма - дополнительные параметры внесите все необходимые изменения, нажмите кнопку OK, чтобы применить изменения и закрыть окно. Ниже приводится описание параметров диаграммы, которые можно изменить с помощью окна Диаграмма - дополнительные параметры. На вкладке Тип и данные можно изменить тип диаграммы, а также данные, которые вы хотите использовать для создания диаграммы. Измените Тип диаграммы, выбрав один из доступных вариантов: гистограмма, график, круговая, линейчатая, с областями, точечная, биржевая. Проверьте выбранный Диапазон данных и при необходимости измените его, нажав на кнопку Выбор данных и указав желаемый диапазон данных в следующем формате: Лист1!A1:B4. Измените способ расположения данных. Можно выбрать ряды данных для использования по оси X: в строках или в столбцах. На вкладке Макет можно изменить расположение элементов диаграммы: Укажите местоположение Заголовка диаграммы относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы заговок диаграммы не отображался, Наложение, чтобы наложить заголовок на область построения диаграммы и выровнять его по центру, Без наложения, чтобы показать заголовок над областью построения диаграммы. Укажите местоположение Условных обозначений относительно диаграммы, выбрав нужную опцию из выпадающего списка: Нет, чтобы условные обозначения не отображались, Снизу, чтобы показать условные обозначения и расположить их в ряд под областью построения диаграммы, Сверху, чтобы показать условные обозначения и расположить их в ряд над областью построения диаграммы, Справа, чтобы показать условные обозначения и расположить их справа от области построения диаграммы, Слева, чтобы показать условные обозначения и расположить их слева от области построения диаграммы, Наложение слева, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру слева, Наложение справа, чтобы наложить условные обозначения на область построения диаграммы и выровнять их по центру справа. Определите параметры Подписей данных (то есть текстовых подписей, показывающих точные значения элементов данных): укажите местоположение Подписей данных относительно элементов данных, выбрав нужную опцию из выпадающего списка. Доступные варианты зависят от выбранного типа диаграммы. Для Гистограмм и Линейчатых диаграмм можно выбрать следующие варианты: Нет, По центру, Внутри снизу, Внутри сверху, Снаружи сверху. Для Графиков и Точечных или Биржевых диаграмм можно выбрать следующие варианты: Нет, По центру, Слева, Справа, Сверху, Снизу. Для Круговых диаграмм можно выбрать следующие варианты: Нет, По центру, По ширине, Внутри сверху, Снаружи сверху. Для диаграмм С областями, а также для Гистограмм, Графиков и Линейчатых диаграмм в формате 3D можно выбрать следующие варианты: Нет, По центру. выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: Имя ряда, Название категории, Значение, введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле Разделитель подписей данных. Линии - используется для выбора типа линий для линейчатых/точечных диаграмм. Можно выбрать одну из следующих опций: Прямые для использования прямых линий между элементами данных, Сглаженные для использования сглаженных кривых линий между элементами данных или Нет для того, чтобы линии не отображались. Маркеры - используется для указания того, нужно показывать маркеры (если флажок поставлен) или нет (если флажок снят) на линейчатых/точечных диаграммах. Примечание: Опции Линии и Маркеры доступны только для Линейчатых диаграмм и Точечных диаграмм. В разделе Параметры оси можно указать, надо ли отображать Горизонтальную/Вертикальную ось, выбрав из выпадающего списка опцию Показать или Скрыть. Можно также задать параметры Названий горизонтальной/вертикальной оси: Укажите, надо ли отображать Название горизонтальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название горизонтальной оси не отображалось, Без наложения, чтобы показать название под горизонтальной осью. Укажите ориентацию Названия вертикальной оси, выбрав нужную опцию из выпадающего списка: Нет, чтобы название вертикальной оси не отображалось, Повернутое, чтобы показать название снизу вверх слева от вертикальной оси, По горизонтали, чтобы показать название по горизонтали слева от вертикальной оси. В разделе Линии сетки можно указать, какие из Горизонтальных/вертикальных линий сетки надо отображать, выбрав нужную опцию из выпадающего списка: Основные, Дополнительные или Основные и дополнительные. Можно вообще скрыть линии сетки, выбрав из списка опцию Нет. Примечание: разделы Параметры оси и Линии сетки будут недоступны для круговых диаграмм, так как у круговых диаграмм нет осей и линий сетки. Примечание: Вкладки Вертикальная/горизонтальная ось недоступны для круговых диаграмм, так как у круговых диаграмм нет осей. На вкладке Вертикальная ось можно изменить параметры вертикальной оси, которую называют также осью значений или осью Y, где указываются числовые значения. Обратите, пожалуйста, внимание, что для гистограмм вертикальная ось является осью категорий, на которой показываются текстовые подписи, так что в этом случае опции вкладки Вертикальная ось будут соответствовать опциям, о которых пойдет речь в следующем разделе. Для точечных диаграмм обе оси являются осями категорий. Раздел Параметры оси позволяет установить следующие параметры: Минимум - используется для указания наименьшего значения, которое отображается в начале вертикальной оси. По умолчанию выбрана опция Авто; в этом случае минимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Максимум - используется для указания наибольшего значения, которое отображается в конце вертикальной оси. По умолчанию выбрана опция Авто; в этом случае максимальное значение высчитывается автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Фиксированный и указать в поле справа другое значение. Пересечение с осью - используется для указания точки на вертикальной оси, в которой она должна пересекаться с горизонтальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум на вертикальной оси. Единицы отображения - используется для определения порядка числовых значений на вертикальной оси. Эта опция может пригодиться, если вы работаете с большими числами и хотите, чтобы отображение цифр на оси было более компактным и удобочитаемым (например, можно сделать так, чтобы 50 000 показывалось как 50, воспользовавшись опцией Тысячи). Выберите желаемые единицы отображения из выпадающего списка: Сотни, Тысячи, 10 000, 100 000, Миллионы, 10 000 000, 100 000 000, Миллиарды, Триллионы или выберите опцию Нет, чтобы вернуться к единицам отображения по умолчанию. Значения в обратном порядке - используется для отображения значений в обратном порядке. Когда этот флажок снят, наименьшее значение находится внизу, а наибольшее - наверху. Когда этот флажок отмечен, значения располагаются сверху вниз. Раздел Параметры делений позволяет определить местоположение делений на вертикальной оси. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие цифровые значения. Деления дополнительного типа - это вспомогательные деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. В выпадающих списках Основной/Дополнительный тип содержатся следующие опции размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы показывать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы показывать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы показывать деления основного/дополнительного типа с наружной стороны оси. Раздел Параметры подписи позволяет определить положение подписей основных делений, отображающих значения. Для того, чтобы задать Положение подписи относительно вертикальной оси, выберите нужную опцию из выпадающего списка: Нет, чтобы подписи не отображались, Ниже, чтобы показывать подписи слева от области диаграммы, Выше, чтобы показывать подписи справа от области диаграммы, Рядом с осью, чтобы показывать подписи рядом с осью. На вкладке Горизонтальная ось можно изменить параметры горизонтальной оси, которую также называют осью категорий или осью X, где отображаются текстовые подписи. Обратите внимание, что для Гистограмм горизонтальная ось является осью значений, на которой отображаются числовые значения, так что в этом случае опции вкладки Горизонтальная ось будут соответствовать опциям, описанным в предыдущем разделе. Для точечных диаграмм обе оси являются осями значений. Раздел Параметры оси позволяет установить следующие параметры: Пересечение с осью - используется для указания точки на горизонтальной оси, в которой она должна пересекаться с вертикальной осью. По умолчанию выбрана опция Авто; в этом случае точка пересечения осей определяется автоматически в зависимости от выбранного диапазона данных. Можно выбрать из выпадающего списка опцию Значение и указать в поле справа другое значение или установить точку пересечения осей на Минимум/Максимум (что соответствует первой и последней категории) на горизонтальной оси. Положение оси - используется для указания того, куда нужно выводить текстовые подписи на ось: на Деления или Между делениями. Значения в обратном порядке - используется для отображения категорий в обратном порядке. Когда этот флажок снят, категории располагаются слева направо. Когда этот флажок отмечен, категории располагаются справа налево. Раздел Параметры делений позволяет определять местоположение делений на горизонтальной шкале. Деления основного типа - это более крупные деления шкалы, у которых могут быть подписи, отображающие значения категорий. Деления дополнительного типа - это более мелкие деления шкалы, которые располагаются между делениями основного типа и у которых нет подписей. Кроме того, деления шкалы указывают, где могут отображаться линии сетки, если на вкладке Макет выбрана соответствующая опция. Можно регулировать следующие параметры делений: Основной/Дополнительный тип - используется для указания следующих вариантов размещения: Нет, чтобы деления основного/дополнительного типа не отображались, На пересечении, чтобы отображать деления основного/дополнительного типа по обеим сторонам оси, Внутри, чтобы отображать деления основного/дополнительного типа с внутренней стороны оси, Снаружи, чтобы отображать деления основного/дополнительного типа с наружной стороны оси. Интервал между делениями - используется для указания того, сколько категорий нужно показывать между двумя соседними делениями. Раздел Параметры подписи позволяет установить местоположение подписей, которые отражают категории. Положение подписи - используется для указания того, где следует располагать подписи относительно горизонтальной оси. Выберите нужную опцию из выпадающего списка: Нет, чтобы подписи категорий не отображались, Ниже, чтобы подписи категорий располагались снизу области диаграммы, Выше, чтобы подписи категорий располагались наверху области диаграммы, Рядом с осью, чтобы подписи категорий отображались рядом с осью. Расстояние до подписи - используется для указания того, насколько близко подписи должны располагаться от осей. Можно указать нужное значение в поле ввода. Чем это значение больше, тем дальше расположены подписи от осей. Интервал между подписями - используется для указания того, как часто нужно показывать подписи. По умолчанию выбрана опция Авто; в этом случае подписи отображаются для каждой категории. Можно выбрать опцию Вручную и указать нужное значение в поле справа. Например, введите 2, чтобы отображать подписи у каждой второй категории, и т.д. Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит диаграмма. Редактирование элементов диаграммы Чтобы изменить Заголовок диаграммы, выделите мышью стандартный текст и введите вместо него свой собственный. Чтобы изменить форматирование шрифта внутри текстовых элементов, таких как заголовок диаграммы, названия осей, элементы условных обозначений, подписи данных и так далее, выделите нужный текстовый элемент, щелкнув по нему левой кнопкой мыши. Затем используйте значки на вкладке Главная верхней панели инструментов, чтобы изменить тип, размер, цвет шрифта или его стиль оформления. Чтобы удалить элемент диаграммы, выделите его, щелкнув левой кнопкой мыши, и нажмите клавишу Delete на клавиатуре. Можно также поворачивать 3D-диаграммы с помощью мыши. Щелкните левой кнопкой мыши внутри области построения диаграммы и удерживайте кнопку мыши до появления голубой пунктирной рамки. Не отпуская кнопку мыши, перетащите курсор, чтобы изменить ориентацию 3D-диаграммы. При выборе диаграммы становится также активным значок Параметры фигуры справа, так как фигура используется в качестве фона для диаграммы. Можно щелкнуть по этому значку, чтобы открыть вкладку Параметры фигуры на правой боковой панели инструментов и изменить параметры Заливки и Обводки фигуры. Обратите, пожалуйста, внимание, что вы не можете изменить вид фигуры. В случае необходимости можно изменить размер и положение диаграммы. Чтобы удалить вставленную диаграмму, щелкните по ней и нажмите клавишу Delete. Редактирование спарклайнов Спарклайн - это небольшая диаграмма, помещенная в одну ячейку. Спарклайны могут быть полезны, если требуется наглядно представить информацию для каждой строки или столбца в больших наборах данных. Это позволяет проще показать тенденции изменений во множестве рядов данных. Если таблица содержит уже существующие спарклайны, созданные с помощью какого-то другого приложения, можно изменить свойства спарклайнов. Для этого выделите мышью ячейку со спарклайном и щелкните по значку Параметры диаграммы на правой боковой панели. Если выделенный спарклайн входит в группу спарклайнов, изменения будут применены ко всем спарклайнам в группе. Используйте выпадающий список Тип для выбора одного из доступных типов спарклайнов: Гистограмма - этот тип аналогичен обычной Гистограмме. График - этот тип аналогичен обычному Графику. Выигрыш/проигрыш - этот тип подходит для представления данных, которые включают как положительные, так и отрицательные значения. В разделе Стиль можно выполнить следующие действия: выберите наиболее подходящий стиль из выпадающего списка Шаблон. выберите нужный Цвет для спарклайна. выберите нужную Толщину линии (доступно только для типа График). В разделе Показать можно выбрать, какие элементы спарклайна требуется выделить, чтобы они были отчетливо видны. Установите галочку слева от элемента, который надо выделить, и выберите нужный цвет, нажав на цветной прямоугольник: Максимальная точка - чтобы выделить точки, представляющие максимальные значения, Минимальная точка - чтобы выделить точки, представляющие минимальные значения, Отрицательная точка - чтобы выделить точки, представляющие отрицательные значения, Первая/Последняя точка - чтобы выделить точку, представляющую первое/последнее значение, Маркеры (доступно только для типа График) - чтобы выделить все значения. Нажмите на ссылку Дополнительные параметры, расположенную на правой боковой панели, чтобы открыть окно Спарклайн - дополнительные параметры. На вкладке Тип и данные можно изменить Тип и Стиль спарклайна, а также указать параметры отображения для Скрытых и пустых ячеек: Показывать пустые ячейки как - этот параметр позволяет управлять отображением спарклайнов в том случае, если некоторые ячейки в диапазоне данных пусты. Выберите нужную опцию из списка: Пустые значения - чтобы отображать спарклайн с разрывами вместо отсутствующих данных, Нулевые значения - чтобы отображать спарклайн так, как если бы значение в пустой ячейке было нулем, Соединять точки данных линиями (доступно только для типа График) - чтобы игнорировать пустые ячейки и отображать соединительную линию между точками данных. Показывать данные в скрытых строках и столбцах - установите этот флажок, если в спарклайны требуется включать значения из скрытых ячеек. На вкладке Параметры оси можно задать следующие параметры Горизонтальной/Вертикальной оси: В разделе Горизонтальная ось доступны следующие параметры: Показывать ось - установите этот флажок, чтобы отображать горизонтальную ось. Если исходные данные содержат отрицательные значения, эта опция помогает показать их более наглядно. В обратном порядке - установите этот флажок, чтобы отобразить данные в обратной последовательности. В разделе Вертикальная ось доступны следующие параметры: Минимум/Максимум Автоматическое для каждого - эта опция выбрана по умолчанию. Она позволяет использовать собственные минимальные и максимальные значения для каждого спарклайна. Минимальные и максимальные значения берутся из отдельных рядов данных, используемых для построения каждого спарклайна. Максимальное значение для каждого спарклайна находится вверху ячейки, а минимальное значение - внизу. Одинаковое для всех - эта опция позволяет использовать одно и то же минимальное и максимальное значение для всей группы спарклайнов. Минимальное и максимальное значения берутся из всего диапазона данных, используемого для построения группы спарклайнов. Минимальные и максимальные значения для каждого спарклайна масштабируются относительно наибольшего/наименьшего значения внутри диапазона. При выборе этой опции проще сравнивать между собой несколько спарклайнов. Фиксированное - эта опция позволяет задать пользовательское минимальное и максимальное значение. Значения меньше или больше указанных не будут отображаться в спарклайнах." }, { "id": "UsageInstructions/InsertDeleteCells.htm", "title": "Управление ячейками, строками и столбцами", - "body": "Пустые ячейки можно вставлять выше или слева от выделенной ячейки на рабочем листе. Также можно вставить целую строку выше выделенной или столбец слева от выделенного. Чтобы облегчить просмотр большого количества информации, можно скрывать определенные строки или столбцы и отображать их снова. Можно также задать определенную высоту строк и ширину столбцов. Вставка ячеек, строк, столбцов Для вставки пустой ячейки слева от выделенной: щелкните правой кнопкой мыши по ячейке, слева от которой требуется вставить новую, щелкните по значку Вставить ячейки , расположенному на вкладке Главная верхней панели инструментов, или выберите из контекстного меню команду Добавить и используйте опцию Ячейки со сдвигом вправо. Программа сместит выделенную ячейку вправо, чтобы вставить пустую. Для вставки пустой ячейки выше выделенной: щелкните правой кнопкой мыши по ячейке, выше которой требуется вставить новую, щелкните по значку Вставить ячейки , расположенному на вкладке Главная верхней панели инструментов, или выберите из контекстного меню команду Добавить и используйте опцию Ячейки со сдвигом вниз. Программа сместит выделенную ячейку вниз, чтобы вставить пустую. Для вставки целой строки: выделите или всю строку, щелкнув по ее заголовку, или отдельную ячейку в той строке, выше которой требуется вставить новую, Примечание: для вставки нескольких строк выделите столько же строк, сколько требуется вставить. щелкните по значку Вставить ячейки , расположенному на вкладке Главная верхней панели инструментов и используйте опцию Строку, или щелкните правой кнопкой мыши по выделенной ячейке, выберите из контекстного меню команду Добавить, а затем выберите опцию Строку, или щелкните правой кнопкой мыши по выделенной строке (строкам) и используйте опцию контекстного меню Добавить сверху. Программа сместит выделенную строку вниз, чтобы вставить пустую. Для вставки целого столбца: выделите или весь столбец, щелкнув по его заголовку, или отдельную ячейку в том столбце, слева от которого требуется вставить новый, Примечание: для вставки нескольких столбцов выделите столько же столбцов, сколько требуется вставить. щелкните по значку Вставить ячейки , расположенному на вкладке Главная верхней панели инструментов, и используйте опцию Столбец. или щелкните правой кнопкой мыши по выделенной ячейке, выберите из контекстного меню команду Добавить, а затем выберите опцию Столбец, или щелкните правой кнопкой мыши по выделенному столбцу (столбцам) и используйте опцию контекстного меню Добавить слева. Программа сместит выделенный столбец вправо, чтобы вставить пустой. Скрытие и отображение строк и столбцов Для скрытия строки или столбца: выделите строки или столбцы, которые требуется скрыть, щелкните правой кнопкой мыши по выделенным строкам или столбцам и используйте опцию контекстного меню Скрыть. Чтобы отобразить скрытые строки или столбцы, выделите видимые строки выше и ниже скрытых строк или видимые столбцы справа и слева от скрытых столбцов, щелкните по ним правой кнопкой мыши и используйте опцию контекстного меню Показать. Изменение ширины столбцов и высоты строк Ширина столбца определяет, сколько символов со стандартным форматированием может быть отображено в ячейке столбца. По умолчанию задано значение 8.43 символа. Чтобы его изменить: выделите столбцы, которые надо изменить, щелкните правой кнопкой мыши по выделенным столбцам и выберите в контекстном меню пункт Задать ширину столбца, выберите одну из доступных опций: выберите опцию Автоподбор ширины столбца, чтобы автоматически скорректировать ширину каждого столбца в соответствии с содержимым, или выберите опцию Особая ширина столбца и задайте новое значение от 0 до 255 в окне Особая ширина столбца, затем нажмите OK. Чтобы вручную изменить ширину отдельного столбца, наведите курсор мыши на правую границу заголовка столбца, чтобы курсор превратился в двунаправленную стрелку . Перетащите границу влево или вправо, чтобы задать особую ширину или дважды щелкните мышью, чтобы автоматически изменить ширину столбца в соответствии с содержимым. Высота строки по умолчанию составляет 14.25 пунктов. Чтобы изменить это значение: выделите строки, которые надо изменить, щелкните правой кнопкой мыши по выделенным строкам и выберите в контекстном меню пункт Задать высоту строки, выберите одну из доступных опций: выберите опцию Автоподбор высоты строки, чтобы автоматически скорректировать высоту каждой строки в соответствии с содержимым, или выберите опцию Особая высота строки и задайте новое значение от 0 до 408.75 в окне Особая высота строки, затем нажмите OK. Чтобы вручную изменить высоту отдельной строки, перетащите нижнюю границу заголовка строки. Удаление ячеек, строк, столбцов Для удаления ненужной ячейки, строки или столбца: выделите ячейки, строки или столбцы, которые требуется удалить, и щелкните правой кнопкой мыши, щелкните по значку Удалить ячейки , расположенному на вкладке Главная верхней панели инструментов, или выберите из контекстного меню команду Удалить, а затем - подходящую опцию: при использовании опции Ячейки со сдвигом влево ячейка, находящаяся справа от удаленной, будет перемещена влево; при использовании опции Ячейки со сдвигом вверх ячейка, находящаяся снизу от удаленной, будет перемещена вверх; при использовании опции Строку строка, находящаяся снизу от удаленной, будет перемещена вверх; при использовании опции Столбец столбец, находящийся справа от удаленного, будет перемещен влево; Удаленные данные всегда можно восстановить с помощью значка Отменить на верхней панели инструментов." + "body": "Пустые ячейки можно вставлять выше или слева от выделенной ячейки на рабочем листе. Также можно вставить целую строку выше выделенной или столбец слева от выделенного. Чтобы облегчить просмотр большого количества информации, можно скрывать определенные строки или столбцы и отображать их снова. Можно также задать определенную высоту строк и ширину столбцов. Вставка ячеек, строк, столбцов Для вставки пустой ячейки слева от выделенной: щелкните правой кнопкой мыши по ячейке, слева от которой требуется вставить новую, щелкните по значку Вставить ячейки , расположенному на вкладке Главная верхней панели инструментов, или выберите из контекстного меню команду Добавить и используйте опцию Ячейки со сдвигом вправо. Программа сместит выделенную ячейку вправо, чтобы вставить пустую. Для вставки пустой ячейки выше выделенной: щелкните правой кнопкой мыши по ячейке, выше которой требуется вставить новую, щелкните по значку Вставить ячейки , расположенному на вкладке Главная верхней панели инструментов, или выберите из контекстного меню команду Добавить и используйте опцию Ячейки со сдвигом вниз. Программа сместит выделенную ячейку вниз, чтобы вставить пустую. Для вставки целой строки: выделите или всю строку, щелкнув по ее заголовку, или отдельную ячейку в той строке, выше которой требуется вставить новую, Примечание: для вставки нескольких строк выделите столько же строк, сколько требуется вставить. щелкните по значку Вставить ячейки , расположенному на вкладке Главная верхней панели инструментов и используйте опцию Строку, или щелкните правой кнопкой мыши по выделенной ячейке, выберите из контекстного меню команду Добавить, а затем выберите опцию Строку, или щелкните правой кнопкой мыши по выделенной строке (строкам) и используйте опцию контекстного меню Добавить сверху. Программа сместит выделенную строку вниз, чтобы вставить пустую. Для вставки целого столбца: выделите или весь столбец, щелкнув по его заголовку, или отдельную ячейку в том столбце, слева от которого требуется вставить новый, Примечание: для вставки нескольких столбцов выделите столько же столбцов, сколько требуется вставить. щелкните по значку Вставить ячейки , расположенному на вкладке Главная верхней панели инструментов, и используйте опцию Столбец. или щелкните правой кнопкой мыши по выделенной ячейке, выберите из контекстного меню команду Добавить, а затем выберите опцию Столбец, или щелкните правой кнопкой мыши по выделенному столбцу (столбцам) и используйте опцию контекстного меню Добавить слева. Программа сместит выделенный столбец вправо, чтобы вставить пустой. Скрытие и отображение строк и столбцов Для скрытия строки или столбца: выделите строки или столбцы, которые требуется скрыть, щелкните правой кнопкой мыши по выделенным строкам или столбцам и используйте опцию контекстного меню Скрыть. Чтобы отобразить скрытые строки или столбцы, выделите видимые строки выше и ниже скрытых строк или видимые столбцы справа и слева от скрытых столбцов, щелкните по ним правой кнопкой мыши и используйте опцию контекстного меню Показать. Изменение ширины столбцов и высоты строк Ширина столбца определяет, сколько символов со стандартным форматированием может быть отображено в ячейке столбца. По умолчанию задано значение 8.43 символа. Чтобы его изменить: выделите столбцы, которые надо изменить, щелкните правой кнопкой мыши по выделенным столбцам и выберите в контекстном меню пункт Задать ширину столбца, выберите одну из доступных опций: выберите опцию Автоподбор ширины столбца, чтобы автоматически скорректировать ширину каждого столбца в соответствии с содержимым, или выберите опцию Особая ширина столбца и задайте новое значение от 0 до 255 в окне Особая ширина столбца, затем нажмите OK. Чтобы вручную изменить ширину отдельного столбца, наведите курсор мыши на правую границу заголовка столбца, чтобы курсор превратился в двунаправленную стрелку . Перетащите границу влево или вправо, чтобы задать особую ширину или дважды щелкните мышью, чтобы автоматически изменить ширину столбца в соответствии с содержимым. Высота строки по умолчанию составляет 14.25 пунктов. Чтобы изменить это значение: выделите строки, которые надо изменить, щелкните правой кнопкой мыши по выделенным строкам и выберите в контекстном меню пункт Задать высоту строки, выберите одну из доступных опций: выберите опцию Автоподбор высоты строки, чтобы автоматически скорректировать высоту каждой строки в соответствии с содержимым, или выберите опцию Особая высота строки и задайте новое значение от 0 до 408.75 в окне Особая высота строки, затем нажмите OK. Чтобы вручную изменить высоту отдельной строки, перетащите нижнюю границу заголовка строки. Удаление ячеек, строк, столбцов Для удаления ненужной ячейки, строки или столбца: выделите ячейки, строки или столбцы, которые требуется удалить, и щелкните правой кнопкой мыши, щелкните по значку Удалить ячейки , расположенному на вкладке Главная верхней панели инструментов, или выберите из контекстного меню команду Удалить, а затем - подходящую опцию: при использовании опции Ячейки со сдвигом влево ячейка, находящаяся справа от удаленной, будет перемещена влево; при использовании опции Ячейки со сдвигом вверх ячейка, находящаяся снизу от удаленной, будет перемещена вверх; при использовании опции Строку строка, находящаяся снизу от удаленной, будет перемещена вверх; при использовании опции Столбец столбец, находящийся справа от удаленного, будет перемещен влево; Удаленные данные всегда можно восстановить с помощью значка Отменить на верхней панели инструментов." }, { "id": "UsageInstructions/InsertEquation.htm", @@ -2268,7 +2268,7 @@ var indexes = { "id": "UsageInstructions/InsertFunction.htm", "title": "Вставка функций", - "body": "Важная причина использования электронных таблиц - это возможность выполнять основные расчеты. Некоторые из них можно выполнить автоматически, выбрав диапазон ячеек на рабочем листе: СРЕДНЕЕ - используется для того, чтобы проанализировать выбранный диапазон ячеек и рассчитать среднее значение. КОЛИЧЕСТВО - используется для того, чтобы подсчитать количество выбранных ячеек, содержащих значения, без учета пустых ячеек. СУММА - используется для того, чтобы сложить все числа в выбранном диапазоне без учета пустых или содержащих текст ячеек. Результаты этих расчетов отображаются в правом нижнем углу строки состояния. Для выполнения любых других расчетов можно ввести нужную формулу вручную, используя общепринятые математические операторы, или вставить заранее определенную формулу - Функцию. Для вставки функции: выделите ячейку, в которую требуется вставить функцию, щелкните по значку Вставить функцию , расположенному на вкладке Главная верхней панели инструментов, и выберите одну из часто используемых функций (SUM, MIN, MAX, COUNT) или выберите опцию Дополнительно, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, в открывшемся окне Вставить функцию выберите нужную группу функций, а затем выберите из списка требуемую функцию и нажмите OK. введите аргументы функции или вручную, или выделив мышью диапазон ячеек, который надо добавить в качестве аргумента. Если функция требует несколько аргументов, их надо вводить через запятую. Примечание: в общих случаях, в качестве аргументов функций можно использовать числовые значения, логические значения (TRUE, FALSE), текстовые значения (они должны быть заключены в кавычки), ссылки на ячейки, ссылки на диапазоны ячеек, имена, присвоенные диапазонам, и другие функции. Нажмите клавишу Enter. Вот список доступных функций, сгруппированных по категориям: Примечание: если вы хотите изменить язык, который используется для имен функций, перейдите в меню Файл -> Дополнительные параметры, выберите нужный язык из списка Язык формул и нажмите кнопку Применить. Категория функций Описание Функции Функции для работы с текстом и данными Используются для корректного отображения текстовых данных в электронной таблице. CHAR (СИМВОЛ); CLEAN (ПЕЧСИМВ); CODE (КОДСИМВ); CONCATENATE (СЦЕПИТЬ); CONCAT (СЦЕП); DOLLAR (РУБЛЬ); EXACT (СОВПАД); FIND (НАЙТИ); FINDB (НАЙТИБ); FIXED (ФИКСИРОВАННЫЙ); LEFT (ЛЕВСИМВ); LEFTB (ЛЕВБ); LEN (ДЛСТР); LENB (ДЛИНБ); LOWER (СТРОЧН); MID (ПСТР); MIDB (ПСТРБ); NUMBERVALUE (ЧЗНАЧ); PROPER (ПРОПНАЧ); REPLACE (ЗАМЕНИТЬ); REPLACEB (ЗАМЕНИТЬБ); REPT (ПОВТОР); RIGHT (ПРАВСИМВ); RIGHTB (ПРАВБ); SEARCH (ПОИСК); SEARCHB (ПОИСКБ); SUBSTITUTE (ПОДСТАВИТЬ); T; TEXT (ТЕКСТ); TEXTJOIN (ОБЪЕДИНИТЬ); TRIM (СЖПРОБЕЛЫ); UNICHAR (ЮНИСИМВ); UNICODE; UPPER (ПРОПИСН); VALUE (ЗНАЧЕН); Статистические функции Используются для анализа данных: нахождения среднего значения, наибольшего или наименьшего значения в диапазоне ячеек. AVEDEV (СРОТКЛ); AVERAGE (СРЗНАЧ); AVERAGEA (СРЗНАЧА); AVERAGEIF (СРЗНАЧЕСЛИ); AVERAGEIFS (СРЗНАЧЕСЛИМН); BETADIST (БЕТАРАСП); BETA.DIST (БЕТА.РАСП); BETA.INV (БЕТА.ОБР); BINOMDIST (БИНОМРАСП); BINOM.DIST (БИНОМ.РАСП); BINOM.DIST.RANGE (БИНОМ.РАСП.ДИАП); BINOM.INV (БИНОМ.ОБР); CHIDIST (ХИ2РАСП); CHIINV (ХИ2ОБР); CHISQ.DIST (ХИ2.РАСП); CHISQ.DIST.RT (ХИ2.РАСП.ПХ); CHISQ.INV (ХИ2.ОБР); CHISQ.INV.RT (ХИ2.ОБР.ПХ); CHITEST (ХИ2ТЕСТ); CHISQ.TEST (ХИ2.ТЕСТ); CONFIDENCE (ДОВЕРИТ); CONFIDENCE.NORM (ДОВЕРИТ.НОРМ); CONFIDENCE.T (ДОВЕРИТ.СТЬЮДЕНТ); CORREL (КОРРЕЛ); COUNT (СЧЁТ); COUNTA (СЧЁТЗ); COUNBLANK (СЧИТАТЬПУСТОТЫ); COUNTIF (СЧЁТЕСЛИ); COUNTIFS (СЧЁТЕСЛИМН); COVAR (КОВАР); COVARIANCE.P (КОВАРИАЦИЯ.Г); COVARIANCE.S (КОВАРИАЦИЯ.В); CRITBINOM (КРИТБИНОМ); DEVSQ (КВАДРОТКЛ); EXPON.DIST (ЭКСП.РАСП); EXPONDIST (ЭКСПРАСП); F.DIST (F.РАСП); FDIST (FРАСП); F.DIST.RT (F.РАСП.ПХ); F.INV (F.ОБР); FINV (FРАСПОБР); F.INV.RT (F.ОБР.ПХ); FISHER (ФИШЕР); FISHERINV (ФИШЕРОБР); FORECAST (ПРОГНОЗ); FORECAST.LINEAR (ПРЕДСКАЗ.ЛИНЕЙН); FREQUENCY (ЧАСТОТА); GAMMA (ГАММА); GAMMA.DIST (ГАММА.РАСП); GAMMADIST (ГАММАРАСП); GAMMA.INV (ГАММА.ОБР); GAMMAINV (ГАММАОБР); GAMMALN (ГАММАНЛОГ); GAMMALN.PRECISE (ГАММАНЛОГ.ТОЧН); GAUSS (ГАУСС); GEOMEAN (СРГЕОМ); HARMEAN (СРГАРМ); HYPGEOMDIST (ГИПЕРГЕОМЕТ); INTERCEPT (ОТРЕЗОК); KURT (ЭКСЦЕСС); LARGE (НАИБОЛЬШИЙ); LOGINV (ЛОГНОРМОБР); LOGNORM.DIST (ЛОГНОРМ.РАСП); LOGNORM.INV (ЛОГНОРМ.ОБР); LOGNORMDIST (ЛОГНОРМРАСП); MAX (МАКС); MAXA (МАКСА); MAXIFS (МАКСЕСЛИ); MEDIAN (МЕДИАНА); MIN (МИН); MINA (МИНА); MINIFS (МИНЕСЛИ); MODE (МОДА); MODE.MULT (МОДА.НСК); MODE.SNGL (МОДА.ОДН); NEGBINOMDIST (ОТРБИНОМРАСП); NEGBINOM.DIST (ОТРБИНОМ.РАСП); NORMDIST (НОРМРАСП); NORM.DIST (НОРМ.РАСП); NORMINV (НОРМОБР); NORM.INV (НОРМ.ОБР); NORMSDIST (НОРМСТРАСП); NORM.S.DIST (НОРМ.СТ.РАСП); NORMSINV (НОРМСТОБР); NORM.S.INV (НОРМ.СТ.ОБР); PEARSON (ПИРСОН); PERCENTILE (ПЕРСЕНТИЛЬ); PERCENTILE.EXC (ПРОЦЕНТИЛЬ.ИСКЛ); PERCENTILE.INC (ПРОЦЕНТИЛЬ.ВКЛ); PERCENTRANK (ПРОЦЕНТРАНГ); PERCENTRANK.EXC (ПРОЦЕНТРАНГ.ИСКЛ); PERCENTRANK.INC (ПРОЦЕНТРАНГ.ВКЛ); PERMUT (ПЕРЕСТ); PERMUTATIONA (ПЕРЕСТА); PHI (ФИ); POISSON (ПУАССОН); POISSON.DIST (ПУАССОН.РАСП); PROB (ВЕРОЯТНОСТЬ); QUARTILE (КВАРТИЛЬ); QUARTILE.EXC (КВАРТИЛЬ.ИСКЛ); QUARTILE.INC (КВАРТИЛЬ.ВКЛ); RANK (РАНГ); RANK.AVG (РАНГ.СР); RANK.EQ (РАНГ.РВ); RSQ (КВПИРСОН); SKEW (СКОС); SKEW.P (СКОС.Г); SLOPE (НАКЛОН); SMALL (НАИМЕНЬШИЙ); STANDARDIZE (НОРМАЛИЗАЦИЯ); STDEV (СТАНДОТКЛОН); STDEV.S (СТАНДОТКЛОН.В); STDEVA (СТАНДОТКЛОНА); STDEVP (СТАНДОТКЛОНП); STDEV.P (СТАНДОТКЛОН.Г); STDEVPA (СТАНДОТКЛОНПА); STEYX (СТОШYX); TDIST (СТЬЮДРАСП); T.DIST (СТЬЮДЕНТ.РАСП); T.DIST.2T (СТЬЮДЕНТ.РАСП.2Х); T.DIST.RT (СТЬЮДЕНТ.РАСП.ПХ); T.INV (СТЬЮДЕНТ.ОБР); TRIMMEAN (УРЕЗСРЕДНЕЕ); TTEST (ТТЕСТ); T.TEST (СТЬЮДЕНТ.ТЕСТ); T.INV.2T (СТЬЮДЕНТ.ОБР.2Х); TINV (СТЬЮДРАСПОБР); VAR (ДИСП); VARA (ДИСПА); VARP (ДИСПР); VAR.P (ДИСП.Г); VAR.S (ДИСП.В); VARPA (ДИСПРА); WEIBULL (ВЕЙБУЛЛ); WEIBULL.DIST (ВЕЙБУЛЛ.РАСП); ZTEST (ZТЕСТ); Z.TEST (Z.ТЕСТ) Финансовые функции Используются для выполнения финансовых расчетов: вычисления чистой приведенной стоимости, суммы платежа и т.д. ACCRINT (НАКОПДОХОД); ACCRINTM (НАКОПДОХОДПОГАШ); AMORDEGRC (АМОРУМ); AMORLINC (АМОРУВ); COUPDAYBS (ДНЕЙКУПОНДО); COUPDAYS (ДНЕЙКУПОН); COUPDAYSNC (ДНЕЙКУПОНПОСЛЕ); COUPNCD (ДАТАКУПОНПОСЛЕ); COUPNUM (ЧИСЛКУПОН); COUPPCD (ДАТАКУПОНДО); CUMIPMT (ОБЩПЛАТ); CUMPRINC (ОБЩДОХОД); DB (ФУО); DDB (ДДОБ); DISC (СКИДКА); DOLLARDE (РУБЛЬ.ДЕС); DOLLARFR (РУБЛЬ.ДРОБЬ); DURATION (ДЛИТ); EFFECT (ЭФФЕКТ); FV (БС); FVSCHEDULE (БЗРАСПИС); INTRATE (ИНОРМА); IPMT (ПРПЛТ); IRR (ВСД); ISPMT (ПРОЦПЛАТ); MDURATION (МДЛИТ); MIRR (МВСД); NOMINAL (НОМИНАЛ); NPER (КПЕР); NPV (ЧПС); ODDFPRICE (ЦЕНАПЕРВНЕРЕГ); ODDFYIELD (ДОХОДПЕРВНЕРЕГ); ODDLPRICE (ЦЕНАПОСЛНЕРЕГ); ODDLYIELD (ДОХОДПОСЛНЕРЕГ); PMT (ПЛТ); PPMT (ОСПЛТ); PRICE (ЦЕНА); PRICEDISC (ЦЕНАСКИДКА); PRICEMAT (ЦЕНАПОГАШ); PV (ПС); RATE (СТАВКА); RECEIVED (ПОЛУЧЕНО); RRI (ЭКВ.СТАВКА); SLN (АПЛ); SYD (АСЧ); TBILLEQ (РАВНОКЧЕК); TBILLPRICE (ЦЕНАКЧЕК); TBILLYIELD (ДОХОДКЧЕК); VDB (ПУО); XIRR (ЧИСТВНДОХ); XNPV (ЧИСТНЗ); YIELD (ДОХОД); YIELDDISC (ДОХОДСКИДКА); YIELDMAT (ДОХОДПОГАШ) Математические функции Используются для выполнения базовых математических и тригонометрических операций, таких как сложение, умножение, деление, округление и т.д. ABS; ACOS; ACOSH; ACOT; ACOTH; AGGREGATE (АГРЕГАТ); ARABIC (АРАБСКОЕ); ASIN; ASINH; ATAN; ATAN2; ATANH; BASE (ОСНОВАНИЕ); CEILING (ОКРВВЕРХ); CEILING.MATH (ОКРВВЕРХ.МАТ); CEILING.PRECISE (ОКРВВЕРХ.ТОЧН); COMBIN (ЧИСЛКОМБ); COMBINA (ЧИСЛКОМБА); COS; COSH; COT; COTH; CSC; CSCH; DECIMAL (ДЕС); DEGREES (ГРАДУСЫ); ECMA.CEILING (ECMA.ОКРВВЕРХ); EVEN (ЧЁТН); EXP; FACT (ФАКТР); FACTDOUBLE (ДВФАКТР); FLOOR (ОКРВНИЗ); FLOOR.PRECISE (ОКРВНИЗ.ТОЧН); FLOOR.MATH (ОКРВНИЗ.МАТ); GCD (НОД); INT (ЦЕЛОЕ); ISO.CEILING (ISO.ОКРВВЕРХ); LCM (НОК); LN; LOG; LOG10; MDETERM (МОПРЕД); MINVERSE (МОБР); MMULT (МУМНОЖ); MOD (ОСТАТ); MROUND (ОКРУГЛТ); MULTINOMIAL (МУЛЬТИНОМ); ODD (НЕЧЁТ); PI (ПИ); POWER (СТЕПЕНЬ); PRODUCT (ПРОИЗВЕД); QUOTIENT (ЧАСТНОЕ); RADIANS (РАДИАНЫ); RAND (СЛЧИС); RANDBETWEEN (СЛУЧМЕЖДУ); ROMAN (РИМСКОЕ); ROUND (ОКРУГЛ); ROUNDDOWN (ОКРУГЛВНИЗ); ROUNDUP (ОКРУГЛВВЕРХ); SEC; SECH; SERIESSUM (РЯД.СУММ); SIGN (ЗНАК); SIN; SINH; SQRT (КОРЕНЬ); SQRTPI (КОРЕНЬПИ); SUBTOTAL (ПРОМЕЖУТОЧНЫЕ.ИТОГИ); SUM (СУММ); SUMIF (СУММЕСЛИ); SUMIFS (СУММЕСЛИМН); SUMPRODUCT (СУММПРОИЗВ); SUMSQ (СУММКВ); SUMX2MY2 (СУММРАЗНКВ); SUMX2PY2 (СУММСУММКВ); SUMXMY2 (СУММКВРАЗН); TAN; TANH; TRUNC (ОТБР); Поисковые функции Используются для упрощения поиска информации по списку данных. ADDRESS (АДРЕС); CHOOSE (ВЫБОР); COLUMN (СТОЛБЕЦ); COLUMNS (ЧИСЛСТОЛБ); HLOOKUP (ГПР); INDEX (ИНДЕКС); INDIRECT (ДВССЫЛ); LOOKUP (ПРОСМОТР); MATCH (ПОИСКПОЗ); OFFSET (СМЕЩ); ROW (СТРОКА); ROWS (ЧСТРОК); TRANSPOSE (ТРАНСП); VLOOKUP (ВПР) Функции даты и времени Используются для корректного отображения даты и времени в электронной таблице. DATE (ДАТА); DATEDIF (РАЗНДАТ); DATEVALUE (ДАТАЗНАЧ); DAY (ДЕНЬ); DAYS (ДНИ); DAYS360 (ДНЕЙ360); EDATE (ДАТАМЕС); EOMONTH (КОНМЕСЯЦА); HOUR (ЧАС); ISOWEEKNUM (НОМНЕДЕЛИ.ISO); MINUTE (МИНУТЫ); MONTH (МЕСЯЦ); NETWORKDAYS (ЧИСТРАБДНИ); NETWORKDAYS.INTL (ЧИСТРАБДНИ.МЕЖД); NOW (ТДАТА); SECOND (СЕКУНДЫ); TIME (ВРЕМЯ); TIMEVALUE (ВРЕМЗНАЧ); TODAY (СЕГОДНЯ); WEEKDAY (ДЕНЬНЕД); WEEKNUM (НОМНЕДЕЛИ); WORKDAY (РАБДЕНЬ); WORKDAY.INTL (РАБДЕНЬ.МЕЖД); YEAR (ГОД); YEARFRAC (ДОЛЯГОДА) Инженерные функции Используются для выполнения инженерных расчетов: преобразования чисел из одной системы счисления в другую, работы с комплексными числами и т.д. BESSELI (БЕССЕЛЬ.I); BESSELJ (БЕССЕЛЬ.J); BESSELK (БЕССЕЛЬ.K); BESSELY (БЕССЕЛЬ.Y); BIN2DEC (ДВ.В.ДЕС); BIN2HEX (ДВ.В.ШЕСТН); BIN2OCT (ДВ.В.ВОСЬМ); BITAND (БИТ.И); BITLSHIFT (БИТ.СДВИГЛ); BITOR (БИТ.ИЛИ); BITRSHIFT (БИТ.СДВИГП); BITXOR (БИТ.ИСКЛИЛИ); COMPLEX (КОМПЛЕКСН); DEC2BIN (ДЕС.В.ДВ); DEC2HEX (ДЕС.В.ШЕСТН); DEC2OCT (ДЕС.В.ВОСЬМ); DELTA (ДЕЛЬТА); ERF (ФОШ); ERF.PRECISE (ФОШ.ТОЧН); ERFC (ДФОШ); ERFC.PRECISE (ДФОШ.ТОЧН); GESTEP (ПОРОГ); HEX2BIN (ШЕСТН.В.ДВ); HEX2DEC (ШЕСТН.В.ДЕС); HEX2OCT (ШЕСТН.В.ВОСЬМ); IMABS (МНИМ.ABS); IMAGINARY (МНИМ.ЧАСТЬ); IMARGUMENT (МНИМ.АРГУМЕНТ); IMCONJUGATE (МНИМ.СОПРЯЖ); IMCOS (МНИМ.COS); IMCOSH (МНИМ.COSH); IMCOT (МНИМ.COT); IMCSC (МНИМ.CSC); IMCSCH (МНИМ.CSCH); IMDIV (МНИМ.ДЕЛ); IMEXP (МНИМ.EXP); IMLN (МНИМ.LN); IMLOG10 (МНИМ.LOG10); IMLOG2 (МНИМ.LOG2); IMPOWER (МНИМ.СТЕПЕНЬ); IMPRODUCT (МНИМ.ПРОИЗВЕД); IMREAL (МНИМ.ВЕЩ); IMSEC (МНИМ.SEC); IMSECH (МНИМ.SECH); IMSIN (МНИМ.SIN); IMSINH (МНИМ.SINH); IMSQRT (МНИМ.КОРЕНЬ); IMSUB (МНИМ.РАЗН); IMSUM (МНИМ.СУММ); IMTAN (МНИМ.TAN); OCT2BIN (ВОСЬМ.В.ДВ); OCT2DEC (ВОСЬМ.В.ДЕС); OCT2HEX (ВОСЬМ.В.ШЕСТН) Функции для работы с базами данных Используются для выполнения вычислений по значениям определенного поля базы данных, соответствующих заданным критериям. DAVERAGE (ДСРЗНАЧ); DCOUNT (БСЧЁТ); DCOUNTA (БСЧЁТА); DGET (БИЗВЛЕЧЬ); DMAX (ДМАКС); DMIN (ДМИН); DPRODUCT (БДПРОИЗВЕД); DSTDEV (ДСТАНДОТКЛ); DSTDEVP (ДСТАНДОТКЛП); DSUM (БДСУММ); DVAR (БДДИСП); DVARP (БДДИСПП) Информационные функции Используются для предоставления информации о данных в выделенной ячейке или диапазоне ячеек. ERROR.TYPE (ТИП.ОШИБКИ); ISBLANK (ЕПУСТО); ISERR (ЕОШ); ISERROR (ЕОШИБКА); ISEVEN (ЕЧЁТН); ISFORMULA (ЕФОРМУЛА); ISLOGICAL (ЕЛОГИЧ); ISNA (ЕНД); ISNONTEXT (ЕНЕТЕКСТ); ISNUMBER (ЕЧИСЛО); ISODD (ЕНЕЧЁТ); ISREF (ЕССЫЛКА); ISTEXT (ЕТЕКСТ); N (Ч); NA (НД); SHEET (ЛИСТ); SHEETS (ЛИСТЫ); TYPE (ТИП) Логические функции Используются для выполнения проверки, является ли условие истинным или ложным. AND (И); FALSE (ЛОЖЬ); IF (ЕСЛИ); IFERROR (ЕСЛИОШИБКА); IFNA (ЕСНД); NOT (НЕ); OR (ИЛИ); SWITCH (ПЕРЕКЛЮЧ); TRUE (ИСТИНА); XOR (ИСКЛИЛИ)" + "body": "Важная причина использования электронных таблиц - это возможность выполнять основные расчеты. Некоторые из них можно выполнить автоматически, выбрав диапазон ячеек на рабочем листе: СРЕДНЕЕ - используется для того, чтобы проанализировать выбранный диапазон ячеек и рассчитать среднее значение. КОЛИЧЕСТВО - используется для того, чтобы подсчитать количество выбранных ячеек, содержащих значения, без учета пустых ячеек. СУММА - используется для того, чтобы сложить все числа в выбранном диапазоне без учета пустых или содержащих текст ячеек. Результаты этих расчетов отображаются в правом нижнем углу строки состояния. Для выполнения любых других расчетов можно ввести нужную формулу вручную, используя общепринятые математические операторы, или вставить заранее определенную формулу - Функцию. Для вставки функции: выделите ячейку, в которую требуется вставить функцию, щелкните по значку Вставить функцию , расположенному на вкладке Главная верхней панели инструментов, и выберите одну из часто используемых функций (SUM, MIN, MAX, COUNT) или выберите опцию Дополнительно, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, в открывшемся окне Вставить функцию выберите нужную группу функций, а затем выберите из списка требуемую функцию и нажмите OK. введите аргументы функции или вручную, или выделив мышью диапазон ячеек, который надо добавить в качестве аргумента. Если функция требует несколько аргументов, их надо вводить через запятую. Примечание: в общих случаях, в качестве аргументов функций можно использовать числовые значения, логические значения (TRUE, FALSE), текстовые значения (они должны быть заключены в кавычки), ссылки на ячейки, ссылки на диапазоны ячеек, имена, присвоенные диапазонам, и другие функции. Нажмите клавишу Enter. Вот список доступных функций, сгруппированных по категориям: Примечание: если вы хотите изменить язык, который используется для имен функций, перейдите в меню Файл -> Дополнительные параметры, выберите нужный язык из списка Язык формул и нажмите кнопку Применить. Категория функций Описание Функции Функции для работы с текстом и данными Используются для корректного отображения текстовых данных в электронной таблице. CHAR (СИМВОЛ); CLEAN (ПЕЧСИМВ); CODE (КОДСИМВ); CONCATENATE (СЦЕПИТЬ); CONCAT (СЦЕП); DOLLAR (РУБЛЬ); EXACT (СОВПАД); FIND (НАЙТИ); FINDB (НАЙТИБ); FIXED (ФИКСИРОВАННЫЙ); LEFT (ЛЕВСИМВ); LEFTB (ЛЕВБ); LEN (ДЛСТР); LENB (ДЛИНБ); LOWER (СТРОЧН); MID (ПСТР); MIDB (ПСТРБ); NUMBERVALUE (ЧЗНАЧ); PROPER (ПРОПНАЧ); REPLACE (ЗАМЕНИТЬ); REPLACEB (ЗАМЕНИТЬБ); REPT (ПОВТОР); RIGHT (ПРАВСИМВ); RIGHTB (ПРАВБ); SEARCH (ПОИСК); SEARCHB (ПОИСКБ); SUBSTITUTE (ПОДСТАВИТЬ); T; TEXT (ТЕКСТ); TEXTJOIN (ОБЪЕДИНИТЬ); TRIM (СЖПРОБЕЛЫ); UNICHAR (ЮНИСИМВ); UNICODE; UPPER (ПРОПИСН); VALUE (ЗНАЧЕН); Статистические функции Используются для анализа данных: нахождения среднего значения, наибольшего или наименьшего значения в диапазоне ячеек. AVEDEV (СРОТКЛ); AVERAGE (СРЗНАЧ); AVERAGEA (СРЗНАЧА); AVERAGEIF (СРЗНАЧЕСЛИ); AVERAGEIFS (СРЗНАЧЕСЛИМН); BETADIST (БЕТАРАСП); BETA.DIST (БЕТА.РАСП); BETA.INV (БЕТА.ОБР); BINOMDIST (БИНОМРАСП); BINOM.DIST (БИНОМ.РАСП); BINOM.DIST.RANGE (БИНОМ.РАСП.ДИАП); BINOM.INV (БИНОМ.ОБР); CHIDIST (ХИ2РАСП); CHIINV (ХИ2ОБР); CHISQ.DIST (ХИ2.РАСП); CHISQ.DIST.RT (ХИ2.РАСП.ПХ); CHISQ.INV (ХИ2.ОБР); CHISQ.INV.RT (ХИ2.ОБР.ПХ); CHITEST (ХИ2ТЕСТ); CHISQ.TEST (ХИ2.ТЕСТ); CONFIDENCE (ДОВЕРИТ); CONFIDENCE.NORM (ДОВЕРИТ.НОРМ); CONFIDENCE.T (ДОВЕРИТ.СТЬЮДЕНТ); CORREL (КОРРЕЛ); COUNT (СЧЁТ); COUNTA (СЧЁТЗ); COUNBLANK (СЧИТАТЬПУСТОТЫ); COUNTIF (СЧЁТЕСЛИ); COUNTIFS (СЧЁТЕСЛИМН); COVAR (КОВАР); COVARIANCE.P (КОВАРИАЦИЯ.Г); COVARIANCE.S (КОВАРИАЦИЯ.В); CRITBINOM (КРИТБИНОМ); DEVSQ (КВАДРОТКЛ); EXPON.DIST (ЭКСП.РАСП); EXPONDIST (ЭКСПРАСП); F.DIST (F.РАСП); FDIST (FРАСП); F.DIST.RT (F.РАСП.ПХ); F.INV (F.ОБР); FINV (FРАСПОБР); F.INV.RT (F.ОБР.ПХ); FISHER (ФИШЕР); FISHERINV (ФИШЕРОБР); FORECAST (ПРОГНОЗ); FORECAST.LINEAR (ПРЕДСКАЗ.ЛИНЕЙН); FREQUENCY (ЧАСТОТА); GAMMA (ГАММА); GAMMA.DIST (ГАММА.РАСП); GAMMADIST (ГАММАРАСП); GAMMA.INV (ГАММА.ОБР); GAMMAINV (ГАММАОБР); GAMMALN (ГАММАНЛОГ); GAMMALN.PRECISE (ГАММАНЛОГ.ТОЧН); GAUSS (ГАУСС); GEOMEAN (СРГЕОМ); HARMEAN (СРГАРМ); HYPGEOMDIST (ГИПЕРГЕОМЕТ); INTERCEPT (ОТРЕЗОК); KURT (ЭКСЦЕСС); LARGE (НАИБОЛЬШИЙ); LOGINV (ЛОГНОРМОБР); LOGNORM.DIST (ЛОГНОРМ.РАСП); LOGNORM.INV (ЛОГНОРМ.ОБР); LOGNORMDIST (ЛОГНОРМРАСП); MAX (МАКС); MAXA (МАКСА); MAXIFS (МАКСЕСЛИ); MEDIAN (МЕДИАНА); MIN (МИН); MINA (МИНА); MINIFS (МИНЕСЛИ); MODE (МОДА); MODE.MULT (МОДА.НСК); MODE.SNGL (МОДА.ОДН); NEGBINOMDIST (ОТРБИНОМРАСП); NEGBINOM.DIST (ОТРБИНОМ.РАСП); NORMDIST (НОРМРАСП); NORM.DIST (НОРМ.РАСП); NORMINV (НОРМОБР); NORM.INV (НОРМ.ОБР); NORMSDIST (НОРМСТРАСП); NORM.S.DIST (НОРМ.СТ.РАСП); NORMSINV (НОРМСТОБР); NORM.S.INV (НОРМ.СТ.ОБР); PEARSON (ПИРСОН); PERCENTILE (ПЕРСЕНТИЛЬ); PERCENTILE.EXC (ПРОЦЕНТИЛЬ.ИСКЛ); PERCENTILE.INC (ПРОЦЕНТИЛЬ.ВКЛ); PERCENTRANK (ПРОЦЕНТРАНГ); PERCENTRANK.EXC (ПРОЦЕНТРАНГ.ИСКЛ); PERCENTRANK.INC (ПРОЦЕНТРАНГ.ВКЛ); PERMUT (ПЕРЕСТ); PERMUTATIONA (ПЕРЕСТА); PHI (ФИ); POISSON (ПУАССОН); POISSON.DIST (ПУАССОН.РАСП); PROB (ВЕРОЯТНОСТЬ); QUARTILE (КВАРТИЛЬ); QUARTILE.EXC (КВАРТИЛЬ.ИСКЛ); QUARTILE.INC (КВАРТИЛЬ.ВКЛ); RANK (РАНГ); RANK.AVG (РАНГ.СР); RANK.EQ (РАНГ.РВ); RSQ (КВПИРСОН); SKEW (СКОС); SKEW.P (СКОС.Г); SLOPE (НАКЛОН); SMALL (НАИМЕНЬШИЙ); STANDARDIZE (НОРМАЛИЗАЦИЯ); STDEV (СТАНДОТКЛОН); STDEV.S (СТАНДОТКЛОН.В); STDEVA (СТАНДОТКЛОНА); STDEVP (СТАНДОТКЛОНП); STDEV.P (СТАНДОТКЛОН.Г); STDEVPA (СТАНДОТКЛОНПА); STEYX (СТОШYX); TDIST (СТЬЮДРАСП); T.DIST (СТЬЮДЕНТ.РАСП); T.DIST.2T (СТЬЮДЕНТ.РАСП.2Х); T.DIST.RT (СТЬЮДЕНТ.РАСП.ПХ); T.INV (СТЬЮДЕНТ.ОБР); TRIMMEAN (УРЕЗСРЕДНЕЕ); TTEST (ТТЕСТ); T.TEST (СТЬЮДЕНТ.ТЕСТ); T.INV.2T (СТЬЮДЕНТ.ОБР.2Х); TINV (СТЬЮДРАСПОБР); VAR (ДИСП); VARA (ДИСПА); VARP (ДИСПР); VAR.P (ДИСП.Г); VAR.S (ДИСП.В); VARPA (ДИСПРА); WEIBULL (ВЕЙБУЛЛ); WEIBULL.DIST (ВЕЙБУЛЛ.РАСП); ZTEST (ZТЕСТ); Z.TEST (Z.ТЕСТ) Финансовые функции Используются для выполнения финансовых расчетов: вычисления чистой приведенной стоимости, суммы платежа и т.д. ACCRINT (НАКОПДОХОД); ACCRINTM (НАКОПДОХОДПОГАШ); AMORDEGRC (АМОРУМ); AMORLINC (АМОРУВ); COUPDAYBS (ДНЕЙКУПОНДО); COUPDAYS (ДНЕЙКУПОН); COUPDAYSNC (ДНЕЙКУПОНПОСЛЕ); COUPNCD (ДАТАКУПОНПОСЛЕ); COUPNUM (ЧИСЛКУПОН); COUPPCD (ДАТАКУПОНДО); CUMIPMT (ОБЩПЛАТ); CUMPRINC (ОБЩДОХОД); DB (ФУО); DDB (ДДОБ); DISC (СКИДКА); DOLLARDE (РУБЛЬ.ДЕС); DOLLARFR (РУБЛЬ.ДРОБЬ); DURATION (ДЛИТ); EFFECT (ЭФФЕКТ); FV (БС); FVSCHEDULE (БЗРАСПИС); INTRATE (ИНОРМА); IPMT (ПРПЛТ); IRR (ВСД); ISPMT (ПРОЦПЛАТ); MDURATION (МДЛИТ); MIRR (МВСД); NOMINAL (НОМИНАЛ); NPER (КПЕР); NPV (ЧПС); ODDFPRICE (ЦЕНАПЕРВНЕРЕГ); ODDFYIELD (ДОХОДПЕРВНЕРЕГ); ODDLPRICE (ЦЕНАПОСЛНЕРЕГ); ODDLYIELD (ДОХОДПОСЛНЕРЕГ); PMT (ПЛТ); PPMT (ОСПЛТ); PRICE (ЦЕНА); PRICEDISC (ЦЕНАСКИДКА); PRICEMAT (ЦЕНАПОГАШ); PV (ПС); RATE (СТАВКА); RECEIVED (ПОЛУЧЕНО); RRI (ЭКВ.СТАВКА); SLN (АПЛ); SYD (АСЧ); TBILLEQ (РАВНОКЧЕК); TBILLPRICE (ЦЕНАКЧЕК); TBILLYIELD (ДОХОДКЧЕК); VDB (ПУО); XIRR (ЧИСТВНДОХ); XNPV (ЧИСТНЗ); YIELD (ДОХОД); YIELDDISC (ДОХОДСКИДКА); YIELDMAT (ДОХОДПОГАШ) Математические функции Используются для выполнения базовых математических и тригонометрических операций, таких как сложение, умножение, деление, округление и т.д. ABS; ACOS; ACOSH; ACOT; ACOTH; AGGREGATE (АГРЕГАТ); ARABIC (АРАБСКОЕ); ASIN; ASINH; ATAN; ATAN2; ATANH; BASE (ОСНОВАНИЕ); CEILING (ОКРВВЕРХ); CEILING.MATH (ОКРВВЕРХ.МАТ); CEILING.PRECISE (ОКРВВЕРХ.ТОЧН); COMBIN (ЧИСЛКОМБ); COMBINA (ЧИСЛКОМБА); COS; COSH; COT; COTH; CSC; CSCH; DECIMAL (ДЕС); DEGREES (ГРАДУСЫ); ECMA.CEILING (ECMA.ОКРВВЕРХ); EVEN (ЧЁТН); EXP; FACT (ФАКТР); FACTDOUBLE (ДВФАКТР); FLOOR (ОКРВНИЗ); FLOOR.PRECISE (ОКРВНИЗ.ТОЧН); FLOOR.MATH (ОКРВНИЗ.МАТ); GCD (НОД); INT (ЦЕЛОЕ); ISO.CEILING (ISO.ОКРВВЕРХ); LCM (НОК); LN; LOG; LOG10; MDETERM (МОПРЕД); MINVERSE (МОБР); MMULT (МУМНОЖ); MOD (ОСТАТ); MROUND (ОКРУГЛТ); MULTINOMIAL (МУЛЬТИНОМ); ODD (НЕЧЁТ); PI (ПИ); POWER (СТЕПЕНЬ); PRODUCT (ПРОИЗВЕД); QUOTIENT (ЧАСТНОЕ); RADIANS (РАДИАНЫ); RAND (СЛЧИС); RANDBETWEEN (СЛУЧМЕЖДУ); ROMAN (РИМСКОЕ); ROUND (ОКРУГЛ); ROUNDDOWN (ОКРУГЛВНИЗ); ROUNDUP (ОКРУГЛВВЕРХ); SEC; SECH; SERIESSUM (РЯД.СУММ); SIGN (ЗНАК); SIN; SINH; SQRT (КОРЕНЬ); SQRTPI (КОРЕНЬПИ); SUBTOTAL (ПРОМЕЖУТОЧНЫЕ.ИТОГИ); SUM (СУММ); SUMIF (СУММЕСЛИ); SUMIFS (СУММЕСЛИМН); SUMPRODUCT (СУММПРОИЗВ); SUMSQ (СУММКВ); SUMX2MY2 (СУММРАЗНКВ); SUMX2PY2 (СУММСУММКВ); SUMXMY2 (СУММКВРАЗН); TAN; TANH; TRUNC (ОТБР); Поисковые функции Используются для упрощения поиска информации по списку данных. ADDRESS (АДРЕС); CHOOSE (ВЫБОР); COLUMN (СТОЛБЕЦ); COLUMNS (ЧИСЛСТОЛБ); HLOOKUP (ГПР); INDEX (ИНДЕКС); INDIRECT (ДВССЫЛ); LOOKUP (ПРОСМОТР); MATCH (ПОИСКПОЗ); OFFSET (СМЕЩ); ROW (СТРОКА); ROWS (ЧСТРОК); TRANSPOSE (ТРАНСП); VLOOKUP (ВПР) Функции даты и времени Используются для корректного отображения даты и времени в электронной таблице. DATE (ДАТА); DATEDIF (РАЗНДАТ); DATEVALUE (ДАТАЗНАЧ); DAY (ДЕНЬ); DAYS (ДНИ); DAYS360 (ДНЕЙ360); EDATE (ДАТАМЕС); EOMONTH (КОНМЕСЯЦА); HOUR (ЧАС); ISOWEEKNUM (НОМНЕДЕЛИ.ISO); MINUTE (МИНУТЫ); MONTH (МЕСЯЦ); NETWORKDAYS (ЧИСТРАБДНИ); NETWORKDAYS.INTL (ЧИСТРАБДНИ.МЕЖД); NOW (ТДАТА); SECOND (СЕКУНДЫ); TIME (ВРЕМЯ); TIMEVALUE (ВРЕМЗНАЧ); TODAY (СЕГОДНЯ); WEEKDAY (ДЕНЬНЕД); WEEKNUM (НОМНЕДЕЛИ); WORKDAY (РАБДЕНЬ); WORKDAY.INTL (РАБДЕНЬ.МЕЖД); YEAR (ГОД); YEARFRAC (ДОЛЯГОДА) Инженерные функции Используются для выполнения инженерных расчетов: преобразования чисел из одной системы счисления в другую, работы с комплексными числами и т.д. BESSELI (БЕССЕЛЬ.I); BESSELJ (БЕССЕЛЬ.J); BESSELK (БЕССЕЛЬ.K); BESSELY (БЕССЕЛЬ.Y); BIN2DEC (ДВ.В.ДЕС); BIN2HEX (ДВ.В.ШЕСТН); BIN2OCT (ДВ.В.ВОСЬМ); BITAND (БИТ.И); BITLSHIFT (БИТ.СДВИГЛ); BITOR (БИТ.ИЛИ); BITRSHIFT (БИТ.СДВИГП); BITXOR (БИТ.ИСКЛИЛИ); COMPLEX (КОМПЛЕКСН); DEC2BIN (ДЕС.В.ДВ); DEC2HEX (ДЕС.В.ШЕСТН); DEC2OCT (ДЕС.В.ВОСЬМ); DELTA (ДЕЛЬТА); ERF (ФОШ); ERF.PRECISE (ФОШ.ТОЧН); ERFC (ДФОШ); ERFC.PRECISE (ДФОШ.ТОЧН); GESTEP (ПОРОГ); HEX2BIN (ШЕСТН.В.ДВ); HEX2DEC (ШЕСТН.В.ДЕС); HEX2OCT (ШЕСТН.В.ВОСЬМ); IMABS (МНИМ.ABS); IMAGINARY (МНИМ.ЧАСТЬ); IMARGUMENT (МНИМ.АРГУМЕНТ); IMCONJUGATE (МНИМ.СОПРЯЖ); IMCOS (МНИМ.COS); IMCOSH (МНИМ.COSH); IMCOT (МНИМ.COT); IMCSC (МНИМ.CSC); IMCSCH (МНИМ.CSCH); IMDIV (МНИМ.ДЕЛ); IMEXP (МНИМ.EXP); IMLN (МНИМ.LN); IMLOG10 (МНИМ.LOG10); IMLOG2 (МНИМ.LOG2); IMPOWER (МНИМ.СТЕПЕНЬ); IMPRODUCT (МНИМ.ПРОИЗВЕД); IMREAL (МНИМ.ВЕЩ); IMSEC (МНИМ.SEC); IMSECH (МНИМ.SECH); IMSIN (МНИМ.SIN); IMSINH (МНИМ.SINH); IMSQRT (МНИМ.КОРЕНЬ); IMSUB (МНИМ.РАЗН); IMSUM (МНИМ.СУММ); IMTAN (МНИМ.TAN); OCT2BIN (ВОСЬМ.В.ДВ); OCT2DEC (ВОСЬМ.В.ДЕС); OCT2HEX (ВОСЬМ.В.ШЕСТН) Функции для работы с базами данных Используются для выполнения вычислений по значениям определенного поля базы данных, соответствующих заданным критериям. DAVERAGE (ДСРЗНАЧ); DCOUNT (БСЧЁТ); DCOUNTA (БСЧЁТА); DGET (БИЗВЛЕЧЬ); DMAX (ДМАКС); DMIN (ДМИН); DPRODUCT (БДПРОИЗВЕД); DSTDEV (ДСТАНДОТКЛ); DSTDEVP (ДСТАНДОТКЛП); DSUM (БДСУММ); DVAR (БДДИСП); DVARP (БДДИСПП) Информационные функции Используются для предоставления информации о данных в выделенной ячейке или диапазоне ячеек. ERROR.TYPE (ТИП.ОШИБКИ); ISBLANK (ЕПУСТО); ISERR (ЕОШ); ISERROR (ЕОШИБКА); ISEVEN (ЕЧЁТН); ISFORMULA (ЕФОРМУЛА); ISLOGICAL (ЕЛОГИЧ); ISNA (ЕНД); ISNONTEXT (ЕНЕТЕКСТ); ISNUMBER (ЕЧИСЛО); ISODD (ЕНЕЧЁТ); ISREF (ЕССЫЛКА); ISTEXT (ЕТЕКСТ); N (Ч); NA (НД); SHEET (ЛИСТ); SHEETS (ЛИСТЫ); TYPE (ТИП) Логические функции Используются для выполнения проверки, является ли условие истинным или ложным. AND (И); FALSE (ЛОЖЬ); IF (ЕСЛИ); IFERROR (ЕСЛИОШИБКА); IFNA (ЕСНД); NOT (НЕ); OR (ИЛИ); SWITCH (ПЕРЕКЛЮЧ); TRUE (ИСТИНА); XOR (ИСКЛИЛИ)" }, { "id": "UsageInstructions/InsertImages.htm", @@ -2278,12 +2278,12 @@ var indexes = { "id": "UsageInstructions/InsertTextObjects.htm", "title": "Вставка текстовых объектов", - "body": "Чтобы привлечь внимание к определенной части электронной таблицы, можно вставить надпись (прямоугольную рамку, внутри которой вводится текст) или объект Text Art (текстовое поле с предварительно заданным стилем и цветом шрифта, позволяющее применять текстовые эффекты). Добавление текстового объекта Текстовый объект можно добавить в любом месте рабочего листа. Для этого: перейдите на вкладку Вставка верхней панели инструментов, выберите нужный тип текстового объекта: чтобы добавить текстовое поле, щелкните по значку Надпись на верхней панели инструментов, затем щелкните там, где требуется поместить надпись, удерживайте кнопку мыши и перетаскивайте границу текстового поля, чтобы задать его размер. Когда вы отпустите кнопку мыши, в добавленном текстовом поле появится курсор, и вы сможете ввести свой текст. Примечание: надпись можно также вставить, если щелкнуть по значку Фигура на верхней панели инструментов и выбрать фигуру из группы Основные фигуры. чтобы добавить объект Text Art, щелкните по значку Text Art на верхней панели инструментов, затем щелкните по нужному шаблону стиля – объект Text Art будет добавлен в центре рабочего листа. Выделите мышью стандартный текст внутри текстового поля и напишите вместо него свой текст. щелкните за пределами текстового объекта, чтобы применить изменения и вернуться к рабочему листу. Текст внутри текстового объекта является его частью (при перемещении или повороте текстового объекта текст будет перемещаться или поворачиваться вместе с ним). Поскольку вставленный текстовый объект представляет собой прямоугольную рамку с текстом внутри (у объектов Text Art по умолчанию невидимые границы), а эта рамка является обычной автофигурой, можно изменять свойства и фигуры, и текста. Чтобы удалить добавленный текстовый объект, щелкните по краю текстового поля и нажмите клавишу Delete на клавиатуре. Текст внутри текстового поля тоже будет удален. Форматирование текстового поля Выделите текстовое поле, щелкнув по его границе, чтобы можно было изменить его свойства. Когда текстовое поле выделено, его границы отображаются как сплошные, а не пунктирные линии. чтобы изменить размер текстового поля, переместить, повернуть его, используйте специальные маркеры по краям фигуры. чтобы изменить заливку, обводку, заменить прямоугольное поле на какую-то другую фигуру или открыть дополнительные параметры фигуры, щелкните по значку Параметры фигуры на правой боковой панели и используйте соответствующие опции. чтобы расположить текстовые поля в определенном порядке относительно других объектов, щелкните правой кнопкой мыши по границе текстового поля и используйте опции контекстного меню. чтобы создать колонки текста внутри текстового поля, щелкните правой кнопкой мыши по границе текстового поля, нажмите на пункт меню Дополнительные параметры фигуры и перейдите на вкладку Колонки в окне Фигура - дополнительные параметры. Форматирование текста внутри текстового поля Щелкните по тексту внутри текстового поля, чтобы можно было изменить его свойства. Когда текст выделен, границы текстового поля отображаются как пунктирные линии. Примечание: форматирование текста можно изменить и в том случае, если выделено текстовое поле, а не сам текст. В этом случае любые изменения будут применены ко всему тексту в текстовом поле. Некоторые параметры форматирования шрифта (тип, размер, цвет и стили оформления шрифта) можно отдельно применить к предварительно выделенному фрагменту текста. Настройте параметры форматирования шрифта (измените его тип, размер, цвет и примените стили оформления) с помощью соответствующих значков на вкладке Главная верхней панели инструментов. Некоторые дополнительные параметры шрифта можно также изменить на вкладке Шрифт в окне свойств абзаца. Чтобы его открыть, щелкнуть правой кнопкой мыши по тексту в текстовом поле и выберите опцию Дополнительные параметры текста. Выровняйте текст внутри текстового поля по горизонтали с помощью соответствующих значков на вкладке Главная верхней панели инструментов. Выровняйте текст внутри текстового поля по вертикали с помощью соответствующих значков на вкладке Главная верхней панели инструментов. Можно также щелкнуть по тексту правой кнопкой мыши, выбрать опцию Вертикальное выравнивание, а затем - один из доступных вариантов: По верхнему краю, По центру или По нижнему краю. Поверните текст внутри текстового поля. Для этого щелкните по тексту правой кнопкой мыши, выберите опцию Направление текста, а затем выберите один из доступных вариантов: Горизонтальное (выбран по умолчанию), Поворот на 90° (задает вертикальное направление, сверху вниз) или Поворот на 270° (задает вертикальное направление, снизу вверх). Создайте маркированный или нумерованный список. Для этого щелкните по тексту правой кнопкой мыши, выберите в контекстном меню пункт Маркеры и нумерация, а затем выберите один из доступных знаков маркера или стилей нумерации. Вставьте гиперссылку. Задайте междустрочный интервал и интервал между абзацами для многострочного текста внутри текстового поля с помощью вкладки Параметры текста на правой боковой панели. Чтобы ее открыть, щелкните по значку Параметры текста . Здесь можно задать высоту строки для строк текста в абзаце, а также поля между текущим и предыдущим или последующим абзацем. Междустрочный интервал - задайте высоту строки для строк текста в абзаце. Вы можете выбрать одну из трех опций: минимум (устанавливает минимальный междустрочный интервал, который требуется, чтобы соответствовать самому крупному шрифту или графическому элементу на строке), множитель (устанавливает междустрочный интервал, который может быть выражен в числах больше 1), точно (устанавливает фиксированный междустрочный интервал). Необходимое значение можно указать в поле справа. Интервал между абзацами - задайте величину свободного пространства между абзацами. Перед - задайте величину свободного пространства перед абзацем. После - задайте величину свободного пространства после абзаца. Измените дополнительные параметры абзаца (можно настроить отступы абзаца и позиции табуляции для многострочного текста внутри текстового поля и применить некоторые параметры форматирования шрифта). Установите курсор в пределах нужного абзаца - на правой боковой панели будет активирована вкладка Параметры текста. Нажмите на ссылку Дополнительные параметры. Откроется окно свойств абзаца: На вкладке Отступы и положение можно изменить смещение первой строки абзаца от левого внутреннего поля текстового поля, а также смещение всего абзаца от левого и правого внутренних полей текстового поля. Вкладка Шрифт содержит следующие параметры: Зачёркивание - используется для зачеркивания текста чертой, проведенной по буквам. Двойное зачёркивание - используется для зачеркивания текста двойной чертой, проведенной по буквам. Надстрочные - используется, чтобы сделать текст мельче и поместить его в верхней части строки, например, как в дробях. Подстрочные - используется, чтобы сделать текст мельче и поместить его в нижней части строки, например, как в химических формулах. Малые прописные - используется, чтобы сделать все буквы строчными. Все прописные - используется, чтобы сделать все буквы прописными. Межзнаковый интервал - используется, чтобы задать расстояние между символами. На вкладке Табуляция можно изменить позиции табуляции, то есть те позиции, куда переходит курсор при нажатии клавиши Tab на клавиатуре. Позиция - используется, чтобы задать пользовательские позиции табуляции. Введите в этом поле нужное значение, настройте его более точно, используя кнопки со стрелками, и нажмите на кнопку Задать. Пользовательская позиция табуляции будет добавлена в список в расположенном ниже поле. Позиция табуляци По умолчанию имеет значение 1.25 см. Это значение можно уменьшить или увеличить, используя кнопки со стрелками или введя в поле нужное значение. Выравнивание - используется, чтобы задать нужный тип выравнивания для каждой из позиций табуляции в расположенном выше списке. Выделите нужную позицию табуляции в списке, выберите переключатель По левому краю, По центру или По правому краю и нажмите на кнопку Задать. По левому краю - выравнивает текст по левому краю относительно позиции табуляции; при наборе текст движется вправо от позиции табуляции. По центру - центрирует текст относительно позиции табуляции. По правому краю - выравнивает текст по правому краю относительно позиции табуляции; при наборе текст движется влево от позиции табуляции. Для удаления позиций табуляции из списка выделите позицию табуляции и нажмите кнопку Удалить или Удалить все. Изменение стиля объекта Text Art Выделите текстовый объект и щелкните по значку Параметры объектов Text Art на правой боковой панели. Измените примененный стиль текста, выбрав из галереи новый Шаблон. Можно также дополнительно изменить этот базовый стиль, выбрав другой тип, размер шрифта и т.д. Измените заливку и обводку шрифта. Доступны точно такие же опции, как и для автофигур. Примените текстовый эффект, выбрав нужный тип трансформации текста из галереи Трансформация. Можно скорректировать степень искривления текста, перетаскивая розовый маркер в форме ромба." + "body": "Чтобы привлечь внимание к определенной части электронной таблицы, можно вставить надпись (прямоугольную рамку, внутри которой вводится текст) или объект Text Art (текстовое поле с предварительно заданным стилем и цветом шрифта, позволяющее применять текстовые эффекты). Добавление текстового объекта Текстовый объект можно добавить в любом месте рабочего листа. Для этого: перейдите на вкладку Вставка верхней панели инструментов, выберите нужный тип текстового объекта: чтобы добавить текстовое поле, щелкните по значку Надпись на верхней панели инструментов, затем щелкните там, где требуется поместить надпись, удерживайте кнопку мыши и перетаскивайте границу текстового поля, чтобы задать его размер. Когда вы отпустите кнопку мыши, в добавленном текстовом поле появится курсор, и вы сможете ввести свой текст. Примечание: надпись можно также вставить, если щелкнуть по значку Фигура на верхней панели инструментов и выбрать фигуру из группы Основные фигуры. чтобы добавить объект Text Art, щелкните по значку Text Art на верхней панели инструментов, затем щелкните по нужному шаблону стиля – объект Text Art будет добавлен в центре рабочего листа. Выделите мышью стандартный текст внутри текстового поля и напишите вместо него свой текст. щелкните за пределами текстового объекта, чтобы применить изменения и вернуться к рабочему листу. Текст внутри текстового объекта является его частью (при перемещении или повороте текстового объекта текст будет перемещаться или поворачиваться вместе с ним). Поскольку вставленный текстовый объект представляет собой прямоугольную рамку с текстом внутри (у объектов Text Art по умолчанию невидимые границы), а эта рамка является обычной автофигурой, можно изменять свойства и фигуры, и текста. Чтобы удалить добавленный текстовый объект, щелкните по краю текстового поля и нажмите клавишу Delete на клавиатуре. Текст внутри текстового поля тоже будет удален. Форматирование текстового поля Выделите текстовое поле, щелкнув по его границе, чтобы можно было изменить его свойства. Когда текстовое поле выделено, его границы отображаются как сплошные, а не пунктирные линии. чтобы изменить размер текстового поля, переместить, повернуть его, используйте специальные маркеры по краям фигуры. чтобы изменить заливку, обводку, заменить прямоугольное поле на какую-то другую фигуру или открыть дополнительные параметры фигуры, щелкните по значку Параметры фигуры на правой боковой панели и используйте соответствующие опции. чтобы расположить текстовые поля в определенном порядке относительно других объектов, щелкните правой кнопкой мыши по границе текстового поля и используйте опции контекстного меню. чтобы создать колонки текста внутри текстового поля, щелкните правой кнопкой мыши по границе текстового поля, нажмите на пункт меню Дополнительные параметры фигуры и перейдите на вкладку Колонки в окне Фигура - дополнительные параметры. Форматирование текста внутри текстового поля Щелкните по тексту внутри текстового поля, чтобы можно было изменить его свойства. Когда текст выделен, границы текстового поля отображаются как пунктирные линии. Примечание: форматирование текста можно изменить и в том случае, если выделено текстовое поле, а не сам текст. В этом случае любые изменения будут применены ко всему тексту в текстовом поле. Некоторые параметры форматирования шрифта (тип, размер, цвет и стили оформления шрифта) можно отдельно применить к предварительно выделенному фрагменту текста. Настройте параметры форматирования шрифта (измените его тип, размер, цвет и примените стили оформления) с помощью соответствующих значков на вкладке Главная верхней панели инструментов. Некоторые дополнительные параметры шрифта можно также изменить на вкладке Шрифт в окне свойств абзаца. Чтобы его открыть, щелкнуть правой кнопкой мыши по тексту в текстовом поле и выберите опцию Дополнительные параметры текста. Выровняйте текст внутри текстового поля по горизонтали с помощью соответствующих значков на вкладке Главная верхней панели инструментов. Выровняйте текст внутри текстового поля по вертикали с помощью соответствующих значков на вкладке Главная верхней панели инструментов. Можно также щелкнуть по тексту правой кнопкой мыши, выбрать опцию Вертикальное выравнивание, а затем - один из доступных вариантов: По верхнему краю, По центру или По нижнему краю. Поверните текст внутри текстового поля. Для этого щелкните по тексту правой кнопкой мыши, выберите опцию Направление текста, а затем выберите один из доступных вариантов: Горизонтальное (выбран по умолчанию), Поворот на 90° (задает вертикальное направление, сверху вниз) или Поворот на 270° (задает вертикальное направление, снизу вверх). Создайте маркированный или нумерованный список. Для этого щелкните по тексту правой кнопкой мыши, выберите в контекстном меню пункт Маркеры и нумерация, а затем выберите один из доступных знаков маркера или стилей нумерации. Вставьте гиперссылку. Задайте междустрочный интервал и интервал между абзацами для многострочного текста внутри текстового поля с помощью вкладки Параметры текста на правой боковой панели. Чтобы ее открыть, щелкните по значку Параметры текста . Здесь можно задать высоту строки для строк текста в абзаце, а также поля между текущим и предыдущим или последующим абзацем. Междустрочный интервал - задайте высоту строки для строк текста в абзаце. Вы можете выбрать одну из трех опций: минимум (устанавливает минимальный междустрочный интервал, который требуется, чтобы соответствовать самому крупному шрифту или графическому элементу на строке), множитель (устанавливает междустрочный интервал, который может быть выражен в числах больше 1), точно (устанавливает фиксированный междустрочный интервал). Необходимое значение можно указать в поле справа. Интервал между абзацами - задайте величину свободного пространства между абзацами. Перед - задайте величину свободного пространства перед абзацем. После - задайте величину свободного пространства после абзаца. Измените дополнительные параметры абзаца (можно настроить отступы абзаца и позиции табуляции для многострочного текста внутри текстового поля и применить некоторые параметры форматирования шрифта). Установите курсор в пределах нужного абзаца - на правой боковой панели будет активирована вкладка Параметры текста. Нажмите на ссылку Дополнительные параметры. Откроется окно свойств абзаца: На вкладке Отступы и положение можно изменить смещение первой строки абзаца от левого внутреннего поля текстового поля, а также смещение всего абзаца от левого и правого внутренних полей текстового поля. Вкладка Шрифт содержит следующие параметры: Зачёркивание - используется для зачеркивания текста чертой, проведенной по буквам. Двойное зачёркивание - используется для зачеркивания текста двойной чертой, проведенной по буквам. Надстрочные - используется, чтобы сделать текст мельче и поместить его в верхней части строки, например, как в дробях. Подстрочные - используется, чтобы сделать текст мельче и поместить его в нижней части строки, например, как в химических формулах. Малые прописные - используется, чтобы сделать все буквы строчными. Все прописные - используется, чтобы сделать все буквы прописными. Межзнаковый интервал - используется, чтобы задать расстояние между символами. На вкладке Табуляция можно изменить позиции табуляции, то есть те позиции, куда переходит курсор при нажатии клавиши Tab на клавиатуре. Позиция - используется, чтобы задать пользовательские позиции табуляции. Введите в этом поле нужное значение, настройте его более точно, используя кнопки со стрелками, и нажмите на кнопку Задать. Пользовательская позиция табуляции будет добавлена в список в расположенном ниже поле. Позиция табуляци По умолчанию имеет значение 1.25 см. Это значение можно уменьшить или увеличить, используя кнопки со стрелками или введя в поле нужное значение. Выравнивание - используется, чтобы задать нужный тип выравнивания для каждой из позиций табуляции в расположенном выше списке. Выделите нужную позицию табуляции в списке, выберите переключатель По левому краю, По центру или По правому краю и нажмите на кнопку Задать. По левому краю - выравнивает текст по левому краю относительно позиции табуляции; при наборе текст движется вправо от позиции табуляции. По центру - центрирует текст относительно позиции табуляции. По правому краю - выравнивает текст по правому краю относительно позиции табуляции; при наборе текст движется влево от позиции табуляции. Для удаления позиций табуляции из списка выделите позицию табуляции и нажмите кнопку Удалить или Удалить все. Изменение стиля объекта Text Art Выделите текстовый объект и щелкните по значку Параметры объектов Text Art на правой боковой панели. Измените примененный стиль текста, выбрав из галереи новый Шаблон. Можно также дополнительно изменить этот базовый стиль, выбрав другой тип, размер шрифта и т.д. Измените заливку и обводку шрифта. Доступны точно такие же опции, как и для автофигур. Примените текстовый эффект, выбрав нужный тип трансформации текста из галереи Трансформация. Можно скорректировать степень искривления текста, перетаскивая розовый маркер в форме ромба." }, { "id": "UsageInstructions/ManageSheets.htm", "title": "Управление листами", - "body": "По умолчанию новая созданная электронная таблица содержит один лист. Проще всего добавить новый лист, нажав на кнопку справа от кнопок Навигации по листам в левом нижнем углу. Есть другой способ добавления нового листа: щелкните правой кнопкой мыши по ярлычку листа, после которого требуется вставить новый лист, выберите из контекстного меню команду Вставить. Новый лист будет вставлен после выбранного. Для активации нужного листа используйте ярлычки листов, расположенные в левом нижнем углу каждой электронной таблицы. Примечание: если электронная таблица содержит много листов, для поиска нужного воспользуйтесь кнопками Навигации по листам, расположенными в левом нижнем углу. Для удаления ненужного листа: щелкните правой кнопкой мыши по ярлычку листа, который требуется удалить, выберите из контекстного меню команду Удалить. Выбранный лист будет удален из текущей электронной таблицы. Для переименования существующего листа: щелкните правой кнопкой мыши по ярлычку листа, который требуется переименовать, выберите из контекстного меню команду Переименовать, в диалоговом окне введите Название листа и нажмите на кнопку OK. Имя выбранного листа будет изменено. Для копирования существующего листа: щелкните правой кнопкой мыши по ярлычку листа, который требуется скопировать, выберите из контекстного меню команду Копировать, выберите лист, перед которым требуется вставить скопированный, или используйте опцию Скопировать в конец, чтобы вставить скопированный лист после всех имеющихся, нажмите на кнопку OK, чтобы подтвердить выбор. Выбранный лист будет скопирован и вставлен в выбранное место. Для перемещения существующего листа: щелкните правой кнопкой мыши по ярлычку листа, который требуется переместить, выберите из контекстного меню команду Переместить, выберите лист, перед которым требуется вставить выбранный, или используйте опцию Переместить в конец, чтобы вставить выбранный лист после всех имеющихся, нажмите на кнопку OK, чтобы подтвердить выбор. Или просто перетащите нужный ярлычок листа и оставьте в новом месте. Выбранный лист будет перемещен. Если электронная таблица содержит много листов, то, чтобы упростить работу, можно скрыть некоторые из них, ненужные в данный момент. Для этого: щелкните правой кнопкой мыши по ярлычку листа, который требуется скрыть, выберите из контекстного меню команду Скрыть, Для отображения скрытого листа щелкните правой кнопкой мыши по любому ярлычку листа, откройте список Скрытый и выберите лист, который требуется отобразить. Чтобы легко различать листы, можно присвоить ярлычкам листов разные цвета. Для этого: щелкните правой кнопкой мыши по нужному ярлычку листа, выберите из контекстного меню пункт Цвет ярлычка, выберите любой цвет на доступных палитрах Цвета темы - цвета, соответствующие выбранной цветовой схеме электронной таблицы. Стандартные цвета - набор стандартных цветов. Пользовательский цвет - щелкните по этой надписи, если в доступных палитрах нет нужного цвета. Выберите нужный цветовой диапазон, перемещая вертикальный ползунок цвета, и определите конкретный цвет, перетаскивая инструмент для выбора цвета внутри большого квадратного цветового поля. Как только Вы выберете какой-то цвет, в полях справа отобразятся соответствующие цветовые значения RGB и sRGB. Также можно задать цвет на базе цветовой модели RGB, введя нужные числовые значения в полях R, G, B (красный, зеленый, синий), или указать шестнадцатеричный код sRGB в поле, отмеченном знаком #. Выбранный цвет появится в окне предварительного просмотра Новый. Если к объекту был ранее применен какой-то пользовательский цвет, этот цвет отображается в окне Текущий, так что вы можете сравнить исходный и измененный цвета. Когда цвет будет задан, нажмите на кнопку Добавить: Пользовательский цвет будет применен к выбранному ярлычку и добавлен в палитру Пользовательский цвет." + "body": "По умолчанию новая созданная электронная таблица содержит один лист. Проще всего добавить новый лист, нажав на кнопку справа от кнопок Навигации по листам в левом нижнем углу. Есть другой способ добавления нового листа: щелкните правой кнопкой мыши по ярлычку листа, после которого требуется вставить новый лист, выберите из контекстного меню команду Вставить. Новый лист будет вставлен после выбранного. Для активации нужного листа используйте ярлычки листов, расположенные в левом нижнем углу каждой электронной таблицы. Примечание: если электронная таблица содержит много листов, для поиска нужного воспользуйтесь кнопками Навигации по листам, расположенными в левом нижнем углу. Для удаления ненужного листа: щелкните правой кнопкой мыши по ярлычку листа, который требуется удалить, выберите из контекстного меню команду Удалить. Выбранный лист будет удален из текущей электронной таблицы. Для переименования существующего листа: щелкните правой кнопкой мыши по ярлычку листа, который требуется переименовать, выберите из контекстного меню команду Переименовать, в диалоговом окне введите Название листа и нажмите на кнопку OK. Имя выбранного листа будет изменено. Для копирования существующего листа: щелкните правой кнопкой мыши по ярлычку листа, который требуется скопировать, выберите из контекстного меню команду Копировать, выберите лист, перед которым требуется вставить скопированный, или используйте опцию Скопировать в конец, чтобы вставить скопированный лист после всех имеющихся, нажмите на кнопку OK, чтобы подтвердить выбор. Выбранный лист будет скопирован и вставлен в выбранное место. Для перемещения существующего листа: щелкните правой кнопкой мыши по ярлычку листа, который требуется переместить, выберите из контекстного меню команду Переместить, выберите лист, перед которым требуется вставить выбранный, или используйте опцию Переместить в конец, чтобы вставить выбранный лист после всех имеющихся, нажмите на кнопку OK, чтобы подтвердить выбор. Или просто перетащите нужный ярлычок листа и оставьте в новом месте. Выбранный лист будет перемещен. Если электронная таблица содержит много листов, то, чтобы упростить работу, можно скрыть некоторые из них, ненужные в данный момент. Для этого: щелкните правой кнопкой мыши по ярлычку листа, который требуется скрыть, выберите из контекстного меню команду Скрыть, Для отображения скрытого листа щелкните правой кнопкой мыши по любому ярлычку листа, откройте список Скрытый и выберите лист, который требуется отобразить. Чтобы легко различать листы, можно присвоить ярлычкам листов разные цвета. Для этого: щелкните правой кнопкой мыши по нужному ярлычку листа, выберите из контекстного меню пункт Цвет ярлычка, выберите любой цвет на доступных палитрах Цвета темы - цвета, соответствующие выбранной цветовой схеме электронной таблицы. Стандартные цвета - набор стандартных цветов. Пользовательский цвет - щелкните по этой надписи, если в доступных палитрах нет нужного цвета. Выберите нужный цветовой диапазон, перемещая вертикальный ползунок цвета, и определите конкретный цвет, перетаскивая инструмент для выбора цвета внутри большого квадратного цветового поля. Как только Вы выберете какой-то цвет, в полях справа отобразятся соответствующие цветовые значения RGB и sRGB. Также можно задать цвет на базе цветовой модели RGB, введя нужные числовые значения в полях R, G, B (красный, зеленый, синий), или указать шестнадцатеричный код sRGB в поле, отмеченном знаком #. Выбранный цвет появится в окне предварительного просмотра Новый. Если к объекту был ранее применен какой-то пользовательский цвет, этот цвет отображается в окне Текущий, так что вы можете сравнить исходный и измененный цвета. Когда цвет будет задан, нажмите на кнопку Добавить: Пользовательский цвет будет применен к выбранному ярлычку и добавлен в палитру Пользовательский цвет." }, { "id": "UsageInstructions/ManipulateObjects.htm", @@ -2308,7 +2308,7 @@ var indexes = { "id": "UsageInstructions/SortData.htm", "title": "Сортировка и фильтрация данных", - "body": "Сортировка данных Данные в электронной таблице можно быстро отсортировать, используя одну из доступных опций: По возрастанию используется для сортировки данных в порядке возрастания - от A до Я по алфавиту или от наименьшего значения к наибольшему для числовых данных. По убыванию используется для сортировки данных в порядке убывания - от Я до A по алфавиту или от наибольшего значения к наименьшему для числовых данных. Для сортировки данных: выделите диапазон ячеек, который требуется отсортировать (можно выделить отдельную ячейку в диапазоне, чтобы отсортировать весь диапазон), щелкните по значку Сортировка по возрастанию , расположенному на вкладке Главная верхней панели инструментов, для сортировки данных в порядке возрастания, ИЛИ щелкните по значку Сортировка по убыванию , расположенному на вкладке Главная верхней панели инструментов, для сортировки данных в порядке убывания. Примечание: если вы выделите отдельный столбец/строку в диапазоне ячеек или часть строки/столбца, вам будет предложено выбрать, хотите ли вы расширить выделенный диапазон, чтобы включить смежные ячейки, или отсортировать только выделенные данные. Данные также можно сортировать, используя команды контекстного меню. Щелкните правой кнопкой мыши по выделенному диапазону ячеек, выберите в меню команду Сортировка, а затем выберите из подменю опцию По возрастанию или По убыванию. С помощью контекстного меню данные можно также отсортировать по цвету: щелкните правой кнопкой мыши по ячейке, содержащей цвет, по которому требуется отсортировать данные, выберите в меню команду Сортировка, выберите из подменю нужную опцию: Сначала ячейки с выделенным цветом - чтобы отобразить записи с таким же цветом фона ячеек в верхней части столбца, Сначала ячейки с выделенным шрифтом - чтобы отобразить записи с таким же цветом шрифта в верхней части столбца. Фильтрация данных Чтобы отобразить только те строки, которые соответствуют определенным критериям, и скрыть остальные, воспользуйтесь Фильтром. Чтобы включить фильтр: Выделите диапазон ячеек, содержащих данные, которые требуется отфильтровать (можно выделить отдельную ячейку в диапазоне, чтобы отфильтровать весь диапазон), Щелкните по значку Фильтр , расположенному на вкладке Главная верхней панели инструментов. В первой ячейке каждого столбца выделенного диапазона ячеек появится кнопка со стрелкой . Это означает, что фильтр включен. Чтобы применить фильтр: Нажмите на кнопку со стрелкой . Откроется список команд фильтра: Настройте параметры фильтра. Можно действовать одним из трех следующих способов: выбрать данные, которые надо отображать, отфильтровать данные по определенным критериям или отфильтровать данные по цвету. Выбор данных, которые надо отображать Снимите флажки рядом с данными, которые требуется скрыть. Для удобства все данные в списке команд фильтра отсортированы в порядке возрастания. Примечание: флажок {Пустые} соответствует пустым ячейкам. Он доступен, если в выделенном диапазоне есть хотя бы одна пустая ячейка. Чтобы облегчить этот процесс, используйте поле поиска. Введите в этом поле свой запрос полностью или частично - в списке ниже будут отображены значения, содержащие эти символы. Также будут доступны следующие две опции: Выделить все результаты поиска - выбрана по умолчанию. Позволяет выделить все значения в списке, соответствующие вашему запросу. Добавить выделенный фрагмент в фильтр - если установить этот флажок, выбранные значения не будут скрыты после применения фильтра. После того как вы выберете все нужные данные, нажмите кнопку OK в списке команд фильтра, чтобы применить фильтр. Фильтрация данных по определенным критериям В зависимости от данных, содержащихся в выбранном столбце, в правой части окна фильтра можно выбрать команду Числовой фильтр или Текстовый фильтр, а затем выбрать одну из опций в подменю: Для Числового фильтра доступны следующие опции: Равно..., Не равно..., Больше..., Больше или равно..., Меньше..., Меньше или равно..., Между, Первые 10, Выше среднего, Ниже среднего, Пользовательский.... Для Текстового фильтра доступны следующие опции: Равно..., Не равно..., Начинается с..., Не начинается с..., Оканчивается на..., Не оканчивается на..., Содержит..., Не содержит..., Пользовательский.... После выбора одной из вышеуказанных опций (кроме опций Первые 10 и Выше/Ниже среднего), откроется окно Пользовательский фильтр. В верхнем выпадающем списке будет выбран соответствующий критерий. Введите нужное значение в поле справа. Для добавления еще одного критерия используйте переключатель И, если требуется, чтобы данные удовлетворяли обоим критериям, или выберите переключатель Или, если могут удовлетворяться один или оба критерия. Затем выберите из нижнего выпадающего списка второй критерий и введите нужное значение справа. Нажмите кнопку OK, чтобы применить фильтр. При выборе опции Пользовательский... из списка опций Числового/Текстового фильтра, первое условие не выбирается автоматически, вы можете выбрать его сами. При выборе опции Первые 10 из списка опций Числового фильтра, откроется новое окно: В первом выпадающем списке можно выбрать, надо ли отобразить Наибольшие или Наименьшие значения. Во втором поле можно указать, сколько записей из списка или какой процент от общего количества записей требуется отобразить (можно ввести число от 1 до 500). В третьем выпадающем списке можно задать единицы измерения: Элемент или Процент. Когда нужные параметры будут заданы, нажмите кнопку OK, чтобы применить фильтр. При выборе опции Выше/Ниже среднего из списка опций Числового фильтра, фильтр будет применен сразу. Фильтрация данных по цвету Если в диапазоне ячеек, который требуется отфильтровать, есть ячейки, которые вы отформатировали, изменив цвет их фона или шрифта (вручную или с помощью готовых стилей), можно использовать одну из следующих опций: Фильтр по цвету ячеек - чтобы отобразить только записи с определенным цветом фона ячеек и скрыть остальные, Фильтр по цвету шрифта - чтобы отобразить только записи с определенным цветом шрифта в ячейках и скрыть остальные. Когда вы выберете нужную опцию, откроется палитра, содержащая цвета, использованные в выделенном диапазоне ячеек. Выберите один из цветов, чтобы применить фильтр. В первой ячейке столбца появится кнопка Фильтр . Это означает, что фильтр применен. Количество отфильтрованых записей будет отображено в строке состояния (например, отфильтровано записей: 25 из 80). Примечание: когда фильтр применен, строки, отсеянные в результате фильтрации, нельзя изменить при автозаполнении, форматировании, удалении видимого содержимого. Такие действия влияют только на видимые строки, а строки, скрытые фильтром, остаются без изменений. При копировании и вставке отфильтрованных данных можно скопировать и вставить только видимые строки. Это не эквивалентно строкам, скрытым вручную, которые затрагиваются всеми аналогичными действиями. Сортировка отфильтрованных данных Можно задать порядок сортировки данных, для которых включен или применен фильтр. Нажмите на кнопку со стрелкой или кнопку Фильтр и выберите одну из опций в списке команд фильтра: Сортировка по возрастанию - позволяет сортировать данные в порядке возрастания, отобразив в верхней части столбца наименьшее значение, Сортировка по убыванию - позволяет сортировать данные в порядке убывания, отобразив в верхней части столбца наибольшее значение, Сортировка по цвету ячеек - позволяет выбрать один из цветов и отобразить записи с таким же цветом фона ячеек в верхней части столбца, Сортировка по цвету шрифта - позволяет выбрать один из цветов и отобразить записи с таким же цветом шрифта в верхней части столбца. Последние две команды можно использовать, если в диапазоне ячеек, который требуется отсортировать, есть ячейки, которые вы отформатировали, изменив цвет их фона или шрифта (вручную или с помощью готовых стилей). Направление сортировки будет обозначено с помощью стрелки в кнопках фильтра. если данные отсортированы по возрастанию, кнопка со стрелкой в первой ячейке столбца выглядит так: , а кнопка Фильтр выглядит следующим образом: . если данные отсортированы по убыванию, кнопка со стрелкой в первой ячейке столбца выглядит так: , а кнопка Фильтр выглядит следующим образом: . Данные можно также быстро отсортировать по цвету с помощью команд контекстного меню: щелкните правой кнопкой мыши по ячейке, содержащей цвет, по которому требуется отсортировать данные, выберите в меню команду Сортировка, выберите из подменю нужную опцию: Сначала ячейки с выделенным цветом - чтобы отобразить записи с таким же цветом фона ячеек в верхней части столбца, Сначала ячейки с выделенным шрифтом - чтобы отобразить записи с таким же цветом шрифта в верхней части столбца. Фильтр по содержимому выделенной ячейки Данные можно также быстро фильтровать по содержимому выделенной ячейки с помощью команд контекстного меню. Щелкните правой кнопкой мыши по ячейке, выберите в меню команду Фильтр, а затем выберите одну из доступных опций: Фильтр по значению выбранной ячейки - чтобы отобразить только записи с таким же значением, как и в выделенной ячейке. Фильтр по цвету ячейки - чтобы отобразить только записи с таким же цветом фона ячеек, как и у выделенной ячейки. Фильтр по цвету шрифта - чтобы отобразить только записи с таким же цветом шрифта, как и у выделенной ячейки. Форматирование по шаблону таблицы Чтобы облегчить работу с данными, в онлайн-редакторе электронных таблиц предусмотрена возможность применения к выделенному диапазону ячеек шаблона таблицы с автоматическим включением фильтра. Для этого: выделите диапазон ячеек, которые требуется отформатировать, щелкните по значку Форматировать как шаблон таблицы , расположенному на вкладке Главная верхней панели инструментов, в галерее выберите требуемый шаблон, в открывшемся всплывающем окне проверьте диапазон ячеек, которые требуется отформатировать как таблицу, установите флажок Заголовок, если требуется, чтобы заголовки таблицы входили в выделенный диапазон ячеек; в противном случае строка заголовка будет добавлена наверху, в то время как выделенный диапазон ячеек сместится на одну строку вниз, нажмите кнопку OK, чтобы применить выбранный шаблон. Шаблон будет применен к выделенному диапазону ячеек, и вы сможете редактировать заголовки таблицы и применять фильтр для работы с данными. Примечание: как только вы создадите новую форматированную таблицу, этой таблице будет автоматически присвоено стандартное имя (Table1, Table2 и т.д.). Это имя можно изменить, сделав его более содержательным, и использовать для дальнейшей работы. Некоторые параметры таблицы можно изменить с помощью вкладки Параметры таблицы на правой боковой панели. Чтобы ее открыть, выделите мышью хотя бы одну ячейку в таблице и щелкните по значку Параметры таблицы справа. Разделы Строки и Столбцы, расположенные наверху, позволяют выделить некоторые строки или столбцы при помощи особого форматирования, или выделить разные строки и столбцы с помощью разных цветов фона для их четкого разграничения. Доступны следующие опции: Заголовок - позволяет отобразить строку заголовка. Итоговая - добавляет строку Summary в нижней части таблицы. Чередовать - включает чередование цвета фона для четных и нечетных строк. Кнопка фильтра - позволяет отобразить кнопки со стрелкой в ячейках строки заголовка. Эта опция доступна только если выбрана опция Заголовок. Первый - выделяет при помощи особого форматирования крайний левый столбец в таблице. Последний - выделяет при помощи особого форматирования крайний правый столбец в таблице. Чередовать - включает чередование цвета фона для четных и нечетных столбцов. Раздел По шаблону позволяет выбрать один из готовых стилей таблиц. Каждый шаблон сочетает в себе определенные параметры форматирования, такие как цвет фона, стиль границ, чередование строк или столбцов и т.д. Набор шаблонов отображается по-разному в зависимости от параметров, указанных в разделах Строки и/или Столбцы выше. Например, если Вы отметили опцию Заголовок в разделе Строки и опцию Чередовать в разделе Столбцы, отображаемый список шаблонов будет содержать только шаблоны со строкой заголовка и чередованием столбцов: В разделе Размер таблицы можно изменить диапазон ячеек, к которому применено табличное форматирование. Нажмите на кнопку Выбор данных - откроется новое всплывающее окно. Измените ссылку на диапазон ячеек в поле ввода или мышью выделите новый диапазон на листе и нажмите кнопку OK. Раздел Строки и столбцы позволяет выполнить следующие операции: Выбрать строку, столбец, все данные в столбцах, исключая строку заголовка, или всю таблицу, включая строку заголовка. Вставить новую строку выше или ниже выделенной, а также новый столбец слева или справа от выделенного. Удалить строку, столбец (в зависимости от позиции курсора или выделения) или всю таблицу. Примечание: опции раздела Строки и столбцы также доступны из контекстного меню. Кнопку Преобразовать в диапазон можно использовать, если вы хотите преобразовать таблицу в обычный диапазон данных, удалив фильтр, но сохранив стиль таблицы (то есть цвета ячеек и шрифта и т.д.). Как только вы примените эту опцию, вкладка Параметры таблицы на правой боковой панели станет недоступна. Чтобы изменить дополнительные параметры таблицы, нажмите ссылку Дополнительные параметры на правой боковой панели. Откроется окно свойств таблицы: Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит таблица. Повторное применение фильтра Если отфильтрованные данные были изменены, можно обновить фильтр, чтобы отобразить актуальный результат: нажмите на кнопку Фильтр в первой ячейке столбца, содержащего отфильтрованные данные, в открывшемся списке команд фильтра выберите опцию Применить повторно. Можно также щелкнуть правой кнопкой мыши по ячейке в столбце, содержащем отфильтрованные данные, и выбрать из контекстного меню команду Применить повторно. Очистка фильтра Для очистки фильтра: нажмите на кнопку Фильтр в первой ячейке столбца, содержащего отфильтрованные данные, в открывшемся списке команд фильтра выберите опцию Очистить. Можно также поступить следующим образом: выделите диапазон ячеек, которые содержат отфильтрованные данные, щелкните по значку Очистить фильтр , расположенному на вкладке Главная верхней панели инструментов. Фильтр останется включенным, но все примененные параметры фильтра будут удалены, а кнопки Фильтр в первых ячейках столбцов изменятся на кнопки со стрелкой . Удаление фильтра Для удаления фильтра: выделите диапазон ячеек, содержащих отфильтрованные данные, щелкните по значку Фильтр , расположенному на вкладке Главная верхней панели инструментов. Фильтр будет отключен, а кнопки со стрелкой исчезнут из первых ячеек столбцов." + "body": "Сортировка данных Данные в электронной таблице можно быстро отсортировать, используя одну из доступных опций: По возрастанию используется для сортировки данных в порядке возрастания - от A до Я по алфавиту или от наименьшего значения к наибольшему для числовых данных. По убыванию используется для сортировки данных в порядке убывания - от Я до A по алфавиту или от наибольшего значения к наименьшему для числовых данных. Для сортировки данных: выделите диапазон ячеек, который требуется отсортировать (можно выделить отдельную ячейку в диапазоне, чтобы отсортировать весь диапазон), щелкните по значку Сортировка по возрастанию , расположенному на вкладке Главная верхней панели инструментов, для сортировки данных в порядке возрастания, ИЛИ щелкните по значку Сортировка по убыванию , расположенному на вкладке Главная верхней панели инструментов, для сортировки данных в порядке убывания. Примечание: если вы выделите отдельный столбец/строку в диапазоне ячеек или часть строки/столбца, вам будет предложено выбрать, хотите ли вы расширить выделенный диапазон, чтобы включить смежные ячейки, или отсортировать только выделенные данные. Данные также можно сортировать, используя команды контекстного меню. Щелкните правой кнопкой мыши по выделенному диапазону ячеек, выберите в меню команду Сортировка, а затем выберите из подменю опцию По возрастанию или По убыванию. С помощью контекстного меню данные можно также отсортировать по цвету: щелкните правой кнопкой мыши по ячейке, содержащей цвет, по которому требуется отсортировать данные, выберите в меню команду Сортировка, выберите из подменю нужную опцию: Сначала ячейки с выделенным цветом - чтобы отобразить записи с таким же цветом фона ячеек в верхней части столбца, Сначала ячейки с выделенным шрифтом - чтобы отобразить записи с таким же цветом шрифта в верхней части столбца. Фильтрация данных Чтобы отобразить только те строки, которые соответствуют определенным критериям, и скрыть остальные, воспользуйтесь Фильтром. Чтобы включить фильтр: Выделите диапазон ячеек, содержащих данные, которые требуется отфильтровать (можно выделить отдельную ячейку в диапазоне, чтобы отфильтровать весь диапазон), Щелкните по значку Фильтр , расположенному на вкладке Главная верхней панели инструментов. В первой ячейке каждого столбца выделенного диапазона ячеек появится кнопка со стрелкой . Это означает, что фильтр включен. Чтобы применить фильтр: Нажмите на кнопку со стрелкой . Откроется список команд фильтра: Настройте параметры фильтра. Можно действовать одним из трех следующих способов: выбрать данные, которые надо отображать, отфильтровать данные по определенным критериям или отфильтровать данные по цвету. Выбор данных, которые надо отображать Снимите флажки рядом с данными, которые требуется скрыть. Для удобства все данные в списке команд фильтра отсортированы в порядке возрастания. Примечание: флажок {Пустые} соответствует пустым ячейкам. Он доступен, если в выделенном диапазоне есть хотя бы одна пустая ячейка. Чтобы облегчить этот процесс, используйте поле поиска. Введите в этом поле свой запрос полностью или частично - в списке ниже будут отображены значения, содержащие эти символы. Также будут доступны следующие две опции: Выделить все результаты поиска - выбрана по умолчанию. Позволяет выделить все значения в списке, соответствующие вашему запросу. Добавить выделенный фрагмент в фильтр - если установить этот флажок, выбранные значения не будут скрыты после применения фильтра. После того как вы выберете все нужные данные, нажмите кнопку OK в списке команд фильтра, чтобы применить фильтр. Фильтрация данных по определенным критериям В зависимости от данных, содержащихся в выбранном столбце, в правой части окна фильтра можно выбрать команду Числовой фильтр или Текстовый фильтр, а затем выбрать одну из опций в подменю: Для Числового фильтра доступны следующие опции: Равно..., Не равно..., Больше..., Больше или равно..., Меньше..., Меньше или равно..., Между, Первые 10, Выше среднего, Ниже среднего, Пользовательский.... Для Текстового фильтра доступны следующие опции: Равно..., Не равно..., Начинается с..., Не начинается с..., Оканчивается на..., Не оканчивается на..., Содержит..., Не содержит..., Пользовательский.... После выбора одной из вышеуказанных опций (кроме опций Первые 10 и Выше/Ниже среднего), откроется окно Пользовательский фильтр. В верхнем выпадающем списке будет выбран соответствующий критерий. Введите нужное значение в поле справа. Для добавления еще одного критерия используйте переключатель И, если требуется, чтобы данные удовлетворяли обоим критериям, или выберите переключатель Или, если могут удовлетворяться один или оба критерия. Затем выберите из нижнего выпадающего списка второй критерий и введите нужное значение справа. Нажмите кнопку OK, чтобы применить фильтр. При выборе опции Пользовательский... из списка опций Числового/Текстового фильтра, первое условие не выбирается автоматически, вы можете выбрать его сами. При выборе опции Первые 10 из списка опций Числового фильтра, откроется новое окно: В первом выпадающем списке можно выбрать, надо ли отобразить Наибольшие или Наименьшие значения. Во втором поле можно указать, сколько записей из списка или какой процент от общего количества записей требуется отобразить (можно ввести число от 1 до 500). В третьем выпадающем списке можно задать единицы измерения: Элемент или Процент. Когда нужные параметры будут заданы, нажмите кнопку OK, чтобы применить фильтр. При выборе опции Выше/Ниже среднего из списка опций Числового фильтра, фильтр будет применен сразу. Фильтрация данных по цвету Если в диапазоне ячеек, который требуется отфильтровать, есть ячейки, которые вы отформатировали, изменив цвет их фона или шрифта (вручную или с помощью готовых стилей), можно использовать одну из следующих опций: Фильтр по цвету ячеек - чтобы отобразить только записи с определенным цветом фона ячеек и скрыть остальные, Фильтр по цвету шрифта - чтобы отобразить только записи с определенным цветом шрифта в ячейках и скрыть остальные. Когда вы выберете нужную опцию, откроется палитра, содержащая цвета, использованные в выделенном диапазоне ячеек. Выберите один из цветов, чтобы применить фильтр. В первой ячейке столбца появится кнопка Фильтр . Это означает, что фильтр применен. Количество отфильтрованых записей будет отображено в строке состояния (например, отфильтровано записей: 25 из 80). Примечание: когда фильтр применен, строки, отсеянные в результате фильтрации, нельзя изменить при автозаполнении, форматировании, удалении видимого содержимого. Такие действия влияют только на видимые строки, а строки, скрытые фильтром, остаются без изменений. При копировании и вставке отфильтрованных данных можно скопировать и вставить только видимые строки. Это не эквивалентно строкам, скрытым вручную, которые затрагиваются всеми аналогичными действиями. Сортировка отфильтрованных данных Можно задать порядок сортировки данных, для которых включен или применен фильтр. Нажмите на кнопку со стрелкой или кнопку Фильтр и выберите одну из опций в списке команд фильтра: Сортировка по возрастанию - позволяет сортировать данные в порядке возрастания, отобразив в верхней части столбца наименьшее значение, Сортировка по убыванию - позволяет сортировать данные в порядке убывания, отобразив в верхней части столбца наибольшее значение, Сортировка по цвету ячеек - позволяет выбрать один из цветов и отобразить записи с таким же цветом фона ячеек в верхней части столбца, Сортировка по цвету шрифта - позволяет выбрать один из цветов и отобразить записи с таким же цветом шрифта в верхней части столбца. Последние две команды можно использовать, если в диапазоне ячеек, который требуется отсортировать, есть ячейки, которые вы отформатировали, изменив цвет их фона или шрифта (вручную или с помощью готовых стилей). Направление сортировки будет обозначено с помощью стрелки в кнопках фильтра. если данные отсортированы по возрастанию, кнопка со стрелкой в первой ячейке столбца выглядит так: , а кнопка Фильтр выглядит следующим образом: . если данные отсортированы по убыванию, кнопка со стрелкой в первой ячейке столбца выглядит так: , а кнопка Фильтр выглядит следующим образом: . Данные можно также быстро отсортировать по цвету с помощью команд контекстного меню: щелкните правой кнопкой мыши по ячейке, содержащей цвет, по которому требуется отсортировать данные, выберите в меню команду Сортировка, выберите из подменю нужную опцию: Сначала ячейки с выделенным цветом - чтобы отобразить записи с таким же цветом фона ячеек в верхней части столбца, Сначала ячейки с выделенным шрифтом - чтобы отобразить записи с таким же цветом шрифта в верхней части столбца. Фильтр по содержимому выделенной ячейки Данные можно также быстро фильтровать по содержимому выделенной ячейки с помощью команд контекстного меню. Щелкните правой кнопкой мыши по ячейке, выберите в меню команду Фильтр, а затем выберите одну из доступных опций: Фильтр по значению выбранной ячейки - чтобы отобразить только записи с таким же значением, как и в выделенной ячейке. Фильтр по цвету ячейки - чтобы отобразить только записи с таким же цветом фона ячеек, как и у выделенной ячейки. Фильтр по цвету шрифта - чтобы отобразить только записи с таким же цветом шрифта, как и у выделенной ячейки. Форматирование по шаблону таблицы Чтобы облегчить работу с данными, в онлайн-редакторе электронных таблиц предусмотрена возможность применения к выделенному диапазону ячеек шаблона таблицы с автоматическим включением фильтра. Для этого: выделите диапазон ячеек, которые требуется отформатировать, щелкните по значку Форматировать как шаблон таблицы , расположенному на вкладке Главная верхней панели инструментов, в галерее выберите требуемый шаблон, в открывшемся всплывающем окне проверьте диапазон ячеек, которые требуется отформатировать как таблицу, установите флажок Заголовок, если требуется, чтобы заголовки таблицы входили в выделенный диапазон ячеек; в противном случае строка заголовка будет добавлена наверху, в то время как выделенный диапазон ячеек сместится на одну строку вниз, нажмите кнопку OK, чтобы применить выбранный шаблон. Шаблон будет применен к выделенному диапазону ячеек, и вы сможете редактировать заголовки таблицы и применять фильтр для работы с данными. Примечание: как только вы создадите новую форматированную таблицу, этой таблице будет автоматически присвоено стандартное имя (Table1, Table2 и т.д.). Это имя можно изменить, сделав его более содержательным, и использовать для дальнейшей работы. Некоторые параметры таблицы можно изменить с помощью вкладки Параметры таблицы на правой боковой панели. Чтобы ее открыть, выделите мышью хотя бы одну ячейку в таблице и щелкните по значку Параметры таблицы справа. Разделы Строки и Столбцы, расположенные наверху, позволяют выделить некоторые строки или столбцы при помощи особого форматирования, или выделить разные строки и столбцы с помощью разных цветов фона для их четкого разграничения. Доступны следующие опции: Заголовок - позволяет отобразить строку заголовка. Итоговая - добавляет строку Summary в нижней части таблицы. Чередовать - включает чередование цвета фона для четных и нечетных строк. Кнопка фильтра - позволяет отобразить кнопки со стрелкой в ячейках строки заголовка. Эта опция доступна только если выбрана опция Заголовок. Первый - выделяет при помощи особого форматирования крайний левый столбец в таблице. Последний - выделяет при помощи особого форматирования крайний правый столбец в таблице. Чередовать - включает чередование цвета фона для четных и нечетных столбцов. Раздел По шаблону позволяет выбрать один из готовых стилей таблиц. Каждый шаблон сочетает в себе определенные параметры форматирования, такие как цвет фона, стиль границ, чередование строк или столбцов и т.д. Набор шаблонов отображается по-разному в зависимости от параметров, указанных в разделах Строки и/или Столбцы выше. Например, если Вы отметили опцию Заголовок в разделе Строки и опцию Чередовать в разделе Столбцы, отображаемый список шаблонов будет содержать только шаблоны со строкой заголовка и чередованием столбцов: В разделе Размер таблицы можно изменить диапазон ячеек, к которому применено табличное форматирование. Нажмите на кнопку Выбор данных - откроется новое всплывающее окно. Измените ссылку на диапазон ячеек в поле ввода или мышью выделите новый диапазон на листе и нажмите кнопку OK. Раздел Строки и столбцы позволяет выполнить следующие операции: Выбрать строку, столбец, все данные в столбцах, исключая строку заголовка, или всю таблицу, включая строку заголовка. Вставить новую строку выше или ниже выделенной, а также новый столбец слева или справа от выделенного. Удалить строку, столбец (в зависимости от позиции курсора или выделения) или всю таблицу. Примечание: опции раздела Строки и столбцы также доступны из контекстного меню. Кнопку Преобразовать в диапазон можно использовать, если вы хотите преобразовать таблицу в обычный диапазон данных, удалив фильтр, но сохранив стиль таблицы (то есть цвета ячеек и шрифта и т.д.). Как только вы примените эту опцию, вкладка Параметры таблицы на правой боковой панели станет недоступна. Чтобы изменить дополнительные параметры таблицы, нажмите ссылку Дополнительные параметры на правой боковой панели. Откроется окно свойств таблицы: Вкладка Альтернативный текст позволяет задать Заголовок и Описание, которые будут зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит таблица. Повторное применение фильтра Если отфильтрованные данные были изменены, можно обновить фильтр, чтобы отобразить актуальный результат: нажмите на кнопку Фильтр в первой ячейке столбца, содержащего отфильтрованные данные, в открывшемся списке команд фильтра выберите опцию Применить повторно. Можно также щелкнуть правой кнопкой мыши по ячейке в столбце, содержащем отфильтрованные данные, и выбрать из контекстного меню команду Применить повторно. Очистка фильтра Для очистки фильтра: нажмите на кнопку Фильтр в первой ячейке столбца, содержащего отфильтрованные данные, в открывшемся списке команд фильтра выберите опцию Очистить. Можно также поступить следующим образом: выделите диапазон ячеек, которые содержат отфильтрованные данные, щелкните по значку Очистить фильтр , расположенному на вкладке Главная верхней панели инструментов. Фильтр останется включенным, но все примененные параметры фильтра будут удалены, а кнопки Фильтр в первых ячейках столбцов изменятся на кнопки со стрелкой . Удаление фильтра Для удаления фильтра: выделите диапазон ячеек, содержащих отфильтрованные данные, щелкните по значку Фильтр , расположенному на вкладке Главная верхней панели инструментов. Фильтр будет отключен, а кнопки со стрелкой исчезнут из первых ячеек столбцов." }, { "id": "UsageInstructions/UndoRedo.htm", @@ -2318,7 +2318,7 @@ var indexes = { "id": "UsageInstructions/UseNamedRanges.htm", "title": "Использование именованных диапазонов", - "body": "Имена - это осмысленные обозначения, которые можно присвоить ячейке или диапазону ячеек и использовать для упрощения работы с формулами. При создании формул в качестве аргумента можно использовать имя, а не ссылку на диапазон ячеек. Например, если присвоить диапазону ячеек имя Годовой_доход, то можно будет вводить формулу =SUM(Годовой_доход) вместо =SUM(B1:B12) и т.д. В таком виде формулы становятся более понятными. Эта возможность также может быть полезна, если большое количество формул ссылается на один и тот же диапазон ячеек. При изменении адреса диапазона можно один раз внести исправление в Диспетчере имен, а не редактировать все формулы по одной. Есть два типа имен, которые можно использовать: Определенное имя – произвольное имя, которое вы можете задать для некоторого диапазона ячеек. Имя таблицы – стандартное имя, которое автоматически присваивается новой форматированной таблице (Table1, Table2 и т.д.). Такое имя впоследствии можно отредактировать. Имена также классифицируются по Области действия, то есть по области, в которой это имя распознается. Областью действия имени может быть вся книга (имя будет распознаваться на любом листе в этой книге) или отдельный лист (имя будет распознаваться только на указанном листе). Каждое имя в пределах одной области должно быть уникальным, одинаковые имена можно использовать внутри разных областей. Создание новых имен Чтобы создать новое определенное имя для выделенной области: Выделите ячейку или диапазон ячеек, которым требуется присвоить имя. Откройте окно создания нового имени удобным для вас способом: Щелкните по выделенной области правой кнопкой мыши и выберите из контекстного меню пункт Присвоить имя или щелкните по значку Именованные диапазоны на вкладке Главная верхней панели инструментов и выберите из меню опцию Новое имя. Откроется окно Новое имя: Введите нужное Имя в поле ввода текста. Примечание: имя не может начинаться с цифры, содержать пробелы или знаки препинания. Разрешено использовать нижние подчеркивания (_). Регистр не имеет значения. Укажите Область действия диапазона. По умолчанию выбрана область Книга, но можно указать отдельный лист, выбрав его из списка. Проверьте адрес выбранного Диапазона данных. В случае необходимости его можно изменить. Нажмите на кнопку Выбор данных - откроется окно Выбор диапазона данных. Измените ссылку на диапазон ячеек в поле ввода или мышью выделите новый диапазон на листе и нажмите кнопку OK. Нажмите кнопку OK, чтобы сохранить новое имя. Чтобы быстро создать новое имя для выделенного диапазона ячеек, можно также ввести нужное имя в поле \"Имя\" слева от строки формул и нажать Enter. Областью действия имени, соданного таким способом, является Книга. Управление именами Получить доступ ко всем существующим именам можно через Диспетчер имен. Чтобы его открыть: щелкните по значку Именованные диапазоны на вкладке Главная верхней панели инструментов и выберите из меню опцию Диспетчер имен или щелкните по стрелке в поле \"Имя\" и выберите опцию Диспетчер. Откроется окно Диспетчер имен: Для удобства можно фильтровать имена, выбирая ту категорию имен, которую надо показать: Все, Определенные имена, Имена таблиц, Имена на листе или Имена в книге. В списке будут отображены имена, относящиеся к выбранной категории, остальные имена будут скрыты. Чтобы изменить порядок сортировки для отображенного списка, нажмите в этом окне на заголовок Именованные диапазоны или Область. Чтобы отредактировать имя, выделите его в списке и нажмите кнопку Изменить. Откроется окно Изменение имени: Для определенного имени можно изменить имя и диапазон данных, на который оно ссылается. Для имени таблицы можно изменить только имя. Когда будут сделаны все нужные изменения, нажмите кнопку OK, чтобы применить их. Чтобы сбросить изменения, нажмите кнопку Отмена. Если измененное имя используется в какой-либо формуле, формула будет автоматически изменена соответствующим образом. Чтобы удалить имя, выделите его в списке и нажмите кнопку Удалить. Примечание: если удалить имя, которое используется в формуле, формула перестанет работать (она будет возвращать ошибку #NAME?). В окне Диспетчер имен можно также создать новое имя, нажав кнопку Новое. Использование имен при работе с электронной таблицей Для быстрого перемещения между диапазонами ячеек можно нажать на стрелку в поле \"Имя\" и выбрать нужное имя из списка имен – на листе будет выделен диапазон данных, соответствующий этому имени. Примечание: в списке имен отображены определенные имена и имена таблиц, областью действия которых является текущий лист и вся книга. Чтобы добавить имя в качестве аргумента формулы: Установите курсор там, куда надо вставить имя. Выполните одно из следующих действий: введите имя нужного именованного диапазона вручную с помощью клавиатуры. Как только вы введете начальные буквы, появится список Автозавершения формул. По мере ввода в нем отображаются элементы (формулы и имена), которые соответствуют введенным символам. Можно выбрать нужное имя из списка и вставить его в формулу, дважды щелкнув по нему или нажав клавишу Tab. или щелкните по значку Именованные диапазоны на вкладке Главная верхней панели инструментов, выберите из меню опцию Вставить имя, выберите нужное имя в окне Вставка имени и нажмите кнопку OK: Примечание: в окне Вставка имени отображены определенные имена и имена таблиц, областью действия которых является текущий лист и вся книга." + "body": "Имена - это осмысленные обозначения, которые можно присвоить ячейке или диапазону ячеек и использовать для упрощения работы с формулами. При создании формул в качестве аргумента можно использовать имя, а не ссылку на диапазон ячеек. Например, если присвоить диапазону ячеек имя Годовой_доход, то можно будет вводить формулу =SUM(Годовой_доход) вместо =SUM(B1:B12) и т.д. В таком виде формулы становятся более понятными. Эта возможность также может быть полезна, если большое количество формул ссылается на один и тот же диапазон ячеек. При изменении адреса диапазона можно один раз внести исправление в Диспетчере имен, а не редактировать все формулы по одной. Есть два типа имен, которые можно использовать: Определенное имя – произвольное имя, которое вы можете задать для некоторого диапазона ячеек. Имя таблицы – стандартное имя, которое автоматически присваивается новой форматированной таблице (Table1, Table2 и т.д.). Такое имя впоследствии можно отредактировать. Имена также классифицируются по Области действия, то есть по области, в которой это имя распознается. Областью действия имени может быть вся книга (имя будет распознаваться на любом листе в этой книге) или отдельный лист (имя будет распознаваться только на указанном листе). Каждое имя в пределах одной области должно быть уникальным, одинаковые имена можно использовать внутри разных областей. Создание новых имен Чтобы создать новое определенное имя для выделенной области: Выделите ячейку или диапазон ячеек, которым требуется присвоить имя. Откройте окно создания нового имени удобным для вас способом: Щелкните по выделенной области правой кнопкой мыши и выберите из контекстного меню пункт Присвоить имя или щелкните по значку Именованные диапазоны на вкладке Главная верхней панели инструментов и выберите из меню опцию Новое имя. Откроется окно Новое имя: Введите нужное Имя в поле ввода текста. Примечание: имя не может начинаться с цифры, содержать пробелы или знаки препинания. Разрешено использовать нижние подчеркивания (_). Регистр не имеет значения. Укажите Область действия диапазона. По умолчанию выбрана область Книга, но можно указать отдельный лист, выбрав его из списка. Проверьте адрес выбранного Диапазона данных. В случае необходимости его можно изменить. Нажмите на кнопку Выбор данных - откроется окно Выбор диапазона данных. Измените ссылку на диапазон ячеек в поле ввода или мышью выделите новый диапазон на листе и нажмите кнопку OK. Нажмите кнопку OK, чтобы сохранить новое имя. Чтобы быстро создать новое имя для выделенного диапазона ячеек, можно также ввести нужное имя в поле \"Имя\" слева от строки формул и нажать Enter. Областью действия имени, соданного таким способом, является Книга. Управление именами Получить доступ ко всем существующим именам можно через Диспетчер имен. Чтобы его открыть: щелкните по значку Именованные диапазоны на вкладке Главная верхней панели инструментов и выберите из меню опцию Диспетчер имен или щелкните по стрелке в поле \"Имя\" и выберите опцию Диспетчер. Откроется окно Диспетчер имен: Для удобства можно фильтровать имена, выбирая ту категорию имен, которую надо показать: Все, Определенные имена, Имена таблиц, Имена на листе или Имена в книге. В списке будут отображены имена, относящиеся к выбранной категории, остальные имена будут скрыты. Чтобы изменить порядок сортировки для отображенного списка, нажмите в этом окне на заголовок Именованные диапазоны или Область. Чтобы отредактировать имя, выделите его в списке и нажмите кнопку Изменить. Откроется окно Изменение имени: Для определенного имени можно изменить имя и диапазон данных, на который оно ссылается. Для имени таблицы можно изменить только имя. Когда будут сделаны все нужные изменения, нажмите кнопку OK, чтобы применить их. Чтобы сбросить изменения, нажмите кнопку Отмена. Если измененное имя используется в какой-либо формуле, формула будет автоматически изменена соответствующим образом. Чтобы удалить имя, выделите его в списке и нажмите кнопку Удалить. Примечание: если удалить имя, которое используется в формуле, формула перестанет работать (она будет возвращать ошибку #NAME?). В окне Диспетчер имен можно также создать новое имя, нажав кнопку Новое. Использование имен при работе с электронной таблицей Для быстрого перемещения между диапазонами ячеек можно нажать на стрелку в поле \"Имя\" и выбрать нужное имя из списка имен – на листе будет выделен диапазон данных, соответствующий этому имени. Примечание: в списке имен отображены определенные имена и имена таблиц, областью действия которых является текущий лист и вся книга. Чтобы добавить имя в качестве аргумента формулы: Установите курсор там, куда надо вставить имя. Выполните одно из следующих действий: введите имя нужного именованного диапазона вручную с помощью клавиатуры. Как только вы введете начальные буквы, появится список Автозавершения формул. По мере ввода в нем отображаются элементы (формулы и имена), которые соответствуют введенным символам. Можно выбрать нужное имя из списка и вставить его в формулу, дважды щелкнув по нему или нажав клавишу Tab. или щелкните по значку Именованные диапазоны на вкладке Главная верхней панели инструментов, выберите из меню опцию Вставить имя, выберите нужное имя в окне Вставка имени и нажмите кнопку OK: Примечание: в окне Вставка имени отображены определенные имена и имена таблиц, областью действия которых является текущий лист и вся книга." }, { "id": "UsageInstructions/ViewDocInfo.htm", From 426123738eeed95e3bdaebe340baace8f876a29d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 7 Mar 2018 13:02:21 +0300 Subject: [PATCH 16/39] Change resizer layout for left panel (due to changing colors in the canvas). --- apps/common/main/lib/component/Layout.js | 15 +++++++++++---- apps/common/main/resources/less/layout.less | 2 +- apps/spreadsheeteditor/main/app/view/Viewport.js | 3 ++- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/common/main/lib/component/Layout.js b/apps/common/main/lib/component/Layout.js index 6e5c08a4b..c802f1a1a 100644 --- a/apps/common/main/lib/component/Layout.js +++ b/apps/common/main/lib/component/Layout.js @@ -152,7 +152,8 @@ define([ fmin : panel.resize.fmin, fmax : panel.resize.fmax, behaviour : panel.behaviour, - index : this.splitters.length + index : this.splitters.length, + offset : panel.resize.offset || 0 }; if (!stretch) { @@ -492,7 +493,10 @@ define([ if ( !panel.stretch ) { style = panel.el.is(':visible'); if ( style ) { - width += (panel.rely!==true ? panel.width : this.getElementWidth(panel.el)); + if (panel.isresizer) + width += panel.offset; + else + width += (panel.rely!==true ? panel.width : this.getElementWidth(panel.el)); } if (panel.resize && panel.resize.autohide !== false && panel.resize.el) { @@ -514,10 +518,13 @@ define([ width = 0; this.panels.forEach(function(panel){ if (panel.el.is(':visible')) { - style = {left: width}; + style = {left: width - (panel.isresizer ? panel.width : 0)}; panel.rely!==true && (style.width = panel.width); panel.el.css(style); - width += this.getElementWidth(panel.el); + if (panel.isresizer) + width += panel.offset; + else + width += this.getElementWidth(panel.el); } },this); } diff --git a/apps/common/main/resources/less/layout.less b/apps/common/main/resources/less/layout.less index be1731a55..d447dfe85 100644 --- a/apps/common/main/resources/less/layout.less +++ b/apps/common/main/resources/less/layout.less @@ -49,7 +49,7 @@ } > .layout-resizer { - width: 2px; + width: 4px; cursor: col-resize; &.move { diff --git a/apps/spreadsheeteditor/main/app/view/Viewport.js b/apps/spreadsheeteditor/main/app/view/Viewport.js index 896a7de93..fa83866b0 100644 --- a/apps/spreadsheeteditor/main/app/view/Viewport.js +++ b/apps/spreadsheeteditor/main/app/view/Viewport.js @@ -112,7 +112,8 @@ define([ hidden: true, autohide: false, min: 300, - max: 600 + max: 600, + offset: 4 } }, { el: items[1], From dbe086d14f4f729927573ec33a249f30d924bfe7 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 7 Mar 2018 13:13:20 +0300 Subject: [PATCH 17/39] [SSE] Fix Bug 37137 --- apps/spreadsheeteditor/main/app/controller/Toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/controller/Toolbar.js b/apps/spreadsheeteditor/main/app/controller/Toolbar.js index c285e2535..a48462ceb 100644 --- a/apps/spreadsheeteditor/main/app/controller/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Toolbar.js @@ -1616,7 +1616,7 @@ define([ listStyles.menuPicker.store.reset([]); // remove all var mainController = this.getApplication().getController('Main'); - var merged_array = styles.asc_getDefaultStyles().concat(styles.asc_getDocStyles()); + var merged_array = styles.asc_getDocStyles().concat(styles.asc_getDefaultStyles()); _.each(merged_array, function(style){ listStyles.menuPicker.store.add({ imageUrl: style.asc_getImage(), From cd45f0ae067cf383aa00cfd65df3e5f3871495af Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 7 Mar 2018 13:47:41 +0300 Subject: [PATCH 18/39] [DE] Disable items in the Navigation context menu when editing is disabled --- .../main/lib/controller/ReviewChanges.js | 1 + .../main/app/controller/Main.js | 2 +- .../main/app/controller/Navigation.js | 19 ++++++++++++++++--- .../main/app/view/SignatureSettings.js | 1 + 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/apps/common/main/lib/controller/ReviewChanges.js b/apps/common/main/lib/controller/ReviewChanges.js index d409f05b7..4e64011e6 100644 --- a/apps/common/main/lib/controller/ReviewChanges.js +++ b/apps/common/main/lib/controller/ReviewChanges.js @@ -557,6 +557,7 @@ define([ app.getController('RightMenu').SetDisabled(disable, false); app.getController('Statusbar').getView('Statusbar').SetDisabled(disable); app.getController('DocumentHolder').getView().SetDisabled(disable); + app.getController('Navigation') && app.getController('Navigation').SetDisabled(disable); app.getController('Common.Controllers.Plugins').getView('Common.Views.Plugins').disableControls(disable); var leftMenu = app.getController('LeftMenu').leftMenu; diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index b972c2ca0..7aeb027a6 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -900,7 +900,7 @@ define([ leftmenuController.getView('LeftMenu').getMenu('file').loadDocument({doc:me.document}); leftmenuController.setMode(me.appOptions).createDelayedElements().setApi(me.api); - navigationController.setApi(me.api); + navigationController.setApi(me.api).setMode(this.appOptions); chatController.setApi(this.api).setMode(this.appOptions); application.getController('Common.Controllers.ExternalDiagramEditor').setApi(this.api).loadConfig({config:this.editorConfig, customization: this.editorConfig.customization}); diff --git a/apps/documenteditor/main/app/controller/Navigation.js b/apps/documenteditor/main/app/controller/Navigation.js index 59f2fc44e..b1e816d9c 100644 --- a/apps/documenteditor/main/app/controller/Navigation.js +++ b/apps/documenteditor/main/app/controller/Navigation.js @@ -77,6 +77,7 @@ define([ }); this.panelNavigation.on('render:after', _.bind(this.onAfterRender, this)); this._navigationObject = null; + this._isDisabled = false; }, setApi: function(api) { @@ -90,6 +91,8 @@ define([ }, setMode: function(mode) { + this.mode = mode; + return this; }, onAfterRender: function(panelNavigation) { @@ -163,10 +166,16 @@ define([ top = e.clientY*Common.Utils.zoom(); showPoint = [e.clientX*Common.Utils.zoom() + 5, top - parentOffset.top + 5]; + for (var i=0; i<7; i++) { + menu.items[i].setVisible(this.mode.isEdit); + } + var isNotHeader = record.get('isNotHeader'); - menu.items[0].setDisabled(isNotHeader); - menu.items[1].setDisabled(isNotHeader); - menu.items[3].setDisabled(isNotHeader); + menu.items[0].setDisabled(isNotHeader || this._isDisabled); + menu.items[1].setDisabled(isNotHeader || this._isDisabled); + menu.items[3].setDisabled(isNotHeader || this._isDisabled); + menu.items[4].setDisabled(this._isDisabled); + menu.items[5].setDisabled(this._isDisabled); menu.items[7].setDisabled(isNotHeader); if (showPoint != undefined) { @@ -224,6 +233,10 @@ define([ this.panelNavigation.viewNavigationList.expandToLevel(item.value-1); }, + SetDisabled: function(state) { + this._isDisabled = state; + }, + txtBeginning: 'Beginning of document', txtGotoBeginning: 'Go to the beginning of the document' diff --git a/apps/documenteditor/main/app/view/SignatureSettings.js b/apps/documenteditor/main/app/view/SignatureSettings.js index 03d7f1f61..76adb7f21 100644 --- a/apps/documenteditor/main/app/view/SignatureSettings.js +++ b/apps/documenteditor/main/app/view/SignatureSettings.js @@ -361,6 +361,7 @@ define([ DE.getController('Statusbar').getView('Statusbar').SetDisabled(disable); DE.getController('Common.Controllers.ReviewChanges').SetDisabled(disable); DE.getController('DocumentHolder').getView().SetDisabled(disable, true); + DE.getController('Navigation') && DE.getController('Navigation').SetDisabled(disable); var leftMenu = DE.getController('LeftMenu').leftMenu; leftMenu.btnComments.setDisabled(disable); From 1a4d88fcc8c57b43dd7e06c14aa2273222a3f921 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 7 Mar 2018 14:54:22 +0300 Subject: [PATCH 19/39] [DE] Translate new editor styles --- apps/documenteditor/main/app/controller/Main.js | 5 ++++- apps/documenteditor/main/locale/en.json | 1 + apps/documenteditor/main/locale/ru.json | 1 + apps/documenteditor/mobile/app/controller/Main.js | 9 +++++++-- apps/documenteditor/mobile/locale/en.json | 3 +++ apps/documenteditor/mobile/locale/ru.json | 2 ++ 6 files changed, 18 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 7aeb027a6..8752a11d2 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -129,7 +129,7 @@ define([ window["flat_desine"] = true; var styleNames = ['Normal', 'No Spacing', 'Heading 1', 'Heading 2', 'Heading 3', 'Heading 4', 'Heading 5', - 'Heading 6', 'Heading 7', 'Heading 8', 'Heading 9', 'Title', 'Subtitle', 'Quote', 'Intense Quote', 'List Paragraph'], + 'Heading 6', 'Heading 7', 'Heading 8', 'Heading 9', 'Title', 'Subtitle', 'Quote', 'Intense Quote', 'List Paragraph', 'footnote text'], translate = { 'Series': this.txtSeries, 'Diagram Title': this.txtDiagramTitle, @@ -153,6 +153,8 @@ define([ styleNames.forEach(function(item){ translate[item] = me.translationTable[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item; }); + me.translationTable['Header'] = this.txtHeader; + me.translationTable['Footer'] = this.txtFooter; this.api = new Asc.asc_docs_api({ 'id-view' : 'editor_sdk', @@ -2224,6 +2226,7 @@ define([ txtStyle_Quote: 'Quote', txtStyle_Intense_Quote: 'Intense Quote', txtStyle_List_Paragraph: 'List Paragraph', + txtStyle_footnote_text: 'Footnote Text', saveTextText: 'Saving document...', saveTitleText: 'Saving Document', txtBookmarkError: "Error! Bookmark not defined.", diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 3c04e4e5b..f5e2b80ba 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -405,6 +405,7 @@ "DE.Controllers.Main.txtSection": " -Section ", "DE.Controllers.Main.txtSeries": "Series", "DE.Controllers.Main.txtStarsRibbons": "Stars & Ribbons", + "DE.Controllers.Main.txtStyle_footnote_text": "Footnote Text", "DE.Controllers.Main.txtStyle_Heading_1": "Heading 1", "DE.Controllers.Main.txtStyle_Heading_2": "Heading 2", "DE.Controllers.Main.txtStyle_Heading_3": "Heading 3", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index ded18f894..1ae273cce 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -405,6 +405,7 @@ "DE.Controllers.Main.txtSection": "-Раздел", "DE.Controllers.Main.txtSeries": "Ряд", "DE.Controllers.Main.txtStarsRibbons": "Звезды и ленты", + "DE.Controllers.Main.txtStyle_footnote_text": "Текст сноски", "DE.Controllers.Main.txtStyle_Heading_1": "Заголовок 1", "DE.Controllers.Main.txtStyle_Heading_2": "Заголовок 2", "DE.Controllers.Main.txtStyle_Heading_3": "Заголовок 3", diff --git a/apps/documenteditor/mobile/app/controller/Main.js b/apps/documenteditor/mobile/app/controller/Main.js index b4a2af395..27f11f7a0 100644 --- a/apps/documenteditor/mobile/app/controller/Main.js +++ b/apps/documenteditor/mobile/app/controller/Main.js @@ -102,13 +102,15 @@ define([ window["flat_desine"] = true; var styleNames = ['Normal', 'No Spacing', 'Heading 1', 'Heading 2', 'Heading 3', 'Heading 4', 'Heading 5', - 'Heading 6', 'Heading 7', 'Heading 8', 'Heading 9', 'Title', 'Subtitle', 'Quote', 'Intense Quote', 'List Paragraph'], + 'Heading 6', 'Heading 7', 'Heading 8', 'Heading 9', 'Title', 'Subtitle', 'Quote', 'Intense Quote', 'List Paragraph', 'footnote text'], translate = { 'Series': this.txtSeries, 'Diagram Title': this.txtDiagramTitle, 'X Axis': this.txtXAxis, 'Y Axis': this.txtYAxis, - 'Your text here': this.txtArt + 'Your text here': this.txtArt, + 'Header': this.txtHeader, + 'Footer': this.txtFooter }; styleNames.forEach(function(item){ translate[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item; @@ -1287,6 +1289,9 @@ define([ txtStyle_Quote: 'Quote', txtStyle_Intense_Quote: 'Intense Quote', txtStyle_List_Paragraph: 'List Paragraph', + txtStyle_footnote_text: 'Footnote Text', + txtHeader: "Header", + txtFooter: "Footer", warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.
    If you need more please consider upgrading your current license or purchasing a commercial one.' } })(), DE.Controllers.Main || {})) diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index e335735a9..a68fe2075 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -119,7 +119,10 @@ "DE.Controllers.Main.txtArt": "Your text here", "DE.Controllers.Main.txtDiagramTitle": "Chart Title", "DE.Controllers.Main.txtEditingMode": "Set editing mode...", + "DE.Controllers.Main.txtFooter": "Footer", + "DE.Controllers.Main.txtHeader": "Header", "DE.Controllers.Main.txtSeries": "Series", + "DE.Controllers.Main.txtStyle_footnote_text": "footnote text", "DE.Controllers.Main.txtStyle_Heading_1": "Heading 1", "DE.Controllers.Main.txtStyle_Heading_2": "Heading 2", "DE.Controllers.Main.txtStyle_Heading_3": "Heading 3", diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json index 74ccea933..9504068c7 100644 --- a/apps/documenteditor/mobile/locale/ru.json +++ b/apps/documenteditor/mobile/locale/ru.json @@ -138,6 +138,8 @@ "DE.Controllers.Main.txtStyle_Title": "Название", "DE.Controllers.Main.txtXAxis": "Ось X", "DE.Controllers.Main.txtYAxis": "Ось Y", + "DE.Controllers.Main.txtFooter": "Нижний колонтитул", + "DE.Controllers.Main.txtHeader": "Верхний колонтитул", "DE.Controllers.Main.unknownErrorText": "Неизвестная ошибка.", "DE.Controllers.Main.unsupportedBrowserErrorText": "Ваш браузер не поддерживается.", "DE.Controllers.Main.uploadImageExtMessage": "Неизвестный формат изображения.", From f79385b71ed541b87d66bdd3e24254ddccd9f446 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 7 Mar 2018 15:07:56 +0300 Subject: [PATCH 20/39] [DE] Fix Bug 37104 --- .../resources/img/controls/toolbarbig.png | Bin 13876 -> 13936 bytes .../resources/img/controls/toolbarbig@2x.png | Bin 31546 -> 31371 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/apps/common/main/resources/img/controls/toolbarbig.png b/apps/common/main/resources/img/controls/toolbarbig.png index a12a549617b1a19b2575fc4d8b51a7647c8d0503..f84e10e26441b799f0bbabb002ce6d3ce0225ff7 100644 GIT binary patch literal 13936 zcmZv@1yEaC)CP*XwOH}W1qu|X;NDW8g#s-O!6_ON0)b$~TCAl&Tihvb!3pkG90~*r z5-9G){hi$ZzyG{9^JdS4B%GYR_u5Oo^{sV2ztvEoreLMO!^5L~{pzI_@K*y5kGPkN z2zYl;_x%PBPfYyv%jY^C)7!J8@w(%UC;LN^RD=Y-m0r>*F}zgQ*;0LJJ@eLTZ1TwH zSI0j&`cd8k>bs2zpDi^bSwFhbtCiAGvX=Q1OY`4XSGZ$7=xxT8cHqG|D79s1nkF58 zH2a!exoPNn`DPwmQl-KD{gn=1Yar=X-kpjD%3lwXw+yZrt$xaDC*m=3D`4f9Z)u=2 zV)!?&v?)&X+8J|MHJl5u3^t#jV2ZfnTGxSWu#gFy&p6j~$W4#Ob@73&5HO0rIMlS5 z2)K5ClxfSKTc^M*7hrXwiO6Qp4#;v55oB*u1bYkCEXpSuY|1$)=(a_sh71SG(|Fp( zf-h=sAy5^!e2ei$2Iagi!kX70X^U75SJae^^vq}A+OHzBmSO7RBw>@iWq1N4rsMx=6`{tlbVqHLW^G-fdp$q6tNO=J zXqjm0<2g7M^xByhCa}Iv)>t++|A-c&N|0*-t|sEYg(b=ynYrafGR-QXeyVdzL&B)h zW4SArJdMALT&0k!#Q2ZMxHi6J3aoP4BLLPqdUtQ;4lg^kS4dls=7al*_ea{IrJY22 zQ}~S}j63Wzl3|swn$`On^h?P_C(;fHbL+3L_g`VPYBs`iysRE7%vt1mW#-Sl>HSh_ zwXNxtG}?TeTdwhj;v|AhIk93!8 zo`F$S40*-^9U*GiUUYWGvE7@7Q7!KV!eeCiMC5c@TZc5VgljzQcjg;D%*+d58n@$h zfsZ=1gH4lfyhBf6H>6qWZWPSE5cNIDV3{`ZM$X)Qdbl({u?i^kPHr7PV$t@DkNP6|BJ)h^ShR@rNTxy#^ju``vE04pj zW*NO4UOMU5j9Bur*~CW)A~FRI(V;e^68-$*wQY>h@?Hy?VX85|xRov!wUjOE0;)Y} zA9iz3bHND^^s|vIz5d#R3X#%SFd|+|-0*eGPDx0;9_S&4QOr57%3*y`N?2NwuJ|WC znY;f^vGzN)o}YSk`Mw}`v5}t5vOM$fsDLuQ7QUc5o1d%Z7aT69S8a@^s&ms&0v z-TEj-oCbAVPImyI*_24~ei6#6!$Dcq;5v3%Vd{9KHnXd5|tD#SM*vTf^)nlbb1RQcp zQfW|+=!&t2jAZ(D=LO8W;yey+0dXQMYmWqT&eNCazMd3Lq!h{qAUU!-MdjY}5iMvxMk<409D zemSFgHo-!jsU$J=kaxOG^|B|e^f!}+2tRvqSeVcB&xo?fXEIwBws%(Vgq&A~x#hDJ zsm)pN3Ro{S_PMzv)pgzv!&sJL+~%wsw60*xlNe5$-i8el*e7n9r=y%=v~T904ElQ2 z^%5k3wk7wH#S{f$F{#Ie%scOM>!*|@&}n#=BTpuO4QRNR8~wSZA@&=!V&6sv$M3IV zOzf{fey_r=?T`+NbQzyWPp@deqBE1t^D<|hik}P~`pkkelq3w9y=!&ld8NAayr!pP zQI%DxD3`DFNAN;fw|r{%AJWEu7_NL&X$90>>qgZpwP@3R&+`enbiWc#SmKGR z(T=J@l_DV!3nY(wU5ENgywm$_`)Mn1!fjc1NMX>KijYn;|})-Xz&x#`7x3wrxyP30IQg z&yo#`pnf$rch zatN~#8T=&0TeBcG{}u;sH`(@Ri3$c248O18#qX|X4Rx2XCR)&KjK+^X`pa(~nCsAf zg>F?22p2>YmzQ0LazwJ_2(J|kXdtSp8@C;JA$1>{f;}6=Fi*`~ zYHyCeks@6J5t^R8tSSb}&uPz`;x2wz7kpEaICF5HnK#%y@dZ=s?-%InQdJ)x&4*Vt z*CUImyMt^l0-r%P9t}9@U?t4f`c35l#K}R+!1avtbF%deMg4a(&ep zo9~M13Oim`Tbstr6hBlXrtIpyNBG-~KYdOeA24@MP?unDO#bt*ews+QzI)skoDd9X zAA0;1X!@ml(P4S64AgDfCmY6x3FavNy}zms#MK?IVmCz^{cJ7x$5xukm~zP+BTgz7 z?0Z4cpI&z|#A7|C6D@^ruJh6!8s^2>XiB#jhljc&O2zfo3mg;jW0^c7{DKdt#9Nf* zAT?${C^-1xeTn845>XVsU?{}Q?vQNzZpo1H=abRzHf&kHebOf+w!5Y#KHZpJn9(84 zC=eZ{3(bq1oF}_-<16*~>h3i?N7v}4{qa5);T-j&$JaWQyBH06u$U4+)6Gr``Z@4C zF)Z*RQ4ZlIoc=ysxkI|%0g+9NHyswpW?^_FGQ+y11T4@CWD<^6p%wT-6>590 zVOL25`)Q~wIWKW__-yb@Ibrz);m1~zKOBhiohjdl@rm}Fn#s-_4+FFAY0ZZk2&OLNWI1)X*_f{D5sPi)*x4e6N#{S_;?V@M#7%hE)0Bym? z^AANkq{n+>w#_r1u@g;p*=vl7v+v*+iS{weZZ-1Uh39vY5TOK|2fIw4*9YyC|B4N^ z%)6>u&vCy3y{3gz5tdfZT%o5pVJNn*fAhY$0dTRXXTKP)H2=g4N*#hJbPUWt$d(y_Nt4|}tWkWZI7{t~%^Fb|!mpPX5-Ja6$q zCGZS^53>j8JVj1GYZp#7F|RnQla{A9BhkL+o~@H^8izvc<^pb^E<%VhMv`Lf+UrS7 z7q-@|{7hNWl+7PMr@o{5s>ODU8<6T%Lr#hPG`_2Qmdf@H{<9Yon5r%#B(-bjUH!9g zF3^HvaK2*JL6LeTnAF+C09L2c>>&_4V~ueMR9^D^D0?2yfrEe6uJ+;g6T zcwoG4>DJeJiPp#qQOU7aGk40NHJvuzRD03b>xF+9FZ;Qu5A2f?o(mcVMpYX+k}v48 zdAF%AJcl3s6_V{QaZi(;_;gM3F#n+fusvzRKkL-jeZP8tbKY-!cAA1lGeARr7g2D3 ziP|-frI9kc`CZ0nB+Ue^<&#s%WB6umMtXUt4h6WQV2<@(D2T=AYq1j*L$`d zMg;b;No@r8olkXW36l(JQ|pu9$-91^=OfIkF^c!F6<*@VBTDalzFALB8|T@%LXhHX zW1dncipX1f-$+%ZrI|!J2+v2mwX18nuny`3df19UTk{r2^_g=oa>29Mhd%fs^(_vJ zC1=G#V}Q3Z?0I+~yTlE0AQ|rTe)D_rk@rI++s<1>^{(tX$PRs?hSnFeL4U+t`^!7PrTkZ^5D{E#tGk2w`HDr)rj0bsixHW4 zkKAi#2A*~vp!5r<#V4_xCvv&oCAEkO!UYX*f&5V!aRE-N+F@#r_Mmpbs?XQ{ah3Xh z4rod{g5>-#4r8JP*ED=EUeQZhg@$LUul<(r9l<0znPqySx-8Mj>xL%Lrt)=$YYZl> zVtC3Hsr;USpWelug`+1TDT~U(pRN(63+v%o!~BsZM(Xn`v|?@#C&#^8U@8~6N(x0$ zkmBlY9lY(-((e}L^hp7xsHgM%=~RPlN;w{jC1kgK$@7sv#^Ge@?w zn3eGTk8hniQtj@$&S&^(0vKrV2OU>aDMlKgOoLjLp;aDkn7)% zjRK<}R>{rY?CSnI$A|xfxA{!iUMf|{ClZJ`M|Bzzg(8k0w@3BzNZfICuMrz%3t_X1 z4ZoZc8f<&(p12BA1G2U{P~K~sbkNA?JG~lHHW6~?s$G!7xBb*-TF_XlD)L*qGS-?9 zvA^PdM`9x{Y7rYDY)-tI2^*uF6Yo`qSeBHlr3Q@f{{kDZ^w*cQ3Z{>~>T$VZUm+GR z980@bS2J7&ttwPG9E0YU?NrC9`AE1X0*+Jl_*t7wl0nhyP6xt9OYO)y^&l^7qKSp@ zg?GOltq}w?lw=1!snzuduI;5M&Cicr+q{~-YIOmvK?0axz`?Z5;$7FNqGN)bqZ5=7 z=zk$BdtO?8ERaa5xmL7=Z~WE?7aQm4@*a$ZIyWzEK@$HB;D6|5uLfM$q}vEasl?v- zKV4heJ(q5Q-&u2y7_qSx7W)cBi~*X70iC{)*(H~45`z(soa`y)&uMQMtg(*q7Y*W_Xe{&=2s1i53ccm zAEK&!T&sQc>SpQZ$f{cuI`ggvfOTuY^DP^$#rw?tGpPLSa_ci(=NC--bjaE9Gg4w( z-YEhwOYhU*C4cD{dJIj_A@x%)2c=wU5w!V--f#PdeX6VsDM~bV;RoMVVB8x4V{6H^ zC6Dm9H@Z#RV-uQH$fT>d9*S=Ol-fc0$eMDg)XXGXPGFdgSA1s@O%Fxh-_r1nQ{l*r zd_XwzvG33+=?|PoI~iCOLVQ|&z>^mO)2d+*3aW26MGvJM>)~R^$@JK{XOCGSmg0jq zIHfs8MS{4gkPn? zUx_$UNs{OkPzcm^tc+D3o*mFbWFh6tOG@gA@3!%w(T!AMqcW_hDw}AIRr;Mh#^;ME ztjd!kYBn!2QO5^r%{l~DZ%~u3(PVF1$g8T7e6}gqY#YSY(;QjuGBcP1ZK2eKM_ATy89UQRm_#?Q6~@ z?^3y%V(#AE3Uc4rIU=1=gVrLcpF*yreebLY%k5}LgWZyA>2`?_m&0l+G{P)vvN?uE zSxC0pUamK&{KBiaX2KDT8l*bS-#|$*mv8m5W{#DncAquD$GqZap9x+{?T*+4m-oxi zmN$)1q*dfD742&e3^LvAwa@3=gC-^B%*yrVFneP!e>S~0E0LJFg{V@EdB}@FTOh0g$bo80jFv(jtSHToeYuer~J|7F7{g@l6Ho3Q~aPC==CcRxj+DO<+7)Aj_4 z4K^g5Z4gVYy}%`;uK%mtdUaiKv{Jje*sruLC*d%LyVERA58&!Vzn>L_&N5oh7+_%g1 z5YiWwY_HPX268tFVu3_obMCwXxgWv%k^wVnWju256aKB|e|=q)R3VG+G)pd4ne>Kv zR8VjZT|Upc^Hd-2mPQ#WmOU@7`->k+AbHh1@}krdNHy*_4keh*q<28(cYYIR)ON z?dH7xIrRzA(hAkVg%=V@t*IAR&dAj-vU-0txw>dhP0L1c3F?RHpYqqsl3#+BUNpDK zHf22qVCB&9V^f59XZt?+gmkMzCy?&!6*Yr3y+Z-VrG~vWX_s}B-dr`UFTiD#&gVw* zl*VT?bNjil<-xOcINKJXWm z8z=Rq)!W+juwG1U^T7JnK17;3T83nbx&U(MoRkd%go8lH_dx#rd8D@1MWHVn_71PY_fgfRoPtk8?2m^ zUfI+eW4!V{YQM;sDlUNQvXWmQIoXRCl>FeD4h}|cHuXigs{QOO&UNnsA##qw+X|a-{ z2~bs%2ngnMA|-2lR+Ghf;4|CRR7~TnkzOmXoip|3;T-zJqo3JF^T}cgU+iR0DhFkC zN7K&9yJo#WkK6%dz zs~yOx%55=prZGAMPfIe->y?ki_psvkL*equK`InHSf?V3VSHSWVT}5Y;BLqje z_Mg}4CyfdvDLMoIF_S8B%M@mN@2;Uj4lHmfq5TZiMy|NfiG`Dvp z%k^aDI`-ikAh+^nwJOV>{^Iw$uf%8U>UjGt4&T~(m&BJ}+ld7Hn3tSxPPSIUngiK& z0P61-5Ry->TEjW;JX&W%UMdy1Z)=Jyd-v1i zc3DWh-r=@C(^)SF4`+Pqs_tHk;vaVAv-H#)tz>{pT8%F*RFqp;cJk)4b52u2CyWb)G09L;ftR;ha zeQgm-noPwoxzQ>4pwawikTQw*=RC;f+o6X6%Os#2JlrX}J~a>TD-zPHrH{G%rGKfc zslu<2_3U;928`lq=VRLWNAn{3=J;J-GC+2h4ZiBbteaMYAn!*|T|c00F%f>ZU*a-# zv}Pd=vEjyI7AgmogG*W_?Bz)+wL=8l=Xgctn|iZRV*kw9V+P02?!GmH=bzi`p+ToG z#;ZsChx4~_39+CM!t3V^@awL!=iz8q`dFqU`!d7W9iX;E5tmbPvkZEzbV^3ITuH_? zxz{Z9IQ5Xu0H{d(n;-#yxV4R*0xw=7vXBDBtVj<^<3S)R$d$VDQ8E3r8xrIf33#A6 zWrF5;bDPkOuXpwzRfXE->)x=W=fgiFv9pCMD9A#@x(wq7-8Lu@Lpjo3J^>^B&!L=-$5PlN+xpC{8dt&V8P zZWzNE4+V@EmD z0H3D(!_lw;$khv}6oJ-IWJ!nn+jpj~ZU-p$Fgl>lKr!Lj=2kb7Xaf|g zun3B3{zw?XHdU4Q9*ZP#K>`p~_=(fRA8mGI^)@~bm^f1b*OA{`1V-UX6kccUvIKq) zB4Gu>%oN&JY$EF&B2(tYwYJo{eehuWSAaZtH}hkci|yEjE(gVNo`A9e1SO=Ls9hOt z@egf2UQF4m;$?^0rRW6#R2e(gHS7rCvAjUQ4VirUTl-1gZ z6^tC4mSWf07J;ll4f`7ntMeIOWx6O-1Ljg;Es{HULp{IR7EJ(bw@4`-O}$%TqP=|I zZX-GEA9jlFfi3|#ilvlxYVt_T+nW7WRUM*Gmtdm8i62dO_=6~av^Azb=#Un$%qh`0 zIeW1?2?%-BY^d?*wG40`!SpvIRTru_)hO1Ul_S8u$Teg=6))3xXq0r%UONR?RWCA2 zOPXR{EH@kRCzkQ&{H98ehf=7!knfe9Xx4)mP!Vu-UETGAKMrxZ-m?H;KyKsgr6JlC-1*)~S!9&VN9H5_N;{NxvU)Y-94SM{ zaOi~yvf}ZXpU|-cC=fsd^ZiTCpDs8yzg2#HdIY!Ny*#gFdORxY|K#{x!F7@XNWdR{ zNf1(}OwPy#62jF|S%1vP23pV%zd`XdI5pDl`LsL!`M~}787$Gm7T;X6QG|umz+62O z<=YmCrzyZjavGmTUM;#6I8&F|h}Snv2@4@*tE$=(nXe+(Wjd=2(5PCtb8Z6cwNhfuJa0P1g~GREJ++pmqT6TSwv1 zZbFF`v;^3yVkTTwI_bg$hv{9bzujIs(mz$p#Q@>uY%`t&hho!ms){IJw%*pbk8&RuS} zn6=)ziCp2@^0a-spVS5+?k!0;W8G}UJlZ|!cErTXnBCLjl7JGdGz~h`!E}{~QM-bMkl(fO$57tXm`MDtY+sNZr3=XSSG@OycLJTbv9Pu`2$F^Sw){B! zaKSpTx4f9w9gJp&IB_2?G*zsQWBbLx-9mr$D(U3Jew1Nq-^kS!U~7u3^8N` zHLU+^`qA;%DZO+<(3+l0!xUnlzMjS0fA(_Bpn@aP%y5ZYJ2|fi=u7B9A(8`ZYJ0hb zoMT9-U6YYd21%1Q%pb%!2)LKZOH8XfNVdd8oO}(zua@{-hyzB{qOIX8`PQMI-cfu()CGb>g5Da0Y&@2xJn1T?h$h5){JY$ua&+|Y zKv1s`A{X!bpu)+hE+B`~wPd`o3+mZG z909U@qtWz2SRuaP{)hfmzaGh#VSCO-RW1QGL?D1(tcuZwnAbFx0kOE8j@Bc6PM)ws zx?2jhBmWK+(2wLc-p+dg35ONH!2&ccR%KwCJdYBtv+rhhW;dU4WP%aKT)0AJtPH#p z5^(@$1PFrTrvr){_2f651}7g4Ma740lT9i-Q;8Q-cunl_4GiF;vOV#M)F*BC!v+*D ztM4_fUoMW~w5|Q?c>5J+F{+-m_*ILADn%4Ci~!$Tl!lq2CYR>BIHC=|gyhXygUYlI zG7SKhGd=moPx=)oWi}CUwP{^IY!Pb_BiYQZkBRjhu`;!1hX(G>Om*gX{w5#{ca2|~ zU46Df@(F-yPTs5w?}k7Q**oWVY``V)7WNM@_k@l)Byy(l+?CP}3_Ts0LF_-ATTZ-xIJ97Ye;m( zw(CxzDj){Jql0f(a!OlHJJA%9H_Z!nN*@P3(v@gPZ}sCbhPtF$zIfOC<6X9 z>nm-Y1{dh;%cjp;D`+Lx_dx{BxTD&MR6m0CAo*Uj^Vd~O-jq+O+t;rCCm&z&R%0yA zrMjNhc0EEp$tEA}Ecwvl^x@ZZ3;mxer*b7=cJ3up_nbnaR2?T|wdfwe=Y~Utb}Lb9G&u?;F}GPy}R-%J(rgL_hCCdR(Lo3}jki6O)(SrEoshI#YIJ z1h(oiDci6;c+BKkYlS_ArABVj;hbH0m^4L6V7tIq+_~wQ#0&=-nf?`QHn4>pTbQ{b z)GM~U+Un>BZ$Xnvqzb#!re6!pThZ17`rEugL64{1ptDoK2eW8+&X7U z)VOw--f^}_=k`C5unoB#oN{I2CtY9D;yA-``9aSmTw1U|C$h@Tx zGv3xAeU-AvaFzd?CcJ&%@uc}PfUTBPrIlsR7WxS@QD6p)R5g993^qP=m+xi6Gy485 zgBqugPW;LZaIP9*A3yN9%hce0S+_M_7)Q}9QqY?ifbn@7ey0F33$wjQ`Lee!Z3`?W zVMjr*tvevc=@+Q|-%OA5`0InJcenyaL`DD6w6vHH1k7f}xJcQQ&J2`g<-BHeLsPc0 zHtVpaf7NXBhinE9h&9hL3xw4gp3HE8x2_Tf8hN zCG2n#?Z#pbo~0H?e>kl`L} ze^ei@&9)Q9e@vRZZaPo2#J)1x)N5Q59{YHWFX)Z?-p-C z@d2T(n%~Y)kw_jqdC{q=LHDGx!HGUwnROeL$@V*hKGSi@OFJ9(iz$r*`$f(xckGgj zZ9K+h+NuAl%r^GTA|B7n=(MLe+VY+SBLqw~Zp&Bwrj0h)x*vJoq<`5JG^i8V}`L(J(27d`kG1j8s*{bR7ba>DkZCU z0QU2!G!j(BVjnALysUfB`pU;RH+OrsV0IuccyrOk&#mg6YSX$^a2?~GVDnxwrObxA z1FoIp51yu{su{+XRJIXsa#k_cJCZw9A?9h5jW$xFzG8Gm zQaC0eyr{fa283U?VPC@$?h;2)g+2Z&*H`w6%Xs}x%R|Q{m6iB{;8(Wa*pRLK10Ln9 z#kA*>eU?Lk6Yv33ROHzTizEJZduO~wvM4Sq(L*HinZm#H6?LGxteW_y+p!W{wimf( zH4J9Q^S;}T)Bpf zrQavpcHZV(Tw!9(M$d@LiBi7qN6!`S{vyf!)BIs>!bc5A-$NXkr4!b#-3QT+|K&(j zRjBR)mojzQ>r(3zFkEYMV#nmH@~~-hINFlhRe=Z)mH9G(>juoaQ$Dxg*1krcluAJF z?3MtOd;*wdLvIK6Yyf;}Xzq4B@7ozi9O}NIW0zxMSzPPDu>sJcZUXv9lU8ssjAJf? zKF{PQ414SJSURN{iN!BV`!W4ppSz8mHgq7`K?VH1)8-UK2RN$oJ>*LX;~*o7z%bZG ze>Kvc_B+6T?Iuq=bqIskJm|h*e@8)~fC_u60GpQ?_MaPz)4j%?YFMgg}lr70Pa8F-N#);r2EpPn# zxKBhaIp~YwPR_d;n+XF;kQ&~Q)T}xy&Mc;WPG3G}Gfx2ZgXTp~9;h|U-)`A$sK?^8 zzN)8ig!3fsNO-i`z4DnZUh?}}{zB*Zxb~ha$925|%zH-vAJC(A^}lLr%_Nc?MQChBA46L2(ksDTZ z)IK0;6nZN_uR}uZh|$ujZzH6B?)!^3BI<(sgB8J)WkIW(A@#!{hcw3ATy6otJte#B zXpG6E<2e#Reiquh`alD4TEm|Q8#wBrN$dwGt{)7gqz={GSc(+W^Jct!EuY44x3^ZY zg1nBvzxe4a=6Rk=0sYN<|A-@q-e*i#Ze8>_j&IzTw<;@dLX|e=V(is3VWo|<5*=ia z)TaZ)oRy|H!rWF`@d&-6JCp>mz_H>$0&sFHqo-xNk$)27DCn<;vq2?6q+4?rM7rex z+gj$E@B%uVGV0X+&k#|}0t`ZP7BGI}Y(VL_0Jv9P9PjtLrT* zul1e8@LU7^?u9>G)BbPY+BHmTlX-m)k`v#tvgZRdGf2v-`95%*+c;VOEAPXY6|_h- zFd2Uwzy3F1YdEFQ|DdFW9}Or&o4^kyg-w#*=-3DyeBiTV{r@R~Pj;>70Mh<{&L9c) zuPUs2h91Vl{@dn1xSoS~)BoM%vzHY5>%R&Q0)VI@B~qA$QhxT6p6mbn3!|az)zb&B zGDZJ=jzj1pL-88484(-`qu4zL1pP1H?loDpqnOLctqUA7_*M?1Lf_1p1%E!0`|dEB zjCUBVcehG394H0=8U-2!dKgMp|Lv^!mweu_Sz=sfy1*S!2wTR(gE!e<_f?(PqebMp z02<-tCL1Y|l}j<5Djr(5*deVVrS%Tz0%qXp{hUtzSOY+3IS)13QP)O73W4;{O$qw2 z>Z2Kc{w~X+FT7tLqv`p5sp)pdO6!>fNi5Tuc-J85^p$s*pzXFZ6Z5Yexl~U-@P$~X-Wom#d?2IhaFhy*2hq80lE<=1@Xc?uGqxz_T+_ILlbFD zs;t`Ya1YHSG#QEJC<#>2`(>|v#&vcVDN*nSDQ*vwl?>qGG=V_9XHJf_*T08;V+vGE zDK4XcKDMZ;bjI+Tgz58Gpsvo>ToE#}S5n)29-r%mBZz1a_0}AXEBvt+1zbiI8i8cI z7(GFB&BUW^4ocFB55KnCux%Rqu+m|O>7zL`MfxIvS?ODxEranN&&VS`mS;qNXmPyx z*)g;6czPcth(WVnV;v&_vlW4YsfFWB(YK~&SD}jYh+NBnxFdewfwJj{m4^zZ!{o;B z?Q2KpeK0hJdu=20O9fAx{X}s2b^yXhU$u6)f8+i!$R56Y*12K z#8}Tch%8u&%6PMO5gYGtA3zO3fDE_jKnvd^W>w{uI76h8s;3gL))NUrf}`3skNGgJ z7X{srE^-`!@|~oxJ1i$p>+lJ7cozuPtwGvhXunaMUH)IiDQ4XE2R9F&YQwYXb!E!8 z!p8dYC-|i2{%M;9c;7Xq@FTMQ&xXA=DMiu_C5av$pB!2JH6;dQrwk##pk*b zdCZ_qO;^62Wwy47Rd7mBs5^;N?=vWh2|T;SqQX+s1e=iPKFRwFls0ukJyz+eFPL?& zmk}XF!kFt~?Y<)#y8Ckp8-`UfV25eeYp4AiJYBOOjv2}47~n}Vyw^$^FN)M&d#~=eZQ~kx`}!XRwlp8c$a{HfLv8YK?nE*6A;|$xqTD( z?XdpqH35Ohg{p$w8}F&@**l33#%53VwZuAtg0>%36#bwYt;O*Ze$`hLDIlhaiMyNT zX#G|sDr)l7|2cK1X=M>R>cNkjG(Vz=AINEI-=n!lNcb*jL#(t*ckSrAi>{l$)PVUW ztWvncPwTSwy2$ucU(YKcAt7EjXvl4ckLj?HPUTVNuw8xcue*VHf{Z!s1ev%i`J@+TPTk^MBjIK>+6er_%aB2@U zz{%iZasU;;$MYP6lf1}i+1UQGjl&$>Bjx>b&!$H$M(DQ&4^nvK8yOBliGz+e{G^gM zS@boEa;0TJ6{Et96QyU)vQEk(q<8#Ywuq@?wNmNV%!=WgZ;EG0*KIRhC5v)bUk?w= zdUoh4LGIJ5Re*5cb91OYe%W7_i3%p(6zy={r8rVZq>faw;o78s>R>Jutf>eJwjEof zad6=*EA-}~Li#qoPwvmnxbYJtl9RW81NSjQZUONX{E*R|B8=2UNkNz)=hoAjIok)u z##JwCBl~|!;B4EV>W@UJmox^?Ohq(ZJeF|>(0j|c;b2Y{`WIiSCR9n%-37UO+UJr= z=bj^AE5$$bHCT5|8BnNWW_U0Zxw1|c@ri4G4f3`Y>q>C5y*i8Np}f(dKj4&z3@#Sh zihmMQM(iwVFaG&38O!6J?o<2XX@O>^3&%ZhA)#=Q=D9Ia)?_Q7w)Euj?Y4Qq)nsuG zb6f5)@lzU9ajf*@i|&KvtzdK|#-uJaJqGU<;lIR;&!4sQBu2oLe|N0lAZHsqpBvX8 zmzF|r<$p#vYt)A$=hF1`1gS}!!;s*Wn<0Epuar^|u z@{xK4DQP(jFEhkadh0PQGE=Bn=FBOSX{V33>JAH)8ZV6 zyCEcV_cT z;y*5xh&A~dow_yNF?I~^$GBI$3-;$*)`0q%&u>`;Z5S)$IMx&T>QSD)YdMLwZ`{-& zFM6(O(dwg^qgwR*=MuK~mv0=Cj`Ym!6w>FD+C|zQ5~#$u3zgn}3NtKmVZ=zSpcxx{ z6eF$9+iAgXweIY{*(`h1^jbx^ILr|Fcr^Iby78Og>zhyWD54yn1achbV5kJv`F~QF z1wF$!zuKmSVmEmeY#fRs)HB(CN(6(|Vrbqww)(VTUTtrOZQ}TkeWdkr5OEC;ip0r1 zZy$Ncw;C--PZcY{_R1d$Yqltr{s}62rkXET8?Un?Cr*V5+0X}#6el4BSXeAHADZ-! z7(6t|A2F!*4um!;rT7}bvpDUcm6XP$ZQd=gk-Bc(iGD+J=Y8#BcKW^BL{iS>W9yDK zd;6I%;d>M$7iR_9=k^v+g#ml-j5#EJKjHA-|M)X+7pcSf~ zbxa<@KOnVtFs>;((DW99zm>Y>@PO{ASAEij7iKU} z4CTL=@jk7aF{-~Pp}>OXBrvXx$C7_bb}=97jD8UDE zb##Nhyig+EwnB4s}BH! z#`@T$hC;M3MKr_Rduz;k=UFer`K%iKq`lkkwD?|hkin6TcV+AgQ@JS(u}!2wQ{#$+3`B;u5pJtDU+rROq_+ZG(%!I3uAP>oxY9w1hM{J4V z4c!|-He_!|zF}St5P-d?AI=#$8nkXna^HBmx$M!3qBRI_z&s}o*+IGof4ZC*@bA5) zKgCMs8M8&Ok9lV#z($9 z^D+n1kr(Ob(?(C11^#A*(;AhWt)#NYW zPYu5(_zp0x*i}b)oP3}cwJo-d%|K#4#0A!TA{*`Sl(G3XU!d7|SV3aCrk0Y1Oz5aQ zo*`l-=nvR^q|E)4lzOjmk><7Nz}0!p(NL_lfISbW96Tx6=_oxu(8XeBFk9W-=ojNE zIi<@6uhtFX#hr+mwpq4Rjy@CHC=o3OYjK%>Kf~I6s5vi#wPOl%IxTyV8@ZCn@l3Gzdpx%yg9k*sQd6qJGY0hoD(B=k)=T?>{6ZnqP zs9|Lxt#j7)PY@jWIzh@LXlJQo>@4@Ey%={8CB!+cP3H%^CyQsQcOT;+Z0=o?>D_rV`1J&X;%=}qln-d-B{CpR!C%3HciV^k3~0`Cp-fHwvh0j>!)DLuSCc( zlS|v3{0uslvd-|iPuiZ^vGi+q4Ga-$w9?}&{!VN%XmCxRIl|$_V26gmd2{yP#v(jG zhl;t2XbJ_LfDb}L`b0og1GAe1Od`QG>nlouf82Wg-vo|Dxn`k5toy%3?lAAT9+rr` zLA>2+N*cfJxTQ-n3y*RBNnMpv)jZfI7Ul`YR_NZ!+6_nLVC-F{4H* zb;r>0n=C_V%-gfdD;XQE%0fIwXzD|5dC#6?y(Q7M9#WTi7fi_Sxte0_Z)7`_K2fx7;DL#<(#Ckd~&&Wgt)WKtL7{#K z#ssYl9KRlX6u$!5){wfWJDE1Am1bGz7BariU${}gh#Kvu(1&rC!G%rk=>%+k80We1 zv_Uo1d+qgO77lV`+mJC+D9JM)y|=+?vg4I%En}Vqi;0pOHcg+;iEG@Fe(`l^>Oe&? z32=Iw+q=IOwh^VGn0*0s{eYn<;b_CCl9kKf@1k$w6~yyCwk7*udOh{E>W@#;a@!P0 zcpMpa#V<8}=}j?cosX0U>N5$)Vc zwbDH=`b4Or3WOaA5wfCEnyhMyqMpbMo7r46ey4ya6A{~FLb1S{9pNriqD=C#QOHov z>oMW>JJH;s30_UTo43|{%$UN&j6pn^d3+Nrt>(N*fIjq&v9h*)m8SL~vovya1g7N_ zcD34`ZhGm>-Pzmg;(~n_tuGOOQ^tb~5u*k+TF;2mrL91hZ4{n2;M?!h$W=Ntf3D=3 z#JaWldeve$SgYWqgg@YIhAKS?^kkw;7Ku3U(67rk0gL~5wZ6XS4U0}?FK?pUvPZdT zl0aP`JZ z0iP<&tR#Dcy(VV8OmY8Wh5&oK?Sjp*Nx#pP2B2E?YVnmUp~b&3n|}etz{TO09H$wi z#Pm+dUED>TX;+IQ0XJ&LxcqJYyZDgfG>z07<4-XI8Gvt{Vm$b`A9GA$V`y=S#7w)+ zpHwz1V$`|s?#rc!k5sP{OtfiTBCV?cSsHM=RkuBYPAK-ts@pFI*Df`iWHWAf3eKvL zxBrwN$=G2~%wZv#0?8$$Rd*Z<4|rbL2T~6W@T$Yjs|8)bFrHEF4Lf2;MOasQM&$ysZJk}I0&n7bKKe!|)2R~A z+Bb6|#-(j)gdSXWLS|$3e>5Z(XR}Y$_Ssp}ue!2`81E3oiI3{Z&`xOpNOV_eVoV2Q zSO}g}l5VnB)~Z!bv&U_kZoO9a9j1z#vZWLdpL1pvl@9{Yl_s_#Cj&V=Mk0KXP))q< zSV#9AQcH1VTku%AG`m5%u$T`1gA)*-$Su*?xkgEu3z7%-$S+beW!$j_(c4AAXLs%` zFF?BB|d(adh1PqZ@1ZJ!Tv|~5f?w+ir@KTB`b*442|-%2KBvc zZKn7T(P@;w!FDV}r{XsuG3QcGh6m3A`Psc&d*u-zUJi9}@G&)!^!xY-OFT@W75pLi=la068&MI`r34XkLJZg;N9oH2dp4R}vZxR(BD;8LJ z+xNE`Wu)g+uiAyvu2KGnZ?_^n8E+sz)?<&5#K<%5vc?i0BO$7-P_?uak&jM1COoqH z2H>=0$%*@A5n&7njdxs9R**F%2RS;#c-D)&zs;1*b%oM1D-N8!F9GLLRCHzR*NYDk z(OOThHE-L;O?32?WPAtk_!QP&STD{^#V4+L-K^SdTd|D?VY%?XDPep0x4{1;Tf@Nj z8VqlQDgZ9S7dy6FjoW*6wPf>ikQH?NZLU8%$Y2*JpMB@DG@W|+YR^N^J~$-&dKbu4 z)caeEhOxgSf|DFpww&tL?z&X>jI#sfG8)pk<#kQ?HKKO_=`&D0bbk^4syI7;t+*7} zn59hqP9KNNS7a-Q2fHj&`UwRl%ZdMCQVmUbN98>D7exW2|A&_9Vk)2tPtvC>(>yU5 z=QHkX&x`j)G^-IY-U)*t)wXW@joB-HGACivoBRt_8e;6*a_k?lPMh=-gj?KQHXqR2 zt1COO5s=UlU4&C88QUnSf5z5aIg;4;&_ueuU`8tDRC}cy^KowtFyp3oi6fyENyo37 z`pXm3t&rk9zs{;IOn5n_3j0wfClwN}i%VwzVO?liUnd}i=Qz3VfsZR{+(I7{%*Ko^ zgZp1Ml+4CC&@+ArHIs*%8%sisaCda7~GVN38$c~sg0MnGP zhfj3IVmFs>i#a-VQZnz_fcHNNF`Xe?WEogZT?3AX!NKNx%#MRZRuJxo=j%!x9 zH&@wW1XykNup(>DCVkAPrykC9*=-4`?;fAIqX5EHU?rw>X{RtltbbnB#iKhOLZkA01@yXT$YR*!%*bjMje(7rLxtOn6NXu zPLOi;6tL|HY$#T+D$m6@Ygr0*!QwJM^t6vE#6zrw!-{2f94k)!2)-?}8N1u3qaU<; zRRoXozB|`U&1(zdaO$g)gc*H82@Q^+ZavC$wBi$2Q zKI!$(fyS?DpeCzc-h&2~`S^;nuZxHEAxvCm$J1uwDbqg2Kg$cTdW{uP_+OULf68jS z#@>;Ohwe;N4d#Pb<0pfEKDF<+E|2P*4qk!%Pmb*xsb_p2SNA|7dWE@F+t{&n439E5 zt@z%Ds-COL39L!fcp43eOmZR`2nDC+t4|eW2?4%gZ$!fMeG;BUc;pcydS%70$jZ~C9Hq{Pq;#0{UbHTy#soJg?BpX!@hv?Z4D}Ka513*}~yk8!9G+JLD zgnzAtZH=o*nx}V+o_*yJ0rgk6{{(q>x6RYAEUH*VDH@^j=~_!OOC6)jp8??9I(DQ4 zt(7jH7~QUncR4E(5#8ASz^0QN3`7ulWlL<&6l6WyC^`J!FN3CC!46)xELr;mb_me= zSnRhA^a>Fpdk%T$AZ-AxzN0TW_~=MT{VkfoA?KlLsJvaGT>6Z;h$Lfi&YH%UhIXWE zx_Md?-wpL`m+~bInul2KSkd21SMNm(w_MD`T2rT_y`uN%H>|kpQ#aN)N%0%8Df2qp z+?OA7s;fqkLrC-rX{OZ7H7gM4GbS*!cW3tO9og>0(!Yl^*Nc&3uo$7M*_uVlK~?og zuPL=|Pj-^5BktQrZ$hb`u5X-t90Y}s7M1s*o%W`SsMc;qH_QcZ_6KiU`Db&Pt}9pE z+tVoTX{N9mu*<;s0Z_YoeE9L1RWPCiH)m1LDzioRA_34H1s=rk#>Gp|^h=(X^#Twq zp>Hh2=Qt^R>6)Erdk-K)jB7IL2f(hn%kmf?u?}HcCkPy5{w}YK2`lP0@>u3t6zc|m z2{Pq@*Z@4a=3DG}kG@0ZMWVoT)H4q5&~q^$L12^PBDSyZ#D34ZC~`5*=elcLg(rJc z^TAk$xL16NXJyCl5u8&vX0_sab3?4tu%_Mgbd5WMu{XoP|0q_6Pi%eG_i zz6&+7mzlTyyL+N(qkXvMV@5_Rn z(9@dwm$l{t`+9E=GIJWA2>mC447RpY^0)6xziETx=N&K8xD~~_nJL%T72uHjpWps1 zVa5kKb6^~d`j>{tBcXR8TL>LS3)*E+q+wdfIB9B1!BMYP)=ZLm9c-atB%sv zvzhgCa+tS`!Ax;efF-5aoNT|)_|1nMIszDmWksG6!KbwGUc71mq=4rW*Y;`u2NA^~K!Ta*Tl{$j%OXBDef zNX^9Pid7tBhwJXz8ul;rHMZX&?aG({FH8teX2M2GtdG&sME+;29~Fix6YNwgP>gaz|tU;{*BHwubFuqMUAlVEm>3wiKX3(n>qv)|Ij9Da~K|v?+L| z+?dzk2GGzutYjPPUoMww+GUmR<8DTLZ5=?T2`Tt0#nh@JSG)>G4CFQ;UFhy|@?;T{ zl9HdG$=;%}&SGZ(kz$P->)&tT+Np#7h|})nTA2MkdRxL9gF4YKm^|T}Q~hLA+VCqK z3GzTL(v!cQ+5F2<#u@2(!y=1s{GNwS;t-$P-cJyD?IZa(=M1Y`RRs$BpP@#@+L7yU zdPKQ?9Bo_U(fp(y@eeqS-TY`*e`xRBn?2gM{hq22a|xmyZlBnM{E~$1HCi$m?RRB! z0izo3jyexx6UNp5v?gKsvR}ER8{Y?B)%s?<8*Y#53D(tIUjuA;^mD8r{%CF5yf*!2 z``8mI6z4tZloXNws>uH_*}tFJDb>~Bk!!8)lyINg)_eLFF7agGh1CA5Z+Z@}gx5T~ zb^n6AFK|8Ig6d8%o>urgB>(o@uSMh^IG%Rb4dAA`4qufWirLA>r)2K1u8u zb?*nX99h05+X(M#7)A?rMm>0)$P*nyvDqTS=;b^ z5qHx!7D=*U9Z6wNZ*~AR6frxau@;_ipvG8`XAF;IOlmW6Ism7CDM7SC?ym$6p93lq zbAemCOtjVS53*neCnj66kZTw*PRgX&xxZs2E|64vMGV-w{7s%}oHLEub&gJ2pVX}# z>vrG2{BK4p+>39zYfg^h4Jpak7{lZKm)InZnmO}qq7qB`T8#7|uLpNu3 zRP^wrh^lWfMn^27t4=WNWi8MFeyFijb2^Fg8BlyZ&M2!Y&iuI{rZ3>ZFA#W;%WpZn zJ(jEmsU7qbq4gK}<%~{#1^00oXEq9y9v=4)rP$N6S9?=H`e0?VVHaHc0HBP??7OJr zD-s}o$J4{(Ue^v<>yun@4&PC780LEWW^Lri$?7RL$>;WKC&c%I-+Vo<&|=1IDn^lB zDDO&<&5`&l<3eDhr-`)4#@9Kunr*3Gq*N=yJVlscM^a`;cV)*}y+|?;4m8(+z5NS# z-^?6bgaC%K{}QXeuK>nJQD8;SinVHaX&l3Xp&URwgdquGX30Myq&+@3)Rx?``lI=l z#P6regOQd(UWd>G8QF1yRc|W6QQX~)`I|iu;>s<#qF&l2u9016z zKn|3m6E~+OS?rUl=ZIT5>X}H^H^!hw9pKuMXimaa2N#1@J?!{19v9oV3K@L}>and$ zh#+27Z6;_e`IRzDZQm-yYK0xzkW%6$;w{{m=H11!;Irj;a??ak zFiDNUry8Z$_*|Pn_U$jgRzBiR8Td}|Z_v}Kqx&8JP?lQf%g$T3)8su(xZH|bWFfcx zA_^eoUdQ}{vHT36z%u!ox7PF2Qr0sEPApvHzfIgz?*%m|eFBsWvm!OilSiof9&n>> zY4gg(jDuO_EjoV#qsX9~8n@4GMUHC^$*bFG9@NB~^po<}Z$F|_y#ulnrmNLRRf;uM zx>#+d<5NM0NWSZ#^B)Ln-oMUCd%|SpBFX<{)~k zlHa+y>NPiiFDIVU#W7u{!qAZ+=0=}r3`Ej<(|RDd-^ywB+t6R}7G1tfe(~%!_MhD^7;*e!#A=iHv)^By)WKsl*4xxJlc(U0Xu%I%t zqR#p?3P|K*Xqk-R=3BFVTIaVymxGp>YoEexCg0rmv{wXmxA6Tmzev6R*?_B)^4}o3 z75#^(t3b2Ftt>EuXm!CHZEb{RwR;iN{rOFXHzF>KfOeA_#*X-ZPGs;u*yUd%6dy4C zTkTdoK350KF`i>|LI}xf9z-ye#EKGwq%H{e!%u>aYjnc^^L}`#F-lxEX=M}6s){bjW-8N}m!6e{?j#VLT8jL9+`FX~Vp7Tusz14r83FE7pv?iT3_RpT~equp3 z#!%evRjl3=iNXoQ{@3}HCmYn0PA@siyoLR4rfd6DV)n+xMHtcXU`KGk1_5d2=lRKH zE8Wb(f{(x(cC0hAR_lh6Q0_U($HEwA`dxXMb^4G8&tSXsfghqbo-wQtBVZW6)>-g@ zB%U0fGdLCHJ=<8a9VvNEQ8vmV`s&`l39gz6vJwB`IKG>L!vjIKYgDJs_hR#Q-6Hjd z%P2U=Z3NH-zu0#2csoggZ4nJ?Z!Es<(qLHa#0N_lHQ%TlziiAYVeB7^3zckjfPiD% zFb%NutpD0)7?0p3sjv@Nbt3=|86DrEjbg(gDJ{=BX5Yumi??v>C94C8Tu!VaU^L!5 z{r2V`yXz%NiWIoGO>zU@V1t#_3elBi`FE^MOEx~EO=C~$Wv7|z4Ndt>NaC0lwwk%| zq_s#0%te`=aA^&ll+5n91GXgAsODw(FqHLt3XEC6&U9oa5vSrbu{lU4NiJ~n-W5qs$p7y z@&A!1BigZn%Q_TY61F$&_88>2XJyvq!L3T z<{<+ZMe$&qnBeU-fVu6pdL1Y>B`jO7Kr3UeIo1rxajV-^YacsrCq9dU4rdkfeuMg0 z0NvE+SA8Pr&FhFLH?SLI>{@w9^n)|s0;h#gl1RJi05Vp5YSi(9`SnSF?4eN0P~$N< zA$}W$M#%Rc8up&lWizgg_f$}?G25qiK}2s~_Y<<-I84mzcaza6_s&vo46&IpmoU_R zzW!OP>U~?&qh8BH!}-B3FVpx-;S?Zzt|$iE9?f#|I^_njFT>XqIzGk_^L;j74q*<-9KYzw&`&(#D0&7cAt zWerkS8G4U}f72si6Km2eWWZcO5~M(><=tk#RXwg4*x)nfSS*kG>=DNHw>nm55PR0V zZh|(51@1d%+PD{Im;CXE^o~XNT5%YtdoOk$I@Wy};C%c}w@5aQz$CF6 z1Fy8BXH9o4DT^^3V9z?~H~5s`S4y|9+vF7+Q!#zkv9CTaYMeURyhHa#6yDKSu90fB zDqiwphA{lRdg@=#Ym)zFOIov1`J!EsO^s!Jgp}5OvIs8`X zw2WT6J6gpH=o&rsZ;Nw;dt#tg>RSII&Xe9j6ac*PbgyNKhS;XHf%euNxcNv8Y<_H2 zM*_%4L%#n;y#wyjOybi8mu^~3N)7`}D9Yq1;{B9zIh*3o$(;FaloKE}8zrHVNq;K# z&iZNHD&y(~m0xAxxhF|6W-WYb4{2MJbS$`cm|F^ZBj$AUeCAZzF0^CjsY1-57f7Om z&~p?lN7BTyOy>V@b`e?1t~8-(z$0y?v?`)7ai^61e7(dh0nlZf>e_303oA7vD7N`s zS|75t%)11`D*&zX+$?M3)NQ&^EjzS%kzY3qot`%9PRc)Pe${UtmfJ~@7s9-EM^{61 zk}nI|7*d0E%RchBfaymEuhvco+`@}$M)60?A$NWG4W&<&{($NBQFQ;Gk`Ys0jZC4w zs%YDi=lx~SfiUN?>Pj=YFTl>^Yf&2;#YiMgXBm=Az2vChU30)8-B52F_%2Iqcm&^p z(y`%Mf6~V&W^6j?CiOo0Rc+d$8TbBYUFqWIGg4c*$+EPQ`UxNJ#&3g9Y@S4O+Lbg7 z?5rpXOsPl50(Impe1&&5&o+DtXT60)PXaj^GbTr3p~udQBDZ}Eas?AUfY9<^lErT; zNVv6TCWl?{|3z*8l%NcWINWpTZ!xLy@Y{C1*Q(Z4(D__nEy_!H13`N!?8LD97-c{q zHhvMA=-s8EYI4@%Q)E ze^kDEwe9fM2~BodF`r%_399>@!sq#&zfp6I{E%E5PH}=R71}{GznIC{JRa2+X|^t( zbN-_VIuM1^L{Am##$F;_t2@IdQ7>kg9}62fs1u)kAr+D6BjR6nlI%Sma!lacaE!bV znI7UfDJB!^cpfaVftFt0!&GDpq_s}Fn~e^97!x1-@M#BCX+*3S-q58arZ=nDwSiNh zyGZh%=>cvTb}Z-Hcqg_)?jEFk{KwC#cGp`K;y+E;Y!S|VRfNv2`%TlRiD1DJt{3v} zpz~;XHq5gw`AW#VzE?aZT=V(u)dscj!;B+OENoy{%|=Zd*&{+S&uAh!7oxtCFPzsk z5hApR5J69|afE-@D<}AZoNngsMZlt&0R5VS%ql^gM5n0^z{*EE?RMS1=|wwxRoLvT z-g9f3hm35y6fngIjp=L>{2R7J*Z-8JfJT93_87b*hT6h6H{6;R{U~!YqP!?72M@!I z3lO-e^c@d%^3mSx>QghyiQX6LsvT+OvP=HTmB*+Ld2bEyqrXX!8fW}axu z7~+qYc|dC!(#c*75QzECz7SNQLvPq>2?;lR63!Gw?R$walq@vJ6lOC7?VZJP@E?b6 z>EW^Qqc*K^2@h*c%4f5i%*)Rmng*U}seX@inH=IO%c0Rv-F@(q>oRkB1hY@m|18Rt zq6!Wxhm(sM+S9!>W+AUax9u9B$hy9RYiLV1J~CzArH`4t?0Y3v`~s!1rc@y7xkUR9K)_kt zaHB2P8rsjKem`S9y&Ca-LA$r|eAvkyKBI*Pe*Gza)2EgI+CANIdFv(>FF-yo{a;h% zgE|?$B~M;4k{Yf{V0oo`ANOYN`I|$ny758&{U|cr zqs(V()4%-4_jm6AL&0pTMF<;O=M%obdwObXZ#NJtHvYAOdW-Bsx(pw=a^T26Ll8i3 zBqiq9rz|BNhNmx!H{>$aVs2J{1zheNzV31%Jo;$FVbAS2V3R1oIg_hIxib4A`oB5# z`s;>tn{++SAC6fh1vIERKK;p#XRU{r=cag1ym8Ou3>>~`xa6#kt{J%Od&Z_B=GNqI z@4`7Hp^@+;w&wSIjg02}2scKTSa8mPU}`=8E#h0G z6+W3`c;C!9HaT)N*1_TsO*O(&49qrLY{CqS0*|2$kk=PYf0Gn|gG>+J=VAC{(O8Fg zxHlrUf2>2=DUzyzSnb|Y305z12U*Cv>&bP;wbAZblvkG6>qtVg0@mFZY-18-DSqvF zz#=VUkxbd+Z7aF;nR6!4c~FJg-K#|_HiIN!mt=VdisIw;>5%?Tv?x^nw{nN)^hV%N zzfEYQ>#nX#RgKP|zAEVS-e%p=&pkHUB6P%(e|xOV5;@SM;F8{#waNQ|BAys|U+Gvx zLveD%-ZiC{(3xL1n!{k-YLv;RWwAG;Wz&Df2J?bW3zEsd6W{WV^QNIp(i4sZDGIPW z-1&ZsOo;ea4fpbb1-~5O4ayc3X*F;{T&bvcLnCN`N}1VpppGXBd-#WIGI?jrjAuF2 zp?$g|+cl$kzSO4CO6@7L0?%^aZ}tf056rLnH}sdk9I7OUFGfB_y%^vax+~$D#gxwM zqDUdJ{6+pVx=3O+n)$X*=Q5i-|TC)Dw))Q+lXzU3{_0q zn-``v<)7VUfrkTcm}zxo`J1=u&hy_NDsyVgt|2E|3@IYtp;X8(LXYux?d#9=7<=IF z=rWFayerV0veE1lXcv|#o?r=UKTH0<@0I5B=5ZNA{wI55lDKYEVW>F8JEO78^v8Hf zFMv;Qf1$+U4-N#N$YIq*$N8(?^jHye=DWTPOYxnwNB_yy^;eT4|Neh^?PKY$;Cl;? z9K6!T?n>Y)WD9j??X&;WQ79=@O@pJJ=07`#qc_<9M~%!8x+O8-(zY93VjmvYa>ikl z!>q)2^#rgqu7dya!J`%_u7m#`Vez&x3B3teSpB0s-Z8V(-6syuAnXX(Bcp%=t%?$L z*|2qrCW&A+yn&cqR*;Q)=tmKmnyG+44w>8Gg8$!o&X*BD?JoAn2Co3gKx)8vUUkt{ zmmVfv{yr2qFg;#KjMN&#bxW8t;5rI9lkslTUzkv>ULT#>sEcCzhFGJdV3yg75Lo+@>A%q5+!8o|i<#nO;X1mZ{aM4K zp&`#=3U|E>QPa71^`hr%A$Bw`C*SP%N(v9@VEyjh>?(GHe9u`LnLE7s*E4*-uB&O% zrlb3u6o;@Gs?UvGIuvVDk)PaZ_&?s!W*#A}dxiSKvpn_sH_Ksam7f)A!2d$r2wep5z7hlfW;CnIm1y$Fsb|J-n+-rewfpsXA@kt@vAO19eh!Hj?=D_RUyK-Rittcb z4TRE^0@i64)Dq9Q^@BN0P$Yi9t@C*kuy(g@S`HPa6KxRuR5>3a&vK_!(b(nV46swF-#Z1lHDg07suH(7FsvN3!t!X--GO0jtLug4tHj3%6WG>L zrQQm`J>z*p^g>!PL&{82K;J$(!cX89;4gZ&RsTiwkp*hwMY6A{@9GE3)yuF7l3YBqLevP-A3WQ`$3hAPteDYOKVpt5G7raPWOQ$P!_z# z`So4*M%1z@8R=qkzmVF!{V1b+e+7HN?~q?V#cOE8^mj&UV}*V=PVOR)6VUjijxJ#` zIbJLl))PQ0?l#QvSm~36FZ+1bD@;MZQ{eer_)}d@9LdoL1?dxiu1qMK_PNG^kN8Z> zEMV3D!tsAT8lDT(F&p?ESl2hv8@!C4(TUhTRxpX+P12atnB<%dUz*Cz1Utw6eip|V z=aBT9v3t3jcibgyz$DrsEuc4HMO4ym!a4B%xN`@1szBOD$kelTAvG{^E0xr9T`ivJ zBt7H?Nt3+_?7;dwMuHDImD>EIj!)_40%@Fs)?DA0PdA`LulH@eEC142W)tbE)hyoz R{u_)yRS~R!dS(9c{{St&j_CjZ diff --git a/apps/common/main/resources/img/controls/toolbarbig@2x.png b/apps/common/main/resources/img/controls/toolbarbig@2x.png index 3692eeff35ad543cabcadfa090446932871a2568..4d5486b110e12d40e6fc38054042625904791902 100644 GIT binary patch literal 31371 zcmZ_01ymeOw>CO>f`(whAvgpH1ZN0=;1*;CC-~qnxCaRkoIrqJgS!VC+#$HTySoJo zcX;3LKleNLuD_bqU0q$hXIIzOr@ILGq$G`lNrnjk0B~ewKB^*)DF6W0k7uZe+R)~L z3IO1tD*N$+y4&1ADpD}$!>gc{(hsPbVo2;2G~|A0*nl_iH{hB#^Y5SW`vFkN#nb-| z5HXK@5%}sWIWC>Fc(j-byj!}lwYd}F97rrk-GXi{@i-2-#2_K)0~YAdjupbVLe-`;sSN?JvDukpjd-P?h|+J8Wx_B z{@d-_x=`f4KM4bxo= zE7E$w-+A8y)V3etw|@pg)A({S8BgM&vO4w%6~mpJT-i8PUX;j=wZVtCh0bdLYxk1Z6XW5cx^@a!Jw|J3?OVT*au71}XMndN0^($-o z@j0ZsIqI&wJYa5H`k}fGhc_1@rvpudbsKXRyEg-s`wU?(_(d^plDBERN<2O_yW_S` z7vh}}32Zjo>wg_Sp)q{d-islOIUqC@RAf|5wRUqf}E?Gpw z=^CmHNbkkyQ-;vXNKX*D*f(e(SN^KhJLxd>2WlkS<=DLfL z^E*cWr$f7Mc>l@);1Nqp z*%Ok}B#{Zx4pI@O_t+bfyDQmj;(m9v;bCTe(0e)HHg3t(24Yq zK(_U<1@zB(mSA&O9anR|n&&9SMuoQbiM?Pd#&&{+#Q8~af5XT4kNArHBgC&7eoxPr z)gX2~9B0DSQH$U)#A!)(EuywJiTm$hpedeAOJMnPrN3I%)m29uoXg(Ro_m$1LswIq__?+!C#yq>9^ue94GlWp6 z5kbAW7ljnFluREU8if_Jj>uA=3ZVZCgBJH+&3xKJnbL%BTGb^H%=V~lzh$Y3ripKP zZtQ^447veg_ze4TVu(>Zae1Qce@c3$?qN6!BJET6GMxQ0@kni}Yx!X$w@KHN88hIj zo%_RLTo;jYaDx`DYb}MTG~L-TJqlWCB>oYv(Cx34+li`bpl^;b8^Q1;(n2w!u4Ol+Zhwg z`c!Y`$l(t+tphGp({3=hL);tB16z9<L;n2X4FWIYD7q@eAeq7 zm>jiw!+@9Viz!TtF7NAJ&&qOWN2e%GB*A4|ldMMjW<@DP|Rg)>-gP=>iz)&|Odrm&_Glrs_CN#2`Wza~B&FZXGcpN`krkR6&~ zAy>{)j+guwK$`9@`Zxr=fA_YEkk53V(%M4GLt_g>o^YYjLB?B)M^m3ak z1(c1(UD)%Zt<*@uwmCQ|XmL=92xeLtht^(_kBOcUwlb zO4&-FlwYru?f2g02uUP{7i;|w=iVziQ^y?Ld9yN``5K#fmnoOebVYUIr8&>L6}VN7 zwUjLzAoX`wC7{2@0cFjOOFn5Sd6|VCds?#rgz2|}b!QG+^LX2Hh3Yj@wf2LY$F-Kr zpM7Fk)s~-YeAa^K{`bkk?w1?ILWM578T)u>H~R@!qeR`;j*eeg{}38;OgadXkCPW@ zpH;tQ^QS6q>*CPhNC+;XU0{f|94fUesgbHHey&lXCr`al@F!93nFd^*W-`TgA@^l_ zPQyhT<=5rHul9irsH%gBQTTCO{x>q%wm4_coelYQ%U-q<*^2E6uDh9ulU5lA$URHA z`a-#IUaazsuUPH*{s?-s$B<+?EELsko7Ey<-@zSRNp8&Q%USbw|DoH3lb4*WG{y#Br8>#B9pq;i|$W;;iX(TV1=t7GoW zaq`<4P8_Mhs&!ffa+_v~%&Ez|8S1upL8^7YS904|2F!8fV~7Ts;G-e(v1&O;tDz|S zF+NA-Lh@q2ZM}FyodyMa)S~on=^n#6B(!`VrK{4-;&X2eV^_TMPr>`690Zor1k!jB zi;E$V$2!t6ofK+rJB&a2B=|EL&NGrb4KbtK16ADz*qmHNw|ILf90%V1&#uCFZ}`(o z=SW9o48c}$${F+OBHdN~TgUOf^s^LeUPsF}qsD&jNhVx|3qn>479X3l@t6(m8{GYv z67dX>NdZ>gT|Ex9%mIClzb1cMxccfx0L(sN85Hg7nU3puqZ);9!h7YN1p8fEJ)HxW zuqqtmOY@h0Jczr5#1x1yT?a1c^;@|7>Jj+VjmaO-?=9#g2%p7F%ok;>Pde^ff$g9x zSC0xGZ2ZM-YiR1z+yPa*6uz!iQ|FhO#+hYeMf|Ko-1db>Rg)rog8#k`S$FF?SG*;P z2+Qc2TqU*K)#(b%2M_1G3*}2IZ(ux^U)!F*A)>0#{31#XbmNG>yJNf~5LM9}#> z6qly9|Kn2tlJ{Tp2_K=7P@-1qk}=YTtcpFJ^bZ$B?5_6gK3lRe)Vw&xIc8-ve(oz3-w$C6*Z@{ zncjb#0!2FDuC#filr7g>^e8E-i#bsdMHZ(KitZPtsdZ~Q$3*8|g@4 zTSQ=Ty;`)o{90La(dIq3i=MLO0#I&cq7R`|L0X`SM9K?((lWtOVDULmGSY>SSPaqy z@(e|!^QuV2L>sVIO~Jhi1ejZ#Cw?DC<5Kf6hqATMUeR6dN*43eLyE42VAB=f`kQqC z*~L$X2Gk0k9BCBaQ~SZM4Yfbo*iTg^_OE4o3eocNudR$@!fzsO^TkVyJ4VZ>sM+s( zWG@}%{;X%uLh~h*YVkSHQ)T8kg$7ku#hT_L5VQ7w#6J{RZ*p;tJ5IH#=|I{7f=0`q-L_W z13#j{#(Z+Eo^)K8lk$lg>lVQ(~pq0`(vOBko2)6XSzvgS?L`epn^?vs6;H4?0b z(X5k8*~l05XzgPpRrlrNy(LO2@A?^>L>AD*Nr%$HcfKrgGlWu>exRWf2+&}P&^q1404@&}EG zj&=0=MuLEz|Ab>b6ax)IBRtwVHrhjpX-am?*P`pEQ~>?{h?bW<5KJDIZ4;d5 zl1!fk-v3T>nF3zV#l*E0f6Iv2_ra&u0<5Z36X+?^<)K2D>OF6MAi4+{bHDuU8@^_O zsh;|JDZr+b+V;|b#YV=bPrDqg{wo&POztA; zuIk`4mx*~Z^u#gIPC?&_M|tL-6^>usDD>|yzz3zTRG?Pe3n<0V@2Caa*yOd99+k7< zE?wq5W|alCmC%kZ4E_S;V5Xmgsoe(!O0;{K+{BcX?*6#mb+S*kyvA)PJlW)cK@iT8 zYDt(WmB-TCcF3^K$kT<W$2cG38pwF(E2LL1p+`pJlAM`T%dV(zIwwttV2Ev# zGIPj!Ds&iwms?w$v^rg0PaUGR{lZ&1v-trf3u zcNgx(vuo&2ZNPp>b?>{qs^l`P)^PdzF;~4^`xYLvw1sqJ_4iB-St-O(s@u}wWII=3 zt$g&>uh7`D{Lyq-bg?B%SNNJ`2by&6kWKvaKD{oFC z{a>E75GrBv6Psmcc7e$zlXY`GtwEndpaFH%33G5}*~tvTvX0HbySY6rD~A+qYp9&| zpD$YT0rwVnxkpT0JvG0P>t%Hc-zYnao{1i7w`!b<$ijllkV_+uM27I5A`M3v?M6of zl|Aq(!Q_iBo+kC8J9eN>K>+!+*ml^Rgc7pXaCt1Holay_>T164PGcw1s)vECE>dAy zEISY~SB8^#oDq*?%SX1KQ)60SDwTz7^e|$N9q3qp(N@vcbfLAUOFbF*{J0Hc5-C57 zu0q(abVq1f)%z%JKAmQAs5d@=XO+ZuVht%Wwk^CL8cqh_Mfe{`G*s8A2L4u;;0KRD zH*l)b<_fviqsUZrS4i3&ORPB3LGOSgY_DXrdbZLriruFM#KUwqV|^nyKIGyji}7&@ zUmIJ~4q6PT(6(+uARQjoPKxz36ytHCC<}+)R5?T8jyUcVOY7`zu^JB{O?QCU%)V>* z<1Wnbl|wf+qnL_Dc+oecoKGsQ&Ki0ojtg$b^-C*T2U`?QoXL$_DRdD(xgY~_=tNv? z-@Y1}-7Zeg4-01m)j;Z%fY-NE*VYtUt9L1Bd3!03yP_cY1S4+r^a19hmJibFx60}f zd9_W}ba^{CMK)o1z!1HN4vHq5*Lmip!6l_v{p0hup~Gaz29zGiZu6Ty8b7m;3$H)Q zy4}wA^6eqL%R+C}b_5n772@D}%=FMVkQvi?pER55UuBb0F&8Ji*aWJ?z#1cL%<_>u ziX>wv!5;lq@s{8JyI`O4f7h4_Ewm<5ebC`#v)XMu*$?sd;Ravwt0%~z4Ow6?_R zxR@r00DCOJzoj&`DtM9+)Y}fBpnJn$$sU&nA0tY?w=`0 zb@mgK-i?=O_YJ>YO=c{%GFC_|z;vmKYU98*fj+>qXL71xZWNu=v=NBo5Odvzmr2?6 zY?Xz6TMGgsJ}1=O!Q`)B`qH37FtfNqe+<>p+IBt^Z0lNSZ!a+Vdh#)k(Isj>Z`SgV z)bzDm7w{z+bRfz(xSt&(R$cxUc5PJgwuh{ov|{CD&TOoKBdyG`+6D0rfsnw`%a{wG zmETF*W+1({GKWHMbyk4a0J8)RxU5CjS3=st1ATtt1P%CLnz?KY}SY;L~L%y$= zUcXdku3N!H+kXhojI>t2R223eCQk37`?N*jE3X?%qtGX#oAcVLU3j&DzOKMyNy+^ZaM9aY<+?MeSq0AHBsI-a zk>~E2KbhK;>l||IGRnpcBEtVIkD%k?SzQxO;h8zEYV)&Pci45gxM9dw=Hrl!uS|d9oabsZS$p$R z|GGQ{hCM7Dg;JgI^vsuBJXEtEZn?cbkIr0tSX$fhRG~JN=~MfopK%A%ZV+5@>nI-> zH>)qb0M_;ELUQxiJGj;C`Ypy#XL zYZ2>aJP4cTZg3tjcP37wOm|iHeoS+k<(4b7lxK<)TFRCwv_^ltJ65ED%Z*#9r>9~) z;95QVYMbUpE}*~e_vqB0s>gDvoZ?ezQJaV?J;KdSgqo>u8D^I7vbbr+%2}M1`!nh! zYg*VZUyxcUIHZ<3q{>eH3AbaF*n{cWWc8M8?X#XQ7WVSFl+eQ$z46q5`NAURtj#2c z98%AeS37_m2SJJPySV)Wowh;VZuTu|>&mtxdbTG_ygqr@1s>h~?n}svrheO-;R*k3 zufCtQq{>oH5o5TksW!6Xp5#lZRlB z9_~ByVI(shlgQc8XK%&bF!e66KL*6Ryr1pOP=fx7wJruG3(cwb2x>2vM#4wkNLvAT zvsA5I8m~;*ebpX7R0lh{pI_32=Y@93q|)J_embVnFh}R=_Hi&MhnhKicQ#=fHVaUuS|jkmVKL_K114 zeMxwi@LOx;_3_z-YQS%DKG6haMVbpH0S!~iI{zrc=JxLqT#dYqIN`F z{BF495fW3uxnr4d-LIL#YbRm8+kT6KcYI)X%J7)lgvlcn^?0w^{hqK^Vvg#jGQuSg z(xhjmYXAtR#I@Fssw(mbgCCP~{>8K#HO1kF=|cYrk%xXT&N;7N2|Ev-cmy0&isV)K zOD@AhSshz5uaqC}G0mJs#SA{-W~>E1%Mdk#KiDq264Robb^w?awHzlwyYIs*+QU$(yz`!H-Gd_t_{XUHAx4Z@f zDD^LOODB8+SzZN5g6Ci8+{8l&Gh#yDIuBQ=CP%Pyy(oG&`{LnX&!!c3krY~M7^>TF z`&Mabc_L{KZ13?-3{Cx*#c8qf8J*~b_~7j4A%(EkSI&BPw(%goipsOv1L~w55`BB5 z9i3B6ndQm}k0u-yA1p`LOn9LI+ju9|>mDx2arvhE0R zta8KA`JoqnU_^og>ohv{gL=5~3fSgNWF%Do3a&gf!irtol}@6t!_mISy|_%smm-Zh zC#>Jo3dgVL`pqRwT39xySP@Lj!<(@qIMU(cptmU0g0o(7%=PlG30}#4ku>0Ovq);i zo?mMDI#a)UuJQ!yErP<|_sZ%akhgqeV}_lITncP>+PH3`O1DN|1AvBsWC7UM3Z@No zm4{!QJ*<#M(y4vz?!JR@T`Oy3 z=dZKvdMgZiHFjO)ri5oaR@WoDOU0DqneqpC^!U+U>z~bia|g15!LHPN!E{+j_#r9|N@&v#w~pfn*U35qU+U~8JNydv6D z9TXbb&BQ9ESpUw9xG{( zkcFs~uIFA;LebFNwi)Ml!zY>) z=o4vyW&;)MGvylzDLb>LS@CSs=@4-x zcX=(Gb=!RU)dr~L%9%tnsAPePk`>|LGE|jQ+1rW?aA$r4pfxXdEple5F8z6Twm<2p zlP#zN-%d-cNENj`Uppw>p_sqne}5^NwGd9l5f&7JhN(bJy;?`Oj ziV*l;n9eTw^l-{UBn~8dmYF_Lp9 zgHx7Q1l&d_0InXcC=8?QN!8mP<%;ig!(YJKgFU4JOvwOmYHU$*reAl>yyxC2)0kb6 z%i+?^j+4>|Fut6C%?h0bZJNSzqMMoQ2;C&v*th&jCe4TEg?`PEajkUt3s2bF7n9Fb z0b2oSBQV!4cLHqnAVQ$d4qDCIIz@8yz3>T`6m-fTMqL9C#j#Hx66l?r8Hpw?!!GVrlhsX2?k<^t-G(6w1DPs3tuPDGM>c?wQnuxQCw#C0z>}!m=rjJD#Du z2c;l})GF8S+?}GtKZZ9#o<4{r{@JLb?eZOwZn2~OrGUT(eYPx-_4kLSo@w?0$9@fK zoU6F&A${(a)>!(Jf^1FCYvRWH0BJRqtLS7FzZP4qh!f_cgvZ3}LvWyVixq(ni#Tp0 zZXFK_I!l*=h@o2-lv>*l@M3%0tU0%GlkaY>&;1&DFxoIC8F_PV^No#Acme)p_j<1K z_lLl`r<7?E!J+E$hd`2j9@sbxWIHKVhwlob?$fgFXtbr~HE;jEqB5Pl+uyx!lcS-x zt{e#JlwBh5{<$ryoVj3E;*v$7%|-d9wsqg7{JVApIO*7Z-_+#)Q=HOWV!rOIzcA+Y zoC_Dv5o<(G(ZJImnew7F?q-^JQ}D$xH>aDg z_2*iH05Sy@Nq&_lb?EFgZji?p%Mz9wwIRdeXggwd-obn3seh9) z9i4_cU3g@LxhTSkSAnv-!ntUv{~O zcVz8M<(g^Mic96(Bq8hs3C*m;{7BBD>AxZp9!5%Cm-^)mdtg)JRXTT z>VZM-YP_4ANKH%VQ_t<$SDfZZ*bZ?0rR#V%YfcqKdz4eN;3I_#DTj)k!npILT+rJaO4%@CJC+sU0~^tC{l?FkArlHKnOiCCYMHqVIKsvv&{-gO z!?$HDE%E+aNwb1A2;&;UxohL`b7l?JT5+05WU0tPt@E<21ezZhe(MbGPv96M#vsQ|pKaP2XW&kI7x%DP|O-Bhpzx zP{J8cwXYxUG2^o#HkE}*}F-%DWwrY)43#Qe{ z?{;3_aJWE1a`L=@YGXBqz3)i4Oa(@uUjmv==+w^vP-%Gk*tprq`iDKlfkGL z=`)E=a*WI5!tBAE4aj$lqvXBKv5o!(QO~QWn2QCRF_IQ{9UNgyKL#8v5booi z4({<_mF>M=JV!|J#4I_MamB8anwRNyfbhbnW1))78ICd2`t^{))9_DrsSRwQheY+% z3oh`_5@;0QK!T8+l<-V{d=VFc{7aY@K&G)R{ftUx4LS zs5%AjvQ2<4YcC?26SyLZe)b<5k3Bg!m3j~1|8#b0dQ(W1n z=;{8etUn^sV^M@hdCf!`3OhS*j|2F7WDbeU&&+=6J&lJ9M3CG-{)BA^@?4dyh{5u+ zAi{UDDN{HjBEEL38V=8EKCkKk3Orr9tjAwkS5~l529SrO$;BKS(~IrFn%%TxMEsgh zSJGu;8kwZ}V8pV&n){?tO|z+WiFKv)1w-|$7imDlT6$ImQSbxR!RNBKFpD<-{@?!n z{{3c?*5JY4W|IQ5K#pXJUn{?~c=5-sos6#rq;&a;%qlJWOkyR75rl|!Bj|VO5ahk! z#be5|Mpco8H-JmwNF4rZqa-zz1E62=LGqKQF*i zcOvJg7@G5d$p&cm$b{#ODsEYh^(i4z?P#6~`3l~|eZ~lKq5e1?zzOg68aI=bc&ZhJ z-}}4zK20s=Cqo%`{t4q1gklRWjdk{#?$lozBxSsbw{%zF2(8Rg*^A^P4t<(&xuwcH zsAj&esKbtd) zn>B;-$&B1+oDr6;gEtO}e-HQ!H7Y_{1rq-s6zqQve`>})a8!Rc(cJpeuJ`2Q$d?TGDYes8_CVBc|}*%~`j?o9+A`92tBEzS^dKz)#RC z)UroR^mKFFjXP2HPU6&4g>UVbJTDdp))Af9zY|TYdo`2J>fitD9|8J5ZNv*jQY>0jURgu@huj zp8CpA#1AsL#MoFRHjrhO7l>5gkNXsO2KbTgEg?=L$6flW%_}xhO8Q_kSBpXy zj8_gmtH^ble>7%arKq`q5#Ykd#q&<}$xK!Lkiau)lw)}};3$=(*u z7ijg1uh*SS&)s@Oh@#8RwjMGo179~XiOLqA(5(8a)w`EDrc5G7*W|sEeV3deD>(sn zKG(OZ0c0PuD83wAqII&rmy;R09tiSnGwlrUoPQxXc~--ny{A>Qq*Z8YLnIyZi%#}` za0Kc&o*TpX7U~DYLAmeC#qdV(dzQ4+-eH;d@Hg;quWtlk>ZVHF)c_qs(;oy$F$K{< z1uDj5ZO~HTEPQb_ZlW=+2p-Ahkv7WJp4Y>Y5Oiu+2DR0J)^*!#pv}>%`7VF?lk9t3 zj#$UI6pNuKNsf!}^VgC7*0@va5IwLVV^4=ruoG=9bsE6nu>-ZAtewVg01 zZeqjY&@e>tfOmso&M}$W2dh4i9$bBN9wJsAkUqQE68%Htx^3gShy0<*@WwRsi@mR_ z*BI-FwLr~F-wB1gnF%3RZM@LE(f7M6%{z`sl*Xd@(8RYe=cH_z<#$t8p_of3f*52w zl-Km+3w}PqjsvJEkWg1jEw|6%T)E5^RyddGC8dGwOqD$8n46ms= zZ3>N_Oj57Z-f{YARkJ@xp6Opv80f4MF6PkoYE`!+V_%hX0$eWny_&f6{voE88gN;) z@Zg(q)sYqd>7f`i+BKv?-|>f3`FHXQhq%xAzEz4u1KAr2?|$FqS|K$lfURJVm=X$~ zoo7~*rY!l65$q!SRpKiDa&{zT$+u`3O|q+#MEDZ>NOQS0kqYI$?JIYzI6&=3m4#Kq zil`m(RRz>SRfY=={pOE!!IeD93%j!Y?`x`RZSu+ECT6}ZlO0V?ppai zJT%{DM^~}z)fe1bYabg_$Gf4Hhn!Z(X4KPy z5<9lNK8&h!`lo!EnRSpR2D3@TJU#HM?llfJ0LCk$h_USGiJbbf_bWQKNM0Rpr|zn{ zHivN;Em%{j6hb2o1A5*d9~fD&V}cPbFdDyfv?I<3S)d*7)U=Xb{5E%N(YiDbKzHbe z@n%x476S5JD&=3W&SUYf;D~cNg<2^CLgol!hc5*=%io92V=*n7S>(buTsTdP`EB5jDLuhCo zgXC?lnN^i3&Cw}eFM5ysoFl9VjYe`D^U%GoaihhlvZ$$Q(`*^vmrzjxXF5KRifMO+ z&m~r0+kN!8HYyFTnjJ>%{v)O<8zZG|6S+0|)J<636kH+zkZo4@R*QP%fB`4z&6Lbo z+rwZ_o5JUlP(Zfr+_L>i{ap$6byxd3B`5uEvRP8%6+bu67#;`0r*d@4-bDRLyg!gp zy@Z_caR2Y}i)r!T$g82hAfEUOa|*i>Kv{i=X8^TBU3v7J>dm$6-@&VBHK6-v8l^p0 z06|DZO2y`91)Y0{nq<+%X3Zn#OY=wi19^-7M_@H~Jt9i$YcnW43#&fDB46OAKo-@|e8Suarz*qPTOYu| z*he(W7$iic1c>()nESH>wkt&E)pW~;OxDibxg2pluOBl-c0Gqwo1LZXF!~JRFeJdZ z)f~0>p-LR@5HFseLTAcs61cSS@5S$FN~}I3K16P=8+l!is~Uc6!9b?e%MbHx)|>WU z9ox>ESrE)fkzp)dYW{xxh3ye%N;sn&3|NCPXXmA%h=nC4b)Zd;$D#Wj6T^so;Y^sj z1#e}QPvEuBNfycukf<&kkr07vf}ueoA2DRW(EFpZg)?!oIlW1iZ2 zF{PBldo+6`!_uczwD9@@`t7-pary%Q&mz5kMd`GWC5ObYHZQ8^60Mdvm*ok;_82zr zd1YAa=2XqNi$v`HUCv)edy7>1I}*)O&imQ#a&m_gz@mN;c?(Bp8mdLqfRMNg(*WUi z<4~b(rzk`po)iUB25(hZzUpx5QWfn{HO1*p4NsDr>}OGU&mjvZiB zBYG5q>}GUsRgjHGplh*&rE3{{-MKxjDoc&P{2ECbvpL<{6E1RYs@2DWaU%DnE0aMxA*u=ddlJz zDt6SOF_5#4wBKc0jh0d_RU%J1h}cSRE6^)b@!qX*|8mx?iR_0t5g25nn(MWw zyCz+2g69hN!{yh_`*By&SPE^OF5lwZY#W^k@%NZWHliapqEnM= zL1@{E(3h}388DQG!6%?~1pA@Q5f>Ds4oqz+y5~Fg6$+kJhgk1%Ij>OGf_T=JoYJK~ zaMu3$8tK)}?%^j*sp+PM2r}~p2 z9+EY+N-*{qVQnB1^kU~^({!*2o6W3THt`$B%4`?$KLKO_ko$A0WO7sQPJ`Y16g@*s}g}AfbP4;S%%Ssz0s2GrpWjZcfdq zmZWMkun&fO$`?vhb)|P3LxR+}BX4RXKXIN>QPQP_XdDF^p!pI}eX9E4p!ZiyC@+re z%f*cg-D9jXz3hYc3w5lk#R9tpIK6a5q_kS<#bFt04znstW&XS^*#7kR2ti? zYDk|iL9OZcM6&5vHHS;2&`E4B(A)DXG!jH@9kC z%9ZZ;=evMamcy>lW-m zG?Jl2d1QY%iR#)w`5{2oY%e^K(E=b`ug5Pl%G0&tB1{j}c9lX;R#mkBd`7&)JsZH+ z8Nis}vmaLfArz)HRddwaWl>8~JN3pUk+%Vjw3*UB)L)Z5o(Ky903u@0cEugg|t~8o{teaX33S#Jd;%QjELJ1SsiXJ^P=K)Aed}lGbLZSwqO_TP5&AAJF#Oup{9{S4l--~7;|6qa)e>vr4@b-ve1y)1dMc@CjMg8$i93si z2vb8pPtj=kP(H{!-M7FapJg&TPnD{Hn^3PVrg}B-R{E1A8m&)3(8b3#;Hf+>zicMO ziqymCK~=lt6E3kTlAKhGD|zj~u<=cJ0pwvAVT@J#kAprB=aOYl8YpMpa4;#{zYq@y zSg!~?MGd#niJi3l~k*4djh3_a+6>G&21y_ZMcZr=wzGySStxN{!zY01B{r|5_W`qxFTSg9 z15TGm&)0BvhT&XXjk1fbo#+O-G^aq1Vrcg6)BW-o1s`H}ty)R2%m|Hi>LLIg$Zn`kHmwMBEpLn($gLthO_M!r^eRCjOZW{A zpI~Rg^S~eRbfeM+g6$EwlfL@4A)-&>K$`;bo9E4(qOHLcSX;~aM4J=CCReb5NluY9 zz=iCUbK?0gB_!N&5|N#{^0taP;Rv*4mitdn5nf7O6brgv50I1#{s-NdHYZ|W=kZ>O z(N1s#+dk4lB?8b14E%)fuBT*wem-ophr|B_Gbaeujl6jh#J?R$f*J3NGe#lzvmT!@ z9SgdFDsN9ZFs~+!{x{-h|CQ}bI*Buwn65Dw*u^S}CO<;}+S|2aWv(B%TNL2tE*Z1Q zS>F^}I(>SpPe=oqFQ+?_oOhR9G9M;!A^az16`T@d+rU04E$Xl_IkFI5SV2E{arpY* z2LSieG(bWpCF6h-v_+I+Fd@=>n2Lelje%4CiiZHMJa7-cY_(FwCR>sG&#Gd$oJioD zKcCG?a4n{19S+!Y+~L?b8TX;IC>=z&kP)JqZTupWNSEg%a}Jr74_!+zU|$tBcTEHv_KW<(c~)h_p3Wr={{u)r~<@#WLMuBm^%xM2Won zG9!%jswb5V_c5k2b4|aGi250(KX;f?NI5+#4}4%?K!MP(j!mRuPB$@;G_XgZzf|o) zaw+`5?Ci?n&ii=y3ncBVcc0(xfOLQLF+|#;Js{|g=)<|ldX;;;leD5hX4yScqe1PN*)rn9TLZimN zb`(0m&%PY|*)G8KF1pV;`vL%@w_TA+CNUF!`}mc=NrteVj~fYakh?abOwjh9ojhSZ zV}7AJ2+>y~rw|$7%cKq}Wc_#f=*R{e2O0lOXjr#m^V%A^&6&Fe-P#L{d`e1E`+?XZ z$}HkF-$FT1jsOjAeUc>pH-Y=}4ZoG}tU^@~3vT)Ef0njVj#Gk|<9X5S`yD0u)k-yM z+EG@5cY0Ve$Gyan7S6o1n26*vmY)L*NL0pia_{fLIe2%MAx=McAN7}u5UaCIP!yq@ z-i`N_1hbglCimi#2ouQlW81~!(+z|o(5L7)Fn1`5QLDdNoB4%w7-2Ck;kO6sua~Jq$iKfVw-C$XYCfpIG znrzzOzlF*ei%lSH!4xZ3Oz^=GsGr!1yq41Sp|*{EZTFEl_zTR7HTN+&M1e~KN-4PV z6S6^r>!MGwmTr~rYjHZf{uxButZ|5U%h6=nveR%;*u*`-h^^SbexTT(mqPnS@$U%N z7qi4#@?n-?`&l7nNMddO!8zpg+~TkM!Cc|FONPF4yA8ebYjIxj#&h+e?T_=!ud|as zfBh|xcgSu;mtw3c_BA)mdcnWj?z@MW=fFyEWbtEgzTk#V@0g5Zc)JuG; z-hlRd{S!!VJsdRn=}`AfvnWp<6j)p@_B&(mW~1Qqw|7aw@aD5QP$Rb7`Ha#v-o$@-)%Ep*-io% z&S$D+J)M??p!2q%5$oZB+jYf$Nx3;HJMGKpgzqbV6bz7{RBJR|5tY&nRw=12(*mB^ zb=^pa(aAv(3%CDWA^v}n5ZAN1*x^*KqYacbiq1n=>g$7PxUmZ8QZpk6TKsKQbKPoT zJ;xZb5)|Gcw`k$;m`(F|ny%adqe ztLQ_EL2LSm3*qJ0cY+twPW}{xoR^-kE-nSAzEIU}Z z5y|1ZEBa705#FZT4Q1e1hc{w(Ly6(BQ3Cn|LX^-y+r21ngL!b>E<^R6MES{Rj1-L( zk!1+bL?UbgS|KZF61NKpaRCL_eE{T4J1k)4n}~$|?|*5~Rk`tG+T%UQ0|j`(8qcl~ zOYD|3Eal$g5$hk9xncY}H3$`rZ%C;XQ=!ZJ9=|PTPf3Q-D#>=2kt@fBCb>3lWLAr7ZMLkXWIUFmSuD08q`0KYDMrq zDckJqBISMtjfaimz&B@&?@^}(LQ$S*{kuGW$I=r_*!}nUqeya)vSzYZ(tYPO1-f^d zC$8l3E=;0q6XInzWnYQ@0+NQrr<<+V)gImR=?(V()74ji#nJT&FJ7cTi+d@q#oZ}T zptw5}cXxMMw8d?KV#OU6cb6^h?(Qt!f9d;u_rCX^XZM+zOeW`?oFpe?b3$*2I%88< zs^;Y9GI7%Gs0v@nx#ut^?>BUgbniV0iXvb225tnr6u)@cVox4Ju!bWo(ex{|=z6q< zj!pr8!ptUKA^w!-``|}vMdBBnzr{BI9XH<9L%7j5re*JqRV`|1O3+w0%}rp_d|qbb zw@2Ur(bYos%@7a{9M) zUQ*}AZtV@HaLy0i4kKc#8ZV20hgc7O>bs|kgWs0A-1;4kdIf-}L$q0*WJkTP!yx7l z6kfXhoH6UKpd|sqn3N6Bd3N@BfsS!5P|q;0TR#*qIsLBuYHfuyZ=b7V50mo=zr=8 zKn0})>9i1h7_e~8E$H?L_cF3MF7UDICt0h01YbECZ6W?Iw|o;YzWUK;VB_D^O#5+D z>Ps*Lm7g4jYA8`<_jflt4E{%FxlaZ{jiiL41bPDXmVOt7lYG#`SggBFx~g36)B93r zI`FQO0sL|Cm+2>2-A%W8o}&qb^bAKdslT)EcPXqg8eZKBFb1OPZ;&3IB??^n$l>|; zsrhFIJ9RLDk$nfnUo;82c>FU=xfk3K>Jxju?5-S&>mg@R*`ZCo)v=B<55d@TxPNp6 z)RE>hvsFW##d-HvE}$hF{%ROeaURQ6Wl}>rUKr_&n4M<4eea6S{jPKi^=gb!*`sS_ zIOiQUQV$d1zluuqr}<14K3?j^g`x^sU;HWPFNPWOJhHy{uxB0F^wI)$xR|okWtXr5 zvt@$JOD~`Q>2D?V>Poj;bSsr0D!`<4C8ig?g!6uK`WkDu7{8L&hN7rr#mjb_3 z24~Sa&E(z6`H!jWxEnxoboCwY43fkOct1=Bbk^hW&TBdvXKXnv5(FVWsQQ=ml}&5j z6wcl<3C3LN1OqDT=SqVdc$F41xQpRL8V*P4h^)gcXdfU3dn%bSC(+CMyF4%*>tjsK z#3%7kqNv8RewDTW8}bQEVLsb+K5r7iZZ1RT8V-8*bZoZK)I!}((Xc>r^nJC+yM0vm zR*;b&jNg}95K&&7&BP=zCv2n zZB8p_7DybPb$pH*b8GmHRP3c+vkDj9H1tq;J!C`TG20bUQg=$PLsr~sB3FR5)V>;~ zQVsZ}x(%+ah&S}Mz20hX8EFVVjnUFrDVFEyv^pK?S*(ko^kdtzOb3QZ*DoZJaEg%C=xV*jMA}3`xwK=_XJV+c7 zxvfU1Zx0hU_xdlFYA^wfU8WjNjErxI{s#UwbKOYlkf7$0sA-_n&%hmGBZh5YrFw}| zAH(og6;-yl*126FWv3)z*2yCG7;d6oMg?& z`~dMRioxJWV1AdfVo6(>tLgcGx3Z^B2B7ZscA^3RM^*)MhOmn0P{dw#!22b$wi>*z z3cGY-2T%ab+ykB5Fj`8w_Wi8dFq%agGks;#?Qz@lUf7o7RNs&_{k*}tE$N+le&Q6a z%ba|wKIG1@?bN8t3~8THyDU!|{(G}p{)hfpTlJK+5Rd;_{62$LZjADwM5EQToRfQ0 z$IV|n@_DZBG%rqTY>q77d2x>Nk9CKm_cOq1hsL;2h5?Z<-eXbJS8>SS#9j zS-d@dp|J803S(9KKzD3^8qwQ~J$IaD%hU3OnB!Ju=!VQ2DQD%S;-?nkzT5AsMann4 zPmDxN`j+x(<$MM0m&5cZajx>-TIBcqv9`#+iJe@oFmGgCW=vi){`IU06YViCdZqk9Gs9pf8Q;34jF4}NtoUi;+ z(#^y%;b9lvi7oRK{9GR+0-1BVA{2Ri{Q%HS93_7lSgGflwwY0a%rwS1q}Ilic*QH) zY*kVwaiI8N;)u>&{PvA|u{rUfuAHC62e5bD4~J@SW8YA8zIT3=dZW;BwX*289V8=u zX-l(Vo}hwD1BGCxwq!|7qiMmh-tEUYXr*{TuJQTcc#dGzq3(AzIJE>W*D<-!ieKX? zKWj}rOA&Q`S76U?#98*3=I+!rpS@ItXnyx`Fur^`(+t6*&P-ZTi`dRU`ZnX&yLqB1 zS+?bc+6S2*QcHNH-vdXS>>9|^3v~@HsMJ2)Z3#YP@Gs?{SOU+u2TX5uIsLmTM45j_ zFf{g9Gb%%=w#;wZRTj)(ShsyM_LUW7GRc|@D{C#Cp*SfKg4H*VZa_G7o8PUSC;40@ zD#g@%Amyt{7mT-E>cr>j#lBE;Tr7O1=@ankCuQXfzg`aJ8*655P z($bcjRH2E!V+X**)$IHdEC@R4kfgXKbU@<=)k+#QT~A}02nYy|s(Lmds(+#pyoQC$ zV+a=Ntoxr9j47(_?Mvl#)r%j0k~kR~y@(!Nn)pF0B^Dz>u8r8gjwYpwN})1>EniYmG&~IAFR~u>d~#c{chGA zBqnWGmOH7__6#R&S>#v=nV~qnmArB>6UBMM`DSVR%6c-|B>8kl5&ZoemzlqUNgtXz zG;6+@Bj-8EW3%lVmZ>){IA5jgu`ro6GcQG0vyX<&ZU0{XNc1^!0bZH65TDt+MLl10 z-eYW9Mmriq1H}EM0Ns(qY$Fex;RDSUn3u!Gk5UK-cvlNmo7MF9DVZ5o}&0ORV1a!gevC;3`2TaG!clJA-}_1cd1rQA&4`D3LLl&)>;hx8iQTuOpaoPc%t8M9hGS4nH<>h&ik z-8U8Aw>W8o$eG#aQRUpUI6fk*JAHc^_9Tp_N{uQM4W@`b6Qdw5%JC0GAp_mHj%Oy23z~10&ilJcdt@30 zpKfr#Fy2QN#+viMR6N(#b{6KR?F?Fz zF-4s;!#tz3>6{1qqh$maRrj9(=c|hl5ZH8xBWHIuKk;>IZ(h84e>e6t=D(9RZ<{W8ST>`Z zM$tiM53w}oX9G8mx9&%Ez1m0qcI^;_b>(U@lWyu+wH|ht=s0JcRybNK7Obwiw`)vf759+o@&}Dzs$F9A5APr!0lmyZbb`aFMU!-r1;qkwyw)oXnow6@ z70xcdB*DT_El&OAB)v?Q-S5)-LLMREhZ`#b&-uKtyqu1uRI`GSW4wFUD^VM6mlM}60_ zMUo-d(@)^!&qwN->TpQ(` z8k|GPk_O$J9-3S+j+u--I|QKw+FP=b$*d?PCb^NUCaBzq5QY$8W3;4!vFU2e^g<+c z`jGs+K3`k|FH{jZNX$-z!k2?DxrPdHgIb9apgBV<4Q zpW~IItTHs9h-+>xSc&%>sQSh;XbFfy!!z`>07!=G6^twH%F*4?IdF*9*?QMQM7s%z za!9j^;?mJ9jv6L8Avx%ned?5qgO#~J9J&?k|AknnZKE+j^F_a$9%8DWRgIUxuLj?9 z;;E0AcNKGEn|!%!8Ox7${_9o5@}xyMm-Ex$fkpSZYp$+&4aP$m6na_REZ4Bef|dJv z*5Yf&=k{x(Q-^n{#418PrxVORiYZ!i5ZD&#NWQ{@Vjq+NGD`W<-XwpA$(n(+ z@=<{A*`EKScOAs_yOUtN&Br@69fpi9^q_rt(gb&n$M+{%zk3-HUBf4s1RGnt_FXl8 z81wB0v)4p+=^sw;d__p}j?|@HcWr*_dF`4>0$H#hBFTx}SLbHgP&I)J|ia zdZYtQAV)7}P272S{1RB&Yi%40XFVV z)-5>?g?saT7NFT50C5Srg}JTv3CWlm4mGiGEullEuFteXvNpDE5unR^!bsrHZ!~-g zyuv-R5C|a-^^$xR(h>}@hk7r|{HXKV-D!4mj6I_0&m&L92 zaHWcorbhu^<(ZUnqV~b+w~(4!fMCJ4&@j%kgfYpn`th*PX3hSh2~=C(HPAewjt(8G zt((wzb!O;NFblwyogtL9+2rv{h>QToR!%8x%|MH~PGP9NlsEFOZT3m;S{Yk4R-jxR z4iXT^iM@@{I7T~VQ;bJbiUzrRq2izTyuobV#g_`SyAN;F6{ZqyY9gte;@*~h1P)&0 zPVk7trz)-No{2vJH1gc(1I~c&WWbu!0p@kEN~LQ3sff2_u{$18euILd#aq_XeD*Mm zY}=oNbH%D$uGl-Mvt9&iC=+#V8zDfsObufTRT5UnvIetfchK6_>xW&y?(w%1{qi?$ z@E%L2FGH}CM=Y(vkN8rS#->Fzw=Y8;G0(2WJf?=IEr<&3@o)y*ZQAzxcV^&Et^vum zk<7Z8WH9=!k*^}=Rcsjz<9R>gow(_B>L**`KpP%YM`kOqf|F@fM*s~p0~$OfUO^|K zS(4;Pvx7K2!mh^_sq{(>I{reO-!_utG}a5P$`;?uI}+O!wZ(+vmP>LyFNS{5EqsO3zCaW46+l_hUR5K z-ra7fbzm9e5pBC%7cR!?2+6oyk64`~y8^olJw~L%7Hnl;NIe3*6tk>_yg`U2=qXJw z_@xt_E#24UkeHTTm?|$fVy9JgssKV$bn0VXu=K7V#xH=zUFr(@t}-`tgGnGqb8EJz zNGZ^=I!lXWozb7Cr=~x{XQw8-dG!gv763!tj7dNRHPz6Ze_iywBjVuPl^E+Q(S}32 z#1fkq5zt2Cl$RPUu>8ull&fDc%G6e@1vRCOzeNaYT5T|t!n|AkK_h76nC<4-qXi4E zl)@JG)9t3xc6~J#m)B{yc;i0DJd|x**QQw})eD@ST5HUrk;gqs;2D1v|vq4~V% zmb==&J|~IqvU&vB03!uT==yUmbZB)#{c*C4wZUBnd%*1}L`z!SAdtDxIo5P!atoOR0 zP?Ucj;%~^s+`l@@C4B;ieha%5EGc^idm#V&V8#4G)823y&EBWjs+uz|i8^voTSN{l zCL6*^m{2hd;9GW8%P00eny{$xI;>5i)(v%Uo`N^EsGcHROe|p?a3J}8WPc*lo((l^ zK^uamF`Qz;bhQ@MdL;?ye1`>S-i+Mfu#K+7y9j&2(ot-P#}Kp#UjqLqf{-D0!L83d z6$0i8RtO{y%{h&b;B}Ht$s0i46<3GiveGFPQCAqzeuI3?FnGzPk;1wDgI9c1vkzCR z9t_k(83`MD+B`rzI z^OUg1?x&93Y44g;1fi5QC*it9qUyZJo_O~r_6(D7DO>t8m{%0h4YL%47tNJtURfHa z0_-?LCS>E|!JYV8w5>FmS>_}DX5Jmtp=_&@L#_I;K3&o7@tG?&Us)bI3#aa_72!k@ zfG&0lnKiXus_`t0=PfdLdvOf9bp~|qb*WuWCGGeplJgO(Dn>yGmR!ig#Iml=X5|i9 z+*5FVW%$gqYt@GB^x6tdzF=vqvf59q0@mT*?`!eO8x*Y1rF+M>RFwVRp|W}xXJn6F ze#`B>#9!10F}U0~4`UA-jJWEvkVY)T3ssvZprCTlCFSc+DlC8R%GV8C#8&9Ta13Sa z*)yWtp+)fTAD{^3Ul#eG{R{h1uBHJgliW*zuemUGjLSk5C24UJA7{Q>FTy)9jD&P% zp7(5Zhadz;M!aO2{wkP_WyTaR)}yL;j8u#xMYt_s9fuA||6Gk%RILU2nH zuZO@xTJdv1T^jui@oP?KFbcCY6Ovq{sn%|b#S4dF+#4w zMIQhXe3-}#J7}rV^BYKr##VHjd#|Kbtpup67k>o$?$a{NTLjCLDJGeIztG80P1<*8 zI{bpwb26XB47Q1{`5Zo}gw$N^AJ@0=K36rWL+sZ6!p1#IPezKHgLJ=DH{XQVtkXZ; zJXv`HPbXWf7T)9SbF2sA7u&1#d%jgSaMvGX1sb?os|cZ`{={bPR+66(_;K$rS*>!M zp@=AXyAHjdAX9tN!@7n7gx!Y*+F^eBN6WzR=lVn@ppTpmIr>vocD%t%|(iYs|ydZJx_im7v zzi~X=>UZ#W{8B&M^78^d)WeHMJroG668Cd)ZUctu?;sR5&A!v|85Opk7UC4zb>`Dv z%iQ-wf#$E!PE8IUPR$*gUe;M=q077cykNn@72|Grz*Gm#pW1%U3}kj|1sXA%zCK0n z@}Q4qM_U}JpR=3aw*j#hcNq*pGr;@DI!F~fhEQ=AUg2ASY7qKl*DbRYz>0u%K~Ywq zU*AD6mvvd4Xs%wsSku0BHlO0D1W{xw*eIx^MFPjL!psGsORt=41uLOza+Ow!4$0(5 zlnQgh>4|tMWly&dzqmo($PSYZ`g~$i)c@&9xkN@HiRk0oe;r?%Xxf__@J|_iuY1f6 z1?|(2CMxKlo)Of#$HXWXR>&7u4$B{w)l8fyhY@WZ3YAW**WPB@7iciNAgKZg3wh*I zyDe)5K9A;mUJv2mHhs)TXgd}YcbT5X#JjIYpx66i=WKmiUs4JV{dB= z9_oa>dp<`GMV*mS$g*ynIJ`EyEj1?|^YlA%SxRk#?jeT2_j>gaL`UoYUURtTRk0u8 zYz4i65X`R0_IXKi0a<5~9pugkp!PYQdCWOz++(m+t7d#n|ASF2);DDC9`|#))nrFX zwzgB1TRWDIPqdRZd_UI24^dE@4c_zF6>gWD2(5-6cPqxyv<5Ee)FC z*74|CnK@K5CalDd9q(_GNSGRjxbG$MFO6EsK@f}LCW$_49GcC4U3E^9ITWyQ8rU~F zRON&EY3H{Q{UO_|WPKjchbrN8Gp~jT6>^y&?z)J}oG1!65GRQ(WG7GN{))O+ayQ`@ ziF6sy_mP2f0@KC0tHhqUp)=anIo#g@<^+RVX2X33ykCD~Tl$E>i%z^tjwJ!LZ_g{) z40{K!@1^ignuh=hcjd1lrk$Ix0}>{4QMtK>b>Vw<_Tx>Ne>gN(k4T8v09&r$=@8NUwT6rzCra@}IcA8@Q6!MtPzt>7_j^#-$~a9$8_GF}Rx$L_X2SAj{vOdbaH1w$xx-!i{=ZV~IR9Gu{Jh;hEWlT^_1YoCjH^KG4jV_5zX zD7aUE?`5QL;()Ox-yLF_!harc)N`u!^}Gp1R%5e@4dU?U=PYmU``*eyJX0D!uq@)i zcI!8z;fFp`St2cfW^z}+QF>QYC6>bYn$lzOLfYmHJC2vMrg=>I08^cGBT`3yo+T@%B=lI@LZB1lQdJ*dcylmNa(sUXPIqUFDbeL%T$5 znYO_zabbF%RxacnCKXN$O%W7SH2YD0ky|3lv(Wrn!;C}Saze+zcBc-noIs)ECK#3r zGs$DrqP=oq8-&2U_F>;uWD1xqsK9WbhOg5R_9=e3i64v<-D4Bgsm#BCsu8<7w=vo@ zAcsfRUx(N@rtGU)3`uBPiCi=#cLTdIRxcWoT&!TG?qC#HPe`Yd%p91!+L_P?_416V z;z$mT_BLs*IW8_6gWLG(E>iT21?TLt+lE?{vYB{! z17+(sl~O61Mp|bkyJQ&qDUDo%A{Q#V_~=`~^zmVN)d7hi{1F(m3F*ktp{O3>1q|** z{X!2IIj2g09TX6Hd+jpPl-6!V^_zC{$S8fTYzg!m`x=7B>!03F-f7w{!p*;6?e~Ff1CoJ)2%Fs{A!PX0 zL6bgaqSr1GwORKMM@0h?44`cnw#5JgfXAzzy9!g@4@Tu@!e7C{-r2X!t{3mhv;%}4 zyfUoRX2ON(GYp*R>Ushg)GgonmCb*l*eMD-cM~EnRNSj5?3_c7(S&83>Dy61bsTW$ z;O~|A*YUq3whkyW)5`5~yeW1q?;I-Q!0??SsUAf%t`u`7hoGo7zu~qR$Eo1yCoXJ+ z^>=OOKG;-PLliJX*jpC|$=Pi{RC%z#mMUN6NY9vCqkEhf1b)U-t$CEzzINfjcBZ9V zf}q_5NVQJGUsX@~3PCGb0y}a8PK2Ts0m%m@>h~|}CzJ!c;?arf{M!DimUUgo2en$k z(*ZGIBymG47kBt{LrG%T`YQB_7GgPI*NCTaJqZ(<`M{2t?S*6b-k zdedGQjGR)gl@H^V653gR8}B{Bv!zf?;*dbt%t%MMbR2fC(cVWeB(M+DLU7o6U|2jZ z$BEeVCf>QVwn`NU4X*LjscVG@DIb*e7#`Kq4bxQQqPV!>;#wrSgD@Ua5Xq3lS%!ya zcy#>3ClP40Hqj@EjlU9YzxM;P^v@fi{OUC$vehW$JDkfa#30-)YqDUA^y$uAW40AC zq}YodWjl$#zztV{YijOOQcp=)VMNM*@g==@r216c0_l(XP>7kldH4v+`nWI_68%Bm zst-Tt0&rE=?L8X0ix4aI zrgP9>nxhoJ8ZZ804p2$}H9+o{cpr+XmQZP(VFeNguDimsE<>gr{z)e^(EaX+m0VEg zAID06vb3RGQ$ERo)8aCl2^%jaYqQ2<$Sq!#FNJxbh4<;_i*(AYYXx8_RZItTCp8C0 zN!e!KItbTI_sUl6(5pjaneF*)Q#vfQxd2jhv!?ufZ-`;46aw%ph3vuVo?qs(n*wGg&2}`R zwsjqQtBsiphK=Q=zO(L{lqS@HxG@p1jD#8c=v)gv@fh{AyRf@_dWj^@AB&np^?CbW zJ}va}87!2@N%3}qPNWC8rU>5tX~d>Tode&$sXSl!yFEEnQ!u_pLE=gOVrzfv`|?ZV z=`Az)i??w@{6jF@q$l60?G2@Xr&o|N)P34|^!soZBdd=7f@ipzFevy2SnI1o4avjS z1$v_pFz0Zr7kv3S^`>wG8Zrt9|1312+T>u+Kl|qOxwn2NU2hC1>S!|XGwU=wR>(U$ z1^rd6Yr?BpVH1$ah(zUX+%}|u2i$Xo9SSYE^ZBa}czyKV^ONrsMT~t92X5P&)09Y| zC2We!+Q>-zczOG_Pf$Z0aBA|hk!i~he zZaJ1tcJi6x90AcQ;Pbt8gmKyZHGZFH22kZpX387=p)Zgw&_*RDmx5ftQmgPYAC@1O z{Li`iP%g!whd4q&!s8q_ddNF<@Ybug)vj2Oi7%mFnHMP#7w6pjeqGL}i;A*GT1JeP zp7J9WGdVALW?U)p+aHPIVq(?ma-Z}e&q%X*L=xb3?;sw5_|KDX`=zeo%n-0%AQO%r zVP474jv>Zz(1<-eiNq)rCM+#=TIBehJyD7*hArzx*`dW^eisUp=Iva(jxaCt3L@w% z3}REdJOy4APK5QauT9Jg!zY%s@5?_0le`@|@)a*Myy3h63 zn4T8l?9mzLXmIjow39=pI5dec~=lrvo3~D)L@HvC@7*Re6XJyfAE;+i9Wu$<1R)5i!|P<}iI$v+o2NVTd(c559Q z?-%|hM5qudk~mE|x#N%~M>l=#xa#mTbS2Z(@p-EUb6(6-CLvnodTQ@$>3q^{`u&6e zrC-F|P(~tHi|=$ByK3dOb%(Y6Fsv7L(ynm*=C@v%RFY!a5Rus3*TU!e--D$-w9 zQU8gx!aGeq_YIwxriZ}mz4*&6&p`CBjcLqzp*2^&EwU4_Ou4#`IX2hsnR>KHRo;jt zzq6%tYUfJ3)*ibvW5Yw&jWRyGzzq{wO1lD}uz=l=b|?`bm|+zQ zV;3fG#Ij0cSyv@a-CcM|uXWei!uOAV%78LQxM9n`q8>l{If*qPFNfyvr)|A+Q$XcI z5tpjn65dEUFip8e+2vtO44xB|D|V?bQkXZ z77w{Q)I%8xEA2Hj!jFPBcpBcw8&cm?jHQ+g`=Aj^=2P zcY&E@fEi+m^2Y9uWix`1%hm9ch)Zi<_rZX;(#%bhexaND~Bwda4i0vis^A|Gtu+wdgeA4+NK z*?c$m>6^bVRxPTi@$F;BZPY9wBOuxkCmh1U-nDe9@E^cGX$EMSuiZx^16th&rv6wj(*S`9>@`NU`$$_4d??{Mbk(?9L-CCo3>4wz_1`?vn+JXfB+%QAn>9}b6Ikf~x^om62f1u^xHtZn z5(82O2~4#3rh^;hAQ2LcF#pE9&Z!Y85@DfZK%XUX_J6uik91tJpn-4+(ir*Mga0%D zP49%hICSM@-{PkyAiw-p>YW|yje|e&OSk_;0$@mL{+A}fVFaG_e{7K(jBS);@K@U@6HJZz{CFo@}|T8PGIcvzY+m= z^fHZrQZ=2=pURc+qEs4s7C7o8TbJ7CJxFJ9xyoO@?vp&9pwjcdEcz=})@sqgy#HzB zC4Uy!Ux&9USc`F@sVyMS6gd`Eo3-f=?=U17USH|h`tnWh6OH+o3<2ge>MBq)OWLIW zM}%JJwC}D#hyf5lGZOy48|`Q-_Eqc9hKk02p@5;&y(88_Gy~x_S<6lySDvvT?{F3S z3~qD)&(kUItsqi|V8;mz;(uoLMMVFZ$x8J)b%g)UcZa}S72h0 zD>oJQ^O<_@w^0zw1(@LQk2O1&kE1YG6PGZq5nI5r+|Mk%@Od8R&a~+&V#t^&Y^u&wajUT5n8~H*`kzR@U*EZ$CGnJYjk}uLw@>@ zgHH*cl_YzysT7k4i(neJ6A}T7eCQ(cm}n~XOgE}rXf}sv;)FVC{q$F3{SGVvv2^%{ z=&EN*pVe4on!nQ{zDk_@UCcN5!OI-I50J8nN4?(xoFhB-TZiBhd{KB^UQAXtDqs-5 zf8$!4{w+9Kwd=!g+tQ#4qIatD!6gSUb-b%aY{N^@5(}(-nB8ZXN!K$z?iBvTRF}T5 zzc&2T12pcSv5y;pCTumQ(t6i3p(%ldUYiLn4+wpOQCFN%9O&+QGcmD2p2Y>4!5Pj4 zhvUXgUR2$TmzXka;>2O(GJBOH?}-6p8cKFsnywjiY|D~#veUAq=?BJZUdFCOMQHdHM8|#2q$<(wNFebIbfR~= z8E(!U?9^Ij5wIftw^k>3$r(3iVyp6%1?nSn`|=;ay0a5+n&y_I61K#@KY!j2U90%IrY)6g_g`5$ zHQSJ=c)DuW>IwhF;tn>}3H&@nr{x-rjayF)C<0q{ZgY^W*seBfuJ`>F# z#V+r4(O?|#^ps;Ui$ zE1Y*#{jRk50mONy#-?pimvNQDs&?}rLgdu6|OcmDOR*1KiJiTyIYoGei5u!zzgnqY;bKdQlw;|QESW6cPJBEgnl7;#M!FvM%5c4N zU%S$nO!{1o9FL$`Qx%u)>_>fVpZ3M7apR9VgjvBulN9(G0V*u|U1H8VP_tF{y zL$`31L#^DyEG{#Yi{`&X)pwi^9*G7GJ#Qt`6vo!S<$ODIOCKp;p$i~(PV&?@1GUcj z36*mlw(6bI_1_x^vSk$sk7BdY=&8s{oR&h|TB!;e$LUjpU)w&}FZsq?1!LC zPknN3X`unVLR6DGi)o4eV?G)>=$b~r&*N`ui$SONABIi*c1cqw4m!tB#;#l?pV&iAFV=`pM4|GKv0kTWB*5A$EoFc&0eA0iE* zi^0%=S;KYjY$q)^Qv+2Pug!UAOA_~0EJ6y9UXtLr;1k{r?rv%#HX>Fn1-rrNVSf@bVq0? z(d}_%oq@H8J};3b5fQ)NGQ_Fu!LMZJblu8GUfJRXSh@qT$Krg43#ri4Wn{+1d(o#V zkS6r{+h5(P`j?(5y&(M6xt}ix&};s#UQh=k`Bqj>QnZhFlTX*q~X_>4&6^vq47{T$8~c7UmHkG7uy)XIg>&o9IJ(a~6UcbPBasL+pk ze0{l`UDA3hi+yVUW_*(#V`fK2@W!zzr;ORo-#K$nKfIA(X+sghH?I3&t^drMn`us@ z$9&D`F_zzCvni0PqqXEQdA#*jN(Zp!DAn8}UqDpBd$*gAVa$%IYsVVU%iPdmHl}1H z=O|&oI@l+4DkeLnvmut%P$k{=^A~dC4mNQ?=_rXZ!;}uWYdDu_I30)1lEb9WlJcgH z{IrN#7WG9ndbRK=&4`UacK$pkL6;9LH`d-8Se`K literal 31546 zcmZ5|1y~$C*Y@JY-K`WYUfdR!;zbtMVg(jh+@-}@TuSl9-QB&oyL)jh4h8xz&+~rr zf4SzGIg@0PljJ^NoUJ=Jocnn#_{C4z0F+v8Z)k9{pg>kz_RU$L$#hw7U35ep z>ywm08K&b`DT*x|;+Wx|NRXz+fY&O+H!2{}ZJbbnpEOvGEB%htp#u5L8UI!b6*%2) zjNTTFDhm6j_^VXfa}sg1XAw5hg$d0IZ!al8^5T`ZQ@2rCB_rc;FXnpu^zD`i%htof z>Ux~0KWaOhqYK}%wi0yiKOHY+wVhLV zS!*zBT(j=vr3EX`*0hf3E@%SpjxG;Pri+A{E|@*6JC5ss=dCwW!vQ6xBYtjn<81y_ z<4_KxrOT8U7W>US&!UV!s^R}1c{-u^C(m!)Unrt!iz;bj>W4nhYbEXXsD%=&N0-|*Hh&YM@O}ULX@4oCB(<<-^1rjWC@lWTCUC_! z6_|?2{xex;eaO%a$))MN$+6X#buA0k2%*co!Y?f=#Q%xf6FUK`ap3Z4dVeB+GD|r} zDpfX=FA~d+jB<%bsMgx$lkK(7O3B1##QM0IM5;?~TiyGcY=l&AF+ z5$NIg72yT3Ujrkxk>~3g^hgcn*K8~}YYlZsUu^{?e15H>L%P2uq=ihDE)gLh4g)<5 z;&A_*yC!7X*ZgW=CsCK!^+MnM`Z(CF9eo>&QZI4)cQ9YKr{X=9S!d%PEx(`np7pCO5Fkxu~$HJz=I!IvRJ&W~qSxOmHYrVL~=u9{ILRbhPpZTSmm^H-23V8(C zlf7D~zFY4*5N^NKN_w8=p)_pzdeoU+^&u~rDE|m#=zlnT;j>>}l<~e(Q|5)#*rOS& zk9$4WfokT2-VVAKMtL6l%z+|K@xtV}-j~gTX-zNFMdgD_O&`<6^Y4GD?R69+Ci2@1 zTE@}ZZo0W7RwH{YR0F3=W2V{U7AL-%9!R@8ls|LzSZASw#;Iw2pl#zOsa- zUy1lC7*CIX2a2^_4cfY;R8Y8GT&^FlAh~E9H23{Bo@OA_%O^NHA?bl2Qd*^P)Ag_Z zo7(zUy+=0o8(TDLJ&N|)S>{dR#qqfQko|QZoImr0in5$73D@5${4VKL3=>u?Pp^8g zIUWJu;m-f)aDHxml)6-9Zh{h&Tz)JltDoL&)m|>wm~2pC#{V{=^BCX;=Y0AophGs>`Vst z`M1wfT@5o{5%(*FZQLyG{dnE zzUmvazT`RnlZTk4=ks1}CE}4*vDl~maZrp~XcBuiLP`*%z1tAF_2aP^p;#+8n`9`# z72Dpz(VNNsZMjgU4Tvc$%Ru*bWA|4ENtoQ8H+JD6X799=V8L1!8+)Xka(hA8UIcI6 zBwM*HBwW!HQzNu%x$Sx7!??;RgDs6HH1vX z)Gjwf)r91|!-`9xQ>cHwrJ%TL9njg8J^Zfyp|Vh8;|ns}CG}{fndKs|fvV}`V?>UV z7P1xe8~*mrDYoF5>7LbCF0t`HNYISDE`wapyZpRPG?JgySx3|MSC(5joMI^=W1%je zt)p<{1|m9Wuxy^kbSqhW@);Aq7PO1%4Yr}D*aVk6Gk&3BI`SbdNeJ&rz;q|fO>vHh z7_Bc%VA~uDYB}s$#S~M+-b8yTm<~^!m1?}w5^J=$3-@}Z-B|K^HjN7W0ef?*=I=&* zW>TR&MY!#ZRAV>hd!SYB2nYV|MDWQWjY0Db^@=lCElLFpg4IQh@fste9g6KO^dgZV z%0%kq&ryF}mv)r%tncsPKx|nU3JGpOQy(RjEAjf&>v0{}f*U^5lO6YxxA=_~*8Xv+ zA0%JIqWq0q-d9?@TnEKk_?tx}UcrRwM<-D((Cgt<^>8lrs=dK=M( zf8l{J}(ZL_DEbnp{~cDf2R*|BBw zoIN?26VRvBiVR|+nrS)STWOB(s9ed*U^~b9d*yfwXt~c+Re6~m8xW*_WKyAMG$19* z&=9CiD{DVOV?D>gc8e1=bW$^XNc+`Q)e`W*hyVMZ*d#MF{#EHbr)lLGO3!KKt#JbT z%P@ru&MoAfz3n8f?;2^`oF{!X3zx7hAkpq+jLVyLQ7*Gub}JeDa$v}QCStMdJDtxKCMuTG(_G(hYTs8B@*RP% zs2k&EyBODj`*^Jy{?XmAlqjfpIuXs7^_QmdlOTdIMIn&U45T@?^YGMD*&@`P535-> zh+8F0QS$u3Lh(VVEb!h0Zz#at}3-U z+QtHz8|fvooB^GXx-dZ4+{a`L*)r4}s_^bv_2CUCzuXP3f(Oct&kv82dfqjBZV%ZA zlAbmKXnvZ{g|k^jA^}4c_XoqVH||_J{IUS^>tskcT|?3YBf1HlfySnh=IF-m z1E*f;wPV3>07&m~ic0?GE`g{-yzgLBrv!Z$VJ2ptUSw3pfODQ@2=X|=K_1WU>bYvsO7JxhEms!AJ##9Y5W6%*CrVhM9o9&{Y!`Mqi;+K zKEY!&%?gn#FMVSl-QC9oVQ21Bx9=TgrQn*TpNc@zxp+hiAem_gRHgMMAMYau{Q+6e{+NIL%M?)K?c??{yo z!6SVBVWJZ~A?vqbFv3on={NL8eDPFIwPA`R#nNapI7l_Vp{3nUSKUIUeujki^qy8? zh$~cd+Ew};MO}~GTuZ0AT%V1@Zp$d2GYZ4^mu3_MNu%R0d3$awQ~F6RfG1T$*55w9 zu^F-V7ST}^a9d7|f<)Yh6)A|}y8NK(P!OSr>QZJ{A*!RE)ICg+wwkC|UDfsDkQfrY ztPL?+Xm>F!c-xY5Ln{Pq#!EMCIN}~}R^Y%Y`RzO;nyDboNFeVQHH()EoetN3E8M6c zEtg2wke#R?w=$?hJJ@ROb736vW{@n6RpL;vrphSJ?O5yE{-;E9prtm|%5NB=R3Zw0 zz7nEuqUcwIsc75GU0?ce<_@!8&ncfmBQBaTv>`s$XWD^GV;Sxk1dB z-)Xr)@MV=sL>jfoT@|?~@&2I7B%e~%(7gv12sR6%{t{QQaI$E|Ut(UT)&_$KL50W~ z_w)8-`Uz(PD`l~CfAt>(@yQ0IcgBm!3G1vCW`xgKm3LT#Bx6_XG-@SaJ>6_Li>4Qb zpIcQiYfs{a{W{&_H1LFITRWxE1tyi?O}=9qbWAZ|gAHt%(=g7ownSPugg!ayBmu=8 zP9@eHVYfuuMKbmmfx&B7mDG1F#~VVL**V7>mS)a7T~B04^2pc^0m$@kH|Al}=Pdj{ z#?>ggV&n<21v_>;Js&9RWa6O*y&*mItJk50wQv+Epb+l67|foq-_8DKYKw_>4mO32 ze$&9Q_7%(M;FN?MK_PF+DvoGw!@r%4F9`i0Xf<^06t(UE!H=5ArBI$sUT}c)4>zr8 z?sWa8i8sm`T_Z5e9!;01v2Rmbt;T7wn`B!`<*VR4kQ#z5MqZfKr+N;lt-pZ`f|P24 zq!VR}F}~LIl9PET&pQW4KGQjEBl-X(cdnm);YNmlg%daY4UxaK2(MTAAN20e{K;X4 z1u}*;um7nD9q?-e-cvb$5ZXc52(sGbL4_Yd7Y0snDHB$KwS2-G! z&M;Z37;O*GU_W=IA&(?I1P4ILP)JUxMI}Sx}^P`;Z!asIJDD# zuv`xB?u?DJUeAGa;&))UF-EnEt0L}yU&Sk0P+aAhcTaR!J9}+kiFtJx-rUuGW$l<6 zF5Z9?#f?7Sq@JLCk#QW&^iWy?Fz$1v^TcY$Xk?y|d3?75im@4^#>ggFvkS1T)QRhD zM6P6;k--SjuL~r1^!Km*i8Kc1)9G`*HaDtwd!)9s(>H=F-@ES7VIk0J%He6Skv`VF8Y^+xQl%77 zm134U?E3R?GK=iC0HQSKjSZ=|^$4=m@N<|jJ7;(3CU1o|=3Zwejc?!FLGeVGs!Z$7 z`sJc?AfOzEjH&-M+#mqIEYn44jKj6!R=X$E>+(vH zHSOSskP3N#JP!hiW1HehfD|Q#dHQ|D@hXxBffanfraM0kqH-ppyCPEYOyL{-njG!1 z!?YGy`ZK#4$+E2OUSRY^PeKh%7R&mV4D= zM8u!nv}~b7!M+7~C*O26ObW=k^lL+WbCs6B4PeK4JbJaK@wz&|Z!JdAeVWoD%<)0~ z(^Z=O6MdTwPL{X2;bp74;sjBXCW%dukguy;xGaZ`;VU5l$SKo}ckDMxW~~JbJtwPPaybM?+_9ssB3C~txg#H@x`@O4nbB%^-42 zvR39qvUqV>RO!;^D5bko^Iw_B@yD z+ft-DufqYA{2=egbYyv}1N6*pYx`+^@=uzuPPM)S^?+Oj%7u;iNhk1B8dF!Xqb4>~ z+c#3jszwBDR`$$Zmmt2m6>;DtIX%IuD|nkPxX1(2Y7ri>Gnf-zF~>M;B?mNk#+#ay z;eB1{@##Mdv=K(wkl{ZhJcT>|=zU);=mvkDYy2l(dCo(ELs@~wOErG@#4g(gP~kl_ zU9DH9T|~cP)fC4-k{>$Ho2$*D^d71SW&CN?gm+RQxn3w=lk{);Tj)K9k?0h#8UZT6 zvooq+h(AqGsUW}$1{QGw+c5Y)i1~sP-JpaIPyU?nm* zHNGR#rRVKe21u{Q;}65Ef~2lwbNbmPS(B*xl1hF4o`#ut_14ro! zT7(C!)zsEKlt&i)4p}`ndponlL?x=r@lZqV#Uj3`Mbnnoah_NxYT zB4+**=-)qt#1)M+51(r2=%Zn}EkUsx0wOA?5t3_RT$NWXu7N_EVP0d#DIZ#PLvH?9 z$9_Ilcr9G!8so_9K5q#{E^Vm3NfR=v_@M`wwQL+<09<1w0G>_` z#>Ofdg8^i|>ua(}hkl$Z%K(Z!jyM1^+8Zy`O$Zy6Yw)F^9q+ycML;Z8JmAA>0^uzW zU<{6hGDm_pLgGPIxOh^sojL3^lY8wZ4WxBK(+&j?@&b|#&MG6H;_+s64JQkJ54=uLxl4}4(j zOcODY+jMESNy#tnDRoqz{zS?>y?LQ`ZSpjdm$}V{@?MES&b-3~4e?#HRGd?4Kav@j zXA`TVKw0k~LagpA0)`3HUR|WU7A&jNJK(E?3B07pIwJr+9i>T|z6BxO;?8BibLXqQ z<=+0O3YITZz@qtKx4BB!BdsHQ@&hl}LeAYZjtFrsud-{y$9g^xiP-97V@A{sePo&s z(?8&oRC+xBX4So7DWA%+j@vxM5#3^o`)C71U!io3FkP{T4^RGV#~xu%6v zQk#&L5`ff<3xh$n?;~P=Ce?6R1F-L|y5Br2iMwwA=ntkw=Y+4*DH*-lH*=_fcRLyi zYk}*3U&zsj75AJyHCT>vrZCF{8{NT}_YbpQSk#56q4G%%f`!_%_YikI+pj=^HFN)A z9>z~(TDuVZc9M-ebDrm;tX&(!bjBW|`EgQx{Z5_Fz*c%6*<2dww>EE^FZJ-x* zq2c{_L1W(~iQ2h|Ifu9P1*et{!p%%g&1O=Ih2%KAi7|CUB5o8U$HCS)%+mZ3{_3Vc zGZ;Q-Pu_j52A=j3OZHHSPu!u0(#)9jvX15mbz(FNFTKsh4`r28_r!9%^*L(3#aX)H`whZ1mFPj+5A=w+5m3;cyi_&~Z} zwN)O)%1KIo{T*&17dxQhjt>y!TxK_TmxGOxaTR(dPq>|2CdPMP!Wtmh4CgV?10XqI zT8_J}Z7~lQbWTDi8Uk#5>?E^tNy3`H|Ee6I{nTfFfQ@K@z8?P|4pVDzWEOChuO<%X zuoiX7f%tqLQ+cPXH&R8r58yS1Kfb#u=1nZTLp$^3jxoy6n%C*L?-yRwD9f?LSciKk z;e)Pi5mA$fb#fOMSsTN0GXI0yWwB^G@!=C5nuq$%4PAOxs@$saDR#TPD?SuNlzltk zLFMq_6k-s)_dR?cI6O%r)7XSt8pH$~{w>SHVbS)MCC+hLDK^5a=jj&h>l-w8u=J*E z2n9RC|4sSmBdq--WOsg#=lv6%x7(p&UiO!Mk2h*>!FV?}+&gc)uo09J5VqcD+%J~m_1_(f zSr1zB`HQif-Tv*hQe11jU2XOBcmHGQcjdOyoQ@qeZR{a^CZF_*$Oe$(!Z9v~ILbre(5T|jp^c5 z6UoH4GT3Yu>)km!7pSqrEi=b>a;(vQ7Rb;@v}zDjjQ`@oIzoRlPnZ+x{8CQ4(V$%uYP#xRL&&=1k0)(jW`UYpQl&Q_m41PQW+UcH!B4M+9U7I#G42AFnh$0VLL>Aa7rpg7< zGB&heoz4L^WGm1`>6^zGD4Xyi6fs|v{#6tZzl&KJptZnsH)GobUh^ltn$0n3ywNZf zKmo9^BRR|($`K9h$dpL5z0SU+QwEH~y*7JCQX(m5lrZcynrSJw8O4XwItyBk@Rf+f zclqUd--=;_gxh8nL}ijjTTkkmImAS19XpOZ;VXyId4{M&{PTc)RG0r=lR%(0YE1*1 zg!$_?B4S4l+4oF$C@4Z&G*RkS`VYfajFqyYlipq=ML0d6~j(q&v za$x6E<=phew>55D)@ljGF^@rVI25v;UtI9DUO68c-!gozL2{%?`bZ2owkx)izhg>D z9D4;@^WvBS760?J*F>L%>Hs7rF;PnJEa)AK{#ZKuq7nw;of3Px$Os!H`2k|Xj9#k1 zPqlhDn4gKKu;=jse+m)CE1w{%=@?^#Ba+x(H0a?tyUaw704)Mtpmr>KtaeoQJE$g& zYVdE9EEBRej6Ov`W}o~G=Z7-2s7h>)wJ^!~ZObC0y+tbGlrOkg&gdKV8kkoI%NNbJ zgN$C|pFl`GRqrXi$hVL>nFFsXJM0$svCzsI1vgX_!O`L7&U`CkH;RE! z@+SkAm7!|;s%7qVh+Ii1TKb1bEu^{X;j)S%MIfdBo3IkNgQYp-7H1ivo8R8$1#fz* z?_6n;Wo49VmwkV`-h#5enTQPdkw2!i&JcYLJmA*YxrpEg@tQ>Hw=sq0a^5wfW1NR6 z8rr5$?&hhyfYilPBwktDF0l89^>lxgY$EMS{}YBb$#$6v=Nz!ufFOPN$?f%z z#tCJ6mn=}64{})Q+RiA1BS9|B}-JIpQDVY{^^LDjhXkC33ZsDu@SmWJt++4K2WKBd;BcxKAHl1beYSZ)f5iW|sIYUUGw&T8ft+1`>;qefV%e;l znaNA{y&4UlM685zM&bsN#}cCAuE#bKrC`hAx;i~RlLl^!92<5E!fjNxo$v8ANI*%q z#5du;ZJC-BoEDUw^PZmn2g3y8=JFh=9O(Od(sCrp@pg3f4H4y`!UP@D@C&0p2xV9A z#p}ghG+Z&yxQPfo!v3BBu=G+vyxxk5-hj<$EP0HFBP6k`lJOVVr9UJMJg-Ony{s03 zDZpeUgt=+Ka*PTjk0kjXU-p(szi5-aU+&mYvK~()%gPLuf%JoPJzme#8n;)9_P?3i z)((X(N}FKQAX~Ru3%4ba^n)xbSQ}#GcDs5dUe5JLUus<0R?7X39EVp<5gyDuB>)QHb)?m+BfWKEmZ|hR1+(OH;2n3x7q3 z@Z*TEPj^pL!ZlQKvHR+Kj2$uKBFMiD(=C9%WODqsmyT7L4Wqz>M|^s14p@`O(P9g( zqk0HV)H+)qR9rLVQdZ78*bhhE#^T%l;xeThZwVd@LnpwQtFr<|>UFN=@s7FA3CL+WVSt4(>7=ns3@LJSTNmMJtg9|DLqb60i@n`HB*K=yMZ>V*y5VB`fY2T@s!&z-*Y=BqAb(&mc;Q2nHl zO%&9xgb7@01kFQGI-A&vNVsN;-rs6V^qZiJ$b=M40rgu*%}%H-Z@*Vdi~L`%e+we? z>kiIzR(nQ%P)7-;6)qZ`XrKw|OTa{YgZ{FXbOOp=3%=h>vYOj{y9#C{*;pE#_H_4H zMDteP^wO#?5LPk%aKc3Es9&`Be&l-(ZuyKx2}yi8^`k#xN(pA7C_u4<{KGVn?bInKY*o%(}1 z$ep5JjJu^2eX7goYnZHj&sybWXSwylBu}Z}ySCdk;omW9W)2G;I)Nq}0rY)qEL*Z~ zhfh_OC@kGbLq2=nrc*d|+|EQk0M8PI&;CB2wRx}af2g{?MhuVKOFwdIXjax+!xO~& zCjBP%J>AP?bD(}uY^Wbx@tR!W^s4L%ObG84rw1)-?R~%aJG%u~`w?<>?YyYr*~VMR zcyP2hx5icAgi!lxgZr*rGGx2u4nzDDO3682i_vdzEWW-WyGdUCE1U!=rp4;@X&iln z*+y8GL?Y{b=-RKdgIM}uu7x*Dc!9(GjqlZf3MGPC(T_k4Er(yC+gqx2uj%f+^N}#v z@dCrUdW*?QZ0NLR+kZM6uwuPy)B$nR_>UiIjSFml1Vw^){b67EboFk0gs@ec8@3Iu zYhWaTa67pd41XMlS^=DHS-T&q&COW#-Zj?zrgexVbofo1h8fecM{{f)R7zs1DpI?3 z^(R{@(k&59?3{+4P%mw#O)C_|7x%UM_=zm(@d@(?w;V5$_u|~)#O4j5)rzFI@bX8( zu`5M3fZn5h9hOy9%}F{t;;SQhtt*%2pHj`59`U{e0D|KNy((AF0eT_r`d8&9uQu>S zqr?Q&h?mm#IMa6G$+i<}b5l&9xw%w!0abll67vTVY99$sUBmnKOFO(OQylID*srmE zP>)$#%lFOP&@Fnqy(5a2*QHu6Wlc1^0p^y}l29|%FF~EapR>KyyBLP5f?t(8y_f9M zIzc7Vrx!|C=tk5Q&E2R<0Ct(N$j$qJ3ChA$?=0^YhM?zFj^QmfeMJAW{4f--v+V)= zYd?cM#vBi3nGvt(ST4aI{hus)KF)jCSabnRY!`pux{$x%BEd6?OWLh<>o@^8xSoQ+ zPr6U8@(iU(Vj#~aiR)^ijU_SA>XP{gdDlo{fWfYAu-!{xITW1tKDT9}I$bGQpPx-Xb66TY7WHj>tkByB9zM3c`UTv&Pe#{FV!V>ht-r2PGFGrQ+urc+GXe2h6Gvj-(<|lqwOyLyZ+tJYIm)g zsIqP_(e#dsf%@TThc~L6F=(2T;s0XAQ03??dJ?$Fz zfUJ#Wzx+zcyS)V*AExvItVPc_-iw*Sv=&nB%Q$yHl9>cwYPiZZZb4FUW{Sfix zDD+rFUJL5D299v#MvQU?W+#GNrEt z;KZyQK?RQ0rIdX!rep6d|1xF-oJ+Hw>W#kJrJ=vpC_yx;xIMIqN^=y`h+Z0!5YPX( z(gYuqQ=m?_;fIaS+&DD&N7M>Udq|*mYogH78@PdG4R*X$%fl(0GUfEv z#3UA;O<=;CNjtc#!0i^vxDG3JL@f3x;l{*>4^ylhMas`m`X%K_Rz)tIID$kvng3|@ zxi7r;aP0o`&%F1awT3F5Y%c=KzDL_$(ApZm$mR;?v+>Zp@FMJg@?~yoZLB zXxDGYKa9NV@K~k_>#0Hfk#$w%tz>+SJwD1^kH32Sa6Q%%ln*+TB=%OBS~k*m8;uEj zm9&RCx-tmTa!gW+b0G7<-Rpc;rW;Vq z+SEIhYjs@EcD@rW@1H#A@xmSZE|MkzDzmJVo?IV6iQv;3oE55WjUqqB>skG!*@@-% zO*NnUist*;YfTn-AYfblA~Ik@*J; z&P5yG{lEravp*~o8;$V`n#u5X9v ztqriw=DvUDS`)L! zCfD6%R+K3Dw$!#C0(MBxIM$@^Z^kBgT+$ag8*qsgGPhQ!=CiZHD6hw? z`kc8M|4@uW^Rq?)TSiy^`WR?%rlcF&VNFe2RgT#y#BjJrS_2x$EcRQOG)XG)`5FD# z`zhM9z#`?f+%%6bsVz%oRN$(4I|9Z{G0*aK@ku*c=DzoCvPmp$+iUU*{<;NH@vhS~ zYYoHl>LAuY{Vl;+aA^DrJXwHE zH!wQ$@r$cO!yniEiy)P1tkXm{qxXzp6Y6#;I+r|TZPkHeFt5o5xr>7pzW2UNJZIjQ#JG^H8RkxT4t?RUXhd?73 z=HDT^o&4!-oCEB|#E#8jrxr<_Lapb%yP+_BG+7|kzVc4plsO{|SOFsaA^l2k|4N@i zbVnTG^icY*F}&eJ@ULSshoIcOxij?okA-A#L&Wxw<_NQG?a^Z6yOEO-Iej{e@30zT zmSsa;Fovs0p}Y_(pUtofh{K=8>MFdUqXEjG>|>Wtqh=K!Y9C{^XBb%_NqWRpGkyTA z4$7L87f88bh29G^_7}kH@;H-O*RVak0Yv|fO=tJc<=ekjRpJH-SUyR~-sqZUM{?)m zmH2Nq(RLYv{UzS!mp|p{UEp;**ic$@u|@XmyOG>$r@L$!3Rb_Uoybdi)n6b_fE?_! z)y%+K)nvxyp>|Ic=UG=Yt^;H7JZHM|pZkh>KX@bT?q@b_s5nIj+WIs>UDIt}H?pSZ zzu4DZ;Ic=-Xk-ztVae}@&;6@%v|T`btLU8E-Nd8Kg0=UwWp1ZX8P^;2rP^KM3)8es zO}z)%FTx{b3O1Ki{2JRaYe&*#wg)vAbdg@=7he(_+xCiZSL^Gurl$CB=sHBnn|mz- zYSQw9s&+qdG+Z&-1ndG~_8KmV2M1E2YZ63T7l2}rIGgflMQN&5vB>$eY00{F_L=&U zl}k#yLU*2FQZg@ZoI&8!MFbRjrI>>{F*X02PS?xG1rs!RV#Ybk=F1=k>MZa98Mi0; z>HO;n*EiI(kGN{wEL-`kW@x^eu-Q9qnhq>}+i1iKrO&iFJ+r}+K{av%{Lmk@>Q zT@l%@qd_LVrIV&&Vstt4I<0m$PC@S_ZvEJGs`(N=<^OSi;pWVcE)aEMGyX<|bChf^eeFL1Yrnv9$@2qZ3FW^s6u58bE=%9`MDkC6>HAwWYaEY#yhXO$ z)K`93b>#oI$ebAFoKJzgZ7MpA*Rw)|W*%(R&oY?xfca$KVl5YXh8B7vF2s0e4`Vv4 z(%fo=7m&63kg?eRYABz$ILFww;s%bo6xx;!Jm()_?+U-SySP=-2p^`j5m=(wQc%^8 zjif9jWQBNgbDtvpX+gT;U)_9gy1VFU>U};yf7vkD9_oH<-jgUnh@47P8#eP^b5Tq| zjUra!M7eT@Hk9n1j7?LIyvuS2Z;HrsL+ROXDLy4ENb>5xul=%TV2?VA)X&n_LUiRE zwGDewO7YZL*H=)nFTN9d?2FW~@$yiV~A&X=p0f!ZMH| zscD%9oW6MT%>$>re(^59zJPZ(8i42~b>cRw#F^usO8@6Ms$oU}K^=ed2Np*EoLQ`f+%sW@zDui2_1SN*p;GV&z1n zg05%`d*Q?uql(%ltJTamb`903^g(Tuf@`i*>j<>lA2}uXD=CxJk1Mnzg5~XugL4`> zeo^>06!W_j{qUmufdOXe@wG(~H&7l$)ob1r3g_aAooY<`fXi0QD}hn$$4+an&gHa3 zj7pf>Zmk7XnE${vEOI%bUhIOsh{WIN68f1c{t4r8#2mQ6Ic+OV{4-w0Wk6LnDpl5;iOMAT`|MB;9bQpCyCT)tm2(c5~CaIOKs;+`v~G65Q7Tk(AkG_ZxHE zJ*OsB?gGZVd)}eFChpvE*P6Iv@qF7wE8!(B*o7{b3EoblpxNu8+d-X`PT%T7azzQ? zV2bC`@a^`#&4%BKi{hM5pW$X?W{<~wVJ~mr5x~JEcowGmyF#>AX^Lca#s(lLHM?Eu zr!uXdzAS3>f$@j_&RA=OJ_2i4i&o-G-v$EZ#Ssy4ptp z4a_-_a37ARQbJVNw(peGE{$(=+M;~

    kyFTUWJ7fNF_EJ2c{B&MejpwmlOXDF&KN zOicmiG#3fXI2sHS{~iutk6p?jo}&;N!G;}%+r&q@$r^P+QH0@x~}j;;g7W-}avK^U3lr~+%jgMb$$ zUjDgYv*q=wi7kF@IrH|e&Mukw^i3H-yyd!3o8BlNTB7uWNKg} z8ac%@WhugwVUiM2gpDfM*kvP&YxXSSa_M8!;cy6_3vo`an&@{wD)SUoXl*?GtjLwi34MFBD~m3^7~Q$RKqA9OwQ zTx7YTe_DXxB3$*NBoY?5&P)rA5b5WWiJkf=4=J9i7IIyhUrZDF-_fSsBo z%0vQF_-R(9hT@^au0hA3j#F}zc1Iesk{iSbJK~lAB=$+%Q>Wbh0u{I#%Cz=3IBh_A zCRGdnygh>~?v0|?YErlHqHdlC4)9}ys zA?%14<ziH#ARp5#|VB2k&K$*1LUVr`X0NlT3Mbh5#!>G3Jd+z{;T@+Xd=Jxn_ zRImEk(oc;|v>dq5aC~_iF&p>9f2lv4O~3JSOCagP-2pPc{x=Ht5^-5sc)dHqw|#RRd5$1%Z|y2bbS1d}|J-Z7uMs`NB8P z9Q;^>qtaC#FKA&gR| zyRLEQwK-CFT=i)p%kOJ5r+1(ji-JA_?r?#lZvvH3jMQly##2v_KRFAKg6%8g&Px1d z-7SU{RZs?2Yid@_hw=C=Cw>(Ou1YCB%bm>tw%=a&~YB4)Y!W%};SFGfM$d(%KO4Q)~c(L_I8n2gB_j5lNPVXW*% zRd&6bvT%c2zl^P=`xj>|2xZv2&2Pbw(xW%qT^wm~ZvS{NL(?|d%AHToWH-q@wpee) zqz^a%g5J#rYJNJ?WFCDWv3f}^DtKRXxjWzy7Y#kbzIBin8zzFqBw-S^{k zQf!)>KZnOKZ&BL}!QtTsLHu;fFN~3m)wE}M%;b<*nm2B!0Ek;~(wG2EUiHY)UWi~= zq{A<&ug2c72KJHeR7xS4ls51x>z(RSO7ROxCNfl3Ie-qmC97B0RMtnx$=bl;!b?0< zbE28!SL5a2=RAbPk-1Mi3{a!9JCs4r>MvDP0Jr3}r5&FK;bT&*Y%3>T(Xt{g2Nf1e z0b%d$ek{Fi!E8G6jw=P)F|ZseH>@9xJW%k+#IdQ^j(Dmv*1A0F*>m$<7*NBqbQ99*|fYcKH6`fHYu& z;<^nLl79G$*xU8pQs((ryU%|()l{SC_fMu=N%txWK${P%5!9S%)C`1uJuIBtotM9b z=w1NNT;F%iaess((h`5%+H|&4?kk4P*mC>JJ+A3;O(#XI*piMbFGY=xEJe@>uG7f| zYq@~5Zq)P-PfoocIOWr)zRZ#-5FB6xbWjWcsJeifnO}bC86e-jC3{Y1>`3boSJ7A{ z&3G?j6t?lI+{ME!(<)tZ)aCByBr)-Sbu1KVV1!P0J$dzoIrF z$q#2amPvzuMZL<=0OF!~x;Ls^gkF{2(2)1W1%}#IiF6v}99KrG2G{f_+{Kb;RDlINC`f5YHbsieqjl1X%y!mhsCt|tG`0Q zV4-0T*B}e}FSG(*5agN`qPI&FU_HIu(hA^Ebm6`nuc9_!hxk7;@DCqaTVVS3Vnh^J zov|0%Jmo}A-r`q`pC)F55Kvy`SBzImUN60TS0Wu8jLVgg%xY?fbaIki^xdY^y2M}l9=vwGAax0%gerk{M%3;d93PJe zxaD>_l7DsU1lkUMHcO9^f+YRjc!iamg^<5z%;>8f3~bcu^k0_HdUh3p`+I`QYmrgA zJbnWq3E`F@A@XB)>BhkW~_C_RSZk_*F&;w8r7!_qk<&fXOL#-Fk=+q#)mQ*+5qkJ zKIbVFSJo+23d4l*FeS?n`-WGC0xlp?$G&pQeK&U3($(p_k~gW_@L9Q2b5#akd7v9( zGto{PT6>1qJ~!J&$I(I-BcdtJ=@oxycTO;cz}snV0m*6$fjy5Xa*zRxKZbMR9ZyHO z9TNtJAPzQnq1R=-{^DdWsOD7Z*(P`QjKF9>hJek<;i?)E9Y&9#!jyheh0KYU^q z_s?=H-#jJShF(8aDo<7*&(8sU!k~5Tng_4xGR%jR_BEGTsYz;7qYQK+#627e_+!S7H&vNzsD6+wU<$BJ=dab%D!B@Qjiu5YvD`c2>D{33 zkBll2;NS&!c?qr3g`yy&R6_s}W!#QpSpWcVZ+?sN*Sm979n<}zvSGo~$Bk#b0xxZ? zKj}JU(WrG|)y~gHS7zKmvfAQi?A>bW`Mqjt?JJZ&j>r^)i~>~ndZaIC;tf=#h&I}s zWZ^;if&g1K1?{|&ZX6iY|DmQpRY5RtHy3}FqIA|anqJ)--6S0UcD>}>>nqLds@=?J?%ye$5LDQcG>rK=b4EC zfPb`60IUl=$FhJ(E}cs^NOyO4cj>qIy!XA&{buGjJA3w=^Y1t_ zbIu|I9=*>${gqNq-J2)iWZB9Dt(?$0ZoDI?@t}RQ(!*YX(fm4{ImY>ty2?8^Y3Y=? z*6x13e`S7K(M0fV?`cTAd@3yDz$qQe_E*thW{Lt{>aK#aT@G3n8GIs{yd!~ebAl9()0HbjED8QRr&blu%J8e8|Ed`b_z7yGmSZWmCLj2+ z9F4x?kD>=gVE;7>cupI?BWavHSwDy>Ezw48{Vipkt7ogwk&yF0YKLF|716T!xv+*Y znfR441??K~b0>LKjjrvb@0eC={4w%&PlA^*KNL@ZtF&4!>he7sAGy#yIU|2J?jy^) z>*!5-6N2d`s8kI5ysAe}#mhJ*a-ugOv@EORsdiZsD~)7&WAe$uHQ)i^1x>#ZOR@d@ zQ&63DxmOov*UY92xZIO%Ez{%sR@_UQ{;2cSi74Fyshk^}rx=Gs2<@zxT!Yp5EZ-)c zBbY`GA2ca!UHEzNXy1<3=QjnqORsR|cfDp`tzkXd5#m6Yv{qJde?8%EXI>eksSmbT zLQj8$D!)!RBT0sQmv%&WV3gKJ*9mBu@JHLzkSj{>C0S&x-;w~9V?_SccOI%_$M*z`zs z)9_FGTM7;sAa1haq|R(6^cz$xYZ$^-qN$&h2+WZ}{qvIzw!XSLs^<_{orV~>2K=w3 zcTf0_IV`Jh@s%t`y1IRWI_r+vis((?RtA&9CvHIOZhyl9LbCrv4{J8GNM{EvyRj6N z9S)j{g0s|W@C&{(YdI27$riWIBZ&ZQJ2{c5b;rk(|NrqSQ>uFAN$r|Y8(q@PQo_KM z6ffqx`O#+3s^#ec)>JS1wm{fHiWfq8|Bo}$jKGf0aYJCyb}*{ySQ+v{}WbmLbT$FS%yW}SSmysE6pesD31 zO}#Vy<33sMU0*|_26Cx5B}LLf2K%H7c+QO%ZbyWxVfq7zCwLHPS=yU4fwj$aJUcY3kG8sWg1VaUxc zV0aIM8MABlgcNaA&r~p${^oLW+f)~M8OX-SPku;9H3Er{=oXo31zaXhD4g!LtlF@+ zUqn%0T~-V~543rK_+5&i*DXg;KVa=so%$=?d4kZ0Q=MbEHG+C2zYmV8jJzFVE#&X} z8U=Qj;6hX=#72#%olslTJ$$L1LEniUbf)d}T|8{jDJQrDxWfs=RW+6i_itn=Op4h*s?1|CE9^&Pt0 z^HBp&JtmkdyGu~HfTiQ#o0e;;M{U#*%pr zDzI>8GfbN6B&!8Vi=5KfY?@|lTOTqEF1Wm|71A04SdpiOg6Gf7vrqCtS zLO}3VKnWn~#Nu}SVUjfbg!BFOnJF%o$y4Hl`WTU;QKZ8Y%|?Lg&6wCxtQY7eUP}u@ zateFWkCiPJt+f3;N~3(*mqsbvWxOV=WmjEG(2 zD%leze)oIgIBUep7Vl-hMoZNSdDW$$4SJG_t;s7y@1ye;KasUb@P1;DOWcVJl2$+L z=kRv@^CySb^MSvg6s3Hq=`&)d$B0WPiYK2JPxJ5rPle$q6P%^tB3GHQU-nyukXh&)m~0 z%rHiEfem)?jqK><`!w@x&5t6cd4(QR)0&7EIRr2%*6Drd#J&O#e)RA!e!Nmw-0N9s zhZ+S|j7y#ZrDm5@DLVADgG7cd3>I{=l;OvaYl>xtMz#qGUwh1Z8JcB%Oyh>>d zyofhusCJSe>>>!iW=_F9yKAOUC2zw2tw6 z$|7&RwlE*{Y|U@-z6j7>v5l5FuCwq6)bm%7rC~d&0aZy`)25GYBB{;l?1k~9cZPXM zOClh1k)Z*LCut5V7EwSob6=-T>(?Dk1j%Kmva%8?c0C)_C`qcKy#^y}#)B?Dn@-pY zd=mLG!?}E(1x($N|&+OYNVcv-XSX#J-@* zHoqR~{jN5IVLTed|9k}G?hWzkP5QWf7<6^y3)Q%RSQR|h~jEEIS4$M|Le;OAKR2hxwE_dX9OLo zu`sr+7qZHO+(O8tGCq+m;alc;#qgt5T1WiUHCivCh8gb89QTT6FNZXO@>2*bc?tSj zSd8$=j8wy4`K3KOWV*}w{6*aSEi6Ox>3_ESskb=NeEU*>eJPF_~If(ce@f*I_9Z2u|fSBsrExyiH#p zQp;5-IqE7cT$iNUPPga>&b(jMQVrcpw^$kIj%PXFDgVPGW(eFXRPMp3=zEyDZr;9g z?jz7T+*|$bHTY5sf6lN6;Jfy<65qQ`^YCdcfuX7hy;c}xL?V5?`Z}xVgfMZKG4ao| za&d1b#kM=tDu}Vm;zQ!VVMV|5?<7x!Zv~F!_M72Oe%&ONahbcrmNnMAT6@%KCxrmh zhH*h53FE2T7`@HY0=%Ty0kT3yoD2T=BIn#YRIPax(cw@^iefw1T~Rd}_N9F(jqn)x zh5EkJ)iN^s#5Xp}g+0l{T9z6qVAi$N+3yl2dM&G4=EBP-KIt5O4C9%Zv(US!nzu3TNRK@b zHPsuM%$w6mn9XchF%jr^u0yC{{DTNqQ$ulB{z2Zilft0PfKag2|JF4lQ1f7Xm)F)Q z(y*_A<%;OBeG!CfLWN&NO!#T38+*p?exdw%Z1&qFFi?-V%I;~y?v^-$H< z%r9T#DBPOf!F~f7IGo(G+49V*?mT(H)!2hde^++>Cf%_jjHP-`WvK9A^u{FB*t^x> zI$m#>{#E7^!V+lD#zyWpH)A_B9PaUQ+2`?fi zty({~UkszWfizemWsxI~Y)oayybda76=U+z|Y>zpzjiLn>c2|cQ@V+WEgYn6GD^_Lc*Yf?5yUW3O?N=!D$1e@pa zO7?gbwHJOyJOKNl0HP{V#m39vpr>ymOmXxV&RDenVfKvmkUAZ$p;!5fk4Y_Ejd62qTHc3y zVC~WRI|qRUB)0~WjP#kx#Xcc9<&XAWgYW(LNPY#&@-3b2C-;66r6-DU3tfOj6PVXWRkPfhZ#Vzv1W7wSf#O7Zt! zB#a+YEZG;JXv=r;{W)I_|>a|5&fz`$nr=2B=tWR2UlcjIxKz-tIv4m~1o zAK)FRqEwYkb8DCv;#fF&49xgwU&=1Qs_$7W?~EWQ>N`e15W26!9ifS&wIFjKIlr}! z;`ZJqw|sT5XOeSEy&Y+48fDy2)p`Qyx=dLddTRORWa~3m*-*j2CQ?Fu`KTv1abac? ziu%#Pqh2-UBDvIx9Mg)9V(fbgzc}V4d-9QuepKdYr3<;Z0_L)`k+SmOC*i|{P?m7# zC(8y`fT|=g*DTN1v_X8T6^ILpdx}75H;)4B#g&KrQ?F_7M+L;=L9wYWa_Qu`6I$lg zBdA$-3=$+PU3_VwHV^Fbqb#YBnvWTB50#8|tXlno6=lRhQL)Tyw{6xIif!p{9c6t(>fOKGk!2PQI z(itb-uO40Ell~R-R-*hnXrcyv=$UNZiX%(x5PAtB5g(=sMgR3IHcCNq6ewp#lq07s z8~a`WmNSZ=?{SwDz!n`RF%T771-_SUcUTy?Y;UH1z}({RW`DgO{85A+28LOUKODcf z!aBx!afyORP}!%|IuHe}Z{VD5KHt_IRlk50uQ0>3BJOqP)B$J~D%-}3`vba!?ysWF z1|xqQS@R$h=YujKmO9Kt?yrUcgx8VMG6Pq}XuIV#pe>au+>hM3S#9wXB+z|R3E)D) zhXr=l!zmwZD%@%L`YjrE!jR4RBOidZ-wWt&i>5F6%>IWh;w^DZs}~4`sH-&NQOU*8 zsbV>lhh|M7p0DO2{NtI|U0;3QK%J%FDs&B}#5HynF?jGL(>_qlGqxA>?oZqgxo(6V z3|>g=9k9Myxl`@g*tdrXUP#{iOi_NCH&+vtN16lwej%Rd;UE7!v9j-#N>l%+J2G&_ z0myC_QS?1=urF~+wcKe@O&h*-n`eZHTX0J831J~?gTNL=I-)qWOH#>AjaAV+ztyh} z$f1}_>>2PDe-C*vdvPFAXJDMG8{!J>O$Iyz;GwU3-YSSp{VY0|e3>DC{Le^dib{d*f3o1!Hu+O}pe{^9Q+7N66s5TdQiBUD=iiD0 zXZRgc_H%D+5ewKjAr`P{Ia#8kcKe!IrS?_%ijs8{v~Z!FM<#q!TYquS?@F{=O^{&| zL@*VdK^^b}ox0Z3`@r(co0+r)63}Kd!H++Df38^12KM;`>zJp+-@42ePfCI(&6s52 zFB9QyPbBgxK4hbI))89;xa3{oDv!zcemRCx`O1Iy4cL+hodVx;ryizLa_V6MLMb-zZMjIt79c*FI008rR)iVb$+N=N5hn}Ds|kfKhNS0KJ$kFdgXQ$sxFHjFE*%WQ82=AZYU{mhwf zZ|qh%kUK-_s~V8bAvOLIHtM(`<|ZEvGlk=)9l~r>H^_&!uDhP7-IP&)hS+p| zLkq_!);P2lEZ;}k`f>E~*Ux7O)CUGC&lmQ(4fVyRdn8^SKI`iJdM~`QFJz?G<5G|9 zuwjhL?2M6mmA3SS2)$x7XR`dC_k9-Ka5@nUR`lkAi)HO5V`2nW+!>Q91rio%KT{Vea>6$~J zY%&31Z?KdVk4*Yx+r_1L#3H-su9sM^nlY7$JX)~XWx&1J`IAU%*7*s6yV~s24faja zSK%l>E`MGfkQ8-zIiDJb$ldPMl-Mz5qILDp5kiCmp-B@@e*xSs&@K zT^eJo{oFTyMGb7DN@R=%sPW}T#R-&H4?1hEck`xRd{r05K6K;JLEAsqtd`pN6e~%Q zVHPEq5<6!2{tQ3u$jSg;^oDL;XcKD=r&^1L~>f5i>shgU)M6%oZf%R|b?N+^|u ze3>%7=ZwG)a(l*RyMU)63>d3d9J=gPP}*KQM$uCjXEvFszDMiR#9dP{i>v0kt55jT zm6*N$4$apt!g{dBCSUD0l*$tqkDP`tRE|?K_Ri|{oE=(yNB4YDx)sTav@JOCKr{PZ zSey+?iQ|yO{cY`BW;!q?9!M5>HMuH!SM<+vR3GgRuOggQ)fJ0D_4G zh4zdGG;`D5Qxx#`x4qlmyj%RTVRPci!^!pQv+_AsMI289{j)X33zPQJPOGr}=;T33 zV%YoZ?7|l5rWNA-bH89A^Dh^E;*$L0`Vf3d7sp!?;PXYi^)t zk#2WjSvb=+sa2Ee22#}R*q0Xh=&*wN%KDzZ7r+~`5a9B-lrUbfj|HJ z6v5Q-?e5FoNjPq*fo<1aP}WKNIrd|VUsGo$Mx~3f1qX7z-8&Jrlzp}x-oGxc;YI_| zAtaF(_S&z!J|aZ%^X!b=5DUu7YQ$S0cgEetPn&M{-W&bZF#+qPL|Dl+pa~x<9%V&% z=NQV_y^PLo5kVyU#V9Ti*ELoNw@yN9epNi%<|V=ajR-WXtE-c&t6m$m2Mb~%=CLld zX}o(5Gks>#6Qn`>QeYhaO2dTSvj$h0~`t?E<&_ z+l@1hp-yv9UABH^G8&ycwYe1=#m%?5p8~xghi{E-z9(M`cQaRYE%=b0+Sl;NP%OE? z?cEaZ0yadBI{1@Amd0?$z!;yhgGWjZ>^k$lNR>zV|>&pz0XiF)+>pZhl8pjz3JD&%v@gh z(s11TCki|7UsI_L#gYQJ-8k#)VC3k_A7LNF3ZWiv#`He3D z4|sURhMpMk>EmD4NyFoazm1%YxwReqQ6z89WvG{*H2Ueqk8#0?*KA5(*AuKeJ>vqO zJ9*z8V4U=7)dj(Y3gopo%uluU>LZtSf0C3b3^Ki@myHnhx6J*|9g@AK4|l8*#K_kP zbIsYw1?RUOcCtAY5YadyxBmo{kuXw+NjMYq?!Q~PTb-TunsCmor3cK+eFE>p0f{x- zJ;5T>rPil6BJzSczSZ@sVmVy{{X?2l9A($G(bpP5@frpx?PVWqRnn&>NxSJgl42cD zDvTj2QwyaMvOL})&H=@6IOBEv2;Ft8%)vHX zj&>|jr!=(DFu;$CCyH*pSgqPBut~E@nN-I6Z}sB6-h_U|iy@h7U8lG6D}gvyY{rDOMEJ>H zZEH!V7@nMX1~FF6Fhz3`RtSAn415q|+o1E(x>ba^h}UfN_h@1%Cdp92=IZP43hB10C1hDAuCDyExILgRkWD z&v5h6XdpSAxOOx?X!~kIFX(EgzW_lWROis^NCIk!{UwS51&QDI*uwXTH=Q7+)jcu` ze)TN&acc+XM*7Vj9vQ!AH_Ef-^~twi(%_T$$M2p`s#Ulb1;V=91rU$)@d7$|N!Ex| zYcZBu<*q+@U_Y;-HyaoWV0sfdVDMVWH2AQ~vtBVNqD5>oO#_-+7q$4Z ztp^Ff!7@_035>U%lNo86)^B{g2T_g6+6cYRNA`_parp4&6FZ-L5oASLXvAD<$G-1Gz(92I${J|P>A5`;D4zRn)!#fS<$~7jg8LnZIj90o|L>wCQjzZ!2N=>;0hF671 zpQ=DRl%^kK#`D_xls2Q~;076lfS*|97y#MH86n(8`;x?(C2TmKf*5#os zMq9*AP#I%wezlmGX;MEUc@D_Px+^*l_69v4w9k<9VJBO?B1cC>%IMHoGh|4hk*);fomC>pi0Fhm`5a1M{(lkWxa^=CKX!e7*6tNk6B z@C}Kh&RQkNya}4i?w1Z?sBRNFAF+)Bl7)9VT-0ha5BJpA#Y%3t4Tfy;_fA~b&p|Sy zM8Blk)o)}3yGBp^W<_LGYsYYt?CE6}qCIQ;1dT&V3RYA!qd?Y-MvQ*yL_0m+j)OyI zDEhW>s+M;Pzo4+6Cqi;~ODNizSsFVee`D-`V>p|t`i2=R~i90KH#{RZ=pA$tI_2Sq|exHLtk zR4y48(;8@d&hvXc9XhinXbvFH2sW(j&MOE5mqP5P=V7|q=J2E zHS(O%S7`@;Fz-(Y&?F}Cq8xutt4dveAAy+^1FO-oIaU`xw%z{Mb1z)K<)<_bcnp(~ zRl&i%wU;@V+lL-#>NbWRSuDSn@ID{ytbAalET?d4!C~qC@)=9Y)5xi;lcE|iGD{b@ zf$#W9I<<(}g*5Iw(J!LXVMI*oeNyWN0zUNN_AJl4}NZNPmgUzY{%i2EY`* zNEN!qP;y2+*_D-LPe3Fq;x^C$-OJa0sBxLIE)SJUrf^BuygpOLJz__pHRAhz0=m2S zh1$O4>BFRRtG^lJ*3RL}J-K#i$rOVx3&4fv`Nc+79mF;tXnL`amym<9sN|&v-pD?aK7@~I7h-cLA(<>JcbB~KWzitaT zV!!=mu9}&(Fr)J83dzPL83;OYRtfb>5@w}TG0Ip|cy-|EYQ?!&qqA!4ON3PB=>l&* z!BMhI{+rZ#E3r^hgJfv`+3FG09FkFx^{^K`uWFb7f?8}>9QP;u~@G<$T3kGfY&@$JL*FHmz{O<?dTX|}eHKw!lv zei5=U^=qpJBeq++F*!c!Bq|Htlb=~vD*2o(e%tLQwZvWTAkZyG3dc9@6#No0_fY;e zZ^Co}0)&(5a2yFv)&ELDeOZtxBz_J>Ld}abD!EN2?h=PUX^yqWrEp3jQO5kA=Vr9I zjjqUx>wx`ET)>N_QZXk9K9< zBJG=hc8h6}r#ORoW@n)o0;Ak1PS@({fYr#r8s7Bp) zI&(+#Kevy{jI=F&zMOzM)GyuCF65uOhMiH^zkgUTNO>4l(o=G6c%4TaoP-~las#IVvzq*ZvPW%Asqd7&hU={ILZG$Q&)BU`kd>> z23Y=iRc?Q_l1-J!?wE|IW1wE0c5xh#&Aa*0tF5mBdp=_JM>A*N=Jo&1pPkUEx(?N5 ztQi&cFD^&iNE7gs7bI|_{!m>51lRAkr{z~96ZXXq=#I}MYa)gK&)*bG^u$Y&#S_PP z!(;7hIOZc_t3dbAFY1g~%x^jF?1Go=4cw4}&C;%gg-cb5Cx1v?t^^r==V0kjC_;=U zuu=mJxO&Ue0f`2&99FZ5X3ZWlW$%eyGPwKf&{v|!cZYR|>#{(59Y^LLJPpjEy7t>y zTR9AfBi|sP%Tx3QW|BM41g8eB1+KXDj|!Z4S`4cZ-~OPxv%_6wG2q9;wLk!dz5PHO zr0;yWayYq6OW=^*7E)cOh3HZvU)tB$AzM~dPIc2E`j2DcT_E#%7qe*m;BGF$d8@6v zMT;)UKKr9QlddW-SW&+9QQn+apkDBP^9Y?#%1bjp5wr5zl1&gT0WMLtwDVf4?z+)% zsfSJLHxyE?Xj&Z?GTW2jLMNSE#CFBiQW1WxmR+7Xt{1`GXKE~U58WEy-o%$E&-}$$ zmw%$2B*8~OIW;HD1}<@~yM}QUy1uhnWBq#{!LbQP)x8B&G&abHI(Mk*Y|z$tS-#+P zH0|n6zH=q1xz~Sw_UMz{L`o9TEQLS6hb{3)^Ucj0y`M%b;LbP5LL+=Y6x7?H(0p9^ z-GqebQD3&Ltn5-r7qs;oIFlK;7N6GT+oxg&V0RmK-`3H^vU0ZvLo!N~vTp@igZoQ| zKg%^8PCu6)Re(~7%BPv@jv5B^LDrsoJFEQsDCJGDN}foP+4(6apSh#04TH}!6?AEm zDthhV@%_<62w$B1NTmyF{Om}r_Swb0It1s8Zb88^*|*FUja2o60ie5ih8O+}Spvx} z-LN%d>zjL?!P4tC2@iiiOff~OkM9g#7tUA@EsmWGOr+i2J++$}QU3!p9o(;dwW`xF z;~n*3!~S;Pp0c~ojZ%KCC;jeb=$cS(&Cx4d@9~{Zu?^Rc^6^`mAcAy~)r19Nz6A2z z^e8SBXgW~E%Y>}vVCpJ`h~Jeq(|%%>OpQIu-mlA?Jj0$8%?#3obVE{i;EBJR)(p>w$W%`t+h#l?m>wh{% zGzSOz!C~5G~ zafA3+xw(EOGxpr-{_-z`5nuoagg5OG6y!dh{*v*x6fjx9y7zH!q7MMdw!e6!HPilr z8>ja_l!+lA0a}_0yumG+Jk9?__7NQbfM3++_G)Oq4qmp-?>%+A_-pt$***;cddvPG z0+u)ow;)9`{x^yGdJ|1d`bD>|c>at2BliG+qewT`Cx8~Hzc6A(#Tow@f}@Wx0f3=3 zp(qppM-&(0>~|mE{v3BU;`{P3zxO2noZGYrX_5X002)c#aG|_w_?!PBX}0ln>yq@} zoP%inC83_?fDM_yzN(;#>EHDGxzFPpU(j2|%b#l6L7FU+$f_ZAqAA_2;s0OFM==4G z7hW7iA~-f#(9-)ax}uN)g#3H+8e4wE7yxw` z&fC~V$$?k7ugE5IkUp~dKd=D*s8dxzmpBE2Z+~Tj zVBXML(0WC1P8-Q5%&0L}%tkKGd*R>40Q%Z34wh+ntwC$ofVF(aeId*Uay<6N@pJS`L&5qtRE55O z{f`_05R`p#{YUivTmP=$5{zUCwgmrADWHGtPD`ms;IU zXQ41{z153D>wXqKkgqF*$etke*9FaDcdj5k;oxsUcW9?`Ke;1h#<;H{1eUr4pILsP zvz}r?v@^YCWim8Yj#ZYd!%qsggEiT)K`^@|;$#W_9Nr}hbiXpqyLKHKqW#mQ*kq@J zpSC^}UMuQIQh2$!+*S)C{J8|i96c&{dRXwd+u*Q~KeFiYn*5-x)=nL!39Ccww-N1u zjw{-aiVN^tI#_sWN2W%JdYq2W64d3Nrweax3J4H2t)+a}(!%#sviJfRpPFU(vp4SBI$UdU9puFUhAna!fx95Fd& zK1n%1(QDAn)~f&dxbtCty6aw>xN~dY+Rf+^M@2jC5B|5STi_yd_^M-Z4PP;?-n@AP zdhRvEX5qK3d|e34LL1DyyX)}lJDwp}M-2@2lj8}6S>(xGaIcX%rWhaWJ6%Af53rU$ zBmRX^5LiE-wvZdx=2-Vo`*tCL2P9Et8p(|#7R;BQl0j21L|s1w5Cx^f0oyylq&;3p{e^lD7`0GNUd0z#e3vO{0!>qwFEmV%udl!m-81W~TzVoq$N z2+})9WV-T5iVEV7f!-wrxx2f`S{yhntaT6z&gzcKyq!~eF06`dq~d~ftA6Vy36m7t ztWB(at4bUvgOn4QrlP99?F6|upVWU(K4R-vXy2TWT|-Uvn87KbE#jtsARSup7MCbD`zL5UsULlN}DQvsuvmuR+|DI;a^*s6*ViEKC#IA?6o;fv%Rc~6iK zZ^~&H45YFjQ`sn%6*F;^%3WZkBjZKz4VV##<(lX1aKA9!b`pf^thzjay+8x3%Nn^U zwn@%Ncmv&7c*0>RA$0ydY@9O=G6We~!D>n|@@bWiYV(E@FWhV>kzMPdS%TzPfJdAF z!qpRQ7#TVLxd9w8DTIWda2BKdu=pyKe!gkfikcw3;-i?c;`Qneb!`?lLZYy+&IyGf z;CQ8i+aQ*TBMz4zr?}|GR0D|44RqZYLP8hvgCX=^$1S^}IrMh4$Gx^VN`vWWBUB`( z&S}=E)*UtMv6hG$_$FrwR^T;u1O_+l{3#&qEYay&{lQSMo_5AeHc7y-HN{uRppR2j zIGcVKzu{bY7b{QqK49{fv}khB(2PPZ#qD7>Ka=J1jg}Ojxs@5ZUbLC7pr3R}h3#-+(y_zCq5_5NMZ0R+VHL zuMCtyY5oK|5NdRy`Ui3iMbPnVCOEy2Sf@2`B=j6{gkF@tSy7!}q=PrzR6zWIJ=(}6 z1!vkT5@ECM>iLU?kub}>N(XHTt=w5dUd`X7N(@WVK}>C~qlOMHYB*IT0s~c_c`tO4 z@RPWfFh5Jq);Zfd3y&T34M3|)rc$LgF?-aLqk-lyNC9-`YQv-gVjI)>*@d^^;Rx<| zu;U|tBa*Dx^iw!=D0x?Ctlt4QIn%}Fs%bYKbSz(*B31ZQ|GV{A@aK1%vN=GT zhE#709v*(_jlJQdc8nPYx~k84Q-X;k6!8(qgPLXImK}UaL+g+5k@e0SO-myXXEfyE zz}EPIuX_SY*%A`SeC?n4I1t`++ob8Ye4H+OTNfFJDF zv=1NX1UuLtWDLu%>gV|n5W&GtYPw5^$TQuLIF{$ST4wJ)<2qA1+gf?r}1>L_HZ z(zNPRv}){~%yPmEMEJpsu>P?`ceYbMlM|;0@~f!7ZY|muX@9|Y3uu;s{}|t;B|smF I-|2t-e|uZ#RsaA1 From 3c7e7171495e73287075b1e00399dc88b8111fff Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 7 Mar 2018 15:55:35 +0300 Subject: [PATCH 21/39] Fix Bug 37134 --- apps/common/main/lib/component/DataView.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/common/main/lib/component/DataView.js b/apps/common/main/lib/component/DataView.js index bb4706c07..64c0533c0 100644 --- a/apps/common/main/lib/component/DataView.js +++ b/apps/common/main/lib/component/DataView.js @@ -575,11 +575,11 @@ define([ if (div.length<=0) return; var div_top = div.offset().top; - if (div_top < inner_top || div_top+div.outerHeight() > inner_top + innerEl.height()) { + if (div_top < inner_top+div[0].offsetTop || div_top+div.outerHeight() > inner_top + innerEl.height()) { if (this.scroller && this.allowScrollbar) { - this.scroller.scrollTop(innerEl.scrollTop() + div_top - inner_top, 0); + this.scroller.scrollTop(innerEl.scrollTop() + div_top - inner_top - div[0].offsetTop, 0); } else { - innerEl.scrollTop(innerEl.scrollTop() + div_top - inner_top); + innerEl.scrollTop(innerEl.scrollTop() + div_top - inner_top - div[0].offsetTop); } } }, From 9f0b68945f7524ba71229ddd269174f8a8f03490 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Wed, 7 Mar 2018 15:58:49 +0300 Subject: [PATCH 22/39] [DE] Updated translations (English, Russian, German) --- apps/documenteditor/main/locale/de.json | 1 + apps/documenteditor/mobile/locale/de.json | 3 +++ apps/documenteditor/mobile/locale/en.json | 2 +- apps/documenteditor/mobile/locale/ru.json | 5 +++-- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/locale/de.json b/apps/documenteditor/main/locale/de.json index 99f4adedd..4cfcc5fbb 100644 --- a/apps/documenteditor/main/locale/de.json +++ b/apps/documenteditor/main/locale/de.json @@ -405,6 +405,7 @@ "DE.Controllers.Main.txtSection": "-Abschnitt", "DE.Controllers.Main.txtSeries": "Reihen", "DE.Controllers.Main.txtStarsRibbons": "Sterne und Bänder", + "DE.Controllers.Main.txtStyle_footnote_text": "Fußnotentext", "DE.Controllers.Main.txtStyle_Heading_1": "Heading 1", "DE.Controllers.Main.txtStyle_Heading_2": "Heading 2", "DE.Controllers.Main.txtStyle_Heading_3": "Heading 3", diff --git a/apps/documenteditor/mobile/locale/de.json b/apps/documenteditor/mobile/locale/de.json index b3d7b0215..29a9915a3 100644 --- a/apps/documenteditor/mobile/locale/de.json +++ b/apps/documenteditor/mobile/locale/de.json @@ -119,7 +119,10 @@ "DE.Controllers.Main.txtArt": "Hier den Text eingeben", "DE.Controllers.Main.txtDiagramTitle": "Diagrammtitel", "DE.Controllers.Main.txtEditingMode": "Bearbeitungsmodus einschalten...", + "DE.Controllers.Main.txtFooter": "Fußzeile", + "DE.Controllers.Main.txtHeader": "Kopfzeile", "DE.Controllers.Main.txtSeries": "Reihen", + "DE.Controllers.Main.txtStyle_footnote_text": "Fußnotentext", "DE.Controllers.Main.txtStyle_Heading_1": "Heading 1", "DE.Controllers.Main.txtStyle_Heading_2": "Heading 2", "DE.Controllers.Main.txtStyle_Heading_3": "Heading 3", diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index a68fe2075..117d54e5f 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -122,7 +122,7 @@ "DE.Controllers.Main.txtFooter": "Footer", "DE.Controllers.Main.txtHeader": "Header", "DE.Controllers.Main.txtSeries": "Series", - "DE.Controllers.Main.txtStyle_footnote_text": "footnote text", + "DE.Controllers.Main.txtStyle_footnote_text": "Footnote Text", "DE.Controllers.Main.txtStyle_Heading_1": "Heading 1", "DE.Controllers.Main.txtStyle_Heading_2": "Heading 2", "DE.Controllers.Main.txtStyle_Heading_3": "Heading 3", diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json index 9504068c7..b1eb82b46 100644 --- a/apps/documenteditor/mobile/locale/ru.json +++ b/apps/documenteditor/mobile/locale/ru.json @@ -119,7 +119,10 @@ "DE.Controllers.Main.txtArt": "Введите ваш текст", "DE.Controllers.Main.txtDiagramTitle": "Заголовок диаграммы", "DE.Controllers.Main.txtEditingMode": "Установка режима редактирования...", + "DE.Controllers.Main.txtFooter": "Нижний колонтитул", + "DE.Controllers.Main.txtHeader": "Верхний колонтитул", "DE.Controllers.Main.txtSeries": "Ряд", + "DE.Controllers.Main.txtStyle_footnote_text": "Текст сноски", "DE.Controllers.Main.txtStyle_Heading_1": "Заголовок 1", "DE.Controllers.Main.txtStyle_Heading_2": "Заголовок 2", "DE.Controllers.Main.txtStyle_Heading_3": "Заголовок 3", @@ -138,8 +141,6 @@ "DE.Controllers.Main.txtStyle_Title": "Название", "DE.Controllers.Main.txtXAxis": "Ось X", "DE.Controllers.Main.txtYAxis": "Ось Y", - "DE.Controllers.Main.txtFooter": "Нижний колонтитул", - "DE.Controllers.Main.txtHeader": "Верхний колонтитул", "DE.Controllers.Main.unknownErrorText": "Неизвестная ошибка.", "DE.Controllers.Main.unsupportedBrowserErrorText": "Ваш браузер не поддерживается.", "DE.Controllers.Main.uploadImageExtMessage": "Неизвестный формат изображения.", From 8c7c77d9d69718f3130cfe5c947fc3a9bcf5a82a Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Mon, 12 Mar 2018 10:06:48 +0300 Subject: [PATCH 23/39] [DE][PE][SSE] Updates to the language files translations --- apps/documenteditor/main/locale/fr.json | 252 +++++++++++++++++- apps/documenteditor/mobile/locale/fr.json | 42 +-- apps/presentationeditor/main/locale/fr.json | 80 +++++- apps/presentationeditor/mobile/locale/fr.json | 29 +- apps/spreadsheeteditor/main/locale/fr.json | 137 +++++++++- apps/spreadsheeteditor/mobile/locale/fr.json | 33 ++- 6 files changed, 503 insertions(+), 70 deletions(-) diff --git a/apps/documenteditor/main/locale/fr.json b/apps/documenteditor/main/locale/fr.json index b37bee7c2..047c35cbc 100644 --- a/apps/documenteditor/main/locale/fr.json +++ b/apps/documenteditor/main/locale/fr.json @@ -43,7 +43,7 @@ "Common.Controllers.ReviewChanges.textNoBreakBefore": "Pas de saut de page avant", "Common.Controllers.ReviewChanges.textNoContextual": "Ajouter un intervalle entre les paragraphes du même style", "Common.Controllers.ReviewChanges.textNoKeepLines": "Ne gardez pas de lignes ensemble", - "Common.Controllers.ReviewChanges.textNoKeepNext": "Ne gardez pas avec le prochaine", + "Common.Controllers.ReviewChanges.textNoKeepNext": "Ne gardez pas avec la prochaine", "Common.Controllers.ReviewChanges.textNot": "Non", "Common.Controllers.ReviewChanges.textNoWidow": "Pas de contrôle des veuves", "Common.Controllers.ReviewChanges.textNum": "Changer la numérotation", @@ -119,7 +119,7 @@ "Common.Views.Comments.textCancel": "Annuler", "Common.Views.Comments.textClose": "Fermer", "Common.Views.Comments.textComments": "Commentaires", - "Common.Views.Comments.textEdit": "Modifier", + "Common.Views.Comments.textEdit": "OK", "Common.Views.Comments.textEnterCommentHint": "Entrez votre commentaire ici", "Common.Views.Comments.textHintAddComment": "Ajouter un commentaire", "Common.Views.Comments.textOpenAgain": "Ouvrir à nouveau", @@ -140,9 +140,17 @@ "Common.Views.ExternalMergeEditor.textClose": "Fermer", "Common.Views.ExternalMergeEditor.textSave": "Enregistrer et quitter", "Common.Views.ExternalMergeEditor.textTitle": "Destinataires de fusion et publipostage", + "Common.Views.Header.labelCoUsersDescr": "Le document est en cours de modification par plusieurs utilisateurs.", "Common.Views.Header.textBack": "Aller aux Documents", "Common.Views.Header.textSaveBegin": "Enregistrement en cours...", + "Common.Views.Header.textSaveChanged": "Modifié", + "Common.Views.Header.textSaveEnd": "Toutes les modifications ont été enregistrées", + "Common.Views.Header.textSaveExpander": "Toutes les modifications ont été enregistrées", + "Common.Views.Header.tipAccessRights": "Gérer les droits d'accès au document", "Common.Views.Header.tipDownload": "Télécharger le fichier", + "Common.Views.Header.tipGoEdit": "Modifier le fichier courant", + "Common.Views.Header.tipPrint": "Imprimer le fichier", + "Common.Views.Header.tipViewUsers": "Afficher les utilisateurs et gérer les droits d'accès aux documents", "Common.Views.Header.txtAccessRights": "Modifier les droits d'accès", "Common.Views.Header.txtRename": "Renommer", "Common.Views.History.textCloseHistory": "Fermer l'historique", @@ -164,52 +172,120 @@ "Common.Views.InsertTableDialog.txtMinText": "La valeur minimale pour ce champ est {0}.", "Common.Views.InsertTableDialog.txtRows": "Nombre de lignes", "Common.Views.InsertTableDialog.txtTitle": "Taille du tableau", + "Common.Views.InsertTableDialog.txtTitleSplit": "Fractionner la cellule", "Common.Views.LanguageDialog.btnCancel": "Annuler", "Common.Views.LanguageDialog.btnOk": "OK", "Common.Views.LanguageDialog.labelSelect": "Sélectionner la langue du document", "Common.Views.OpenDialog.cancelButtonText": "Annuler", + "Common.Views.OpenDialog.closeButtonText": "Fermer le fichier", "Common.Views.OpenDialog.okButtonText": "OK", "Common.Views.OpenDialog.txtEncoding": "Codage ", "Common.Views.OpenDialog.txtIncorrectPwd": "Le mot de passe est incorrect.", "Common.Views.OpenDialog.txtPassword": "Mot de passe", + "Common.Views.OpenDialog.txtPreview": "Aperçu", "Common.Views.OpenDialog.txtTitle": "Choisir %1 des options ", "Common.Views.OpenDialog.txtTitleProtected": "Fichier protégé", + "Common.Views.PasswordDialog.cancelButtonText": "Annuler", + "Common.Views.PasswordDialog.okButtonText": "OK", "Common.Views.PasswordDialog.txtDescription": "Un mot de passe est requis pour ouvrir ce document", + "Common.Views.PasswordDialog.txtIncorrectPwd": "Le mot de passe de confirmation n'est pas identique", + "Common.Views.PasswordDialog.txtPassword": "Mot de passe", + "Common.Views.PasswordDialog.txtRepeat": "Confirmer le mot de passe", + "Common.Views.PasswordDialog.txtTitle": "Définir un mot de passe", "Common.Views.PluginDlg.textLoading": "Chargement", + "Common.Views.Plugins.groupCaption": "Modules complémentaires", "Common.Views.Plugins.strPlugins": "Plug-ins", "Common.Views.Plugins.textLoading": "Chargement", "Common.Views.Plugins.textStart": "Démarrer", + "Common.Views.Plugins.textStop": "Arrêter", + "Common.Views.Protection.hintAddPwd": "Chiffrer avec mot de passe", + "Common.Views.Protection.hintPwd": "Modifier ou supprimer le mot de passe", "Common.Views.Protection.hintSignature": "Ajouter une signature électronique ou", "Common.Views.Protection.txtAddPwd": "Ajouter un mot de passe", + "Common.Views.Protection.txtChangePwd": "Modifier le mot de passe", + "Common.Views.Protection.txtDeletePwd": "Supprimer le mot de passe", + "Common.Views.Protection.txtEncrypt": "Chiffrer", "Common.Views.Protection.txtInvisibleSignature": "Ajouter une signature électronique", + "Common.Views.Protection.txtSignature": "Signature", + "Common.Views.Protection.txtSignatureLine": "Zone de signature", "Common.Views.RenameDialog.cancelButtonText": "Annuler", "Common.Views.RenameDialog.okButtonText": "Ok", "Common.Views.RenameDialog.textName": "Nom de fichier", "Common.Views.RenameDialog.txtInvalidName": "Un nom de fichier ne peut pas contenir les caractères suivants :", + "Common.Views.ReviewChanges.hintNext": "À la modification suivante", + "Common.Views.ReviewChanges.hintPrev": "À la modification précédente", + "Common.Views.ReviewChanges.strFast": "Rapide", + "Common.Views.ReviewChanges.strFastDesc": "Co-édition en temps réel. Tous les changements sont enregistrés automatiquement.", + "Common.Views.ReviewChanges.strStrict": "Strict", + "Common.Views.ReviewChanges.strStrictDesc": "Utilisez le bouton \"Enregistrer\" pour synchroniser les modifications que vous et d'autres personnes faites.", "Common.Views.ReviewChanges.tipAcceptCurrent": "Accepter la modification actuelle", + "Common.Views.ReviewChanges.tipCoAuthMode": "Définir le mode de co-édition", + "Common.Views.ReviewChanges.tipHistory": "Afficher versions", + "Common.Views.ReviewChanges.tipRejectCurrent": "Rejeter cette modification", + "Common.Views.ReviewChanges.tipReview": "Suivi des modifications", "Common.Views.ReviewChanges.tipReviewView": "Sélectionner le mode souhaité.", "Common.Views.ReviewChanges.tipSetDocLang": "Définir la langue du document", + "Common.Views.ReviewChanges.tipSetSpelling": "Vérification de l'orthographe", + "Common.Views.ReviewChanges.tipSharing": "Gérer les droits d'accès au document", "Common.Views.ReviewChanges.txtAccept": "Accepter", "Common.Views.ReviewChanges.txtAcceptAll": "Accepter toutes les modifications", "Common.Views.ReviewChanges.txtAcceptChanges": "Accepter les modifications", "Common.Views.ReviewChanges.txtAcceptCurrent": "Accepter la modification actuelle", + "Common.Views.ReviewChanges.txtChat": "Chat", "Common.Views.ReviewChanges.txtClose": "Fermer", + "Common.Views.ReviewChanges.txtCoAuthMode": "Mode de co-édition ", "Common.Views.ReviewChanges.txtDocLang": "Langue", - "Common.Views.ReviewChanges.txtNext": "À la modification prochaine", + "Common.Views.ReviewChanges.txtFinal": "Toutes les modifications acceptées (aperçu)", + "Common.Views.ReviewChanges.txtFinalCap": "Final", + "Common.Views.ReviewChanges.txtHistory": "Historique des versions", + "Common.Views.ReviewChanges.txtMarkup": "Toutes les modifications (édition)", + "Common.Views.ReviewChanges.txtMarkupCap": "Balisage", + "Common.Views.ReviewChanges.txtNext": "À la modification suivante", + "Common.Views.ReviewChanges.txtOriginal": "Toutes les modifications rejetées (Aperçu)", + "Common.Views.ReviewChanges.txtOriginalCap": "Original", "Common.Views.ReviewChanges.txtPrev": "À la modification précédente", "Common.Views.ReviewChanges.txtReject": "Rejeter", "Common.Views.ReviewChanges.txtRejectAll": "Refuser tous les changements", + "Common.Views.ReviewChanges.txtRejectChanges": "Rejeter les modifications", "Common.Views.ReviewChanges.txtRejectCurrent": "Refuser des changements actuels", + "Common.Views.ReviewChanges.txtSharing": "Partage", + "Common.Views.ReviewChanges.txtSpelling": "Vérification de l'orthographe", + "Common.Views.ReviewChanges.txtTurnon": "Suivi des modifications", + "Common.Views.ReviewChanges.txtView": "Mode d'affichage", + "Common.Views.ReviewChangesDialog.textTitle": "Examiner les modifications", "Common.Views.ReviewChangesDialog.txtAccept": "Accepter", "Common.Views.ReviewChangesDialog.txtAcceptAll": "Accepter toutes les modifications", "Common.Views.ReviewChangesDialog.txtAcceptCurrent": "Accepter la modification actuelle", + "Common.Views.ReviewChangesDialog.txtNext": "À la modification suivante", + "Common.Views.ReviewChangesDialog.txtPrev": "À la modification précédente", + "Common.Views.ReviewChangesDialog.txtReject": "Rejeter", + "Common.Views.ReviewChangesDialog.txtRejectAll": "Rejeter toutes les modifications", + "Common.Views.ReviewChangesDialog.txtRejectCurrent": "Rejeter cette modification", "Common.Views.SignDialog.cancelButtonText": "Annuler", + "Common.Views.SignDialog.okButtonText": "OK", "Common.Views.SignDialog.textBold": "Gras", + "Common.Views.SignDialog.textCertificate": "Certificat", "Common.Views.SignDialog.textChange": "Modifier", + "Common.Views.SignDialog.textInputName": "Nom du signataire d'entrée", "Common.Views.SignDialog.textItalic": "Italique", + "Common.Views.SignDialog.textPurpose": "But de la signature du document", + "Common.Views.SignDialog.textSelectImage": "Sélectionner une image", + "Common.Views.SignDialog.textSignature": "La signature ressemble à", + "Common.Views.SignDialog.textTitle": "Signer le document", + "Common.Views.SignDialog.textUseImage": "ou cliquez sur \"Sélectionner une image\" afin d'utiliser une image en tant que signature", + "Common.Views.SignDialog.textValid": "Valide de %1 à %2", "Common.Views.SignDialog.tipFontName": "Nom de la police", "Common.Views.SignDialog.tipFontSize": "Taille de la police", "Common.Views.SignSettingsDialog.cancelButtonText": "Annuler", + "Common.Views.SignSettingsDialog.okButtonText": "Ok", + "Common.Views.SignSettingsDialog.textAllowComment": "Autoriser le signataire à ajouter un commentaire dans la boîte de dialogue de la signature", + "Common.Views.SignSettingsDialog.textInfo": "Information à propos du signataire", + "Common.Views.SignSettingsDialog.textInfoEmail": "Adresse de messagerie", + "Common.Views.SignSettingsDialog.textInfoName": "Nom", + "Common.Views.SignSettingsDialog.textInfoTitle": "Titre du signataire", + "Common.Views.SignSettingsDialog.textInstructions": "Instructions pour les signataires", + "Common.Views.SignSettingsDialog.textShowDate": "Afficher la date de signature à côté de la signature", + "Common.Views.SignSettingsDialog.textTitle": "Paramètre de signature", "Common.Views.SignSettingsDialog.txtEmpty": "Ce champ est obligatoire.", "DE.Controllers.LeftMenu.leavePageText": "Toutes les modifications non enregistrées dans ce document seront perdus.
    Cliquez sur \"Annuler\", puis \"Enregistrer\" pour les sauver. Cliquez sur \"OK\" pour annuler toutes les modifications non enregistrées.", "DE.Controllers.LeftMenu.newDocumentTitle": "Document sans nom", @@ -239,6 +315,7 @@ "DE.Controllers.Main.errorDataRange": "Plage de données incorrecte.", "DE.Controllers.Main.errorDefaultMessage": "Code d'erreur: %1", "DE.Controllers.Main.errorFilePassProtect": "Le document est protégé par le mot de passe et ne peut être ouvert.", + "DE.Controllers.Main.errorForceSave": "Une erreur est survenue lors de l'enregistrement du fichier. Veuillez utiliser l'option «Télécharger en tant que» pour enregistrer le fichier sur le disque dur de votre ordinateur ou réessayer plus tard.", "DE.Controllers.Main.errorKeyEncrypt": "Descripteur de clés inconnu", "DE.Controllers.Main.errorKeyExpire": "Descripteur clé a expiré", "DE.Controllers.Main.errorMailMergeLoadFile": "Échec du chargement", @@ -293,7 +370,7 @@ "DE.Controllers.Main.textCloseTip": "Cliquez pour fermer le conseil", "DE.Controllers.Main.textContactUs": "Contacter l'équipe de ventes", "DE.Controllers.Main.textLoadingDocument": "Chargement du document", - "DE.Controllers.Main.textNoLicenseTitle": "La version open source de ONLYOFFICE", + "DE.Controllers.Main.textNoLicenseTitle": "Limitation de connexion ONLYOFFICE", "DE.Controllers.Main.textShape": "Forme", "DE.Controllers.Main.textStrict": "Mode strict", "DE.Controllers.Main.textTryUndoRedo": "Les fonctions annuler/rétablir sont désactivées pour le mode de co-édition rapide.
    Cliquez sur le bouton \"Mode strict\" pour passer au mode de la co-édition stricte pour modifier le fichier sans interférence d'autres utilisateurs et envoyer vos modifications seulement après que vous les enregistrez. Vous pouvez basculer entre les modes de co-édition à l'aide de paramètres avancés d'éditeur.", @@ -303,9 +380,12 @@ "DE.Controllers.Main.txtAbove": "Au-dessus", "DE.Controllers.Main.txtArt": "Votre texte ici", "DE.Controllers.Main.txtBasicShapes": "Formes de base", + "DE.Controllers.Main.txtBelow": "En dessous", + "DE.Controllers.Main.txtBookmarkError": "Erreur! Marque-page non défini.", "DE.Controllers.Main.txtButtons": "Boutons", "DE.Controllers.Main.txtCallouts": "Légendes", "DE.Controllers.Main.txtCharts": "Graphiques", + "DE.Controllers.Main.txtCurrentDocument": "Document actuel", "DE.Controllers.Main.txtDiagramTitle": "Titre du graphique", "DE.Controllers.Main.txtEditingMode": "Définissez le mode d'édition...", "DE.Controllers.Main.txtErrorLoadHistory": "Chargement de histoire a échoué", @@ -317,10 +397,15 @@ "DE.Controllers.Main.txtLines": "Lignes", "DE.Controllers.Main.txtMath": "Maths", "DE.Controllers.Main.txtNeedSynchronize": "Vous avez des mises à jour", + "DE.Controllers.Main.txtNoTableOfContents": "Aucune entrée de table des matières trouvée.", "DE.Controllers.Main.txtOddPage": "Page impaire", + "DE.Controllers.Main.txtOnPage": "sur la page", "DE.Controllers.Main.txtRectangles": "Rectangles", + "DE.Controllers.Main.txtSameAsPrev": "Identique au précédent", + "DE.Controllers.Main.txtSection": "-Section", "DE.Controllers.Main.txtSeries": "Série", "DE.Controllers.Main.txtStarsRibbons": "Étoiles et rubans", + "DE.Controllers.Main.txtStyle_footnote_text": "Texte de la note de bas de page", "DE.Controllers.Main.txtStyle_Heading_1": "Titre 1", "DE.Controllers.Main.txtStyle_Heading_2": "Titre 2", "DE.Controllers.Main.txtStyle_Heading_3": "Titre 3", @@ -330,7 +415,13 @@ "DE.Controllers.Main.txtStyle_Heading_7": "Titre 7", "DE.Controllers.Main.txtStyle_Heading_8": "Titre 8", "DE.Controllers.Main.txtStyle_Heading_9": "Titre 9", + "DE.Controllers.Main.txtStyle_Intense_Quote": "Citation intense", + "DE.Controllers.Main.txtStyle_List_Paragraph": "Paragraphe de liste", + "DE.Controllers.Main.txtStyle_No_Spacing": "Pas d'espacement", "DE.Controllers.Main.txtStyle_Normal": "Normal", + "DE.Controllers.Main.txtStyle_Quote": "Citation", + "DE.Controllers.Main.txtStyle_Subtitle": "Sous-titres", + "DE.Controllers.Main.txtStyle_Title": "Titre", "DE.Controllers.Main.txtXAxis": "Axe X", "DE.Controllers.Main.txtYAxis": "Axe Y", "DE.Controllers.Main.unknownErrorText": "Erreur inconnue.", @@ -343,10 +434,12 @@ "DE.Controllers.Main.warnBrowserIE9": "L'application est peu compatible avec IE9. Utilisez IE10 ou version plus récente", "DE.Controllers.Main.warnBrowserZoom": "Le paramètre actuel de zoom de votre navigateur n'est pas accepté. Veuillez rétablir le niveau de zoom par défaut en appuyant sur Ctrl+0.", "DE.Controllers.Main.warnLicenseExp": "Votre licence a expiré.
    Veuillez mettre à jour votre licence et actualisez la page.", - "DE.Controllers.Main.warnNoLicense": "Vous utilisez la version open source de ONLYOFFICE. La version a des limitations en connexions simultanées au serveur de documents (20 connexions à la fois).
    Pour en avoir plus, veuillez envisager l'achat d'une licence commerciale.", + "DE.Controllers.Main.warnNoLicense": "Cette version de ONLYOFFICE Editors a certaines limitations pour les connexions simultanées au serveur de documents.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", + "DE.Controllers.Main.warnNoLicenseUsers": "Cette version de ONLYOFFICE Editors a certaines limitations pour les utilisateurs simultanés.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", "DE.Controllers.Main.warnProcessRightsChange": "Le droit d'édition du fichier vous a été refusé.", "DE.Controllers.Statusbar.textHasChanges": "Nouveaux changements ont été suivis", "DE.Controllers.Statusbar.textTrackChanges": "Le document est ouvert avec le mode Suivi des modifications activé", + "DE.Controllers.Statusbar.tipReview": "Suivi des modifications", "DE.Controllers.Statusbar.zoomText": "Zoom {0}%", "DE.Controllers.Toolbar.confirmAddFontName": "La police que vous allez enregistrer n'est pas disponible sur l'appareil actuel.
    Le style du texte sera affiché à l'aide de l'une des polices de système, la police sauvée sera utilisée lorsqu'il est disponible.
    Voulez-vous continuer?", "DE.Controllers.Toolbar.notcriticalErrorTitle": "Avertissement", @@ -697,6 +790,7 @@ "DE.Views.ChartSettings.textSize": "Taille", "DE.Views.ChartSettings.textStock": "Boursier", "DE.Views.ChartSettings.textStyle": "Style", + "DE.Views.ChartSettings.textSurface": "Surface", "DE.Views.ChartSettings.textUndock": "Détacher du panneau", "DE.Views.ChartSettings.textWidth": "Largeur", "DE.Views.ChartSettings.textWrap": "Style d'habillage", @@ -708,8 +802,19 @@ "DE.Views.ChartSettings.txtTight": "Rapproché", "DE.Views.ChartSettings.txtTitle": "Graphique", "DE.Views.ChartSettings.txtTopAndBottom": "Haut et bas", + "DE.Views.ControlSettingsDialog.cancelButtonText": "Annuler", + "DE.Views.ControlSettingsDialog.okButtonText": "Ok", + "DE.Views.ControlSettingsDialog.textLock": "Verrouillage ", + "DE.Views.ControlSettingsDialog.textName": "Titre", + "DE.Views.ControlSettingsDialog.textTag": "Tag", + "DE.Views.ControlSettingsDialog.textTitle": "Paramètres de contrôle du contenu", + "DE.Views.ControlSettingsDialog.txtLockDelete": "Le contrôle du contenu ne peut pas être supprimé", + "DE.Views.ControlSettingsDialog.txtLockEdit": "Le contenu ne peut pas être modifié", "DE.Views.CustomColumnsDialog.cancelButtonText": "Annuler", + "DE.Views.CustomColumnsDialog.okButtonText": "Ok", "DE.Views.CustomColumnsDialog.textColumns": "Nombre de colonnes", + "DE.Views.CustomColumnsDialog.textSeparator": "Diviseur de colonne", + "DE.Views.CustomColumnsDialog.textSpacing": "Espacement entre les colonnes", "DE.Views.CustomColumnsDialog.textTitle": "Colonnes", "DE.Views.DocumentHolder.aboveText": "Au-dessus", "DE.Views.DocumentHolder.addCommentText": "Ajouter un commentaire", @@ -771,27 +876,45 @@ "DE.Views.DocumentHolder.spellcheckText": "Vérification orthographique", "DE.Views.DocumentHolder.splitCellsText": "Fractionner la cellule...", "DE.Views.DocumentHolder.splitCellTitleText": "Fractionner la cellule", + "DE.Views.DocumentHolder.strDelete": "Supprimer la signature", + "DE.Views.DocumentHolder.strDetails": "Détails de la signature", + "DE.Views.DocumentHolder.strSetup": "Mise en place de la signature", + "DE.Views.DocumentHolder.strSign": "Signer", "DE.Views.DocumentHolder.styleText": "En tant que style", "DE.Views.DocumentHolder.tableText": "Tableau", "DE.Views.DocumentHolder.textAlign": "Aligner", "DE.Views.DocumentHolder.textArrange": "Organiser", "DE.Views.DocumentHolder.textArrangeBack": "Mettre en arrière-plan", - "DE.Views.DocumentHolder.textArrangeBackward": "Déplacer vers l'arrière", - "DE.Views.DocumentHolder.textArrangeForward": "Déplacer vers l'avant", + "DE.Views.DocumentHolder.textArrangeBackward": "Reculer", + "DE.Views.DocumentHolder.textArrangeForward": "Avancer", "DE.Views.DocumentHolder.textArrangeFront": "Mettre au premier plan", + "DE.Views.DocumentHolder.textContentControls": "Contrôle du contenu", "DE.Views.DocumentHolder.textCopy": "Copier", "DE.Views.DocumentHolder.textCut": "Couper", + "DE.Views.DocumentHolder.textDistributeCols": "Distribuer les colonnes", + "DE.Views.DocumentHolder.textDistributeRows": "Distribuer les lignes", + "DE.Views.DocumentHolder.textEditControls": "Paramètres de contrôle du contenu", "DE.Views.DocumentHolder.textEditWrapBoundary": "Modifier les limites du renvoi à la ligne", + "DE.Views.DocumentHolder.textNest": "Tableau imbriqué", "DE.Views.DocumentHolder.textNextPage": "Page suivante", "DE.Views.DocumentHolder.textPaste": "Coller", "DE.Views.DocumentHolder.textPrevPage": "Page précédente", + "DE.Views.DocumentHolder.textRefreshField": "Actualiser le champ", + "DE.Views.DocumentHolder.textRemove": "Supprimer", + "DE.Views.DocumentHolder.textRemoveControl": "Supprimer le contrôle du contenu", + "DE.Views.DocumentHolder.textSettings": "Paramètres", "DE.Views.DocumentHolder.textShapeAlignBottom": "Aligner en bas", "DE.Views.DocumentHolder.textShapeAlignCenter": "Aligner au centre", "DE.Views.DocumentHolder.textShapeAlignLeft": "Aligner à gauche", "DE.Views.DocumentHolder.textShapeAlignMiddle": "Aligner au milieu", "DE.Views.DocumentHolder.textShapeAlignRight": "Aligner à droite", "DE.Views.DocumentHolder.textShapeAlignTop": "Aligner en haut", + "DE.Views.DocumentHolder.textTOC": "Table des matières", + "DE.Views.DocumentHolder.textTOCSettings": "Paramètres de la table des matières", "DE.Views.DocumentHolder.textUndo": "Annuler", + "DE.Views.DocumentHolder.textUpdateAll": "Actualiser le tableau entier", + "DE.Views.DocumentHolder.textUpdatePages": "Actualiser les numéros de page uniquement", + "DE.Views.DocumentHolder.textUpdateTOC": "Actualiser la table des matières", "DE.Views.DocumentHolder.textWrap": "Style d'habillage", "DE.Views.DocumentHolder.tipIsLocked": "Cet élément est en cours d'édition par un autre utilisateur.", "DE.Views.DocumentHolder.txtAddBottom": "Ajouter bordure inférieure", @@ -844,12 +967,14 @@ "DE.Views.DocumentHolder.txtInsertBreak": "Insérer pause manuelle", "DE.Views.DocumentHolder.txtInsertEqAfter": "Insérer équation après", "DE.Views.DocumentHolder.txtInsertEqBefore": "Insérez l'équation avant", + "DE.Views.DocumentHolder.txtKeepTextOnly": "Gardez le texte seulement", "DE.Views.DocumentHolder.txtLimitChange": "Modifier d'emplacement des locations", "DE.Views.DocumentHolder.txtLimitOver": "Limite au-dessous le texte", "DE.Views.DocumentHolder.txtLimitUnder": "Limite en dessous le texte", "DE.Views.DocumentHolder.txtMatchBrackets": "Egaler crochets à la hauteur de l'argument", "DE.Views.DocumentHolder.txtMatrixAlign": "Alignement de la matrice", "DE.Views.DocumentHolder.txtOverbar": "Barre au-dessus d'un texte", + "DE.Views.DocumentHolder.txtOverwriteCells": "Remplacer les cellules", "DE.Views.DocumentHolder.txtPressLink": "Appuyez sur Ctrl et cliquez sur le lien", "DE.Views.DocumentHolder.txtRemFractionBar": "Supprimer la barre de fraction", "DE.Views.DocumentHolder.txtRemLimit": "Supprimer la limite", @@ -918,7 +1043,7 @@ "DE.Views.DropcapSettingsAdvanced.textTop": "En haut", "DE.Views.DropcapSettingsAdvanced.textVertical": "Vertical", "DE.Views.DropcapSettingsAdvanced.textWidth": "Largeur", - "DE.Views.DropcapSettingsAdvanced.tipFontName": "Nom de la police", + "DE.Views.DropcapSettingsAdvanced.tipFontName": "Police", "DE.Views.DropcapSettingsAdvanced.txtNoBorders": "Pas de bordures", "DE.Views.FileMenu.btnBackCaption": "Aller aux Documents", "DE.Views.FileMenu.btnCloseMenuCaption": "Fermer le menu", @@ -928,6 +1053,7 @@ "DE.Views.FileMenu.btnHistoryCaption": "Historique des versions", "DE.Views.FileMenu.btnInfoCaption": "Descriptif du document...", "DE.Views.FileMenu.btnPrintCaption": "Imprimer", + "DE.Views.FileMenu.btnProtectCaption": "Protéger", "DE.Views.FileMenu.btnRecentFilesCaption": "Ouvrir récent...", "DE.Views.FileMenu.btnRenameCaption": "Renommer...", "DE.Views.FileMenu.btnReturnCaption": "Retour au Document", @@ -957,6 +1083,17 @@ "DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Mots", "DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Changer les droits d'accès", "DE.Views.FileMenuPanels.DocumentRights.txtRights": "Personnes qui ont des droits", + "DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Avertissement", + "DE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Avec mot de passe", + "DE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protéger le document", + "DE.Views.FileMenuPanels.ProtectDoc.strSignature": "Avec signature", + "DE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Modifier le document", + "DE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "L'édition supprimera les signatures du document.
    Êtes-vous sûr de vouloir continuer?", + "DE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "Ce document a été protégé par mot de passe", + "DE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "Ce document doit être signé.", + "DE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Des signatures valides ont été ajoutées au document. Le document est protégé contre l'édition.", + "DE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Certaines signatures numériques dans le document sont invalides ou n'ont pas pu être vérifiées. Le document est protégé contre l'édition.", + "DE.Views.FileMenuPanels.ProtectDoc.txtView": "Voir les signatures", "DE.Views.FileMenuPanels.Settings.okButtonText": "Appliquer", "DE.Views.FileMenuPanels.Settings.strAlignGuides": "Activer les repères d'alignement", "DE.Views.FileMenuPanels.Settings.strAutoRecover": "Activer la récupération automatique", @@ -969,6 +1106,7 @@ "DE.Views.FileMenuPanels.Settings.strForcesave": "Toujours enregistrer sur le serveur ( sinon enregistrer sur le serveur lors de la fermeture du document )", "DE.Views.FileMenuPanels.Settings.strInputMode": "Activer des hiéroglyphes", "DE.Views.FileMenuPanels.Settings.strLiveComment": "Activer l'affichage des commentaires", + "DE.Views.FileMenuPanels.Settings.strResolvedComment": "Activer l'affichage des commentaires résolus", "DE.Views.FileMenuPanels.Settings.strShowChanges": "Visibilité des modifications en co-édition", "DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Activer la vérification de l'orthographe", "DE.Views.FileMenuPanels.Settings.strStrict": "Strict", @@ -1000,17 +1138,23 @@ "DE.Views.FileMenuPanels.Settings.txtWin": "comme Windows", "DE.Views.HeaderFooterSettings.textBottomCenter": "En bas au centre", "DE.Views.HeaderFooterSettings.textBottomLeft": "En bas à gauche", + "DE.Views.HeaderFooterSettings.textBottomPage": "Bas de page", "DE.Views.HeaderFooterSettings.textBottomRight": "En bas à droite", "DE.Views.HeaderFooterSettings.textDiffFirst": "Première page différente", "DE.Views.HeaderFooterSettings.textDiffOdd": "Pages paires et impaires différentes", + "DE.Views.HeaderFooterSettings.textFrom": "Début", "DE.Views.HeaderFooterSettings.textHeaderFromBottom": "Pied de page à partir du bas", "DE.Views.HeaderFooterSettings.textHeaderFromTop": "En-tête à partir du haut", + "DE.Views.HeaderFooterSettings.textInsertCurrent": "Insérer à la position actuelle", "DE.Views.HeaderFooterSettings.textOptions": "Options", "DE.Views.HeaderFooterSettings.textPageNum": "Insérer le numéro de page", + "DE.Views.HeaderFooterSettings.textPageNumbering": "Numérotation des pages", "DE.Views.HeaderFooterSettings.textPosition": "Position", + "DE.Views.HeaderFooterSettings.textPrev": "Continuer à partir de la section précédente", "DE.Views.HeaderFooterSettings.textSameAs": "Lier au précédent", "DE.Views.HeaderFooterSettings.textTopCenter": "Haut au centre", "DE.Views.HeaderFooterSettings.textTopLeft": "En haut à gauche", + "DE.Views.HeaderFooterSettings.textTopPage": "Haut de page", "DE.Views.HeaderFooterSettings.textTopRight": "En haut à droite", "DE.Views.HyperlinkSettingsDialog.cancelButtonText": "Annuler", "DE.Views.HyperlinkSettingsDialog.okButtonText": "Ok", @@ -1099,6 +1243,7 @@ "DE.Views.ImageSettingsAdvanced.textTop": "En haut", "DE.Views.ImageSettingsAdvanced.textTopMargin": "Marge supérieure", "DE.Views.ImageSettingsAdvanced.textVertical": "Vertical", + "DE.Views.ImageSettingsAdvanced.textWeightArrows": "Poids et flèches", "DE.Views.ImageSettingsAdvanced.textWidth": "Largeur", "DE.Views.ImageSettingsAdvanced.textWrap": "Style d'habillage", "DE.Views.ImageSettingsAdvanced.textWrapBehindTooltip": "Derrière", @@ -1116,6 +1261,24 @@ "DE.Views.LeftMenu.tipSupport": "Commentaires & assistance", "DE.Views.LeftMenu.tipTitles": "Titres", "DE.Views.LeftMenu.txtDeveloper": "MODE DEVELOPPEUR", + "DE.Views.LeftMenu.txtTrial": "MODE DEMO", + "DE.Views.Links.capBtnContentsUpdate": "Actualiser", + "DE.Views.Links.capBtnInsContents": "Table des matières", + "DE.Views.Links.capBtnInsFootnote": "Note de bas de page", + "DE.Views.Links.capBtnInsLink": "Lien hypertexte", + "DE.Views.Links.confirmDeleteFootnotes": "Souhaitez-vous supprimer toutes les notes de bas de page ?", + "DE.Views.Links.mniDelFootnote": "Supprimer les notes de bas de page", + "DE.Views.Links.mniInsFootnote": "Insérer une note de bas de page", + "DE.Views.Links.mniNoteSettings": "Paramètres des notes", + "DE.Views.Links.textContentsRemove": "Supprimer la table des matières", + "DE.Views.Links.textContentsSettings": "Paramètres", + "DE.Views.Links.textGotoFootnote": "Accéder aux notes de bas de page", + "DE.Views.Links.textUpdateAll": "Actualiser le tableau entier", + "DE.Views.Links.textUpdatePages": "Actualiser les numéros de page uniquement", + "DE.Views.Links.tipContents": "Insérer la table des matières", + "DE.Views.Links.tipContentsUpdate": "Actualiser la table des matières", + "DE.Views.Links.tipInsertHyperlink": "Ajouter un lien hypertexte", + "DE.Views.Links.tipNotes": "Insérer ou modifier les notes de bas de page", "DE.Views.MailMergeEmailDlg.cancelButtonText": "Annuler", "DE.Views.MailMergeEmailDlg.filePlaceholder": "PDF", "DE.Views.MailMergeEmailDlg.okButtonText": "Envoyer", @@ -1246,8 +1409,10 @@ "DE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Espacement des caractères", "DE.Views.ParagraphSettingsAdvanced.textDefault": "Par défaut", "DE.Views.ParagraphSettingsAdvanced.textEffects": "Effets", + "DE.Views.ParagraphSettingsAdvanced.textLeader": "Guide", "DE.Views.ParagraphSettingsAdvanced.textLeft": "A gauche", "DE.Views.ParagraphSettingsAdvanced.textNewColor": "Couleur personnalisée", + "DE.Views.ParagraphSettingsAdvanced.textNone": "Aucune", "DE.Views.ParagraphSettingsAdvanced.textPosition": "Position", "DE.Views.ParagraphSettingsAdvanced.textRemove": "Supprimer", "DE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Supprimer tout", @@ -1275,6 +1440,7 @@ "DE.Views.RightMenu.txtMailMergeSettings": "Paramètres de fusion et publipostage", "DE.Views.RightMenu.txtParagraphSettings": "Paramètres du paragraphe", "DE.Views.RightMenu.txtShapeSettings": "Paramètres de la forme", + "DE.Views.RightMenu.txtSignatureSettings": "Paramètre de signature", "DE.Views.RightMenu.txtTableSettings": "Paramètres du tableau", "DE.Views.RightMenu.txtTextArtSettings": "Paramètres de texte d'art", "DE.Views.ShapeSettings.strBackground": "Couleur d'arrière-plan", @@ -1327,6 +1493,21 @@ "DE.Views.ShapeSettings.txtTight": "Rapproché", "DE.Views.ShapeSettings.txtTopAndBottom": "Haut et bas", "DE.Views.ShapeSettings.txtWood": "Bois", + "DE.Views.SignatureSettings.notcriticalErrorTitle": "Avertissement", + "DE.Views.SignatureSettings.strDelete": "Supprimer la signature", + "DE.Views.SignatureSettings.strDetails": "Détails de la signature", + "DE.Views.SignatureSettings.strInvalid": "Signatures non valides", + "DE.Views.SignatureSettings.strRequested": "Signatures requises", + "DE.Views.SignatureSettings.strSetup": "Mise en place de la signature", + "DE.Views.SignatureSettings.strSign": "Signer", + "DE.Views.SignatureSettings.strSignature": "Signature", + "DE.Views.SignatureSettings.strSigner": "Signataire", + "DE.Views.SignatureSettings.strValid": "Signatures valides", + "DE.Views.SignatureSettings.txtContinueEditing": "Modifier malgré tout", + "DE.Views.SignatureSettings.txtEditWarning": "L'édition supprimera les signatures du document.
    Êtes-vous sûr de vouloir continuer?", + "DE.Views.SignatureSettings.txtRequestedSignatures": "Ce document doit être signé.", + "DE.Views.SignatureSettings.txtSigned": "Des signatures valides ont été ajoutées au document. Le document est protégé contre l'édition.", + "DE.Views.SignatureSettings.txtSignedInvalid": "Certaines signatures numériques dans le document sont invalides ou n'ont pas pu être vérifiées. Le document est protégé contre l'édition.", "DE.Views.Statusbar.goToPageText": "Aller à la page", "DE.Views.Statusbar.pageIndexText": "Page {0} de {1}", "DE.Views.Statusbar.tipFitPage": "Ajuster à la page", @@ -1341,6 +1522,26 @@ "DE.Views.StyleTitleDialog.textTitle": "Titre", "DE.Views.StyleTitleDialog.txtEmpty": "Ce champ est obligatoire", "DE.Views.StyleTitleDialog.txtNotEmpty": "Le champ ne doit pas être vide", + "DE.Views.TableOfContentsSettings.cancelButtonText": "Annuler", + "DE.Views.TableOfContentsSettings.okButtonText ": "Ok", + "DE.Views.TableOfContentsSettings.strAlign": "Aligner les numéros de page à droite", + "DE.Views.TableOfContentsSettings.strLinks": "Mettre la table des matières sous forme de liens", + "DE.Views.TableOfContentsSettings.strShowPages": "Afficher les numéros de page", + "DE.Views.TableOfContentsSettings.textBuildTable": "Construire la table des matières à partir de", + "DE.Views.TableOfContentsSettings.textLeader": "Guide", + "DE.Views.TableOfContentsSettings.textLevel": "Niveau", + "DE.Views.TableOfContentsSettings.textLevels": "Niveaux", + "DE.Views.TableOfContentsSettings.textNone": "Aucune", + "DE.Views.TableOfContentsSettings.textRadioLevels": "Niveaux hiérarchiques", + "DE.Views.TableOfContentsSettings.textRadioStyles": "Styles sélectionnés", + "DE.Views.TableOfContentsSettings.textStyle": "Style", + "DE.Views.TableOfContentsSettings.textStyles": "Styles", + "DE.Views.TableOfContentsSettings.textTitle": "Table des matières", + "DE.Views.TableOfContentsSettings.txtClassic": "Classique", + "DE.Views.TableOfContentsSettings.txtCurrent": "Actuel", + "DE.Views.TableOfContentsSettings.txtModern": "Moderne", + "DE.Views.TableOfContentsSettings.txtSimple": "Simple", + "DE.Views.TableOfContentsSettings.txtStandard": "Standard", "DE.Views.TableSettings.deleteColumnText": "Supprimer la colonne", "DE.Views.TableSettings.deleteRowText": "Supprimer la ligne", "DE.Views.TableSettings.deleteTableText": "Supprimer le tableau", @@ -1362,11 +1563,15 @@ "DE.Views.TableSettings.textBorderColor": "Couleur", "DE.Views.TableSettings.textBorders": "Style des bordures", "DE.Views.TableSettings.textCancel": "Annuler", + "DE.Views.TableSettings.textCellSize": "Taille de la cellule", "DE.Views.TableSettings.textColumns": "Colonnes", + "DE.Views.TableSettings.textDistributeCols": "Distribuer les colonnes", + "DE.Views.TableSettings.textDistributeRows": "Distribuer les lignes", "DE.Views.TableSettings.textEdit": "Lignes et colonnes", "DE.Views.TableSettings.textEmptyTemplate": "Aucun modèle", "DE.Views.TableSettings.textFirst": "Premier", "DE.Views.TableSettings.textHeader": "En-tête", + "DE.Views.TableSettings.textHeight": "Hauteur", "DE.Views.TableSettings.textLast": "Dernier", "DE.Views.TableSettings.textNewColor": "Couleur personnalisée", "DE.Views.TableSettings.textOK": "OK", @@ -1374,6 +1579,7 @@ "DE.Views.TableSettings.textSelectBorders": "Sélectionnez les bordures à modifier en appliquant le style choisi ci-dessus", "DE.Views.TableSettings.textTemplate": "Sélectionner à partir d'un modèle", "DE.Views.TableSettings.textTotal": "Total", + "DE.Views.TableSettings.textWidth": "Largeur", "DE.Views.TableSettings.tipAll": "Bordure extérieure et la totalité des lignes intérieures", "DE.Views.TableSettings.tipBottom": "Seulement bordure extérieure inférieure", "DE.Views.TableSettings.tipInner": "Seulement lignes intérieures", @@ -1483,13 +1689,26 @@ "DE.Views.Toolbar.capBtnColumns": "Colonnes", "DE.Views.Toolbar.capBtnComment": "Commentaire", "DE.Views.Toolbar.capBtnInsChart": "Graphique", + "DE.Views.Toolbar.capBtnInsControls": "Contrôles de contenu", + "DE.Views.Toolbar.capBtnInsDropcap": "Lettrine", "DE.Views.Toolbar.capBtnInsEquation": "Équation", "DE.Views.Toolbar.capBtnInsHeader": "En-tête/Pied de page", + "DE.Views.Toolbar.capBtnInsImage": "Image", + "DE.Views.Toolbar.capBtnInsPagebreak": "Sauts", + "DE.Views.Toolbar.capBtnInsShape": "Forme", + "DE.Views.Toolbar.capBtnInsTable": "Tableau", + "DE.Views.Toolbar.capBtnInsTextart": "Text Art", + "DE.Views.Toolbar.capBtnInsTextbox": "Zone de texte", "DE.Views.Toolbar.capBtnMargins": "Marges", + "DE.Views.Toolbar.capBtnPageOrient": "Orientation", "DE.Views.Toolbar.capBtnPageSize": "Taille", "DE.Views.Toolbar.capImgAlign": "Aligner", + "DE.Views.Toolbar.capImgBackward": "Reculer", + "DE.Views.Toolbar.capImgForward": "Déplacer vers l'avant", "DE.Views.Toolbar.capImgGroup": "Grouper", + "DE.Views.Toolbar.capImgWrapping": "Retour à la ligne", "DE.Views.Toolbar.mniCustomTable": "Inserer un tableau personnalisé", + "DE.Views.Toolbar.mniEditControls": "Paramètres de contrôle", "DE.Views.Toolbar.mniEditDropCap": "Paramètres de la lettrine", "DE.Views.Toolbar.mniEditFooter": "Modifier le pied de page", "DE.Views.Toolbar.mniEditHeader": "Modifier l'en-tête", @@ -1543,8 +1762,11 @@ "DE.Views.Toolbar.textPageMarginsCustom": "Marges personnalisées", "DE.Views.Toolbar.textPageSizeCustom": "Taille personnalisée", "DE.Views.Toolbar.textPie": "Graphiques à secteurs", + "DE.Views.Toolbar.textPlainControl": "Insérer un contrôle de contenu en texte brut", "DE.Views.Toolbar.textPoint": "Nuages de points (XY)", "DE.Views.Toolbar.textPortrait": "Portrait", + "DE.Views.Toolbar.textRemoveControl": "Supprimer le contrôle du contenu", + "DE.Views.Toolbar.textRichControl": "Insérer un contrôle de contenu en texte enrichi", "DE.Views.Toolbar.textRight": "A droite: ", "DE.Views.Toolbar.textStock": "Boursier", "DE.Views.Toolbar.textStrikeout": "Barré", @@ -1556,7 +1778,15 @@ "DE.Views.Toolbar.textStyleMenuUpdate": "Mettre à jour selon la sélection", "DE.Views.Toolbar.textSubscript": "Indice", "DE.Views.Toolbar.textSuperscript": "Exposant", + "DE.Views.Toolbar.textSurface": "Surface", + "DE.Views.Toolbar.textTabCollaboration": "Collaboration", "DE.Views.Toolbar.textTabFile": "Fichier", + "DE.Views.Toolbar.textTabHome": "Accueil", + "DE.Views.Toolbar.textTabInsert": "Insérer", + "DE.Views.Toolbar.textTabLayout": "Disposition", + "DE.Views.Toolbar.textTabLinks": "Références", + "DE.Views.Toolbar.textTabProtect": "Protection", + "DE.Views.Toolbar.textTabReview": "Révision", "DE.Views.Toolbar.textTitleError": "Erreur", "DE.Views.Toolbar.textToCurrent": "À la position actuelle", "DE.Views.Toolbar.textTop": "En haut: ", @@ -1572,6 +1802,7 @@ "DE.Views.Toolbar.tipClearStyle": "Effacer le style", "DE.Views.Toolbar.tipColorSchemas": "Modifier le jeu de couleurs", "DE.Views.Toolbar.tipColumns": "Insérer des colonnes ", + "DE.Views.Toolbar.tipControls": "Insérer des contrôles de contenu", "DE.Views.Toolbar.tipCopy": "Copier", "DE.Views.Toolbar.tipCopyStyle": "Copier le style", "DE.Views.Toolbar.tipDecFont": "Réduire la taille de la police", @@ -1579,12 +1810,13 @@ "DE.Views.Toolbar.tipDropCap": "Insérer une lettrine", "DE.Views.Toolbar.tipEditHeader": "Modifier l'en-tête ou le pied de page", "DE.Views.Toolbar.tipFontColor": "Couleur de police", - "DE.Views.Toolbar.tipFontName": "Nom de la police", + "DE.Views.Toolbar.tipFontName": "Police", "DE.Views.Toolbar.tipFontSize": "Taille de la police", "DE.Views.Toolbar.tipHAligh": "Alignement horizontal", "DE.Views.Toolbar.tipHighlightColor": "Couleur de surlignage", "DE.Views.Toolbar.tipImgAlign": "Aligner les objets", "DE.Views.Toolbar.tipImgGroup": "Grouper les objets", + "DE.Views.Toolbar.tipImgWrapping": "Renvoyer à la ligne automatiquement", "DE.Views.Toolbar.tipIncFont": "Augmenter la taille de la police", "DE.Views.Toolbar.tipIncPrLeft": "Augmenter le retrait", "DE.Views.Toolbar.tipInsertChart": "Insérer un graphique", @@ -1594,6 +1826,7 @@ "DE.Views.Toolbar.tipInsertShape": "Insérer une forme automatique", "DE.Views.Toolbar.tipInsertTable": "Insérer un tableau", "DE.Views.Toolbar.tipInsertText": "Insérer du texte", + "DE.Views.Toolbar.tipInsertTextArt": "Insérer Text Art", "DE.Views.Toolbar.tipLineSpace": "Interligne du paragraphe", "DE.Views.Toolbar.tipMailRecepients": "Fusion et publipostage", "DE.Views.Toolbar.tipMarkers": "Puces", @@ -1611,6 +1844,7 @@ "DE.Views.Toolbar.tipSave": "Enregistrer", "DE.Views.Toolbar.tipSaveCoauth": "Enregistrez vos modifications pour que les autres utilisateurs puissent les voir.", "DE.Views.Toolbar.tipSendBackward": "Envoyer vers l'arrière.", + "DE.Views.Toolbar.tipSendForward": "Déplacer vers l'avant", "DE.Views.Toolbar.tipShowHiddenChars": "Caractères non imprimables", "DE.Views.Toolbar.tipSynchronize": "Le document a été modifié par un autre utilisateur. Cliquez pour enregistrer vos modifications et recharger des mises à jour.", "DE.Views.Toolbar.tipUndo": "Annuler", diff --git a/apps/documenteditor/mobile/locale/fr.json b/apps/documenteditor/mobile/locale/fr.json index a4847e579..e5e8eb0cd 100644 --- a/apps/documenteditor/mobile/locale/fr.json +++ b/apps/documenteditor/mobile/locale/fr.json @@ -54,7 +54,7 @@ "DE.Controllers.Main.downloadTitleText": "Téléchargement du document", "DE.Controllers.Main.errorBadImageUrl": "L'URL de l'image est incorrecte", "DE.Controllers.Main.errorCoAuthoringDisconnect": "La connexion au serveur perdue. Désolé, vous ne pouvez plus modifier le document.", - "DE.Controllers.Main.errorConnectToServer": "Impossible d'enregistrer le document. Veuillez vérifier vos paramètres de connexion ou contactez l'administrateur.
    Lorsque vous cliquez sur le bouton 'OK', vous serez invité à télécharger le document.

    Trouvez plus d'informations sur la connexion de Document Server ici", + "DE.Controllers.Main.errorConnectToServer": "Impossible d'enregistrer le document. Veuillez vérifier vos paramètres de connexion ou contactez l'administrateur.
    Lorsque vous cliquez sur le bouton 'OK', vous serez invité à télécharger le document.

    Trouvez plus d'informations sur la connexion au serveur de documents ici", "DE.Controllers.Main.errorDatabaseConnection": "Erreur externe.
    Erreur de connexion à la base de données.Contactez le support.", "DE.Controllers.Main.errorDataRange": "Plage de données incorrecte.", "DE.Controllers.Main.errorDefaultMessage": "Code d'erreur: %1", @@ -107,7 +107,7 @@ "DE.Controllers.Main.textContactUs": "Contacter l'équipe de ventes", "DE.Controllers.Main.textDone": "Terminé", "DE.Controllers.Main.textLoadingDocument": "Chargement du document", - "DE.Controllers.Main.textNoLicenseTitle": "La version open source de ONLYOFFICE", + "DE.Controllers.Main.textNoLicenseTitle": "Limitation de connexion ONLYOFFICE", "DE.Controllers.Main.textOK": "OK", "DE.Controllers.Main.textPassword": "Mot de passe", "DE.Controllers.Main.textPreloader": "Chargement en cours...", @@ -119,23 +119,26 @@ "DE.Controllers.Main.txtArt": "Entrez votre texte", "DE.Controllers.Main.txtDiagramTitle": "Titre du graphique", "DE.Controllers.Main.txtEditingMode": "Définition du mode d'édition...", + "DE.Controllers.Main.txtFooter": "Pied de page", + "DE.Controllers.Main.txtHeader": "En-tête", "DE.Controllers.Main.txtSeries": "Séries", - "DE.Controllers.Main.txtStyle_Heading_1": "Heading 1", - "DE.Controllers.Main.txtStyle_Heading_2": "Heading 2", - "DE.Controllers.Main.txtStyle_Heading_3": "Heading 3", - "DE.Controllers.Main.txtStyle_Heading_4": "Heading 4", - "DE.Controllers.Main.txtStyle_Heading_5": "Heading 5", - "DE.Controllers.Main.txtStyle_Heading_6": "Heading 6", - "DE.Controllers.Main.txtStyle_Heading_7": "Heading 7", - "DE.Controllers.Main.txtStyle_Heading_8": "Heading 8", - "DE.Controllers.Main.txtStyle_Heading_9": "Heading 9", - "DE.Controllers.Main.txtStyle_Intense_Quote": "Intense Quote", - "DE.Controllers.Main.txtStyle_List_Paragraph": "List Paragraph", - "DE.Controllers.Main.txtStyle_No_Spacing": "No Spacing", + "DE.Controllers.Main.txtStyle_footnote_text": "Texte de la note de bas de page", + "DE.Controllers.Main.txtStyle_Heading_1": "Titre 1", + "DE.Controllers.Main.txtStyle_Heading_2": "Titre 2", + "DE.Controllers.Main.txtStyle_Heading_3": "Titre 3", + "DE.Controllers.Main.txtStyle_Heading_4": "Titre 4", + "DE.Controllers.Main.txtStyle_Heading_5": "Titre 5", + "DE.Controllers.Main.txtStyle_Heading_6": "Titre 6", + "DE.Controllers.Main.txtStyle_Heading_7": "Titre 7", + "DE.Controllers.Main.txtStyle_Heading_8": "Titre 8", + "DE.Controllers.Main.txtStyle_Heading_9": "Titre 9", + "DE.Controllers.Main.txtStyle_Intense_Quote": "Citation intense", + "DE.Controllers.Main.txtStyle_List_Paragraph": "Paragraphe de liste", + "DE.Controllers.Main.txtStyle_No_Spacing": "Pas d'espacement", "DE.Controllers.Main.txtStyle_Normal": "Normal", - "DE.Controllers.Main.txtStyle_Quote": "Quote", - "DE.Controllers.Main.txtStyle_Subtitle": "Subtitle", - "DE.Controllers.Main.txtStyle_Title": "Title", + "DE.Controllers.Main.txtStyle_Quote": "Citation", + "DE.Controllers.Main.txtStyle_Subtitle": "Sous-titres", + "DE.Controllers.Main.txtStyle_Title": "Titre", "DE.Controllers.Main.txtXAxis": "Axe X", "DE.Controllers.Main.txtYAxis": "Axe Y", "DE.Controllers.Main.unknownErrorText": "Erreur inconnue.", @@ -146,7 +149,8 @@ "DE.Controllers.Main.uploadImageTextText": "Chargement d'une image en cours...", "DE.Controllers.Main.uploadImageTitleText": "Chargement d'une image", "DE.Controllers.Main.warnLicenseExp": "Votre licence a expiré.
    Veuillez mettre à jour votre licence et actualisez la page.", - "DE.Controllers.Main.warnNoLicense": "Vous utilisez la version open source de ONLYOFFICE. La version a des limitations en connexions simultanées au serveur de documents (20 connexions à la fois).
    Pour en avoir plus, veuillez envisager l'achat d'une licence commerciale.", + "DE.Controllers.Main.warnNoLicense": "Cette version de ONLYOFFICE Editors a certaines limitations pour les connexions simultanées au serveur de documents.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", + "DE.Controllers.Main.warnNoLicenseUsers": "Cette version de ONLYOFFICE Editors a certaines limitations pour les utilisateurs simultanés.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", "DE.Controllers.Main.warnProcessRightsChange": "Le droit d'édition du fichier vous a été refusé.", "DE.Controllers.Search.textNoTextFound": "Le texte est introuvable", "DE.Controllers.Search.textReplaceAll": "Remplacer tout", @@ -364,7 +368,7 @@ "DE.Views.Settings.textPages": "Pages", "DE.Views.Settings.textParagraphs": "Paragraphes", "DE.Views.Settings.textPortrait": "Portrait", - "DE.Views.Settings.textPoweredBy": "Powered by", + "DE.Views.Settings.textPoweredBy": "Propulsé par ", "DE.Views.Settings.textReader": "Mode de lecture", "DE.Views.Settings.textSettings": "Paramètres", "DE.Views.Settings.textSpaces": "Espaces", diff --git a/apps/presentationeditor/main/locale/fr.json b/apps/presentationeditor/main/locale/fr.json index 6a818eeb7..65011445c 100644 --- a/apps/presentationeditor/main/locale/fr.json +++ b/apps/presentationeditor/main/locale/fr.json @@ -61,7 +61,7 @@ "Common.Views.Comments.textCancel": "Annuler", "Common.Views.Comments.textClose": "Fermer", "Common.Views.Comments.textComments": "Commentaires", - "Common.Views.Comments.textEdit": "Modifier", + "Common.Views.Comments.textEdit": "OK", "Common.Views.Comments.textEnterCommentHint": "Entrez votre commentaire ici", "Common.Views.Comments.textHintAddComment": "Ajouter un commentaire", "Common.Views.Comments.textOpenAgain": "Ouvrir à nouveau", @@ -110,6 +110,7 @@ "Common.Views.LanguageDialog.btnOk": "Ok", "Common.Views.LanguageDialog.labelSelect": "Sélectionner la langue du document", "Common.Views.OpenDialog.cancelButtonText": "Annuler", + "Common.Views.OpenDialog.closeButtonText": "Fermer le fichier", "Common.Views.OpenDialog.okButtonText": "OK", "Common.Views.OpenDialog.txtEncoding": "Codage ", "Common.Views.OpenDialog.txtIncorrectPwd": "Le mot de passe est incorrect.", @@ -143,6 +144,46 @@ "Common.Views.RenameDialog.okButtonText": "Ok", "Common.Views.RenameDialog.textName": "Nom de fichier", "Common.Views.RenameDialog.txtInvalidName": "Un nom de fichier ne peut pas contenir les caractères suivants :", + "Common.Views.ReviewChanges.hintNext": "À la modification suivante", + "Common.Views.ReviewChanges.hintPrev": "À la modification précédente", + "Common.Views.ReviewChanges.strFast": "Rapide", + "Common.Views.ReviewChanges.strFastDesc": "Co-édition en temps réel. Tous les changements sont enregistrés automatiquement.", + "Common.Views.ReviewChanges.strStrict": "Strict", + "Common.Views.ReviewChanges.strStrictDesc": "Utilisez le bouton \"Enregistrer\" pour synchroniser les modifications que vous et d'autres personnes faites.", + "Common.Views.ReviewChanges.tipAcceptCurrent": "Accepter la modification actuelle", + "Common.Views.ReviewChanges.tipCoAuthMode": "Définir le mode de co-édition", + "Common.Views.ReviewChanges.tipHistory": "Afficher versions", + "Common.Views.ReviewChanges.tipRejectCurrent": "Rejeter cette modification", + "Common.Views.ReviewChanges.tipReview": "Suivi des modifications", + "Common.Views.ReviewChanges.tipReviewView": "Sélectionner le mode souhaité.", + "Common.Views.ReviewChanges.tipSetDocLang": "Définir la langue du document", + "Common.Views.ReviewChanges.tipSetSpelling": "Vérification de l'orthographe", + "Common.Views.ReviewChanges.tipSharing": "Gérer les droits d'accès au document", + "Common.Views.ReviewChanges.txtAccept": "Accepter", + "Common.Views.ReviewChanges.txtAcceptAll": "Accepter toutes les modifications", + "Common.Views.ReviewChanges.txtAcceptChanges": "Accepter les modifications", + "Common.Views.ReviewChanges.txtAcceptCurrent": "Accepter la modification actuelle", + "Common.Views.ReviewChanges.txtChat": "Chat", + "Common.Views.ReviewChanges.txtClose": "Fermer", + "Common.Views.ReviewChanges.txtCoAuthMode": "Mode de co-édition ", + "Common.Views.ReviewChanges.txtDocLang": "Langue", + "Common.Views.ReviewChanges.txtFinal": "Toutes les modifications acceptées (aperçu)", + "Common.Views.ReviewChanges.txtFinalCap": "Final", + "Common.Views.ReviewChanges.txtHistory": "Historique des versions", + "Common.Views.ReviewChanges.txtMarkup": "Toutes les modifications (édition)", + "Common.Views.ReviewChanges.txtMarkupCap": "Balisage", + "Common.Views.ReviewChanges.txtNext": "Suivant", + "Common.Views.ReviewChanges.txtOriginal": "Toutes les modifications rejetées (Aperçu)", + "Common.Views.ReviewChanges.txtOriginalCap": "Original", + "Common.Views.ReviewChanges.txtPrev": "Précédent", + "Common.Views.ReviewChanges.txtReject": "Rejeter", + "Common.Views.ReviewChanges.txtRejectAll": "Rejeter toutes les modifications", + "Common.Views.ReviewChanges.txtRejectChanges": "Rejeter les modifications", + "Common.Views.ReviewChanges.txtRejectCurrent": "Rejeter cette modification", + "Common.Views.ReviewChanges.txtSharing": "Partage", + "Common.Views.ReviewChanges.txtSpelling": "Vérification de l'orthographe", + "Common.Views.ReviewChanges.txtTurnon": "Suivi des modifications", + "Common.Views.ReviewChanges.txtView": "Mode d'affichage", "Common.Views.SignDialog.cancelButtonText": "Annuler", "Common.Views.SignDialog.okButtonText": "Ok", "Common.Views.SignDialog.textBold": "Gras", @@ -152,8 +193,10 @@ "Common.Views.SignDialog.textItalic": "Italique", "Common.Views.SignDialog.textPurpose": "But de la signature du document", "Common.Views.SignDialog.textSelectImage": "Sélectionner une image", + "Common.Views.SignDialog.textSignature": "La signature ressemble à", "Common.Views.SignDialog.textTitle": "Signer le document", "Common.Views.SignDialog.textUseImage": "ou cliquer sur \"Sélectionner une image\" afin d'utiliser une image en tant que signature", + "Common.Views.SignDialog.textValid": "Valide de %1 à %2", "Common.Views.SignDialog.tipFontName": "Nom de la police", "Common.Views.SignDialog.tipFontSize": "Taille de la police", "Common.Views.SignSettingsDialog.cancelButtonText": "Annuler", @@ -187,6 +230,7 @@ "PE.Controllers.Main.errorDataRange": "Plage de données incorrecte.", "PE.Controllers.Main.errorDefaultMessage": "Code d'erreur: %1", "PE.Controllers.Main.errorFilePassProtect": "Le document est protégé par le mot de passe et ne peut être ouvert.", + "PE.Controllers.Main.errorForceSave": "Une erreur est survenue lors de l'enregistrement du fichier. Veuillez utiliser l'option «Télécharger en tant que» pour enregistrer le fichier sur le disque dur de votre ordinateur ou réessayer plus tard.", "PE.Controllers.Main.errorKeyEncrypt": "Descripteur de clés inconnu", "PE.Controllers.Main.errorKeyExpire": "Descripteur de clés expiré", "PE.Controllers.Main.errorProcessSaveResult": "Échec de l'enregistrement", @@ -237,12 +281,14 @@ "PE.Controllers.Main.textCloseTip": "Cliquez pour fermer la conseil", "PE.Controllers.Main.textContactUs": "Contacter l'équipe de ventes", "PE.Controllers.Main.textLoadingDocument": "Chargement de présentation", - "PE.Controllers.Main.textNoLicenseTitle": "La version open source de ONLYOFFICE", + "PE.Controllers.Main.textNoLicenseTitle": "Limitation de connexion ONLYOFFICE", "PE.Controllers.Main.textShape": "Forme", "PE.Controllers.Main.textStrict": "Mode strict", "PE.Controllers.Main.textTryUndoRedo": "Les fonctions annuler/rétablir sont désactivées pour le mode de co-édition rapide.
    Cliquez sur le bouton \"Mode strict\" pour passer au mode de la co-édition stricte pour modifier le fichier sans interférence d'autres utilisateurs et envoyer vos modifications seulement après que vous les enregistrez. Vous pouvez basculer entre les modes de co-édition à l'aide de paramètres avancés d'éditeur.", "PE.Controllers.Main.titleLicenseExp": "Licence expirée", "PE.Controllers.Main.titleServerVersion": "L'éditeur est mis à jour", + "PE.Controllers.Main.txtAddFirstSlide": "Cliquez pour ajouter la première diapositive", + "PE.Controllers.Main.txtAddNotes": "Cliquez pour ajouter des notes", "PE.Controllers.Main.txtArt": "Entrez votre texte", "PE.Controllers.Main.txtBasicShapes": "Formes de base", "PE.Controllers.Main.txtButtons": "Boutons", @@ -302,9 +348,9 @@ "PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Titre vertical et texte sur graphique", "PE.Controllers.Main.txtSldLtTVertTx": "Texte vertical", "PE.Controllers.Main.txtSlideNumber": "Numéro de diapositive", - "PE.Controllers.Main.txtSlideSubtitle": "Sous-titre", - "PE.Controllers.Main.txtSlideText": "Texte", - "PE.Controllers.Main.txtSlideTitle": "Titre", + "PE.Controllers.Main.txtSlideSubtitle": "Sous-titre de diapositive", + "PE.Controllers.Main.txtSlideText": "Texte de la diapositive", + "PE.Controllers.Main.txtSlideTitle": "Titre de la diapositive", "PE.Controllers.Main.txtStarsRibbons": "Étoiles et rubans", "PE.Controllers.Main.txtXAxis": "Axe X", "PE.Controllers.Main.txtYAxis": "Axe Y", @@ -318,8 +364,8 @@ "PE.Controllers.Main.warnBrowserIE9": "L'application est peu compatible avec IE9. Utilisez IE10 ou version plus récente", "PE.Controllers.Main.warnBrowserZoom": "Le paramètre actuel de zoom de votre navigateur n'est pas accepté. Veuillez rétablir le niveau de zoom par défaut en appuyant sur Ctrl+0.", "PE.Controllers.Main.warnLicenseExp": "Votre licence a expiré.
    Veuillez mettre à jour votre licence et actualisez la page.", - "PE.Controllers.Main.warnNoLicense": "Vous utilisez la version open source de ONLYOFFICE. La version a des limitations en connexions simultanées au serveur de documents (20 connexions à la fois).
    Pour en avoir plus, veuillez envisager l'achat d'une licence commerciale.", - "PE.Controllers.Main.warnNoLicenseUsers": "Vous avez atteint le nombre maximal d'utilisateurs connectées simultanément permise par votre licence.
    Si cette limite ne vous convient pas, merci de faire évoluer votre licence actuelle ou d'en acheter une. ", + "PE.Controllers.Main.warnNoLicense": "Cette version de ONLYOFFICE Editors a certaines limitations pour les connexions simultanées au serveur de documents.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", + "PE.Controllers.Main.warnNoLicenseUsers": "Cette version de ONLYOFFICE Editors a certaines limitations pour les utilisateurs simultanés.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", "PE.Controllers.Main.warnProcessRightsChange": "Le droit d'édition du fichier vous a été refusé.", "PE.Controllers.Statusbar.zoomText": "Zoom {0}%", "PE.Controllers.Toolbar.confirmAddFontName": "La police que vous allez enregistrer n'est pas disponible sur l'appareil actuel.
    Le style du texte sera affiché à l'aide de l'une des polices de système, la police sauvée sera utilisée lorsqu'elle est disponible.
    Voulez-vous continuer?", @@ -668,6 +714,7 @@ "PE.Views.ChartSettings.textSize": "Taille", "PE.Views.ChartSettings.textStock": "Boursier", "PE.Views.ChartSettings.textStyle": "Style", + "PE.Views.ChartSettings.textSurface": "Surface", "PE.Views.ChartSettings.textWidth": "Largeur", "PE.Views.ChartSettingsAdvanced.cancelButtonText": "Annuler", "PE.Views.ChartSettingsAdvanced.okButtonText": "OK", @@ -724,11 +771,13 @@ "PE.Views.DocumentHolder.splitCellTitleText": "Fractionner la cellule", "PE.Views.DocumentHolder.tableText": "Tableau", "PE.Views.DocumentHolder.textArrangeBack": "Mettre en arrière-plan", - "PE.Views.DocumentHolder.textArrangeBackward": "Déplacer vers l'arrière", + "PE.Views.DocumentHolder.textArrangeBackward": "Reculer", "PE.Views.DocumentHolder.textArrangeForward": "Déplacer vers l'avant", "PE.Views.DocumentHolder.textArrangeFront": "Mettre au premier plan", "PE.Views.DocumentHolder.textCopy": "Copier", "PE.Views.DocumentHolder.textCut": "Couper", + "PE.Views.DocumentHolder.textDistributeCols": "Distribuer les colonnes", + "PE.Views.DocumentHolder.textDistributeRows": "Distribuer les lignes", "PE.Views.DocumentHolder.textNextPage": "Diapositive suivante", "PE.Views.DocumentHolder.textPaste": "Coller", "PE.Views.DocumentHolder.textPrevPage": "Diapositive précédente", @@ -797,6 +846,7 @@ "PE.Views.DocumentHolder.txtInsertBreak": "Insérer pause manuelle", "PE.Views.DocumentHolder.txtInsertEqAfter": "Insérer équation après", "PE.Views.DocumentHolder.txtInsertEqBefore": "Insérer l'équation avant", + "PE.Views.DocumentHolder.txtKeepTextOnly": "Garder le texte seulement", "PE.Views.DocumentHolder.txtLimitChange": "Modifier l'emplacement des limites", "PE.Views.DocumentHolder.txtLimitOver": "Limite au-dessous du texte", "PE.Views.DocumentHolder.txtLimitUnder": "Limite en dessous du texte", @@ -804,6 +854,9 @@ "PE.Views.DocumentHolder.txtMatrixAlign": "Alignement de la matrice", "PE.Views.DocumentHolder.txtNewSlide": "Nouvelle diapositive", "PE.Views.DocumentHolder.txtOverbar": "Barre au-dessus d'un texte", + "PE.Views.DocumentHolder.txtPasteDestFormat": "Utiliser le thème de destination", + "PE.Views.DocumentHolder.txtPastePicture": "Image", + "PE.Views.DocumentHolder.txtPasteSourceFormat": "Garder la mise en forme source", "PE.Views.DocumentHolder.txtPressLink": "Appuyez sur Ctrl et cliquez sur le lien", "PE.Views.DocumentHolder.txtPreview": "Démarrer le diaporama", "PE.Views.DocumentHolder.txtRemFractionBar": "Supprimer la barre de fraction", @@ -1210,7 +1263,7 @@ "PE.Views.Statusbar.tipSetDocLang": "Définir la langue du document", "PE.Views.Statusbar.tipSetLang": "Définir la langue du texte", "PE.Views.Statusbar.tipSetSpelling": "Vérification de l'orthographe", - "PE.Views.Statusbar.tipZoomFactor": "Grossissement", + "PE.Views.Statusbar.tipZoomFactor": "Zoom", "PE.Views.Statusbar.tipZoomIn": "Zoom avant", "PE.Views.Statusbar.tipZoomOut": "Zoom arrière", "PE.Views.Statusbar.txtPageNumInvalid": "Numéro de la diapositive non valide", @@ -1233,17 +1286,22 @@ "PE.Views.TableSettings.textBanded": "Bordé", "PE.Views.TableSettings.textBorderColor": "Couleur", "PE.Views.TableSettings.textBorders": "Style des bordures", + "PE.Views.TableSettings.textCellSize": "Taille de la cellule", "PE.Views.TableSettings.textColumns": "Colonnes", + "PE.Views.TableSettings.textDistributeCols": "Distribuer les colonnes", + "PE.Views.TableSettings.textDistributeRows": "Distribuer les lignes", "PE.Views.TableSettings.textEdit": "Lignes et colonnes", "PE.Views.TableSettings.textEmptyTemplate": "Aucun modèle", "PE.Views.TableSettings.textFirst": "Premier", "PE.Views.TableSettings.textHeader": "En-tête", + "PE.Views.TableSettings.textHeight": "Hauteur", "PE.Views.TableSettings.textLast": "Dernier", "PE.Views.TableSettings.textNewColor": "Couleur personnalisée", "PE.Views.TableSettings.textRows": "Lignes", "PE.Views.TableSettings.textSelectBorders": "Sélectionnez les bordures à modifier en appliquant le style choisi ci-dessus", "PE.Views.TableSettings.textTemplate": "Sélectionner à partir d'un modèle", "PE.Views.TableSettings.textTotal": "Total", + "PE.Views.TableSettings.textWidth": "Largeur", "PE.Views.TableSettings.tipAll": "Bordure extérieure et la totalité des lignes intérieures", "PE.Views.TableSettings.tipBottom": "Seulement bordure extérieure inférieure", "PE.Views.TableSettings.tipInner": "Seulement lignes intérieures", @@ -1339,7 +1397,7 @@ "PE.Views.Toolbar.textAlignTop": "Aligner le texte en haut", "PE.Views.Toolbar.textArea": "En aires", "PE.Views.Toolbar.textArrangeBack": "Mettre en arrière-plan", - "PE.Views.Toolbar.textArrangeBackward": "Déplacer vers l'arrière", + "PE.Views.Toolbar.textArrangeBackward": "Reculer", "PE.Views.Toolbar.textArrangeForward": "Déplacer vers l'avant", "PE.Views.Toolbar.textArrangeFront": "Mettre au premier plan", "PE.Views.Toolbar.textBar": "À barres", @@ -1373,6 +1431,8 @@ "PE.Views.Toolbar.textStrikeout": "Barré", "PE.Views.Toolbar.textSubscript": "Indice", "PE.Views.Toolbar.textSuperscript": "Exposant", + "PE.Views.Toolbar.textSurface": "Surface", + "PE.Views.Toolbar.textTabCollaboration": "Collaboration", "PE.Views.Toolbar.textTabFile": "Fichier", "PE.Views.Toolbar.textTabHome": "Accueil", "PE.Views.Toolbar.textTabInsert": "Insertion", diff --git a/apps/presentationeditor/mobile/locale/fr.json b/apps/presentationeditor/mobile/locale/fr.json index e43a5def9..f7b301596 100644 --- a/apps/presentationeditor/mobile/locale/fr.json +++ b/apps/presentationeditor/mobile/locale/fr.json @@ -69,7 +69,7 @@ "PE.Controllers.Main.downloadTitleText": "Téléchargement du document", "PE.Controllers.Main.errorBadImageUrl": "L'URL de l'image est incorrecte", "PE.Controllers.Main.errorCoAuthoringDisconnect": "La connexion au serveur perdue. Désolé, vous ne pouvez plus modifier le document.", - "PE.Controllers.Main.errorConnectToServer": "Impossible d'enregistrer le document. Veuillez vérifier vos paramètres de connexion ou contactez l'administrateur.
    Lorsque vous cliquez sur le bouton 'OK', vous serez invité à télécharger le document.

    Trouvez plus d'informations sur la connexion de Document Server ici", + "PE.Controllers.Main.errorConnectToServer": "Impossible d'enregistrer le document. Veuillez vérifier vos paramètres de connexion ou contactez l'administrateur.
    Lorsque vous cliquez sur le bouton 'OK', vous serez invité à télécharger le document.

    Trouvez plus d'informations sur la connexion au serveur de documents ici", "PE.Controllers.Main.errorDatabaseConnection": "Erreur externe.
    Erreur de connexion à la base de données.Contactez le support.", "PE.Controllers.Main.errorDataRange": "Plage de données incorrecte.", "PE.Controllers.Main.errorDefaultMessage": "Code d'erreur: %1", @@ -122,7 +122,7 @@ "PE.Controllers.Main.textContactUs": "Contacter l'équipe de ventes", "PE.Controllers.Main.textDone": "Terminé", "PE.Controllers.Main.textLoadingDocument": "Chargement de la présentation", - "PE.Controllers.Main.textNoLicenseTitle": "La version open source de ONLYOFFICE", + "PE.Controllers.Main.textNoLicenseTitle": "Limitation de connexion ONLYOFFICE", "PE.Controllers.Main.textOK": "OK", "PE.Controllers.Main.textPassword": "Mot de passe", "PE.Controllers.Main.textPreloader": "Chargement en cours...", @@ -137,19 +137,19 @@ "PE.Controllers.Main.txtCallouts": "Légendes", "PE.Controllers.Main.txtCharts": "Graphiques", "PE.Controllers.Main.txtClipArt": "Clip Art", - "PE.Controllers.Main.txtDateTime": "Date and time", + "PE.Controllers.Main.txtDateTime": "Date et heure", "PE.Controllers.Main.txtDiagram": "SmartArt", "PE.Controllers.Main.txtDiagramTitle": "Titre du graphique", "PE.Controllers.Main.txtEditingMode": "Définition du mode d'édition...", "PE.Controllers.Main.txtFiguredArrows": "Flèches figurées", - "PE.Controllers.Main.txtFooter": "Footer", - "PE.Controllers.Main.txtHeader": "Header", + "PE.Controllers.Main.txtFooter": "Pied de page", + "PE.Controllers.Main.txtHeader": "En-tête", "PE.Controllers.Main.txtImage": "Image", "PE.Controllers.Main.txtLines": "Lignes", "PE.Controllers.Main.txtMath": "Maths", - "PE.Controllers.Main.txtMedia": "Media", + "PE.Controllers.Main.txtMedia": "Média", "PE.Controllers.Main.txtNeedSynchronize": "Vous avez des mises à jour", - "PE.Controllers.Main.txtPicture": "Picture", + "PE.Controllers.Main.txtPicture": "Image", "PE.Controllers.Main.txtRectangles": "Rectangles", "PE.Controllers.Main.txtSeries": "Série", "PE.Controllers.Main.txtSldLtTBlank": "Vide", @@ -188,10 +188,10 @@ "PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Titre vertical et texte", "PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Titre vertical et texte sur graphique", "PE.Controllers.Main.txtSldLtTVertTx": "Texte vertical", - "PE.Controllers.Main.txtSlideNumber": "Slide number", - "PE.Controllers.Main.txtSlideSubtitle": "Slide subtitle", - "PE.Controllers.Main.txtSlideText": "Slide text", - "PE.Controllers.Main.txtSlideTitle": "Slide title", + "PE.Controllers.Main.txtSlideNumber": "Numéro de diapositive", + "PE.Controllers.Main.txtSlideSubtitle": "Sous-titre de diapositive", + "PE.Controllers.Main.txtSlideText": "Texte de la diapositive", + "PE.Controllers.Main.txtSlideTitle": "Titre de la diapositive", "PE.Controllers.Main.txtStarsRibbons": "Étoiles et rubans", "PE.Controllers.Main.txtXAxis": "Axe X", "PE.Controllers.Main.txtYAxis": "Axe Y", @@ -203,7 +203,8 @@ "PE.Controllers.Main.uploadImageTextText": "Chargement d'une image en cours...", "PE.Controllers.Main.uploadImageTitleText": "Chargement d'une image", "PE.Controllers.Main.warnLicenseExp": "Votre licence a expiré.
    Veuillez mettre à jour votre licence et actualisez la page.", - "PE.Controllers.Main.warnNoLicense": "Vous utilisez la version open source de ONLYOFFICE. La version a des limitations en connexions simultanées au serveur de documents (20 connexions à la fois).
    Pour en avoir plus, veuillez envisager l'achat d'une licence commerciale.", + "PE.Controllers.Main.warnNoLicense": "Cette version de ONLYOFFICE Editors a certaines limitations pour les connexions simultanées au serveur de documents.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", + "PE.Controllers.Main.warnNoLicenseUsers": "Cette version de ONLYOFFICE Editors a certaines limitations pour les utilisateurs simultanés.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", "PE.Controllers.Main.warnProcessRightsChange": "Le droit d'édition du fichier vous a été refusé.", "PE.Controllers.Search.textNoTextFound": "Le texte est introuvable", "PE.Controllers.Settings.notcriticalErrorTitle": "Avertissement", @@ -419,7 +420,7 @@ "PE.Views.Search.textSearch": "Rechercher", "PE.Views.Settings.mniSlideStandard": "Standard (4:3)", "PE.Views.Settings.mniSlideWide": "Écran large (16:9)", - "PE.Views.Settings.textAbout": "À propos du produit", + "PE.Views.Settings.textAbout": "A propos", "PE.Views.Settings.textAddress": "adresse", "PE.Views.Settings.textAuthor": "Auteur", "PE.Views.Settings.textBack": "Retour", @@ -432,7 +433,7 @@ "PE.Views.Settings.textFind": "Trouver", "PE.Views.Settings.textHelp": "Aide", "PE.Views.Settings.textLoading": "Chargement en cours...", - "PE.Views.Settings.textPoweredBy": "Powered by", + "PE.Views.Settings.textPoweredBy": "Propulsé par ", "PE.Views.Settings.textPresentInfo": "Infos sur présentation", "PE.Views.Settings.textPresentSetup": "Paramètres de la présentation", "PE.Views.Settings.textPresentTitle": "Titre de la présentation", diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json index 498f63c5a..2054a8f54 100644 --- a/apps/spreadsheeteditor/main/locale/fr.json +++ b/apps/spreadsheeteditor/main/locale/fr.json @@ -58,7 +58,7 @@ "Common.Views.Comments.textCancel": "Annuler", "Common.Views.Comments.textClose": "Fermer", "Common.Views.Comments.textComments": "Commentaires", - "Common.Views.Comments.textEdit": "Modifier", + "Common.Views.Comments.textEdit": "OK", "Common.Views.Comments.textEnterCommentHint": "Entrez votre commentaire ici", "Common.Views.Comments.textHintAddComment": "Ajouter un commentaire", "Common.Views.Comments.textOpenAgain": "Ouvrir à nouveau", @@ -92,12 +92,14 @@ "Common.Views.ImageFromUrlDialog.txtEmpty": "Ce champ est obligatoire", "Common.Views.ImageFromUrlDialog.txtNotUrl": "Ce champ doit être une URL au format \"http://www.example.com\"", "Common.Views.OpenDialog.cancelButtonText": "Annuler", + "Common.Views.OpenDialog.closeButtonText": "Fermer le fichier", "Common.Views.OpenDialog.okButtonText": "OK", "Common.Views.OpenDialog.txtDelimiter": "Délimiteur", "Common.Views.OpenDialog.txtEncoding": "Encodage", "Common.Views.OpenDialog.txtIncorrectPwd": "Le mot de passe est incorrect.", "Common.Views.OpenDialog.txtOther": "Autres", "Common.Views.OpenDialog.txtPassword": "Mot de passe", + "Common.Views.OpenDialog.txtPreview": "Aperçu", "Common.Views.OpenDialog.txtSpace": "Espace", "Common.Views.OpenDialog.txtTab": "Tabulation", "Common.Views.OpenDialog.txtTitle": "Choisir %1 des options ", @@ -129,6 +131,46 @@ "Common.Views.RenameDialog.okButtonText": "Ok", "Common.Views.RenameDialog.textName": "Nom de fichier", "Common.Views.RenameDialog.txtInvalidName": "Un nom de fichier ne peut pas contenir les caractères suivants :", + "Common.Views.ReviewChanges.hintNext": "À la modification suivante", + "Common.Views.ReviewChanges.hintPrev": "À la modification précédente", + "Common.Views.ReviewChanges.strFast": "Rapide", + "Common.Views.ReviewChanges.strFastDesc": "Co-édition en temps réel. Tous les changements sont enregistrés automatiquement.", + "Common.Views.ReviewChanges.strStrict": "Strict", + "Common.Views.ReviewChanges.strStrictDesc": "Utilisez le bouton \"Enregistrer\" pour synchroniser les modifications que vous et d'autres personnes faites.", + "Common.Views.ReviewChanges.tipAcceptCurrent": "Accepter la modification actuelle", + "Common.Views.ReviewChanges.tipCoAuthMode": "Définir le mode de co-édition", + "Common.Views.ReviewChanges.tipHistory": "Afficher versions", + "Common.Views.ReviewChanges.tipRejectCurrent": "Rejeter cette modification", + "Common.Views.ReviewChanges.tipReview": "Suivi des modifications", + "Common.Views.ReviewChanges.tipReviewView": "Sélectionner le mode souhaité.", + "Common.Views.ReviewChanges.tipSetDocLang": "Définir la langue du document", + "Common.Views.ReviewChanges.tipSetSpelling": "Vérification de l'orthographe", + "Common.Views.ReviewChanges.tipSharing": "Gérer les droits d'accès au document", + "Common.Views.ReviewChanges.txtAccept": "Accepter", + "Common.Views.ReviewChanges.txtAcceptAll": "Accepter toutes les modifications", + "Common.Views.ReviewChanges.txtAcceptChanges": "Accepter les modifications", + "Common.Views.ReviewChanges.txtAcceptCurrent": "Accepter la modification actuelle", + "Common.Views.ReviewChanges.txtChat": "Chat", + "Common.Views.ReviewChanges.txtClose": "Fermer", + "Common.Views.ReviewChanges.txtCoAuthMode": "Mode de co-édition ", + "Common.Views.ReviewChanges.txtDocLang": "Langue", + "Common.Views.ReviewChanges.txtFinal": "Toutes les modifications acceptées (aperçu)", + "Common.Views.ReviewChanges.txtFinalCap": "Final", + "Common.Views.ReviewChanges.txtHistory": "Historique des versions", + "Common.Views.ReviewChanges.txtMarkup": "Toutes les modifications (édition)", + "Common.Views.ReviewChanges.txtMarkupCap": "Balisage", + "Common.Views.ReviewChanges.txtNext": "Suivant", + "Common.Views.ReviewChanges.txtOriginal": "Toutes les modifications rejetées (Aperçu)", + "Common.Views.ReviewChanges.txtOriginalCap": "Original", + "Common.Views.ReviewChanges.txtPrev": "Précédent", + "Common.Views.ReviewChanges.txtReject": "Rejeter", + "Common.Views.ReviewChanges.txtRejectAll": "Rejeter toutes les modifications", + "Common.Views.ReviewChanges.txtRejectChanges": "Rejeter les modifications", + "Common.Views.ReviewChanges.txtRejectCurrent": "Rejeter cette modification", + "Common.Views.ReviewChanges.txtSharing": "Partage", + "Common.Views.ReviewChanges.txtSpelling": "Vérification de l'orthographe", + "Common.Views.ReviewChanges.txtTurnon": "Suivi des modifications", + "Common.Views.ReviewChanges.txtView": "Mode d'affichage", "Common.Views.SignDialog.cancelButtonText": "Annuler", "Common.Views.SignDialog.okButtonText": "Ok", "Common.Views.SignDialog.textBold": "Gras", @@ -138,8 +180,10 @@ "Common.Views.SignDialog.textItalic": "Italique", "Common.Views.SignDialog.textPurpose": "But de la signature du document", "Common.Views.SignDialog.textSelectImage": "Sélectionner une image", + "Common.Views.SignDialog.textSignature": "La signature ressemble à", "Common.Views.SignDialog.textTitle": "Signer le document", "Common.Views.SignDialog.textUseImage": "ou cliquer sur \"Sélectionner une image\" afin d'utiliser une image en tant que signature", + "Common.Views.SignDialog.textValid": "Valide de %1 à %2", "Common.Views.SignDialog.tipFontName": "Nom de la police", "Common.Views.SignDialog.tipFontSize": "Taille de la police", "Common.Views.SignSettingsDialog.cancelButtonText": "Annuler", @@ -248,6 +292,7 @@ "SSE.Controllers.DocumentHolder.txtPasteValFormat": "Valeur + toute la mise en forme", "SSE.Controllers.DocumentHolder.txtPasteValNumFormat": "Valeur + format de nombre", "SSE.Controllers.DocumentHolder.txtPasteValues": "Coller uniquement la valeur", + "SSE.Controllers.DocumentHolder.txtRedoExpansion": "Reprendre l'expansion automatique du tableau", "SSE.Controllers.DocumentHolder.txtRemFractionBar": "Supprimer la barre de fraction", "SSE.Controllers.DocumentHolder.txtRemLimit": "Supprimer la limite", "SSE.Controllers.DocumentHolder.txtRemoveAccentChar": "Supprimer le caractère d'accent", @@ -269,6 +314,7 @@ "SSE.Controllers.DocumentHolder.txtStretchBrackets": "Allonger des crochets", "SSE.Controllers.DocumentHolder.txtTop": "En haut", "SSE.Controllers.DocumentHolder.txtUnderbar": "Barre en dessous d'un texte", + "SSE.Controllers.DocumentHolder.txtUndoExpansion": "Annuler l'expansion automatique du tableau", "SSE.Controllers.DocumentHolder.txtWidth": "Largeur", "SSE.Controllers.LeftMenu.newDocumentTitle": "Feuille de calcul sans nom", "SSE.Controllers.LeftMenu.textByColumns": "Par colonnes", @@ -315,6 +361,7 @@ "SSE.Controllers.Main.errorFileRequest": "Erreur externe.
    Erreur de demande du fichier. Si l'erreur persiste veillez contactez l'assistance technique.", "SSE.Controllers.Main.errorFileVKey": "Erreur externe.
    Clé de sécurité incorrecte. Si l'erreur persiste veillez contactez l'assistance technique.", "SSE.Controllers.Main.errorFillRange": "Il est impossible de remplir la plage de cellules sélectionnée.
    Toutes les cellules unies doivent être de la même taille.", + "SSE.Controllers.Main.errorForceSave": "Une erreur est survenue lors de l'enregistrement du fichier. Veuillez utiliser l'option «Télécharger en tant que» pour enregistrer le fichier sur le disque dur de votre ordinateur ou réessayer plus tard.", "SSE.Controllers.Main.errorFormulaName": "Une erreur dans la formule entrée.
    Nom de formule utilisé est incorrect.", "SSE.Controllers.Main.errorFormulaParsing": "Une erreur interne lors de l'analyse de la formule.", "SSE.Controllers.Main.errorFrmlWrongReferences": "La fonction fait référence à une feuille qui n'existe pas.
    Veuillez vérifier les données et réessayer.", @@ -324,6 +371,7 @@ "SSE.Controllers.Main.errorLockedAll": "L'opération ne peut pas être faite car la feuille a été verrouillée par un autre utilisateur.", "SSE.Controllers.Main.errorLockedCellPivot": "Impossible de modifier les données d'un tableau croisé dynamique.", "SSE.Controllers.Main.errorLockedWorksheetRename": "La feuille ne peut pas être renommée pour l'instant puisque elle est renommée par un autre utilisateur", + "SSE.Controllers.Main.errorMaxPoints": "Maximum de 4096 points en série par graphique.", "SSE.Controllers.Main.errorMoveRange": "Impossible de modifier une partie d'une cellule fusionnée", "SSE.Controllers.Main.errorOpenWarning": "La longueur de l'une des formules dans le fichier a dépassé
    le nombre de caractères autorisé, et la formule a été supprimée.", "SSE.Controllers.Main.errorOperandExpected": "La syntaxe de la saisie est incorrecte. Veuillez vérifier si l'une des parenthèses - '(' ou ')' est manquante.", @@ -376,7 +424,7 @@ "SSE.Controllers.Main.textContactUs": "Contacter l'équipe de ventes", "SSE.Controllers.Main.textLoadingDocument": "Chargement feuille de calcul", "SSE.Controllers.Main.textNo": "Non", - "SSE.Controllers.Main.textNoLicenseTitle": "La version open source de ONLYOFFICE", + "SSE.Controllers.Main.textNoLicenseTitle": "Limitation de connexion ONLYOFFICE", "SSE.Controllers.Main.textPleaseWait": "L'opération peut prendre plus de temps que prévu. Veuillez patienter...", "SSE.Controllers.Main.textRecalcFormulas": "Calcul des formules...", "SSE.Controllers.Main.textShape": "Forme", @@ -386,7 +434,7 @@ "SSE.Controllers.Main.titleLicenseExp": "Licence expirée", "SSE.Controllers.Main.titleRecalcFormulas": "Calcul en cours...", "SSE.Controllers.Main.titleServerVersion": "L'éditeur est mis à jour", - "SSE.Controllers.Main.txtAccent": "Accent", + "SSE.Controllers.Main.txtAccent": "Accentuation", "SSE.Controllers.Main.txtArt": "Votre texte ici", "SSE.Controllers.Main.txtBasicShapes": "Formes de base", "SSE.Controllers.Main.txtButtons": "Boutons", @@ -404,7 +452,7 @@ "SSE.Controllers.Main.txtStyle_Calculation": "Calcul", "SSE.Controllers.Main.txtStyle_Check_Cell": "Vérifier la cellule", "SSE.Controllers.Main.txtStyle_Comma": "Virgule", - "SSE.Controllers.Main.txtStyle_Currency": "Monétaire", + "SSE.Controllers.Main.txtStyle_Currency": "Devise", "SSE.Controllers.Main.txtStyle_Explanatory_Text": "Texte d'explication", "SSE.Controllers.Main.txtStyle_Good": "Correct", "SSE.Controllers.Main.txtStyle_Heading_1": "Titre 1", @@ -415,7 +463,7 @@ "SSE.Controllers.Main.txtStyle_Linked_Cell": "Cellule liée", "SSE.Controllers.Main.txtStyle_Neutral": "Neutre", "SSE.Controllers.Main.txtStyle_Normal": "Normal", - "SSE.Controllers.Main.txtStyle_Note": "Commentaire", + "SSE.Controllers.Main.txtStyle_Note": "Remarque", "SSE.Controllers.Main.txtStyle_Output": "Sortie", "SSE.Controllers.Main.txtStyle_Percent": "Pourcentage", "SSE.Controllers.Main.txtStyle_Title": "Titre", @@ -433,8 +481,8 @@ "SSE.Controllers.Main.warnBrowserIE9": "L'application est peu compatible avec IE9. Utilisez IE10 ou version plus récente", "SSE.Controllers.Main.warnBrowserZoom": "Le paramètre actuel de zoom de votre navigateur n'est pas accepté. Veuillez rétablir le niveau de zoom par défaut en appuyant sur Ctrl+0.", "SSE.Controllers.Main.warnLicenseExp": "Votre licence a expiré.
    Veuillez mettre à jour votre licence et actualisez la page.", - "SSE.Controllers.Main.warnNoLicense": "Vous utilisez la version open source de ONLYOFFICE. La version a des limitations en connexions simultanées au serveur de documents (20 connexions à la fois).
    Pour en avoir plus, veuillez envisager l'achat d'une licence commerciale.", - "SSE.Controllers.Main.warnNoLicenseUsers": "Vous avez atteint le nombre maximal d'utilisateurs connectées simultanément permise par votre licence.
    Si cette limite ne vous convient pas, merci de faire évoluer votre licence actuelle ou d'en acheter une. ", + "SSE.Controllers.Main.warnNoLicense": "Cette version de ONLYOFFICE Editors a certaines limitations pour les connexions simultanées au serveur de documents.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", + "SSE.Controllers.Main.warnNoLicenseUsers": "Cette version de ONLYOFFICE Editors a certaines limitations pour les utilisateurs simultanés.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", "SSE.Controllers.Main.warnProcessRightsChange": "Le droit d'édition du fichier vous a été refusé.", "SSE.Controllers.Print.strAllSheets": "Toutes les feuilles", "SSE.Controllers.Print.textWarning": "Avertissement", @@ -445,7 +493,7 @@ "SSE.Controllers.Statusbar.warnDeleteSheet": "La feuille de travail peut contenir des données. Êtes-vous sûr de vouloir continuer ?", "SSE.Controllers.Statusbar.zoomText": "Zoom {0}%", "SSE.Controllers.Toolbar.confirmAddFontName": "La police que vous allez enregistrer n'est pas disponible sur l'appareil actuel.
    Le style du texte sera affiché à l'aide de l'une des polices de système, la police sauvée sera utilisée lorsqu'il est disponible.
    Voulez-vous continuer?", - "SSE.Controllers.Toolbar.errorMaxRows": "ERREUR ! Maximum de 255 séries de données par graphique.", + "SSE.Controllers.Toolbar.errorMaxRows": "ERREUR! Maximum de 255 séries de données par graphique.", "SSE.Controllers.Toolbar.errorStockChart": "L'ordre des lignes est incorrect. Pour créer un graphique boursier, organisez vos données sur la feuille de calcul dans l'ordre suivant:
    cours à l'ouverture, cours maximal, cours minimal, cours à la clôture.", "SSE.Controllers.Toolbar.textAccent": "Types d'accentuation", "SSE.Controllers.Toolbar.textBracket": "Crochets", @@ -459,6 +507,7 @@ "SSE.Controllers.Toolbar.textLongOperation": "Longue opération", "SSE.Controllers.Toolbar.textMatrix": "Matrices", "SSE.Controllers.Toolbar.textOperator": "Opérateurs", + "SSE.Controllers.Toolbar.textPivot": "Tableau croisé dynamique", "SSE.Controllers.Toolbar.textRadical": "Radicaux", "SSE.Controllers.Toolbar.textScript": "Scripts", "SSE.Controllers.Toolbar.textSymbols": "Symboles", @@ -825,7 +874,7 @@ "SSE.Views.AutoFilterDialog.warnNoSelected": "Vous devez choisir au moins une valeur", "SSE.Views.CellEditor.textManager": "Nom de gestionnaire", "SSE.Views.CellEditor.tipFormula": "Insérer une fonction", - "SSE.Views.CellRangeDialog.errorMaxRows": "ERREUR ! Maximum de 255 séries de données par graphique.", + "SSE.Views.CellRangeDialog.errorMaxRows": "ERREUR! Maximum de 255 séries de données par graphique.", "SSE.Views.CellRangeDialog.errorStockChart": "L'ordre des lignes est incorrect. Pour créer un graphique boursier organisez vos données sur la feuille de calcul dans l'ordre suivant:
    cours à l'ouverture, cours maximal, cours minimal, cours à la clôture.", "SSE.Views.CellRangeDialog.textCancel": "Annuler", "SSE.Views.CellRangeDialog.txtEmpty": "Ce champ est obligatoire", @@ -861,11 +910,13 @@ "SSE.Views.ChartSettings.textSize": "Taille", "SSE.Views.ChartSettings.textStock": "Boursier", "SSE.Views.ChartSettings.textStyle": "Style", + "SSE.Views.ChartSettings.textSurface": "Surface", "SSE.Views.ChartSettings.textType": "Type", "SSE.Views.ChartSettings.textWidth": "Largeur", "SSE.Views.ChartSettings.textWinLossSpark": "Positif/Négatif", "SSE.Views.ChartSettingsDlg.cancelButtonText": "Annuler", - "SSE.Views.ChartSettingsDlg.errorMaxRows": "ERREUR ! Maximum de 255 séries de données par graphique.", + "SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERREUR! Maximum de 4096 points en série par graphique.", + "SSE.Views.ChartSettingsDlg.errorMaxRows": "ERREUR! Maximum de 255 séries de données par graphique.", "SSE.Views.ChartSettingsDlg.errorStockChart": "Ordre des lignes est incorrect. Pour créer un graphique boursier organisez vos données sur la feuille de calcul dans l'ordre suivant:
    cours à l'ouverture, cours maximal, cours minimal, cours à la clôture.", "SSE.Views.ChartSettingsDlg.textAlt": "Texte de remplacement", "SSE.Views.ChartSettingsDlg.textAltDescription": "Description", @@ -976,6 +1027,7 @@ "SSE.Views.ChartSettingsDlg.textStock": "Boursier", "SSE.Views.ChartSettingsDlg.textStraight": "Droit", "SSE.Views.ChartSettingsDlg.textStyle": "Style", + "SSE.Views.ChartSettingsDlg.textSurface": "Surface", "SSE.Views.ChartSettingsDlg.textTenMillions": "10 000 000", "SSE.Views.ChartSettingsDlg.textTenThousands": "10 000", "SSE.Views.ChartSettingsDlg.textThousands": "Milliers", @@ -1046,7 +1098,7 @@ "SSE.Views.DocumentHolder.strSetup": "Mise en place de la signature", "SSE.Views.DocumentHolder.strSign": "Signer", "SSE.Views.DocumentHolder.textArrangeBack": "Mettre en arrière-plan", - "SSE.Views.DocumentHolder.textArrangeBackward": "Déplacer vers l'arrière", + "SSE.Views.DocumentHolder.textArrangeBackward": "Reculer", "SSE.Views.DocumentHolder.textArrangeForward": "Avancer", "SSE.Views.DocumentHolder.textArrangeFront": "Mettre au premier plan", "SSE.Views.DocumentHolder.textEntriesList": "Choisir dans la liste déroulante", @@ -1205,6 +1257,7 @@ "SSE.Views.FormatSettingsDialog.txtDate": "Date", "SSE.Views.FormatSettingsDialog.txtFraction": "Fraction", "SSE.Views.FormatSettingsDialog.txtGeneral": "Général", + "SSE.Views.FormatSettingsDialog.txtNone": "Aucune", "SSE.Views.FormatSettingsDialog.txtNumber": "Numérique", "SSE.Views.FormatSettingsDialog.txtPercentage": "Pourcentage", "SSE.Views.FormatSettingsDialog.txtSample": "Exemple:", @@ -1398,6 +1451,58 @@ "SSE.Views.ParagraphSettingsAdvanced.textTabPosition": "Position", "SSE.Views.ParagraphSettingsAdvanced.textTabRight": "A droite", "SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraphe - Paramètres avancés", + "SSE.Views.PivotSettings.notcriticalErrorTitle": "Avertissement", + "SSE.Views.PivotSettings.textAdvanced": "Afficher les paramètres avancés", + "SSE.Views.PivotSettings.textCancel": "Annuler", + "SSE.Views.PivotSettings.textColumns": "Colonnes", + "SSE.Views.PivotSettings.textFields": "Sélectionner les champs", + "SSE.Views.PivotSettings.textFilters": "Filtres", + "SSE.Views.PivotSettings.textOK": "OK", + "SSE.Views.PivotSettings.textRows": "Lignes", + "SSE.Views.PivotSettings.textValues": "Valeurs", + "SSE.Views.PivotSettings.txtAddColumn": "Ajouter aux colonnes", + "SSE.Views.PivotSettings.txtAddFilter": "Ajouter aux filtres", + "SSE.Views.PivotSettings.txtAddRow": "Ajouter aux lignes", + "SSE.Views.PivotSettings.txtAddValues": "Ajouter aux valeurs", + "SSE.Views.PivotSettings.txtFieldSettings": "Paramètres de champ", + "SSE.Views.PivotSettings.txtMoveBegin": "Aller au début", + "SSE.Views.PivotSettings.txtMoveColumn": "Déplacer vers les colonnes", + "SSE.Views.PivotSettings.txtMoveDown": "Descendre", + "SSE.Views.PivotSettings.txtMoveEnd": "Déplacer vers la fin", + "SSE.Views.PivotSettings.txtMoveFilter": "Déplacer vers les filtres", + "SSE.Views.PivotSettings.txtMoveRow": "Déplacer vers les lignes", + "SSE.Views.PivotSettings.txtMoveUp": "Monter", + "SSE.Views.PivotSettings.txtMoveValues": "Déplacer vers les valeurs", + "SSE.Views.PivotSettings.txtRemove": "Supprimer le champ", + "SSE.Views.PivotTable.capBlankRows": "Lignes vides", + "SSE.Views.PivotTable.capGrandTotals": "Totaux généraux", + "SSE.Views.PivotTable.capLayout": "Mise en page du rapport", + "SSE.Views.PivotTable.capSubtotals": "Sous-totaux", + "SSE.Views.PivotTable.mniBottomSubtotals": "Afficher les sous-totaux au bas du groupe", + "SSE.Views.PivotTable.mniInsertBlankLine": "Insérer une ligne vide après chaque élément", + "SSE.Views.PivotTable.mniLayoutCompact": "Afficher sous forme compacte", + "SSE.Views.PivotTable.mniLayoutNoRepeat": "Ne pas répéter toutes les étiquettes d'éléments", + "SSE.Views.PivotTable.mniLayoutOutline": "Afficher sous forme de plan", + "SSE.Views.PivotTable.mniLayoutRepeat": "Répéter les étiquettes de tous les éléments", + "SSE.Views.PivotTable.mniLayoutTabular": "Afficher sous forme de tableau", + "SSE.Views.PivotTable.mniNoSubtotals": "Ne pas afficher les sous-totaux", + "SSE.Views.PivotTable.mniOffTotals": "Désactivé pour les lignes et les colonnes", + "SSE.Views.PivotTable.mniOnColumnsTotals": "Activé pour les colonnes uniquement", + "SSE.Views.PivotTable.mniOnRowsTotals": "Activé pour les lignes uniquement", + "SSE.Views.PivotTable.mniOnTotals": "Activé pour les lignes et les colonnes", + "SSE.Views.PivotTable.mniRemoveBlankLine": "Supprimer la ligne vide après chaque élément", + "SSE.Views.PivotTable.mniTopSubtotals": "Afficher les sous-totaux en haut du groupe", + "SSE.Views.PivotTable.textColBanded": "Colonnes en bandes", + "SSE.Views.PivotTable.textColHeader": "En-têtes de colonnes", + "SSE.Views.PivotTable.textRowBanded": "Lignes en bandes", + "SSE.Views.PivotTable.textRowHeader": "En-têtes de ligne", + "SSE.Views.PivotTable.tipCreatePivot": "Insérer un tableau croisé dynamique", + "SSE.Views.PivotTable.tipGrandTotals": "Afficher ou masquer les totaux généraux", + "SSE.Views.PivotTable.tipSelect": "Sélectionner tout le tableau croisé dynamique", + "SSE.Views.PivotTable.tipSubtotals": "Afficher ou masquer les sous-totaux", + "SSE.Views.PivotTable.txtCreate": "Insérer un tableau", + "SSE.Views.PivotTable.txtRefresh": "Actualiser", + "SSE.Views.PivotTable.txtSelect": "Sélectionner", "SSE.Views.PrintSettings.btnPrint": "Enregistrer et imprimer", "SSE.Views.PrintSettings.cancelButtonText": "Annuler", "SSE.Views.PrintSettings.strBottom": "En bas", @@ -1429,6 +1534,7 @@ "SSE.Views.RightMenu.txtChartSettings": "Paramètres du graphique", "SSE.Views.RightMenu.txtImageSettings": "Paramètres de l'image", "SSE.Views.RightMenu.txtParagraphSettings": "Paramètres du texte", + "SSE.Views.RightMenu.txtPivotSettings": "Paramètres de tableau croisé", "SSE.Views.RightMenu.txtSettings": "Paramètres communs", "SSE.Views.RightMenu.txtShapeSettings": "Paramètres de la forme", "SSE.Views.RightMenu.txtSignatureSettings": "Paramètre de signature", @@ -1683,7 +1789,7 @@ "SSE.Views.Toolbar.textClockwise": "Rotation dans le sens des aiguilles d'une montre", "SSE.Views.Toolbar.textColumn": "Histogramme", "SSE.Views.Toolbar.textColumnSpark": "Histogramme", - "SSE.Views.Toolbar.textCompactToolbar": "Afficher la barre d'outils compacte", + "SSE.Views.Toolbar.textCompactToolbar": "Masquer la barre d'outils", "SSE.Views.Toolbar.textCounterCw": "Rotation dans le sens inverse des aiguilles d'une montre", "SSE.Views.Toolbar.textDelLeft": "Décaler les cellules vers la gauche", "SSE.Views.Toolbar.textDelUp": "Décaler les cellules vers le haut", @@ -1722,6 +1828,8 @@ "SSE.Views.Toolbar.textSubscript": "Indice", "SSE.Views.Toolbar.textSubSuperscript": "Indice/Exposant", "SSE.Views.Toolbar.textSuperscript": "Exposant", + "SSE.Views.Toolbar.textSurface": "Surface", + "SSE.Views.Toolbar.textTabCollaboration": "Collaboration", "SSE.Views.Toolbar.textTabFile": "Fichier", "SSE.Views.Toolbar.textTabHome": "Accueil", "SSE.Views.Toolbar.textTabInsert": "Insérer", @@ -1742,6 +1850,7 @@ "SSE.Views.Toolbar.tipBack": "Arrière", "SSE.Views.Toolbar.tipBorders": "Bordures", "SSE.Views.Toolbar.tipCellStyle": "Style de cellule", + "SSE.Views.Toolbar.tipChangeChart": "Modifier le type de graphique", "SSE.Views.Toolbar.tipClearStyle": "Effacer", "SSE.Views.Toolbar.tipColorSchemas": "Modifier le jeu de couleurs", "SSE.Views.Toolbar.tipCopy": "Copier", @@ -1754,13 +1863,13 @@ "SSE.Views.Toolbar.tipDigStylePercent": "pour cent style", "SSE.Views.Toolbar.tipEditChart": "Modifier le graphique", "SSE.Views.Toolbar.tipFontColor": "Couleur de police", - "SSE.Views.Toolbar.tipFontName": "Nom de la police", + "SSE.Views.Toolbar.tipFontName": "Police", "SSE.Views.Toolbar.tipFontSize": "Taille de la police", "SSE.Views.Toolbar.tipHAligh": "Alignement horizontal", "SSE.Views.Toolbar.tipIncDecimal": "Ajouter une décimale", "SSE.Views.Toolbar.tipIncFont": "Augmenter la taille de la police", "SSE.Views.Toolbar.tipInsertChart": "Insérer un graphique", - "SSE.Views.Toolbar.tipInsertChartSpark": "Insérer une graphique ou sparkline", + "SSE.Views.Toolbar.tipInsertChartSpark": "Insérer un graphique", "SSE.Views.Toolbar.tipInsertEquation": "Insérer une équation", "SSE.Views.Toolbar.tipInsertHyperlink": "Ajouter un lien hypertexte", "SSE.Views.Toolbar.tipInsertImage": "Insérer une image", diff --git a/apps/spreadsheeteditor/mobile/locale/fr.json b/apps/spreadsheeteditor/mobile/locale/fr.json index 0fe53533d..8dc0f427f 100644 --- a/apps/spreadsheeteditor/mobile/locale/fr.json +++ b/apps/spreadsheeteditor/mobile/locale/fr.json @@ -137,11 +137,12 @@ "SSE.Controllers.Main.errorLockedWorksheetRename": "La feuille ne peut pas être renommée pour l'instant puisque elle est renommée par un autre utilisateur", "SSE.Controllers.Main.errorMailMergeLoadFile": "Échec du chargement", "SSE.Controllers.Main.errorMailMergeSaveFile": "Fusion a échoué.", + "SSE.Controllers.Main.errorMaxPoints": "Le nombre maximal de points par graphique est 4096.", "SSE.Controllers.Main.errorMoveRange": "Impossible de modifier une partie d'une cellule fusionnée", "SSE.Controllers.Main.errorOpenWarning": "La longueur de l'une des formules dans le fichier a dépassé
    le nombre de caractères autorisé, et la formule a été supprimée.", "SSE.Controllers.Main.errorOperandExpected": "La syntaxe de la saisie est incorrecte. Veuillez vérifier la présence de l'une des parenthèses - '(' ou ')'.", "SSE.Controllers.Main.errorPasteMaxRange": "La zone de copie ne correspond pas à la zone de collage.
    Sélectionnez une zone avec la même taille ou cliquez sur la première cellule d'une ligne pour coller les cellules sélectionnées.", - "SSE.Controllers.Main.errorPrintMaxPagesCount": "Malheureusement, il n’est pas possible d’imprimer plus de 1500 pages à la fois en utilisant la version actuelle du programme.
    Cette restriction sera supprimée dans la version future.", + "SSE.Controllers.Main.errorPrintMaxPagesCount": "Malheureusement, il n’est pas possible d’imprimer plus de 1500 pages à la fois en utilisant la version actuelle du programme.
    Cette restriction sera supprimée dans les versions futures.", "SSE.Controllers.Main.errorProcessSaveResult": "Échec de l'enregistrement", "SSE.Controllers.Main.errorServerVersion": "La version de l'éditeur a été mise à jour. La page sera rechargée pour appliquer les modifications.", "SSE.Controllers.Main.errorSessionAbsolute": "Votre session a expiré. Veuillez recharger la page.", @@ -194,7 +195,7 @@ "SSE.Controllers.Main.textContactUs": "Contacter l'équipe de ventes", "SSE.Controllers.Main.textDone": "Terminé", "SSE.Controllers.Main.textLoadingDocument": "Chargement du document", - "SSE.Controllers.Main.textNoLicenseTitle": "La version open source de ONLYOFFICE", + "SSE.Controllers.Main.textNoLicenseTitle": "Limitation de connexion ONLYOFFICE", "SSE.Controllers.Main.textOK": "OK", "SSE.Controllers.Main.textPassword": "Mot de passe", "SSE.Controllers.Main.textPreloader": "Chargement en cours...", @@ -204,7 +205,8 @@ "SSE.Controllers.Main.textUsername": "Nom d'utilisateur", "SSE.Controllers.Main.titleLicenseExp": "Licence expirée", "SSE.Controllers.Main.titleServerVersion": "L'éditeur est mis à jour", - "SSE.Controllers.Main.titleUpdateVersion": "Version a été modifiée", + "SSE.Controllers.Main.titleUpdateVersion": "La version a été modifiée", + "SSE.Controllers.Main.txtAccent": "Accentuation", "SSE.Controllers.Main.txtArt": "Entrez votre texte", "SSE.Controllers.Main.txtBasicShapes": "Formes de base", "SSE.Controllers.Main.txtButtons": "Boutons", @@ -222,6 +224,27 @@ "SSE.Controllers.Main.txtSeries": "Série", "SSE.Controllers.Main.txtSpace": "Espace", "SSE.Controllers.Main.txtStarsRibbons": "Étoiles et rubans", + "SSE.Controllers.Main.txtStyle_Bad": "Incorrect", + "SSE.Controllers.Main.txtStyle_Calculation": "Calcul", + "SSE.Controllers.Main.txtStyle_Check_Cell": "Vérifier la cellule", + "SSE.Controllers.Main.txtStyle_Comma": "Virgule", + "SSE.Controllers.Main.txtStyle_Currency": "Devise", + "SSE.Controllers.Main.txtStyle_Explanatory_Text": "Texte d'explication", + "SSE.Controllers.Main.txtStyle_Good": "Correct", + "SSE.Controllers.Main.txtStyle_Heading_1": "Titre 1", + "SSE.Controllers.Main.txtStyle_Heading_2": "Titre 2", + "SSE.Controllers.Main.txtStyle_Heading_3": "Titre 3", + "SSE.Controllers.Main.txtStyle_Heading_4": "Titre 4", + "SSE.Controllers.Main.txtStyle_Input": "Entrée", + "SSE.Controllers.Main.txtStyle_Linked_Cell": "Cellule liée", + "SSE.Controllers.Main.txtStyle_Neutral": "Neutre", + "SSE.Controllers.Main.txtStyle_Normal": "Normal", + "SSE.Controllers.Main.txtStyle_Note": "Remarque", + "SSE.Controllers.Main.txtStyle_Output": "Sortie", + "SSE.Controllers.Main.txtStyle_Percent": "Pourcentage", + "SSE.Controllers.Main.txtStyle_Title": "Titre", + "SSE.Controllers.Main.txtStyle_Total": "Total", + "SSE.Controllers.Main.txtStyle_Warning_Text": "Texte d'avertissement", "SSE.Controllers.Main.txtTab": "Tabulation", "SSE.Controllers.Main.txtXAxis": "Axe X", "SSE.Controllers.Main.txtYAxis": "Axe Y", @@ -233,7 +256,8 @@ "SSE.Controllers.Main.uploadImageTextText": "Chargement d'une image en cours...", "SSE.Controllers.Main.uploadImageTitleText": "Chargement d'une image", "SSE.Controllers.Main.warnLicenseExp": "Votre licence a expiré.
    Veuillez mettre à jour votre licence et actualisez la page.", - "SSE.Controllers.Main.warnNoLicense": "Vous utilisez la version open source de ONLYOFFICE. La version a des limitations en connexions simultanées au serveur de documents (20 connexions à la fois).
    Pour en avoir plus, veuillez envisager l'achat d'une licence commerciale.", + "SSE.Controllers.Main.warnNoLicense": "Cette version de ONLYOFFICE Editors a certaines limitations pour les connexions simultanées au serveur de documents.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", + "SSE.Controllers.Main.warnNoLicenseUsers": "Cette version de ONLYOFFICE Editors a certaines limitations pour les utilisateurs simultanés.
    Si vous avez besoin de plus, pensez à mettre à jour votre licence actuelle ou à acheter une licence commerciale.", "SSE.Controllers.Main.warnProcessRightsChange": "Le droit d'édition du fichier vous a été refusé.", "SSE.Controllers.Search.textNoTextFound": "Le texte est introuvable", "SSE.Controllers.Search.textReplaceAll": "Remplacer tout", @@ -456,6 +480,7 @@ "SSE.Views.Settings.textFindAndReplace": "Rechercher et remplacer", "SSE.Views.Settings.textHelp": "Aide", "SSE.Views.Settings.textLoading": "Chargement en cours...", + "SSE.Views.Settings.textPoweredBy": "Propulsé par ", "SSE.Views.Settings.textSettings": "Paramètres", "SSE.Views.Settings.textTel": "tél.", "SSE.Views.Settings.textVersion": "Version", From f2268b99964d6fb70186460e322211300e511a31 Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Mon, 12 Mar 2018 10:52:21 +0300 Subject: [PATCH 24/39] Add all files in sdkjs/common/Images to build directory --- build/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.json b/build/common.json index bbe9f8883..b835d4ece 100644 --- a/build/common.json +++ b/build/common.json @@ -15,7 +15,7 @@ "expand": true, "cwd": "../../sdkjs/common/", "src": [ - "Images/*.cur", + "Images/*", "Native/*.js" ], "dest": "../deploy/sdkjs/common/" From f3aa2b4b32301c26ec5cc997feebeb34fa5315ac Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 12 Mar 2018 11:59:35 +0300 Subject: [PATCH 25/39] [DE] Fix Bug 37162 --- apps/documenteditor/main/resources/less/statusbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/resources/less/statusbar.less b/apps/documenteditor/main/resources/less/statusbar.less index 98b196f4a..bfcb6842d 100644 --- a/apps/documenteditor/main/resources/less/statusbar.less +++ b/apps/documenteditor/main/resources/less/statusbar.less @@ -214,4 +214,4 @@ .button-normal-icon(btn-ic-zoomtowidth, 55, @toolbar-icon-size); .button-normal-icon(btn-ic-zoomtopage, 56, @toolbar-icon-size); -.button-normal-icon(btn-ic-changes, 68, @toolbar-icon-size); +.button-normal-icon(btn-ic-changes, 30, @toolbar-icon-size); From eace54100d7bc05401a459aea9695ac92d0b5568 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 12 Mar 2018 12:11:22 +0300 Subject: [PATCH 26/39] [DE] Fix Bug 37170 --- apps/documenteditor/main/app/controller/Toolbar.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/documenteditor/main/app/controller/Toolbar.js b/apps/documenteditor/main/app/controller/Toolbar.js index 471cbcccd..6af47e794 100644 --- a/apps/documenteditor/main/app/controller/Toolbar.js +++ b/apps/documenteditor/main/app/controller/Toolbar.js @@ -568,6 +568,8 @@ define([ }, onApiPageSize: function(w, h) { + if (this._state.pgorient===undefined) return; + var width = this._state.pgorient ? w : h, height = this._state.pgorient ? h : w; if (Math.abs(this._state.pgsize[0] - w) > 0.01 || From 898e0086d5b8b0bd1052e7ba4e0c4f7304c8408b Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 12 Mar 2018 12:41:29 +0300 Subject: [PATCH 27/39] Fix Bug 37177 --- apps/common/main/lib/template/CommentsPopover.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/common/main/lib/template/CommentsPopover.template b/apps/common/main/lib/template/CommentsPopover.template index e96797333..20f185e2e 100644 --- a/apps/common/main/lib/template/CommentsPopover.template +++ b/apps/common/main/lib/template/CommentsPopover.template @@ -5,7 +5,7 @@

    <%=scope.getUserName(username)%>
    <%=date%>
    <% if (!editTextInPopover || hint) { %> - + <% } else { %>
    @@ -27,7 +27,7 @@
    <%=scope.getUserName(item.get("username"))%>
    <%=item.get("date")%>
    <% if (!item.get("editTextInPopover")) { %> - + <% if (!hint) { %>
    <% if (item.get("editable")) { %> From bc30e303da9e58c988b9582ecd08069afaaf0bad Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 12 Mar 2018 14:50:41 +0300 Subject: [PATCH 28/39] [DE] Fix Bug 37163 --- apps/documenteditor/main/app/template/LeftMenu.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/template/LeftMenu.template b/apps/documenteditor/main/app/template/LeftMenu.template index ad40fa7e8..01f72350d 100644 --- a/apps/documenteditor/main/app/template/LeftMenu.template +++ b/apps/documenteditor/main/app/template/LeftMenu.template @@ -15,7 +15,7 @@