From 2f69af5746f2a43920f94fb837f1a43b0904fbd0 Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 8 Feb 2024 16:37:01 +0300 Subject: [PATCH] Update web editors and app to v7.4 --- Web/App_GlobalResources/Resource.resx | 12 ++ .../MobileApps/4133_mob_file_encryption.ascx | 2 +- .../4229_mobile_se_file_encryption.ascx | 2 +- .../4308_mob_andr_switch_modes.ascx | 2 +- .../4340_mob_andr_drawing_operations.ascx | 3 + .../4341_mob_andr_add_hyphenation.ascx | 3 + .../4630_mob_ios_pe_file_encryption.ascx | 2 +- .../MobileApps/5136_andr_web_de_macros.ascx | 2 +- .../5138_andr_web_docs_encryption.ascx | 3 + .../5139_andr_web_docs_switch_modes.ascx | 3 + .../5139_andr_web_docs_version_history.ascx | 3 + .../5234_andr_web_se_version_history.ascx | 3 + .../5337_andr_web_pe_version_history.ascx | 3 + .../AndrNavDoc/AndrNavDoc.ascx | 2 +- .../AndrSwitchModes/AndrSwitchModes.ascx | 2 +- .../AndrDETableOfContents.ascx | 2 + .../AndrChangeTextWrapping.ascx | 25 ++-- .../AndrDrawingOperations.ascx | 109 ++++++++++++++++++ .../AndrInsertAutoshapes.ascx | 13 ++- .../AndrInsertCharts/AndrInsertCharts.ascx | 5 +- .../AndrInsertImages/AndrInsertImages.ascx | 58 ++++++---- .../AndrManipulateObjects.ascx | 21 ++-- .../AndrAddHyphenation.ascx | 45 ++++++++ .../AndrSetPageParameters.ascx | 4 +- .../AndrAlignTextInParagraph.ascx | 43 ++++--- .../AndrAddHyperlinks/AndrAddHyperlinks.ascx | 2 +- .../AndrApplyFontStyles.ascx | 4 +- .../AndrSetFontTypeSizeColor.ascx | 2 +- .../AndrDEEncryption/AndrDEEncryption.ascx | 60 ---------- .../AndrEncryption/AndrEncryption.ascx | 93 +++++++++++++++ .../AndrEncryption.de.ascx} | 0 .../AndrFindReplaceFunc.ascx | 2 +- .../AndrSaveExportPrintDoc.ascx | 31 ++++- .../AndrViewDocInfo/AndrViewDocInfo.ascx | 6 +- .../AndrMobileDocsOverview.ascx | 15 ++- .../AndrPEInsertAutoshapes.ascx | 4 +- .../AndrPEInsertImages.ascx | 32 +++-- .../AndrPEInsertTables.ascx | 4 +- .../AndrApplyTransitions.ascx | 3 +- .../AndrChangePresentationTheme.ascx | 15 +-- .../AndrChangeSlideBg/AndrChangeSlideBg.ascx | 3 +- .../AndrChangeSlideLayout.ascx | 4 +- .../AndrManageSlides/AndrManageSlides.ascx | 68 ++--------- .../AndrPreviewPresentation.ascx | 2 +- .../AndrPEAddHyperlinks.ascx | 2 +- .../AndrPEAlignTextInParagraph.ascx | 33 +++--- .../AndrPEApplyFontStyles.ascx | 5 +- .../AndrPEInsertText/AndrPEInsertText.ascx | 2 +- .../AndrPESetFontTypeSizeColor.ascx | 2 +- .../AndrEncryption.ascx} | 10 +- .../AndrEncryption.de.ascx} | 0 .../AndrPEDownloadPpt/AndrPEDownloadPpt.ascx | 26 ++++- .../AndrPEPrintPpt/AndrPEPrintPpt.ascx | 14 +-- .../AndrPEUseTheFindFunc.ascx | 8 +- .../AndrViewPptInfo/AndrViewPptInfo.ascx | 10 +- .../AndrSEHyperlink/AndrSEHyperlink.ascx | 11 +- .../AndrSEAlignData/AndrSEAlignData.ascx | 33 +++--- .../AndrSelectiveClear.ascx | 2 +- .../AndrWrapText/AndrWrapText.ascx | 6 +- .../AndrInsertFormulas.ascx | 2 +- .../AndrSEInsertAutoshapes.ascx | 70 ++++++----- .../AndrSEInsertCharts.ascx | 2 +- .../AndrSEInsertImages.ascx | 30 +++-- .../AndrSEManipulateObjects.ascx | 20 ++-- .../AndrManageSheets/AndrManageSheets.ascx | 2 +- .../AndrSortFilter/AndrSortFilter.ascx | 8 +- .../AndrEncryption.ascx} | 10 +- .../AndrSaveExportPrintSpreadsheet.ascx | 31 ++++- .../AndrViewSpreadsheetInfo.ascx | 8 +- .../AndrWebOpenCreateFiles.ascx | 10 +- .../AndrWebNavDoc/AndrWebNavDoc.ascx | 8 +- .../AndrWebSwitchModes.ascx | 31 +++++ .../AndrWebDETableOfContents.ascx | 3 + .../AndrWebAdjustChartSettings.ascx | 12 +- .../AndrWebChangeTextWrapping.ascx | 6 +- .../AndrWebInsertAutoshapes.ascx | 12 +- .../AndrWebInsertImages.ascx | 30 +++-- .../AndrWebInsertTables.ascx | 2 +- .../AndrWebManipulateObjects.ascx | 2 +- .../AndrWebCreateLists.ascx | 18 ++- .../AndrWebAddHyperlinks.ascx | 53 ++++----- .../AndrWebApplyFontStyles.ascx | 2 +- .../AndrWebSetFontTypeSizeColor.ascx | 2 +- .../AndrWebCollaborativeEditing.ascx | 11 +- .../AndrWebEncryption/AndrWebEncryption.ascx | 86 ++++++++++++++ .../AndrWebSaveExportPrintDoc.ascx | 4 +- .../AndrWebVersionHistory.ascx | 59 ++++++++++ .../AndrWebViewDocInfo.ascx | 7 +- .../AndrWebPEAdjustChartSettings.ascx | 12 +- .../AndrWebPEInsertAutoshapes.ascx | 8 +- .../AndrWebPEInsertImages.ascx | 24 ++-- .../AndrWebPEInsertTables.ascx | 4 +- .../AndrWebPEManipulateObjects.ascx | 2 +- .../AndrWebApplyTransitions.ascx | 1 + .../AndrWebPETableOfContents.ascx | 1 + .../AndrWebPEAddHyperlinks.ascx | 6 +- .../AndrWebPECreateLists.ascx | 22 +++- .../AndrWebPEInsertText.ascx | 2 +- .../AndrWebPptCollaborativeEditing.ascx | 7 +- .../AndrWebVersionHistory.ascx | 59 ++++++++++ .../AndrWebViewPptInfo.ascx | 6 + .../AndrWebSEFontTypeSizeColor.ascx | 2 +- .../AndrWebSEHyperlink.ascx | 30 ++--- .../AndrWebAddCellBorders.ascx | 2 +- .../AndrWebApplyCellStyle.ascx | 2 +- .../AndrWebCellBgColor.ascx | 2 +- .../AndrWebMergeCells/AndrWebMergeCells.ascx | 4 +- .../AndrWebSEAlignData.ascx | 2 +- .../AndrWebSENumberFormat.ascx | 2 +- .../AndrWebWrapText/AndrWebWrapText.ascx | 2 +- .../AndrWebSEInsertAutoshapes.ascx | 10 +- .../AndrWebSEInsertCharts.ascx | 6 +- .../AndrWebSEInsertImages.ascx | 45 +++++--- .../AndrWebSEManipulateObjects.ascx | 22 ++-- .../AndrWebManageSheets.ascx | 8 +- .../AndrWebSortFilter/AndrWebSortFilter.ascx | 4 +- .../AndrWebSESelectCutCopyPaste.ascx | 9 +- .../AndrWebSETableOfContents.ascx | 1 + .../AndrWebVersionHistory.ascx | 59 ++++++++++ .../AndrWebViewSpreadsheetInfo.ascx | 8 +- .../AndrWebXlsCollaborativeEditing.ascx | 5 +- .../Documents/AndroidDocumentEditor.ascx | 2 + .../Documents/AndroidDocumentEditor.de.ascx | 1 + .../Documents/AndroidWebDocumentEditor.ascx | 3 + .../AndroidWebPresentationEditor.ascx | 1 + .../AndroidWebSpreadsheetEditor.ascx | 3 +- .../basic-editing-operations.ascx | 1 + .../Tags/insert-objects/insert-objects.ascx | 1 + .../onlyoffice-online-editor-settings.ascx | 38 +++--- .../operations-with-files.ascx | 104 +++++++++-------- .../Tags/page-formatting/page-formatting.ascx | 1 + .../drawing-operations.aspx | 24 ++++ .../page-formatting/add-hyphenation.aspx | 24 ++++ .../tools-and-settings/file-encryption.aspx | 2 +- .../tools-and-settings/file-encryption.aspx | 2 +- .../tools-and-settings/file-encryption.aspx | 2 +- .../basic-operations/switch-modes.aspx | 22 ++++ .../tools-and-settings/file-encryption.aspx | 14 +++ .../tools-and-settings/version-history.aspx | 24 ++++ .../tools-and-settings/version-history.aspx | 22 ++++ .../tools-and-settings/version-history.aspx | 22 ++++ .../Android/Presentations/about_icon.png | Bin 764 -> 560 bytes .../Android/Presentations/accept.png | Bin 0 -> 389 bytes .../Android/Presentations/add_comments.png | Bin 7509 -> 7297 bytes .../Android/Presentations/addslide2_local.png | Bin 13393 -> 13225 bytes .../Android/Presentations/addslide_local.png | Bin 959 -> 282 bytes .../Android/Presentations/border.png | Bin 0 -> 5065 bytes .../Android/Presentations/bordertype.png | Bin 5381 -> 8908 bytes .../Android/Presentations/chart_style.png | Bin 14165 -> 31002 bytes .../Android/Presentations/chart_type.png | Bin 8922 -> 12115 bytes .../Presentations/collaborationicon.png | Bin 957 -> 602 bytes .../Android/Presentations/commentsicon.png | Bin 0 -> 659 bytes .../Android/Presentations/commentspanel.png | Bin 8400 -> 9850 bytes .../Android/Presentations/currentcomment.png | Bin 8614 -> 10083 bytes .../Android/Presentations/documentinfo.png | Bin 607 -> 571 bytes .../Presentations/downloaddocument.png | Bin 460 -> 418 bytes .../Android/Presentations/encryptfile.png | Bin 0 -> 7408 bytes .../Presentations/encryptfile_local.png | Bin 0 -> 7408 bytes .../Presentations/encryptfile_open.png | Bin 0 -> 5068 bytes .../Presentations/encryptfile_open_local.png | Bin 0 -> 5068 bytes .../Android/Presentations/exportdocument.png | Bin 482 -> 357 bytes .../Android/Presentations/externallink.png | Bin 16709 -> 11669 bytes .../Documents/Android/Presentations/image.png | Bin 0 -> 490 bytes .../Android/Presentations/image_border.png | Bin 0 -> 7075 bytes .../Presentations/image_icon_local.png | Bin 0 -> 601 bytes .../Android/Presentations/internallink.png | Bin 16592 -> 9866 bytes .../Android/Presentations/layouts.png | Bin 6510 -> 6639 bytes .../Android/Presentations/navigation.png | Bin 83784 -> 83498 bytes .../navigation_landscape_local.png | Bin 171859 -> 172303 bytes .../Presentations/navigation_local.png | Bin 169696 -> 169860 bytes .../Presentations/paragraph_indent.png | Bin 5854 -> 9427 bytes .../Presentations/paragraph_indent_local.png | Bin 5688 -> 7674 bytes .../Presentations/paragraph_list_bulleted.png | Bin 0 -> 9814 bytes .../Presentations/paragraph_list_custom.png | Bin 0 -> 10865 bytes .../Presentations/paragraph_list_numbered.png | Bin 0 -> 10755 bytes .../Presentations/paragraph_spacing.png | Bin 4731 -> 10257 bytes .../Android/Presentations/print_local.png | Bin 0 -> 556 bytes .../Android/Presentations/printdocument.png | Bin 218 -> 392 bytes .../Android/Presentations/restore_version.png | Bin 0 -> 12466 bytes .../Presentations/search_options_local.png | Bin 1103 -> 349 bytes .../search_options_panel_local.png | Bin 6943 -> 7791 bytes .../Presentations/search_panel_local.png | Bin 1841 -> 2361 bytes .../search_panel_with_text_local.png | Bin 2656 -> 3209 bytes .../search_replace_panel_local.png | Bin 5650 -> 6761 bytes .../Android/Presentations/sendacopy.png | Bin 0 -> 623 bytes .../Android/Presentations/settings_local.png | Bin 1103 -> 349 bytes .../Android/Presentations/styleoptions.png | Bin 11502 -> 34781 bytes .../Android/Presentations/tablefill.png | Bin 6679 -> 9107 bytes .../Presentations/textsettingspanel.png | Bin 5579 -> 8512 bytes .../Presentations/textsettingspanel_local.png | Bin 6410 -> 8602 bytes .../Android/Presentations/transition.png | Bin 5482 -> 9335 bytes .../Presentations/transition_local.png | Bin 7795 -> 8491 bytes .../Android/Presentations/transitionicon.png | Bin 0 -> 491 bytes .../Android/Presentations/usersicon.png | Bin 0 -> 774 bytes .../Android/Presentations/userspanel.png | Bin 7476 -> 5415 bytes .../Android/Presentations/version_history.png | Bin 0 -> 10496 bytes .../version_history_editor_icon.png | Bin 0 -> 768 bytes .../Presentations/version_history_icon.png | Bin 0 -> 682 bytes .../Android/Spreadsheets/about_icon.png | Bin 754 -> 561 bytes .../Documents/Android/Spreadsheets/accept.png | Bin 0 -> 382 bytes .../Documents/Android/Spreadsheets/border.png | Bin 0 -> 4792 bytes .../Spreadsheets/cell_background_local.png | Bin 10480 -> 9431 bytes .../Spreadsheets/cell_borders_local.png | Bin 9488 -> 7583 bytes .../Spreadsheets/cellsettingspanel.png | Bin 4272 -> 5416 bytes .../Spreadsheets/cellsettingspanel_local.png | Bin 6551 -> 6898 bytes .../Android/Spreadsheets/cellstyles.png | Bin 6299 -> 11083 bytes .../Android/Spreadsheets/cellstyles_local.png | Bin 18392 -> 15973 bytes .../Spreadsheets/chart_horizontal_axis.png | Bin 6512 -> 10215 bytes .../Android/Spreadsheets/chart_layout.png | Bin 5146 -> 8008 bytes .../Android/Spreadsheets/chart_style.png | Bin 11818 -> 30757 bytes .../Android/Spreadsheets/chart_type.png | Bin 9275 -> 12617 bytes .../Spreadsheets/chart_vertical_axis.png | Bin 5391 -> 7555 bytes .../Spreadsheets/collaborationicon.png | Bin 1026 -> 892 bytes .../Android/Spreadsheets/commentsicon.png | Bin 0 -> 624 bytes .../Android/Spreadsheets/commentspanel.png | Bin 7520 -> 8958 bytes .../Spreadsheets/commentspanel_local.png | Bin 23941 -> 18684 bytes .../Android/Spreadsheets/currentcomment.png | Bin 7729 -> 9172 bytes .../Android/Spreadsheets/encryptfile.png | Bin 0 -> 7597 bytes .../Spreadsheets/encryptfile_local.png | Bin 0 -> 7597 bytes .../Android/Spreadsheets/encryptfile_open.png | Bin 0 -> 4904 bytes .../Spreadsheets/encryptfile_open_local.png | Bin 0 -> 4904 bytes .../Android/Spreadsheets/exportdocument.png | Bin 483 -> 341 bytes .../Android/Spreadsheets/externallink.png | Bin 6926 -> 8416 bytes .../Android/Spreadsheets/fileencryption.png | Bin 9824 -> 0 bytes .../Spreadsheets/fileencryption_open.png | Bin 3298 -> 0 bytes .../Spreadsheets/filterwindow_local.png | Bin 10584 -> 8597 bytes .../Spreadsheets/format_panel_local.png | Bin 8133 -> 6938 bytes .../Android/Spreadsheets/image_border.png | Bin 0 -> 7056 bytes .../Documents/Android/Spreadsheets/info.png | Bin 606 -> 542 bytes .../Android/Spreadsheets/internallink.png | Bin 7840 -> 7772 bytes .../Android/Spreadsheets/navigatesheets2.png | Bin 3461 -> 2688 bytes .../Spreadsheets/picturefromurl_local.png | Bin 0 -> 660 bytes .../Android/Spreadsheets/print_local.png | Bin 0 -> 563 bytes .../Android/Spreadsheets/printdocument.png | Bin 223 -> 352 bytes .../Android/Spreadsheets/restore_version.png | Bin 0 -> 12452 bytes .../Android/Spreadsheets/selectiveclear.png | Bin 3854 -> 4138 bytes .../Android/Spreadsheets/sendacopy.png | Bin 0 -> 632 bytes .../Android/Spreadsheets/spreadsheetinfo.png | Bin 0 -> 547 bytes .../Spreadsheets/text_settings_panel.png | Bin 5171 -> 7765 bytes .../text_settings_panel_local.png | Bin 0 -> 7320 bytes .../Android/Spreadsheets/textcolor_local.png | Bin 10709 -> 9965 bytes .../Spreadsheets/textformat_panel_local.png | Bin 9490 -> 4989 bytes .../Android/Spreadsheets/usersicon.png | Bin 0 -> 761 bytes .../Android/Spreadsheets/userspanel.png | Bin 6974 -> 5097 bytes .../Android/Spreadsheets/version_history.png | Bin 0 -> 10594 bytes .../version_history_editor_icon.png | Bin 0 -> 772 bytes .../Spreadsheets/version_history_icon.png | Bin 0 -> 680 bytes .../Mobile/Documents/Android/about_icon.png | Bin 882 -> 510 bytes .../Help/Mobile/Documents/Android/accept.png | Bin 0 -> 372 bytes .../Mobile/Documents/Android/alignbottom.png | Bin 0 -> 329 bytes .../Mobile/Documents/Android/alignmiddle.png | Bin 0 -> 481 bytes .../Mobile/Documents/Android/aligntop.png | Bin 0 -> 387 bytes .../Help/Mobile/Documents/Android/border.png | Bin 0 -> 5139 bytes .../Mobile/Documents/Android/bordertype.png | Bin 5550 -> 8993 bytes .../Mobile/Documents/Android/chart_style.png | Bin 12346 -> 31855 bytes .../Mobile/Documents/Android/chart_type.png | Bin 9532 -> 11717 bytes .../Documents/Android/collaborationicon.png | Bin 1012 -> 881 bytes .../Mobile/Documents/Android/commentsicon.png | Bin 0 -> 622 bytes .../Documents/Android/commentspanel.png | Bin 7907 -> 9355 bytes .../Documents/Android/commentspanel_local.png | Bin 32249 -> 26411 bytes .../Documents/Android/currentcomment.png | Bin 8013 -> 9469 bytes .../Mobile/Documents/Android/deeplink.png | Bin 14727 -> 12034 bytes .../Mobile/Documents/Android/documentinfo.png | Bin 632 -> 551 bytes .../Mobile/Documents/Android/draw_icon.png | Bin 0 -> 744 bytes .../Documents/Android/draw_settings.png | Bin 0 -> 17737 bytes .../Documents/Android/draw_settings_icon.png | Bin 0 -> 870 bytes .../Documents/Android/editdoc_local.png | Bin 1338 -> 714 bytes .../Mobile/Documents/Android/encryptfile.png | Bin 0 -> 12826 bytes .../Documents/Android/encryptfile_local.png | Bin 0 -> 7754 bytes .../Documents/Android/encryptfile_open.png | Bin 0 -> 8219 bytes .../Android/encryptfile_open_local.png | Bin 0 -> 4833 bytes .../Documents/Android/exportdocument.png | Bin 483 -> 297 bytes .../Documents/Android/fontcolor_local.png | Bin 10699 -> 12118 bytes .../Documents/Android/headersettings.png | Bin 15251 -> 14175 bytes .../Documents/Android/headersettings2.png | Bin 12628 -> 14113 bytes .../Help/Mobile/Documents/Android/image.png | Bin 0 -> 521 bytes .../Mobile/Documents/Android/image_border.png | Bin 0 -> 7990 bytes .../Documents/Android/image_icon_local.png | Bin 544 -> 680 bytes .../Documents/Android/image_reshape_local.png | Bin 13766 -> 10824 bytes .../Mobile/Documents/Android/insertlink.png | Bin 6579 -> 10078 bytes .../Documents/Android/mobileview_local.png | Bin 1466 -> 392 bytes .../Documents/Android/paragraph_indent.png | Bin 5727 -> 9251 bytes .../Android/paragraph_indent_local.png | Bin 7244 -> 7007 bytes .../Android/paragraph_list - Copy.png | Bin 5778 -> 0 bytes .../Android/paragraph_list_bulleted.png | Bin 0 -> 9901 bytes .../Android/paragraph_list_multilevel.png | Bin 0 -> 14327 bytes .../Android/paragraph_list_numbered.png | Bin 0 -> 10824 bytes .../Android/paragraph_style_local.png | Bin 11450 -> 9032 bytes .../Help/Mobile/Documents/Android/print.png | Bin 0 -> 584 bytes .../Mobile/Documents/Android/print_local.png | Bin 0 -> 582 bytes .../Documents/Android/protectdocument.png | Bin 0 -> 28697 bytes .../Android/protectdocument_icon.png | Bin 0 -> 544 bytes .../Android/protectdocument_local.png | Bin 0 -> 18666 bytes .../Mobile/Documents/Android/protection.png | Bin 0 -> 376 bytes .../Documents/Android/restore_version.png | Bin 0 -> 12460 bytes .../Documents/Android/reviewchanges_local.png | Bin 12715 -> 10442 bytes .../Mobile/Documents/Android/reviewicon.png | Bin 0 -> 683 bytes .../Documents/Android/searchreplace.png | Bin 588 -> 456 bytes .../Mobile/Documents/Android/sendacopy.png | Bin 0 -> 645 bytes .../Documents/Android/shape_fill_local.png | Bin 8872 -> 11517 bytes .../Documents/Android/shape_fill_local2.png | Bin 7963 -> 13722 bytes .../Documents/Android/shape_fill_local3.png | Bin 5683 -> 7499 bytes .../Documents/Android/shape_fill_local4.png | Bin 6143 -> 8198 bytes .../Mobile/Documents/Android/startscreen.png | Bin 30158 -> 25207 bytes .../Android/startscreen_personal.png | Bin 36302 -> 30349 bytes .../Android/textadvancedsettings_local.png | Bin 11736 -> 9544 bytes .../Documents/Android/textsettingspanel.png | Bin 5638 -> 8436 bytes .../Android/textsettingspanel_local.png | Bin 7903 -> 8589 bytes .../Mobile/Documents/Android/unprotect.png | Bin 0 -> 11014 bytes .../Documents/Android/unprotect_local.png | Bin 0 -> 4452 bytes .../Mobile/Documents/Android/usersicon.png | Bin 0 -> 767 bytes .../Mobile/Documents/Android/userspanel.png | Bin 6970 -> 5092 bytes .../Documents/Android/version_history.png | Bin 0 -> 10491 bytes .../Android/version_history_editor_icon.png | Bin 0 -> 776 bytes .../Android/version_history_icon.png | Bin 0 -> 681 bytes .../Documents/Android/wrap_options_local.png | Bin 9435 -> 8721 bytes 316 files changed, 1477 insertions(+), 642 deletions(-) create mode 100644 Web/Controls/Help/ArticlesCompleteList/MobileApps/4340_mob_andr_drawing_operations.ascx create mode 100644 Web/Controls/Help/ArticlesCompleteList/MobileApps/4341_mob_andr_add_hyphenation.ascx create mode 100644 Web/Controls/Help/ArticlesCompleteList/MobileApps/5138_andr_web_docs_encryption/5138_andr_web_docs_encryption.ascx create mode 100644 Web/Controls/Help/ArticlesCompleteList/MobileApps/5139_andr_web_docs_switch_modes/5139_andr_web_docs_switch_modes.ascx create mode 100644 Web/Controls/Help/ArticlesCompleteList/MobileApps/5139_andr_web_docs_version_history.ascx create mode 100644 Web/Controls/Help/ArticlesCompleteList/MobileApps/5234_andr_web_se_version_history.ascx create mode 100644 Web/Controls/Help/ArticlesCompleteList/MobileApps/5337_andr_web_pe_version_history.ascx create mode 100644 Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrDrawingOperations/AndrDrawingOperations.ascx create mode 100644 Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrPageFormatting/AndrAddHyphenation/AndrAddHyphenation.ascx delete mode 100644 Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrDEEncryption/AndrDEEncryption.ascx create mode 100644 Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.ascx rename Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/{AndrDEEncryption/AndrDEEncryption.de.ascx => AndrEncryption/AndrEncryption.de.ascx} (100%) rename Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/{AndrPEEncryption/AndrPEEncryption.ascx => AndrEncryption/AndrEncryption.ascx} (81%) rename Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/{AndrPEEncryption/AndrPEEncryption.de.ascx => AndrEncryption/AndrEncryption.de.ascx} (100%) rename Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/{AndrSEEncryption/AndrSEEncryption.ascx => AndrEncryption/AndrEncryption.ascx} (81%) create mode 100644 Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebBasicOperations/AndrWebSwitchModes/AndrWebSwitchModes.ascx create mode 100644 Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebEncryption/AndrWebEncryption.ascx create mode 100644 Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx create mode 100644 Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx create mode 100644 Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx create mode 100644 Web/Mobile-Applications/Documents/android/android-de/operations-on-objects/drawing-operations.aspx create mode 100644 Web/Mobile-Applications/Documents/android/android-de/page-formatting/add-hyphenation.aspx create mode 100644 Web/Mobile-Applications/Documents/mobile-web-editors/android/android-web-de/basic-operations/switch-modes.aspx create mode 100644 Web/Mobile-Applications/Documents/mobile-web-editors/android/android-web-de/tools-and-settings/file-encryption.aspx create mode 100644 Web/Mobile-Applications/Documents/mobile-web-editors/android/android-web-de/tools-and-settings/version-history.aspx create mode 100644 Web/Mobile-Applications/Documents/mobile-web-editors/android/android-web-pe/tools-and-settings/version-history.aspx create mode 100644 Web/Mobile-Applications/Documents/mobile-web-editors/android/android-web-se/tools-and-settings/version-history.aspx create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/accept.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/border.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/commentsicon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/encryptfile.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/encryptfile_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/encryptfile_open.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/encryptfile_open_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/image.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/image_border.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/image_icon_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/paragraph_list_bulleted.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/paragraph_list_custom.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/paragraph_list_numbered.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/print_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/restore_version.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/sendacopy.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/transitionicon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/usersicon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/version_history.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/version_history_editor_icon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Presentations/version_history_icon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/accept.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/border.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/commentsicon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/encryptfile.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/encryptfile_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/encryptfile_open.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/encryptfile_open_local.png delete mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/fileencryption.png delete mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/fileencryption_open.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/image_border.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/picturefromurl_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/print_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/restore_version.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/sendacopy.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/spreadsheetinfo.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/text_settings_panel_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/usersicon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/version_history.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/version_history_editor_icon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/Spreadsheets/version_history_icon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/accept.png create mode 100644 Web/images/Help/Mobile/Documents/Android/alignbottom.png create mode 100644 Web/images/Help/Mobile/Documents/Android/alignmiddle.png create mode 100644 Web/images/Help/Mobile/Documents/Android/aligntop.png create mode 100644 Web/images/Help/Mobile/Documents/Android/border.png create mode 100644 Web/images/Help/Mobile/Documents/Android/commentsicon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/draw_icon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/draw_settings.png create mode 100644 Web/images/Help/Mobile/Documents/Android/draw_settings_icon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/encryptfile.png create mode 100644 Web/images/Help/Mobile/Documents/Android/encryptfile_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/encryptfile_open.png create mode 100644 Web/images/Help/Mobile/Documents/Android/encryptfile_open_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/image.png create mode 100644 Web/images/Help/Mobile/Documents/Android/image_border.png delete mode 100644 Web/images/Help/Mobile/Documents/Android/paragraph_list - Copy.png create mode 100644 Web/images/Help/Mobile/Documents/Android/paragraph_list_bulleted.png create mode 100644 Web/images/Help/Mobile/Documents/Android/paragraph_list_multilevel.png create mode 100644 Web/images/Help/Mobile/Documents/Android/paragraph_list_numbered.png create mode 100644 Web/images/Help/Mobile/Documents/Android/print.png create mode 100644 Web/images/Help/Mobile/Documents/Android/print_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/protectdocument.png create mode 100644 Web/images/Help/Mobile/Documents/Android/protectdocument_icon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/protectdocument_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/protection.png create mode 100644 Web/images/Help/Mobile/Documents/Android/restore_version.png create mode 100644 Web/images/Help/Mobile/Documents/Android/reviewicon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/sendacopy.png create mode 100644 Web/images/Help/Mobile/Documents/Android/unprotect.png create mode 100644 Web/images/Help/Mobile/Documents/Android/unprotect_local.png create mode 100644 Web/images/Help/Mobile/Documents/Android/usersicon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/version_history.png create mode 100644 Web/images/Help/Mobile/Documents/Android/version_history_editor_icon.png create mode 100644 Web/images/Help/Mobile/Documents/Android/version_history_icon.png diff --git a/Web/App_GlobalResources/Resource.resx b/Web/App_GlobalResources/Resource.resx index 712a210ff..0adacfacb 100644 --- a/Web/App_GlobalResources/Resource.resx +++ b/Web/App_GlobalResources/Resource.resx @@ -4750,4 +4750,16 @@ TRUNC function + + Switch between editing modes + + + Add hyphenation + + + Draw freehand on a document + + + Version history + \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4133_mob_file_encryption.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4133_mob_file_encryption.ascx index 40ff000fc..c1aa9e49d 100644 --- a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4133_mob_file_encryption.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4133_mob_file_encryption.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> -"> \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4229_mobile_se_file_encryption.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4229_mobile_se_file_encryption.ascx index 9257a6fb8..101ebf81a 100644 --- a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4229_mobile_se_file_encryption.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4229_mobile_se_file_encryption.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> -"> \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4308_mob_andr_switch_modes/4308_mob_andr_switch_modes.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4308_mob_andr_switch_modes/4308_mob_andr_switch_modes.ascx index 8f34e6c3c..88d83e46b 100644 --- a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4308_mob_andr_switch_modes/4308_mob_andr_switch_modes.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4308_mob_andr_switch_modes/4308_mob_andr_switch_modes.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">Switch between editing modes + href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/basic-operations/switch-modes.aspx")%>"> \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4340_mob_andr_drawing_operations.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4340_mob_andr_drawing_operations.ascx new file mode 100644 index 000000000..fb7d9e6f5 --- /dev/null +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4340_mob_andr_drawing_operations.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +"> diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4341_mob_andr_add_hyphenation.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4341_mob_andr_add_hyphenation.ascx new file mode 100644 index 000000000..53281ef08 --- /dev/null +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4341_mob_andr_add_hyphenation.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +"> \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4630_mob_ios_pe_file_encryption.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4630_mob_ios_pe_file_encryption.ascx index c1f413f3d..3832c2dde 100644 --- a/Web/Controls/Help/ArticlesCompleteList/MobileApps/4630_mob_ios_pe_file_encryption.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/4630_mob_ios_pe_file_encryption.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> -"> \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/5136_andr_web_de_macros.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5136_andr_web_de_macros.ascx index 2a87ca991..35dc40322 100644 --- a/Web/Controls/Help/ArticlesCompleteList/MobileApps/5136_andr_web_de_macros.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5136_andr_web_de_macros.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> "> + href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/mobile-web-editors/android/android-web-de/tools-and-settings/macros-settings.aspx")%>"> \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/5138_andr_web_docs_encryption/5138_andr_web_docs_encryption.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5138_andr_web_docs_encryption/5138_andr_web_docs_encryption.ascx new file mode 100644 index 000000000..51555c640 --- /dev/null +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5138_andr_web_docs_encryption/5138_andr_web_docs_encryption.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +"> diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/5139_andr_web_docs_switch_modes/5139_andr_web_docs_switch_modes.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5139_andr_web_docs_switch_modes/5139_andr_web_docs_switch_modes.ascx new file mode 100644 index 000000000..9d7da7cb8 --- /dev/null +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5139_andr_web_docs_switch_modes/5139_andr_web_docs_switch_modes.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +"> \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/5139_andr_web_docs_version_history.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5139_andr_web_docs_version_history.ascx new file mode 100644 index 000000000..1a742ebf6 --- /dev/null +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5139_andr_web_docs_version_history.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +"> \ No newline at end of file diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/5234_andr_web_se_version_history.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5234_andr_web_se_version_history.ascx new file mode 100644 index 000000000..5dcfced30 --- /dev/null +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5234_andr_web_se_version_history.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +"> diff --git a/Web/Controls/Help/ArticlesCompleteList/MobileApps/5337_andr_web_pe_version_history.ascx b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5337_andr_web_pe_version_history.ascx new file mode 100644 index 000000000..80a0ea17c --- /dev/null +++ b/Web/Controls/Help/ArticlesCompleteList/MobileApps/5337_andr_web_pe_version_history.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +"> diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrNavDoc/AndrNavDoc.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrNavDoc/AndrNavDoc.ascx index 1090384b6..6e40b9eab 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrNavDoc/AndrNavDoc.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrNavDoc/AndrNavDoc.ascx @@ -31,7 +31,7 @@

To scroll your multi-page document, swipe up/down. If the document is zoomed in, you can swipe right/left. Vertical and horizontal scroll bars also appear when you begin scrolling.<%--You can also touch and hold close to the right edge of the document until the scroll bar appears. The page indicator at the bottom of the screen shows the current page number.--%>

To zoom in the document, use the stretch gesture: place two fingers on the screen and move them apart. <%--The indicator displays the current zoom value as you move your fingers until you reach the Maximum zoom level.--%>

To zoom out the document, use the pinch gesture: place two fingers on the screen and move them together. <%--The indicator displays the current zoom value as you move your fingers until you reach the Minimum zoom level.--%>

-

To switch to the mobile view, tap the Settings icon" /> Settings icon Tools icon at the top right corner and enable the Mobile View local icon" /> Mobile View switcher. Now the document corresponds to the width of your screen.

+

To switch to the Mobile view, tap the Settings icon" /> Settings icon Tools icon at the top right corner and enable the Mobile View local icon" /> Mobile View switcher. Now the document corresponds to the width of your screen. Turn the switcher off to return to the Standart view.

diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrSwitchModes/AndrSwitchModes.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrSwitchModes/AndrSwitchModes.ascx index 9ece9672b..4bdb89bd8 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrSwitchModes/AndrSwitchModes.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrSwitchModes/AndrSwitchModes.ascx @@ -29,7 +29,7 @@

When tapping a document, it opends in Preview mode by default. In this mode, it is convenient to quickly view the contents of the document, as well as scroll through it.

To start editing the document and unlock the editing tools, tap the button Editdoc local icon" /> at the bottom right.

Once you have are done editing the document, tap the Savedoc local icon" /> button on the toolbar. The document will be saved and opened in Preview mode.

-

To exit the editor, tap the Back local icon" /> button.

+

To exit the editor, tap the Back local icon" /> Back arrow in the upper left corner.

diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrDETableOfContents/AndrDETableOfContents.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrDETableOfContents/AndrDETableOfContents.ascx index 7a51bebe1..e523d0d6a 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrDETableOfContents/AndrDETableOfContents.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrDETableOfContents/AndrDETableOfContents.ascx @@ -20,6 +20,7 @@
  • +
  • @@ -54,6 +55,7 @@
  • +
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrChangeTextWrapping/AndrChangeTextWrapping.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrChangeTextWrapping/AndrChangeTextWrapping.ascx index 4a0c8e8d6..0d574e9ab 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrChangeTextWrapping/AndrChangeTextWrapping.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrChangeTextWrapping/AndrChangeTextWrapping.ascx @@ -33,29 +33,18 @@

    If the Inline wrapping style is selected, 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.

      -
    • -
    • -

      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.

      +
    • 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.

    • +
    • 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.

    <%--

    For tables, the following two options are available: Inline and Flow.

    --%>

    To change the object wrapping style, tap the object, then tap the Edit object" /> - icon at the top toolbar, open the Wrap section at the object settings panel and tap the style you want to apply. Close the object settings panel by tapping the Return" /> icon on the left.

    + icon at the top toolbar, open the Wrap section at the object settings panel and tap the style you want to apply. Close the object settings panel by tapping the Back" /> icon on the left.

    Additional positioning options

    <%--For images and shapes, --%>

    You can also set up some additional parameters that vary depending on the selected wrapping style. Swipe up to see all the available parameters:

      diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrDrawingOperations/AndrDrawingOperations.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrDrawingOperations/AndrDrawingOperations.ascx new file mode 100644 index 000000000..d3d4938fc --- /dev/null +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrDrawingOperations/AndrDrawingOperations.ascx @@ -0,0 +1,109 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> +<%@ Register TagPrefix="cc" TagName="PositionObjTag" Src="~/Controls/Help/Tags/position-object/position-object.ascx" %> + + + +
      +

      Draw freehand on a document

      +
      +
        +
      • +
      +
      + +
      +
      +
      +

      Add a drawing

      +

      Use the Draw feature to draw freehand, add custom graphic objects, and handwritten notes.

      +
        +
      1. tap the + Insert object" /> + icon at the top toolbar to open the new object insertion panel,
      2. +
      3. switch to the Other tab" /> Other tab,
      4. +
      5. select the Draw icon" /> Draw option,
      6. +
      7. customize the drawing tool in the Draw settings: +

        Draw settings" />

        +
          +
        • Preview - displays how the stroke appears on the document.
        • +
        • Size - set the size of the stroke by dragging the slider.
        • +
        • Opacity - set the opacity level of the stroke by dragging the slider.
        • +
        • Color - select one of the available colors for the stroke or choose your own Custom color. +

          To add a new Custom Color, follow these steps:

          +
            +
          1. tap the Custom color" /> icon in the Custom colors section.
          2. +
          3. using the color palette, choose the necessary color and select its hue level, +

            Custom color" />

            +
          4. +
          5. tap the OK button to apply the color.
          6. +
          +
        • +
        +
      8. +
      9. save the changes by tapping the Accept icon" /> button in the top right corner.
      10. +
      +

      Now you can start drawing. Each drawn figure represents a shape that can be edited later. Tap the icon Draw settings icon" /> (the icon's color matches the current brush color) to open the Draw settings.

      +

      To exit drawing mode, tap the Savedoc icon" /> icon in the upper left corner.

      +

      Adjust the shape settings

      +
        +
      1. select the drawing by tapping its border (the rectangular box around the shape should be displayed as a solid line),
      2. +
      3. open the shape settings panel by +
          +
        • tapping the + Edit object" /> + icon at the top toolbar, or
        • +
        • tapping the + Edit icon local" /> + option in the pop-up menu,
        • +
        +
      4. +
      5. tap the necessary menu item: Style, Wrap, Replace, Reorder, or Advanced settings. Use the Return" /> icon on the left to return to the previous settings section. +

        The Style section allows you to enable the following options:

        +
          +
        • Border style - to change the current border style. +
            +
          • Stroke - switch the toggle to enable or disable border display.
          • +
          • Size - set the border size by dragging the slider.
          • +
          • Color - select the border color on the palette.
          • +
          • Border type - select one of the available border types.
          • +
          +

          Autoshape border" />

          +
        • +
        +
        +

        The Wrap section allows to select a text wrapping style from the available ones and adjust some additional positioning options. To learn more, please refer to the ">Change text wrapping section of this guide.

        +
        +

        The Replace section allows to replace the current shape with another one selected from the menu.

        +
        +

        The Reorder section allows to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

        +
        +

        The Advanced settings sections allows to set the Size of the drawing. Tap the Size option and define shape's Width and Height, select the Lock aspect ratio to preserve the relative width and height, if necessary.

        +
      6. +
      7. Close the shape settings panel by tapping the Close settings panel" /> cross on the right.
      8. +
      + +

      Remove the drawing

      +

      Select the drawing by tapping on it and proceed in one of the following ways:

      +
        +
      • tap the Delete icon local" /> option in the pop-up menu, or
      • +
      • open the shape settings panel by tapping the + Edit object" /> + icon at the top toolbar, swipe up and tap the Remove shape button.
      • +
      +
      +
      +
      +
      \ No newline at end of file diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertAutoshapes/AndrInsertAutoshapes.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertAutoshapes/AndrInsertAutoshapes.ascx index cad8e8150..291f804fe 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertAutoshapes/AndrInsertAutoshapes.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertAutoshapes/AndrInsertAutoshapes.ascx @@ -52,10 +52,10 @@ option in the pop-up menu,
    -
  • tap the necessary menu item: Style, Wrap, Replace or Reorder. Use the Return" /> icon on the left to return to the previous settings section. +
  • tap the necessary menu item: Style, Wrap, Replace, Reorder, or Advanced settings. Use the Return" /> icon on the left to return to the previous settings section.

    The Style section contains the following three sections:

      -
    • Fill - to fill the inner space of the autoshape with a solid color, gradient, image, or pattern. +
    • Fill shape - to fill the inner space of the autoshape with a solid color, gradient, image, or pattern.
      • On the Color tab, swipe up to see all the palettes and tap the necessary color on the Theme colors or Standard colors palette or create your own Custom color. If you don't want to use any fill, tap the Without filling" /> @@ -94,13 +94,14 @@
    • -
    • Border style - set the border: +
    • Border style - set the autoshape border.
      • Stroke - switch the toggle to enable or disable border display.
      • Size - set the border size by dragging the slider.
      • Color - select the border color on the palette.
      • Border type - select one of the available border types.
      +

      Autoshape border" />

    • Effects - to set the Opacity level by dragging the slider. The default value is 100%. It corresponds to the full opacity. The 0% value corresponds to the full transparency. You can also use the Shadow switcher to enable the shadow.
    @@ -110,8 +111,10 @@

    The Replace section allows to replace the current autoshape with another one selected from the menu.


    The Reorder section allows to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

    +
    +

    The Advanced settings sections allows to set the Size of the shape. Tap the Size option and define shape's Width and Height, select the Lock aspect ratio to preserve the relative width and height, if necessary.

  • -
  • Close the shape settings panel by tapping the Close settings panel" /> arrow on the right.
  • +
  • Close the shape settings panel by tapping the Close settings panel" /> cross on the right.
  • Add text within the autoshape

      @@ -147,7 +150,7 @@
    1. apply paragraph ">styles,
    2. -
    3. Close the shape/text settings panel by tapping the Close settings panel" /> arrow on the right or use the Return" /> icon on the left to return to the previous settings section.
    4. +
    5. Close the shape/text settings panel by tapping the Close settings panel" /> cross on the right.

    Remove the shape

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertCharts/AndrInsertCharts.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertCharts/AndrInsertCharts.ascx index e986a2b41..1be685293 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertCharts/AndrInsertCharts.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertCharts/AndrInsertCharts.ascx @@ -59,7 +59,7 @@
  • switch to the Chart tab and tap the Open settings" /> arrow next to the necessary menu item: Design, Layout, Vertical axis, Horizontal axis, Wrap, or Reorder. Use the - Return" /> + Return" /> icon on the left to return to the previous settings section.

    The Design section contains the following four tabs:

      @@ -74,13 +74,14 @@
    • Fill - to change the chart background fill by selecting a solid color. Swipe up to see all the palettes and tap the necessary color on the Theme colors or Standard colors palette or create your own Custom color. If you don't want to use any fill, tap the Without filling" /> Without filling option.
    • -
    • Border - set the border: +
    • Border - to change the current border style:
      • Stroke - switch the toggle to enable or disable border display.
      • Size - set the border size by dragging the slider.
      • Color - select the border color on the palette.
      • Border type - select one of the available border types.
      +

      Chart border" />


    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertImages/AndrInsertImages.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertImages/AndrInsertImages.ascx index 2c4b2cd84..1dd2183bb 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertImages/AndrInsertImages.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrInsertImages/AndrInsertImages.ascx @@ -35,14 +35,14 @@
  • tap the Insert object" /> icon at the top toolbar to open the new object insertion panel,
  • -
  • switch to the Image icon" /> Image tab,
  • -
  • select one of the following options to load the image: -
      -
    • the Picture from Library local" /> Picture from library option will open the Media Library where you can select the necessary file. -

      You must have appropriate permissions on your device Media Library.

      -
    • -
    • the Picture from URL" /> Picture from link option will open the Link settings panel where you can enter the necessary image web address in the Image URL field and tap the INSERT IMAGE button.
    • -
    +
  • switch to the Other tab" /> Other tab,
  • +
  • tap the insert image" /> Image option and select one of the following options to load the image: +
      +
    • the Picture from Library local" /> Picture from library option will open the Media Library where you can select the necessary file. +

      You must have appropriate permissions on your device Media Library.

      +
    • +
    • the Picture from URL" /> Picture from link option will open the Link settings panel where you can enter the necessary image web address into the Image URL field and tap the Insert image button.
    • +
  • The image will be added. Now you can change its properties and position.

    @@ -76,22 +76,38 @@

    When the image is selected, the shape settings panel is also available so that you can change the shape of the image as well as adjust its border size and color, if necessary.

    1. select the image by tapping it,
    2. -
    3. open the shape/image settings panel by -
        -
      • tapping the - Edit object" /> - icon at the top toolbar, or
      • -
      • tapping the - Edit icon local" /> - option in the pop-up menu,
      • -
      +
    4. open the Shape settings panel by +
        +
      • tapping the + Edit object" /> + icon at the top toolbar, or
      • +
      • tapping the + Edit icon local" /> + option in the pop-up menu,
      • +
    5. -
    6. on the Shape tab, tap the Style option, go to the Border style, and switch the Stroke toggle enable or disable border display.<%--Change the border Size by dragging the slider and select the necessary border Color.--%> -

      Tap the Replace section to replace the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

      +
    7. tap the necessary menu item: Style, Wrap, Replace, Reorder, or Advanced settings. Use the Return" /> icon on the left to return to the previous settings section. +

      The Style section allows you to enable the following options:

      +
        +
      • Border style - to change the current border style: +
          +
        • Stroke - switch the toggle to enable or disable border display.
        • +
        • Size - set the border size by dragging the slider.
        • +
        • Color - select the border color on the palette.
        • +
        • Border type - select one of the available border types.
        • +
        +

        Image border" />

        +
      • +
      +
      +

      The Wrap section allows you to select a text wrapping style from the available ones and adjust some additional positioning options. To learn more, please refer to the ">Change text wrapping section of this guide.

      +
      +

      The Replace section allows you to replace the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

      Reshape image" />

      -

      The Wrap and Reorder sections of the Shape tab allow you to select a text wrapping style from the available ones and set the selected image position as related to other objects when several objects overlap each other.

      +
      +

      The Reorder section allows to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

    8. -
    9. close the shape settings panel by tapping the Close settings panel" /> cross on the right or use the Return" /> arrow on the left to return to the previous settings section.
    10. +
    11. close the shape settings panel by tapping the Close settings panel" /> cross on the right.

    Remove the image

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrManipulateObjects/AndrManipulateObjects.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrManipulateObjects/AndrManipulateObjects.ascx index 4b8629daf..7c42b45ae 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrManipulateObjects/AndrManipulateObjects.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrOperationsOnObjects/AndrManipulateObjects/AndrManipulateObjects.ascx @@ -59,19 +59,14 @@ icon at the top toolbar,
  • tap the Reorder menu item,
  • select the desired arrangement option: -

    - Bring to Foreground" /> - Bring to Foreground - to move the selected object in front of all other objects,

    -

    - Send to Background" /> - Send to Background - to move the selected object behind all other objects,

    -

    - Move Forward" /> - Move Forward - to move the selected object by one level forward as related to other objects,

    -

    - Move Backward" /> - Move Backward - to move the selected object by one level backward as related to other objects.

    - +

    Bring to Foreground" /> + Bring to foreground - to move the selected object in front of all other objects,

    +

    Send to Background" /> + Send to background - to move the selected object behind all other objects,

    +

    Move Forward" /> + Move forward - to move the selected object by one level forward as related to other objects,

    +

    Move Backward" /> + Move backward - to move the selected object by one level backward as related to other objects.

  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrPageFormatting/AndrAddHyphenation/AndrAddHyphenation.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrPageFormatting/AndrAddHyphenation/AndrAddHyphenation.ascx new file mode 100644 index 000000000..b4f0048e1 --- /dev/null +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrPageFormatting/AndrAddHyphenation/AndrAddHyphenation.ascx @@ -0,0 +1,45 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> +<%@ Register TagPrefix="cc" TagName="PageFormattingTag" Src="~/Controls/Help/Tags/page-formatting/page-formatting.ascx" %> + + + +
    +

    Add hyphenation

    +
    +
      +
    • +
    +
    + +
    +
    +
    +

    Hyphenation is used to separate words at the end of lines with a '-' sign in a linguistically correct way.

    +

    To add hyphenation:

    +
      +
    1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
    2. +
    3. select the + Document Settings icon" /> + Document Settings menu item,
    4. +
    5. activate the Auto hyphenation switcher. The hyphenation will be applied automatically.
    6. +
    7. To delete hyphenation, deactivate the Auto hyphenation switcher.
    8. +
    +
    +
    +
    +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrPageFormatting/AndrSetPageParameters/AndrSetPageParameters.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrPageFormatting/AndrSetPageParameters/AndrSetPageParameters.ascx index d01a6d516..399655e13 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrPageFormatting/AndrSetPageParameters/AndrSetPageParameters.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrPageFormatting/AndrSetPageParameters/AndrSetPageParameters.ascx @@ -39,7 +39,9 @@ Document Settings menu item, then tap one of the following options:
    • Orientation - to change the current orientation type. The default orientation type is Portrait that can be switched to Landscape.
    • -
    • Format - to change the default A4 format tapping the arrow next to this menu item and selecting the preset size you need: US Letter, US Legal, A4, A5, B5, Envelope #10, Envelope DL, Tabloid (27.94 х 43.17), AЗ, Tabloid (30.48 х 45.71), ROC 16K, Envelope Choukei 3, Super B/A3, A0, A1, A2, A6.
    • +
    • Format - to change the default A4 format tapping the arrow next to this menu item and selecting the preset size you need: US Letter, US Legal, A4, A5, B5, Envelope #10, Envelope DL, Tabloid (27.94 х 43.17), AЗ, Tabloid (30.48 х 45.71), ROC 16K, Envelope Choukei 3, Super B/A3, A0, A1, A2, A6. +

      You can also set a special page size by selecting the Custom option from the list. The Custom window will open where you'll be able to set the required Width and Height values.

      +
    • <%--
    • Margins - to change default margins, i.e. the blank space between the left, right, top and bottom page edges and the paragraph text. Use the Downwards arrow" /> or diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrParagraphFormatting/AndrAlignTextInParagraph/AndrAlignTextInParagraph.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrParagraphFormatting/AndrAlignTextInParagraph/AndrAlignTextInParagraph.ascx index bf4e458b6..c695aba18 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrParagraphFormatting/AndrAlignTextInParagraph/AndrAlignTextInParagraph.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrParagraphFormatting/AndrAlignTextInParagraph/AndrAlignTextInParagraph.ascx @@ -40,20 +40,37 @@
  • on the Text tab, swipe up to see all the settings,
  • -
  • select the alignment type you would like to apply: +
  • select one of the horizontal or vertical alignment types:
      -
    • tap the Align Left - Align Left icon" /> - icon to line up the text by the left side of the page (the right side remains unaligned).
    • -
    • tap the Align Center - Align Center icon" /> - icon to line up the text by the center of the page (the right and the left sides remains unaligned).
    • -
    • tap the Align Right - Align Right icon" /> - icon to line up the text by the right side of the page (the left side remains unaligned).
    • -
    • tap the Justify - Justify icon" /> - icon to line up the text by both the left and the right sides of the page (additional spacing is added where necessary to keep the alignment).
    • +
    • Tap the necessary horizontal alignment type to apply: +
        +
      • tap the Align Left + Align Left icon" /> + icon to line up the text by the left side of the page (the right side remains unaligned).
      • +
      • tap the Align Center + Align Center icon" /> + icon to line up the text by the center of the page (the right and the left sides remains unaligned).
      • +
      • tap the Align Right + Align Right icon" /> + icon to line up the text by the right side of the page (the left side remains unaligned).
      • +
      • tap the Justify + Justify icon" /> + icon to line up the text by both the left and the right sides of the page (additional spacing is added where necessary to keep the alignment).
      • +
      +
    • +
    • Tap the necessary vertical alignment type to apply: +
        +
      • tap the Align Top + Align top icon" /> + icon to align text at the top of the object.
      • +
      • tap the Align middle + Align middle icon" /> + icon to align text in the middle of the object.
      • +
      • tap the Align bottom + Align bottom icon" /> + icon align text at the bottom of the object.
      • +
      +

    Paragraph Alignment settings" />

    To clear applied formatting, you can use the Clear format option.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrAddHyperlinks/AndrAddHyperlinks.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrAddHyperlinks/AndrAddHyperlinks.ascx index 2f74c369e..f983fb0c5 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrAddHyperlinks/AndrAddHyperlinks.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrAddHyperlinks/AndrAddHyperlinks.ascx @@ -58,7 +58,7 @@
  • tap the Edit Link option in the pop-up menu and perform the actions you need:
    • edit your data and tap the checkmark in the upper right corner to save the changes.
    • -
    • use the REMOVE LINK button to delete the added hyperlink.
    • +
    • use the Remove link button to delete the added hyperlink.
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrApplyFontStyles/AndrApplyFontStyles.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrApplyFontStyles/AndrApplyFontStyles.ascx index 569e50939..66cd1ea33 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrApplyFontStyles/AndrApplyFontStyles.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrApplyFontStyles/AndrApplyFontStyles.ascx @@ -34,7 +34,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • tapping the Edit icon local" /> option in the pop-up menu,
  • -

    On the Text tab, use one of the available settings. Use the Return" /> icon on the left to return to the previous settings section.

    +

    On the Text tab, use one of the available settings. Use the Return" /> icon on the left to return to the previous settings section.

    Text settings" />

    Bold" /> Bold - tap this icon to make the font bold giving it more weight.

    @@ -61,7 +61,7 @@

    To clear applied formatting, you can use the Clear format option.

    -

    Return to the previous screen by tapping the Back" /> arrow on the left and сlose the text settings panel by tapping the Back" /> icon on the right.

    +

    Close the text settings panel by tapping the Back" /> icon on the right.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrSetFontTypeSizeColor/AndrSetFontTypeSizeColor.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrSetFontTypeSizeColor/AndrSetFontTypeSizeColor.ascx index ec753250b..a252f68bd 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrSetFontTypeSizeColor/AndrSetFontTypeSizeColor.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrTextFormatting/AndrSetFontTypeSizeColor/AndrSetFontTypeSizeColor.ascx @@ -38,7 +38,7 @@ icon at the top toolbar, or
  • tapping the Edit icon local" /> option in the pop-up menu.
  • -

    On the Text tab, use one of the available settings. Use the Return" /> icon on the left to return to the previous settings section.

    +

    On the Text tab, use one of the available settings. Use the Return" /> icon on the left to return to the previous settings section.

    Text settings" />

    • Tap the font name displayed on the left (e.g. Arial) and select a different font from the list of the available ones. To add a new font to the list, click the diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrDEEncryption/AndrDEEncryption.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrDEEncryption/AndrDEEncryption.ascx deleted file mode 100644 index 4e2446c25..000000000 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrDEEncryption/AndrDEEncryption.ascx +++ /dev/null @@ -1,60 +0,0 @@ -<%@ Control Language="C#" Inherits="BaseContentUserControls" %> -<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> -<%@ Register TagPrefix="cc" TagName="OpersFilesTag" Src="~/Controls/Help/Tags/operations-with-files/operations-with-files.ascx" %> - - - -
      -

      Protect documents with a password

      -
      -
        -
      • -
      • -
      -
      - -
      -
      -
      -

      To protect your documents in the Document Editor:

      -
        -
      1. Tap the - Settings icon" /> - Settings icon in the right corner of the top toolbar.
      2. -
      3. Tap the - Protection icon" /> - Protection menu option.
      4. -
      5. Enable the Set password switcher. Enter the required password and verify it. -

        Set password" />

        -

        Please note that the password cannot be restored. Please keep it in a safe place so as not to forget it.

        -
      6. -
      7. Apply the changes by tapping the checkmark in the upper right corner, close the settings panel and save the document.
      8. -
      -

      Next time you open this document you will need to enter the password.

      -

      Open protected file" />

      -

      To change or delete the password in the Document Editor:

      -
        -
      1. Tap the - Settings icon" /> - Settings icon in the right corner of the top toolbar.
      2. -
      3. Tap the - Protection icon" /> - Protection menu option.
      4. -
      5. Erase the password and disable the Set password switcher to delete the password.
      6. -
      7. Enter and verify the new password to change it.
      8. -
      9. Apply the changes by tapping the checkmark in the upper right corner, close the settings panel and save the document.
      10. -
      -
      -
      -
      -
      \ No newline at end of file diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.ascx new file mode 100644 index 000000000..d61e4323d --- /dev/null +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.ascx @@ -0,0 +1,93 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> +<%@ Register TagPrefix="cc" TagName="OpersFilesTag" Src="~/Controls/Help/Tags/operations-with-files/operations-with-files.ascx" %> + + + +
      +

      Protect documents with a password

      +
      +
        +
      • +
      • +
      +
      + +
      +
      +
      +

      To protect your documents in the Document Editor:

      +
        +
      1. Tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar.
      2. +
      3. Tap the + Protection icon" /> + Protection menu option.
      4. +
      5. Choose whether you want to Encrypt File or to Protect Document.
      6. +
      +

      To encrypt a file and to restrict unauthorized access to it:

      +
        +
      1. tap the Encrypt file" /> Encrypt File menu item,
      2. +
      3. enter the required password and verify it, +

        Encrypt file" />

        +

        Please note that the password cannot be restored. Please keep it in a safe place so as not to forget it.

        +
      4. +
      5. save the changes by tapping the Accept icon" /> button in the top right corner, close the settings panel and save the document.
      6. +
      +

      Next time you open this document you will need to enter the password:

      +

      Protected file window" />

      +

      To change or delete the password in the Document Editor:

      +
        +
      1. Tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar.
      2. +
      3. Tap the + Protection icon" /> + Protection menu option.
      4. +
      5. Disable the Set password switcher to delete the password.
      6. +
      7. Enter and verify the new password to change it.
      8. +
      9. Apply the changes by tapping the Accept" /> button in the upper right corner, close the settings panel, and save the document.
      10. +
      +

      To protect a document and restrict access rights to it:

      +
        +
      1. tap the + Protect document icon" /> + Protect document menu option, +
      2. +
      3. enable the Set password switcher. Enter the required password and verify it, +

        Protect document" />

        +

        Please note that the password cannot be restored. Please keep it in a safe place so as not to forget it.

        +
      4. +
      5. choose the allowed editing rights for the document: No changes (Read only), Filling forms, Tracked changes or Comments. To find our more about access rights, please, refer to ">this article,
      6. +
      7. save the changes by tapping the Accept icon" /> button in the top right corner.
      8. +
      +

      To Unprotect and remove access restrictions:

      +
        +
      1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
      2. +
      3. tap the + Protection icon" /> + Protection menu option,
      4. +
      5. tap the + Protect document icon" /> + Unprotect menu option,
      6. +
      7. enter the password into the corresponding Unprotect document window and tap OK. +

        Unprotect document window" />

        +
      8. +
      +
      +
      +
      +
      \ No newline at end of file diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrDEEncryption/AndrDEEncryption.de.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.de.ascx similarity index 100% rename from Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrDEEncryption/AndrDEEncryption.de.ascx rename to Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.de.ascx diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrFindReplaceFunc/AndrFindReplaceFunc.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrFindReplaceFunc/AndrFindReplaceFunc.ascx index 26b76a265..52c8856b4 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrFindReplaceFunc/AndrFindReplaceFunc.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrFindReplaceFunc/AndrFindReplaceFunc.ascx @@ -52,7 +52,7 @@
    • Case sensitive - is used to find only the occurrences typed in the same case as your inquiry (e.g. if your inquiry is 'Editor' and this option is selected, such words as 'editor' or 'EDITOR' etc. will not be found).
    • Highlight results - is used to highlight all the found occurrences of the required text.
    -

    When ready, tap the cross icon in the upper left corner.

    +

    When ready, tap the Cross icon" /> icon in the upper left corner.

  • enter your inquiry into the data entry field,

    Search panel" />

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrSaveExportPrintDoc/AndrSaveExportPrintDoc.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrSaveExportPrintDoc/AndrSaveExportPrintDoc.ascx index f5e6a9493..ca5f576e2 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrSaveExportPrintDoc/AndrSaveExportPrintDoc.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrSaveExportPrintDoc/AndrSaveExportPrintDoc.ascx @@ -38,12 +38,37 @@ Settings icon" /> Settings icon in the right corner of the top toolbar,
  • tap the - Download as" /> + Download as" /> Download as... menu item,
  • tap one of the available file formats: DOCX, PDF, ODT, DOTX, PDF/A, OTT, RTF, TXT, DOCXF, OFORM,
  • specify the path where the file will be saved.
  • +

    Export the document

    +

    To export a document in a selected format, you should locally open the file by tapping on it in the On Device section and follow these steps:

    +
      +
    1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
    2. +
    3. tap the + Export document" /> + Export menu item,
    4. +
    5. tap one of the available file formats: DOCX, PDF, ODT, DOTX, PDF/A, OTT, RTF, TXT, DOCXF, OFORM,
    6. +
    7. select the transfer method and recipient.
    8. +
    + +

    Send a copy

    +

    To send a copy of the file with the same format and content via Bluetooth, messengers, email, etc., you should locally open the file by tapping on it in the On Device section and follow these steps:

    +
      +
    1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
    2. +
    3. tap the + Send a copy" /> + Send a copy menu item,
    4. +
    5. select the transfer method and recipient.
    6. +
    +

    Print the document

    To print the current local document, opened in the On Device section,

      @@ -51,7 +76,7 @@ Settings icon" /> Settings icon in the right corner of the top toolbar,
    1. tap the - Print" /> + Print" /> Print menu item to enter the priview mode,
    2. at the top of the screen choose either an available Printer or tap on the Save as PDF option to generate a PDF file on the basis of this document,
    3. in the drop-down menu Arrow" /> @@ -65,7 +90,7 @@
    4. page orientation - choose from landscape and portrait options,
    5. -
    6. tap the Print" /> button to initialize printing.
    7. +
    8. tap the Print" /> button to initialize printing.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrViewDocInfo/AndrViewDocInfo.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrViewDocInfo/AndrViewDocInfo.ascx index 44015d5a5..2eb09561a 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrViewDocInfo/AndrViewDocInfo.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrToolsAndSettings/AndrViewDocInfo/AndrViewDocInfo.ascx @@ -41,9 +41,9 @@

    The document information includes the document title, file size, the date and time when the file was last modified and statistics (the number of pages, paragraphs, words, symbols, symbols with spaces).

    The About section also contains the following icons:

      -
    • Help icon" /> - to open our helpcenter's web page dedicated to the application,
    • -
    • Feedback icon" /> - to contact our support team,
    • -
    • About icon" /> - to view the information about the program.
    • +
    • Help icon" /> Help - to open our helpcenter's web page dedicated to the application,
    • +
    • Feedback icon" /> Feedback and support - to contact our support team,
    • +
    • About icon" /> About - to view the information about the program.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrMobileDocsOverview/AndrMobileDocsOverview.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrMobileDocsOverview/AndrMobileDocsOverview.ascx index 4d4d438ec..2cac6c2f8 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrMobileDocsOverview/AndrMobileDocsOverview.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrMobileDocsOverview/AndrMobileDocsOverview.ascx @@ -65,9 +65,9 @@
  • tap the GET STARTED option<%-- in the Connect to portal section--%> to open the Connect ONLYOFFICE cloud panel.
  • on the PORTAL tab, enter your existing portal address (https://portalname.onlyoffice.com) and tap NEXT.
  • enter your email address and password you use to access your portal.
  • -
  • tap the SIGN IN button.
  • +
  • accept the Terms of Service and tap the SIGN IN button.
  • -

    Alternatively, you can specify the portal address and sign in to your portal using your Facebook or Google account, if you have previously connected one of these accounts to your profile on the portal.

    +

    Alternatively, you can specify the portal address and sign in to your portal using your Google account, if you have previously connected this account to your profile on the portal.

    Start screen Portal" />

    To access your Personal account (previously created at personal.onlyoffice.com), switch to the PERSONAL tab, enter your email address and password, then tap the SIGN IN button.

    You can also log in by using the SignOn. To do this, tap the corresponding icon and in the window that opens, enter the account credentials. At the moment, authorization through Google and Facebook accounts is supported.

    @@ -89,7 +89,7 @@
    1. switch to the PERSONAL tab,
    2. tap the SIGN UP link at the bottom of screen,
    3. -
    4. enter your email address, then tap the SIGN UP button,
    5. +
    6. enter your email address, accept the Terms of Service and tap the SIGN UP button,
    7. a confirmation link will be sent to the specified email address. Follow the link from the email message to confirm the registration and set a password.

    To recover a password from the personal portal,

    @@ -149,7 +149,7 @@

    If you have already signed in to a cloud account, tap the downward arrow icon Downward arrow icon" /> next to your profile displayed in the left part of the top panel.

    The Accounts panel opens. The green checkmark designates the currently used account. To switch to another account, tap one of the connected accounts in the list.

    Account management panel" />

    -

    Tap the Options icon" /> icon to the left of the necessary account to open the following screen:

    +

    Tap the Options icon" /> icon to the right of the necessary account to open the following screen:

    Account options" />

    @@ -223,6 +225,7 @@
  • adding comments and managing them using the ">collaboration tools,
  • using the ">Find and Replace function,
  • entering the preview mode, configuring and ">printing out a set number of slides,
  • +
  • protecting a presentation via ">Encryption,
  • exporting to PPTX, PDF, ODP, POTX, PDF/A, OTP formats.
  • @@ -1387,7 +1390,7 @@

    You can turn on the Upload files only using Wi-Fi switcher in the Wi-Fi settings section.

    You can enable a passcode protection for your application in the Security settings section. To do that:

      -
    1. tap the Passcode lock Passcode lock icon" /> menu item,
    2. +
    3. tap the Passcode lock <%--Passcode lock icon" />--%> menu item,
    4. tap the Enable passcode option,
    5. specify your 4-digits passcode and confirm it.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertAutoshapes/AndrPEInsertAutoshapes.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertAutoshapes/AndrPEInsertAutoshapes.ascx index 36549dcce..fbfd5633b 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertAutoshapes/AndrPEInsertAutoshapes.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertAutoshapes/AndrPEInsertAutoshapes.ascx @@ -138,10 +138,10 @@ diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertImages/AndrPEInsertImages.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertImages/AndrPEInsertImages.ascx index 2ea712e02..e4efd86b9 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertImages/AndrPEInsertImages.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertImages/AndrPEInsertImages.ascx @@ -35,9 +35,14 @@
  • tap the Insert object" /> icon at the top toolbar to open the new object insertion panel,
  • -
  • switch to the Picture from Library local" /> Image tab,
  • -
  • select the Picture from library option to open the Media Library where you can select the necessary file. -

    You must have appropriate permissions on your device Media Library.

    +
  • switch to the Other tab" /> Other tab,
  • +
  • tap the Picture from Library local" /> Image option and select one of the following options to load the image: +
      +
    • the Picture from Library local" /> Picture from library option will open the Media Library where you can select the necessary file. +

      You must have appropriate permissions on your device Media Library.

      +
    • +
    • the Picture from URL" /> Picture from link option will open the Link settings panel where you can enter the necessary image web address into the Image URL field and tap the Insert image button.
    • +
  • The image will be added. Now you can change its properties and position.

    @@ -69,7 +74,7 @@

    When the image is selected, the shape settings panel is also available so that you can change the shape of the image as well as adjust its border size and color, if necessary.

    1. select the image by tapping it,
    2. -
    3. open the settings panel by +
    4. open the Shape settings panel by
      • tapping the Edit object" /> @@ -80,7 +85,18 @@
    5. tap the necessary menu item: Style, Replace, Reorder, or Align. Use the Return" /> arrow on the left to return to the previous settings section. -

      on the Shape tab, tap the Style option, go to the Border style, and switch the Stroke toggle enable or disable border display.

    6. +

      The Style section allows you to enable the following options:

      +
        +
      • Border style - set the border: +
          +
        • Stroke - switch the toggle to enable or disable border display.
        • +
        • Size - set the border size by dragging the slider.
        • +
        • Color - select the border color on the palette.
        • +
        • Border type - select one of the available border types.
        • +
        +

        Image border" />

        +
      • +
      <%--

      Chart border style local" />

      --%>

      The Replace section allows to replace the current image shape with another one selected from the menu. The shape of the image will change correspondingly.

      @@ -90,7 +106,7 @@

      The Align section allows to align the image on the slide. To learn more, please refer to the ">Manipulate objects section of this guide.

      -
    7. close the shape settings panel by tapping the Close settings panel" /> cross on the right or use the Return" /> icon on the left to return to the previous settings section.
    8. +
    9. close the shape settings panel by tapping the Close settings panel" /> cross on the right.

    Remove the image

    @@ -99,9 +115,9 @@
  • tap the Delete icon local" /> option in the pop-up menu, or
  • -
  • open the shape/image settings panel by tapping the +
  • open the shape settings panel by tapping the Edit object" /> - icon at the top toolbar. You can use the Remove shape button at the Shape tab<%-- and the REMOVE IMAGE button at the IMAGE tab--%>.
  • + icon at the top toolbar, then use the Remove shape button at the Shape tab. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertTables/AndrPEInsertTables.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertTables/AndrPEInsertTables.ascx index 759bacd9b..0f850b5af 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertTables/AndrPEInsertTables.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEOperationsOnObjects/AndrPEInsertTables/AndrPEInsertTables.ascx @@ -47,8 +47,8 @@ Insert object" /> icon at the top toolbar to open the new object insertion panel,
  • switch to the - Other tab" /> - Other tab, select the Table icon" /> Table option and choose one of the available table templates. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc.
  • + Table icon" /> + Table tab and choose one of the available table templates. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc.
  • in the Table size window that opens, set the necessary Columns and Rows number (the 3 by 3 cell table is selected by default, you can specify up to 10 rows/columns),
  • tap Accept.
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrApplyTransitions/AndrApplyTransitions.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrApplyTransitions/AndrApplyTransitions.ascx index e1bb30ac4..50421a2cc 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrApplyTransitions/AndrApplyTransitions.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrApplyTransitions/AndrApplyTransitions.ascx @@ -40,6 +40,7 @@ option in the pop-up menu, +
  • switch to the Slide tab,
  • tap the Transition menu item,
  • tap the Effect menu item and select the necessary transition,

    Transition panel local" />

    @@ -66,7 +67,7 @@
  • specify how long you want the slide to be displayed until it advances to another one:
      -
    • Start On Click – this switcher is enabled by default in order not to restrict the time while the selected slide is being displayed. The slide will advance to another one only when you swipe left.
    • +
    • Start on tap – this switcher is enabled by default in order not to restrict the time while the selected slide is being displayed. The slide will advance to another one only when you swipe left.
    • Delay – use this option if you want the selected slide to be displayed for a specified time until it advances to the next one. Turn this switcher on and drag the slider below to set the necessary time value, measured in seconds.

      If you enable only the Delay option, the slides will advance automatically in a specified time interval during the presentation preview. If you enable both the Start On Click and Delay options and set the delay value, the slides will advance automatically in a specified time interval, but you will also be able to swipe left to advance from a currently displayed slide to the next.

    • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangePresentationTheme/AndrChangePresentationTheme.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangePresentationTheme/AndrChangePresentationTheme.ascx index f9314aa74..b5d3a3832 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangePresentationTheme/AndrChangePresentationTheme.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangePresentationTheme/AndrChangePresentationTheme.ascx @@ -31,15 +31,16 @@

      To customize your presentation, you can select a theme for the entire presentation. 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,

        -
      1. in the slide list on the left, select any slide,
      2. +
      3. in the slide list, select any slide,
      4. open the slide settings panel by -
          -
        • tapping the - Edit object" /> - icon at the top toolbar, or
        • -
        • tapping the Edit icon local" /> option in the pop-up menu,
        • -
        +
          +
        • tapping the + Edit object" /> + icon at the top toolbar, or
        • +
        • tapping the Edit option in the context menu,
        • +
      5. +
      6. switch to the Slide tab,
      7. tap the Theme menu item,
      8. tap the necessary theme in the themes gallery (swipe up to see more themes),

        Themes gallery local" />

        diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangeSlideBg/AndrChangeSlideBg.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangeSlideBg/AndrChangeSlideBg.ascx index 84e8b4475..9a63d55d1 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangeSlideBg/AndrChangeSlideBg.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangeSlideBg/AndrChangeSlideBg.ascx @@ -30,7 +30,7 @@

        To customize your presentation, you can change the background fill for each separate slide. To change a background fill:

          -
        1. in the slide list on the left, tap the slide you want to apply the fill to,
        2. +
        3. in the slide list, tap the slide you want to apply the fill to,
        4. open the slide settings panel by
          • tapping the @@ -39,6 +39,7 @@
          • tapping the Edit icon local" /> option in the pop-up menu,
        5. +
        6. switch to the Slide tab,
        7. tap the Style menu item,
        8. select the necessary color on the Theme colors or Standard colors palette or create your own Custom color (swipe it up to see more colors),

          Slide Background settings local" />

          diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangeSlideLayout/AndrChangeSlideLayout.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangeSlideLayout/AndrChangeSlideLayout.ascx index 13e9c45cd..ac2d2db6d 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangeSlideLayout/AndrChangeSlideLayout.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrChangeSlideLayout/AndrChangeSlideLayout.ascx @@ -38,8 +38,8 @@
        9. tapping the Edit icon local" /> option in the pop-up menu,
  • -
  • tap the Layout menu item, -
  • +
  • switch to the Slide tab,
  • +
  • tap the Layout menu item,
  • select the necessary layout (swipe up to see more layouts),

    Layout gallery local" />

    Currently, the following layouts are available: Title Slide, Title and Content, Section Header, Two Content, Comparison, Title Only, Blank, Content with Caption, Picture with Caption, Title and Vertical Text, Vertical Title and Text.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrManageSlides/AndrManageSlides.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrManageSlides/AndrManageSlides.ascx index 090c3bde9..ebc42174e 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrManageSlides/AndrManageSlides.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrManageSlides/AndrManageSlides.ascx @@ -27,44 +27,15 @@

    Create new slides

    -

    To create a new slide:

    -
      -
    • tap the - Insert object" /> - icon at the top toolbar to open the new object insertion panel,
    • -
    • on the Slide" /> Slide tab, select a slide with the necessary layout. -

      You can change the layout of the added slide anytime. For additional information on how to do that refer to the ">Change slide layout section of this guide.

      -
    • -
    -

    You cal also tap the Insert object" /> button in the slide list.

    +

    To create a new slide, tap the Insert object" /> button in the slide list.

    Insert slide" />

    A new slide will be inserted after the selected one in the slides list.

    Duplicate slides

    To duplicate a slide:

    -
      -
    • -
        -
      1. tap the necessary slide in the slides list,
      2. -
      3. open the slide settings panel by -
          -
        • tapping the - Edit object" /> - icon at the top toolbar, or
        • -
        • tapping the Edit icon local" /> option in the pop-up menu,
        • -
        -
      4. -
      5. swipe up and tap the DUPLICATE SLIDE button, -

        or

        -
      6. -
      -
    • -
    • -
        -
      1. double tap the necessary slide in the slides list,
      2. -
      3. tap the Duplicate slide option in the context menu.
      4. -
      -
    • -
    +
      +
    1. double tap the necessary slide in the slides list,
    2. +
    3. tap the Duplicate slide option in the context menu.
    4. +

    The duplicated slide will be inserted after the selected one in the slide list.

    Move slides

    To move an existing slide:

    @@ -85,31 +56,10 @@

    Delete slides

    To delete an unnecessary slide:

    -
      -
    • -
        -
      1. tap the slide you want to delete in the slides list,
      2. -
      3. open the slide settings panel by -
          -
        • tapping the - Edit object" /> - icon at the top toolbar, or
        • -
        • tapping the Edit icon local" /> option in the pop-up menu,
        • -
        -
      4. -
      5. swipe up and tap the DELETE SLIDE button, -

        or

        -
      6. -
      -
    • -
    • -
        -
      1. double tap the necessary slide in the slides list,
      2. -
      3. tap the Delete slide option in the context menu.
      4. -
      -
    • - -
    +
      +
    1. double tap the necessary slide in the slides list,
    2. +
    3. tap the Delete slide option in the context menu.
    4. +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrPreviewPresentation/AndrPreviewPresentation.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrPreviewPresentation/AndrPreviewPresentation.ascx index a293a93c9..82604d3d4 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrPreviewPresentation/AndrPreviewPresentation.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPESlideParameters/AndrPreviewPresentation/AndrPreviewPresentation.ascx @@ -31,7 +31,7 @@
  • in the slide list select the slide you want to start the preview from,
  • tap the Preview icon" /> icon at the top toolbar,
  • swipe left to advance the following slide, swipe right to return to the preceding slide, or use the navigation arrows on the top, -

    If you enabled only the Delay option for the transitions between slides in the ">slide settings, the slides will advance automatically in a specified time interval during the presentation preview. If you enabled both the Start On Click and Delay options, the slides will advance automatically in a specified time interval, but you will also be able to swipe left to advance from a currently displayed slide to the next. To stop or resume automatic slide switching, use the Pause and Continue buttons on the top.

    +

    If you enabled only the Delay option for the transitions between slides in the ">slide settings, the slides will advance automatically in a specified time interval during the presentation preview. If you enabled both the Start on tap and Delay options, the slides will advance automatically in a specified time interval, but you will also be able to swipe left to advance from a currently displayed slide to the next. To stop or resume automatic slide switching, use the Pause and Continue buttons on the top.

  • once the last slide of the presentation is reached, a black screen appears informing you that the presentation is finished. Tap the screen to exit from the Preview.
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEAddHyperlinks/AndrPEAddHyperlinks.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEAddHyperlinks/AndrPEAddHyperlinks.ascx index b0a2d2bdc..4d6a0f711 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEAddHyperlinks/AndrPEAddHyperlinks.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEAddHyperlinks/AndrPEAddHyperlinks.ascx @@ -77,7 +77,7 @@
  • tap the Edit Link option in the pop-up menu and perform the actions you need:
    • edit your data and tap the checkmark in the upper right corner to save the changes.
    • -
    • use the REMOVE LINK button to delete the added hyperlink.
    • +
    • use the Remove link button to delete the added hyperlink.
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEAlignTextInParagraph/AndrPEAlignTextInParagraph.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEAlignTextInParagraph/AndrPEAlignTextInParagraph.ascx index 8cb9768fc..c98c43677 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEAlignTextInParagraph/AndrPEAlignTextInParagraph.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEAlignTextInParagraph/AndrPEAlignTextInParagraph.ascx @@ -39,32 +39,25 @@

    Switch to the Text tab and swipe up to see all the settings.

    Paragraph Alignment settings local" />

    -

    Select the alignment type you would like to apply:

    +

    Tap the necessary horizontal alignment type to apply:

    • tap the Align Left" /> icon to line up the text by the left side of the text box (the right side remains unaligned).
    • tap the Align Center" /> icon to line up the text by the center of the text box (the right and the left sides remains unaligned).
    • tap the Align Right" /> icon to line up the text by the right side of the text box (the left side remains unaligned).
    • tap the Justified" /> icon to line up the text by both the left and the right sides of the text box (additional spacing is added where necessary to keep the alignment).
    - <%--
      -
    • Apply the necessary horizontal alignment type: -

      tap the Align Left" /> icon - to line up the text by the left side of the text box (the right side remains unaligned).

      -

      tap the Align Center" /> icon - to line up the text by the center of the text box (the right and the left sides remains unaligned).

      -

      tap the Align Right" /> icon - to line up the text by the right side of the text box (the left side remains unaligned).

      -

      tap the Justified" /> icon - to line up the text by both the left and the right sides of the text box (additional spacing is added where necessary to keep the alignment).

      -
    • -
    • Apply one of the vertical alignment types: -

      tap the Align Top" /> icon to align your text to the top of the text box;

      -

      tap the Align Middle" /> icon to align your text to the middle of the text box;

      -

      tap the Align Bottom" /> icon to align your text to the bottom of the text box.

      -
    • -
    --%> -

    Close the text settings panel by tapping the Close settings panel" /> icon on the right.

    - +

    Tap the necessary vertical alignment type to apply:

    +
      +
    • tap the Align Top" /> icon to align your text to the top of the text box
    • +
    • tap the Align Middle" /> icon to align your text to the middle of the text box
    • +
    • tap the Align Bottom" /> icon to align your text to the bottom of the text box
    • +
    +

    To change the first line offset from the left part of the text box, use the respective icons: Decrease Indent + Decrease Indent" /> + and Increase Indent + Increase Indent" />.

    +

    To clear applied formatting, you can use the Clear format option.

    +

    Close the text settings panel by tapping the Close settings panel" /> icon on the right.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEApplyFontStyles/AndrPEApplyFontStyles.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEApplyFontStyles/AndrPEApplyFontStyles.ascx index 65d19a467..9b4fdb9f6 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEApplyFontStyles/AndrPEApplyFontStyles.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEApplyFontStyles/AndrPEApplyFontStyles.ascx @@ -59,8 +59,9 @@ Downwards arrow" /> or Upwards arrow" /> - arrows to decrease or increase the current value. -

    To clear applied formatting, you can use the Clear format option.

    + arrows to decrease or increase the current value. +

    To clear applied formatting, you can use the Clear format option.

    +

    Return to the previous screen by tapping the Back" /> arrow on the left and сlose the text settings panel by tapping the Back" /> icon on the right.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEInsertText/AndrPEInsertText.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEInsertText/AndrPEInsertText.ascx index 7bfcf4e05..72e06b83d 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEInsertText/AndrPEInsertText.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPEInsertText/AndrPEInsertText.ascx @@ -31,7 +31,7 @@

    You can add your own text in place of the default text within the corresponding text placeholder provided on the slide layout. To do that:

    • tap inside the placeholder and type in your text using the on-screen keyboard, or
    • -
    • tap the placeholder border and paste the previously copied text using the Paste option from the pop-up menu.
    • +
    • tap the placeholder border and paste the previously copied text using the Paste icon" /> Paste option from the pop-up menu.

    Text placeholder" />

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPESetFontTypeSizeColor/AndrPESetFontTypeSizeColor.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPESetFontTypeSizeColor/AndrPESetFontTypeSizeColor.ascx index 563ba2d97..2dc28314c 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPESetFontTypeSizeColor/AndrPESetFontTypeSizeColor.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPETextFormatting/AndrPESetFontTypeSizeColor/AndrPESetFontTypeSizeColor.ascx @@ -38,7 +38,7 @@ icon at the top toolbar, or
  • tapping the Edit icon local" /> option in the pop-up menu,
  • -

    Switch to the Text tab and use one of the available settings. Use the Return" /> icon on the left to return to the previous settings section.

    +

    Switch to the Text tab and use one of the available settings:

    Text settings local" />

    • Tap the font name displayed on the left (e.g. Arial) and select a different font from the list of the available ones. To add a new font to the list, click the diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEEncryption/AndrPEEncryption.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrEncryption/AndrEncryption.ascx similarity index 81% rename from Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEEncryption/AndrPEEncryption.ascx rename to Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrEncryption/AndrEncryption.ascx index 4dfab0b73..51ab15bc9 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEEncryption/AndrPEEncryption.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrEncryption/AndrEncryption.ascx @@ -35,13 +35,13 @@ Protection icon" /> Protection menu option.
    • Enable the Set password switcher. Enter the required password and verify it. -

      Set password" />

      +

      Set password" />

      Please note that the password cannot be restored. Please keep it in a safe place so as not to forget it.

    • -
    • Apply the changes by tapping the checkmark in the upper right corner, close the settings panel and save the presentation.
    • +
    • Apply the changes by tapping the Accept" /> button in the upper right corner, close the settings panel, and save the presentation.
    • Next time you open this presentation you will need to enter the password.

      -

      Open protected file" />

      +

      Open protected file" />

      To change or delete the password in the Presentation Editor:

      1. Tap the @@ -50,9 +50,9 @@
      2. Tap the Protection icon" /> Protection menu option.
      3. -
      4. Erase the password and disable the Set password switcher to delete the password.
      5. +
      6. Disable the Set password switcher to delete the password.
      7. Enter and verify the new password to change it.
      8. -
      9. Apply the changes by tapping the checkmark in the upper right corner, close the settings panel and save the presentation.
      10. +
      11. Apply the changes by tapping the Accept" /> button in the upper right corner, close the settings panel, and save the presentation.
      diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEEncryption/AndrPEEncryption.de.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrEncryption/AndrEncryption.de.ascx similarity index 100% rename from Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEEncryption/AndrPEEncryption.de.ascx rename to Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrEncryption/AndrEncryption.de.ascx diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEDownloadPpt/AndrPEDownloadPpt.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEDownloadPpt/AndrPEDownloadPpt.ascx index 367d674d5..b655b6b87 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEDownloadPpt/AndrPEDownloadPpt.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEDownloadPpt/AndrPEDownloadPpt.ascx @@ -36,11 +36,35 @@ Settings icon" /> Settings icon in the right corner of the top toolbar,
    • tap the - Download as" /> + Download as" /> Download as... menu item,
    • tap one of the available file formats: PPTX, PDF, ODP, POTX, PDF/A, OTP,
    • specify the path where the file will be saved.
    • +

      Export the presentation

      +

      To export a presentation in a selected format, you should locally open the file by tapping on it in the On Device section and follow these steps:

      +
        +
      1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
      2. +
      3. tap the + Export presentation" /> + Export menu item,
      4. +
      5. tap one of the available file formats: PPTX, PDF, ODP, POTX, PDF/A, OTP,
      6. +
      7. select the transfer method and recipient.
      8. +
      + +

      Send a copy

      +

      To send a copy of the file with the same format and content via Bluetooth, messengers, email, etc., you should locally open the file by tapping on it in the On Device section and follow these steps:

      +
        +
      1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
      2. +
      3. tap the + Send a copy" /> + Send a copy menu item,
      4. +
      5. select the transfer method and recipient.
      6. +
      diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEPrintPpt/AndrPEPrintPpt.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEPrintPpt/AndrPEPrintPpt.ascx index 81377509d..1714f21ad 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEPrintPpt/AndrPEPrintPpt.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEPrintPpt/AndrPEPrintPpt.ascx @@ -30,23 +30,13 @@

      Print the presentation

      -

      To print the current presentation opened in the Cloud section,

      -
        -
      1. tap the - Tools icon" /> - Tools icon in the right corner of the top toolbar,
      2. -
      3. tap the - Print" /> - Print menu item.
      4. -
      -

      A PDF file will be generated on the basis of this presentation. It can be printed out.

      To print the current local presentation opened in the On Device section,

      1. tap the Tools icon" /> Tools icon in the right corner of the top toolbar,
      2. tap the - Print" /> + Print" /> Print menu item to enter the priview mode,
      3. at the top of the screen choose either an available Printer or tap on the Save as PDF option to generate a PDF file on the basis of this presentation,
      4. in the drop-down menu Arrow" /> @@ -60,7 +50,7 @@
      5. page orientation - choose from landscape and portrait options,
    -
  • tap the Print" /> button to initialize printing.
  • +
  • tap the Print" /> button to initialize printing.
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEUseTheFindFunc/AndrPEUseTheFindFunc.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEUseTheFindFunc/AndrPEUseTheFindFunc.ascx index c3886085d..1702be18b 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEUseTheFindFunc/AndrPEUseTheFindFunc.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrPEUseTheFindFunc/AndrPEUseTheFindFunc.ascx @@ -50,9 +50,9 @@
      <%--
    • Replace all - is used to replace all matching search query results with a single tap (available only for find and replace).
    • --%>
    • Case sensitive - is used to find only the occurrences typed in the same case as your inquiry (e.g. if your inquiry is 'Editor' and this option is selected, such words as 'editor' or 'EDITOR' etc. will not be found).
    • - <%--
    • Select results - is used to highlight all the found occurrences of the required text.
    • --%> +
    • Highlight results - is used to highlight all the found occurrences of the required text.
    -

    When ready, tap the cross icon in the upper left corner.

    +

    When ready, tap the Accept local" /> icon in the upper right corner.

  • enter your inquiry into the data entry field,

    Search panel" />

    @@ -70,7 +70,7 @@
  • tap the Search options icon" /> Search Options icon on the left to open the Find and replace settings panel,
  • -
  • tap the Find and replace menu item, change the search parameters, if necessary, and tap the cross icon in the upper left corner. The Find panel will change: +
  • tap the Find and replace menu item, change the search parameters, if necessary, and tap the Accept local" /> icon in the upper right corner. The Find panel will change:

    Find and Replace panel" />

  • @@ -78,7 +78,7 @@
  • use arrow buttons to navigate through the found occurrences and tap Replace to replace the currently selected occurrence,
  • to replace all the found occurrences, tap the Search options icon" /> - Search Options icon on the left to open the Find and replace settings panel, tap the Find and replace all menu item and tap DONE. + Search Options icon on the left to open the Find and replace settings panel, tap the Find and replace all menu item and tap the Accept local" /> icon in the upper right corner. Tap the Replace all caption that appears next to the entry field.
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrViewPptInfo/AndrViewPptInfo.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrViewPptInfo/AndrViewPptInfo.ascx index 1563fd09f..d35ed7c2d 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrViewPptInfo/AndrViewPptInfo.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrPE/AndrPEToolsAndSettings/AndrViewPptInfo/AndrViewPptInfo.ascx @@ -33,17 +33,17 @@
    1. tap the Tools icon" /> - Tools icon in the right corner of the top toolbar,
    2. -
    3. select the + Settings icon in the right corner of the top toolbar,
    4. +
    5. in the About section, select the Presentation Info" /> Presentation info menu item.

    The presentation information includes the presentation title, file size, the date and time when the file was last modified.

    The About section also contains the following icons:

      -
    • Help icon" /> - to open our helpcenter's web page dedicated to the application,
    • -
    • Feedback icon" /> - to contact our support team,
    • -
    • About icon" /> - to view the information about the program.
    • +
    • Help icon" /> Help - to open our helpcenter's web page dedicated to the application,
    • +
    • Feedback icon" /> Feedback and support - to contact our support team,
    • +
    • About icon" /> About - to view the information about the program.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrCellTextFormatting/AndrSEHyperlink/AndrSEHyperlink.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrCellTextFormatting/AndrSEHyperlink/AndrSEHyperlink.ascx index fed62ada1..3d0ebcc04 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrCellTextFormatting/AndrSEHyperlink/AndrSEHyperlink.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrCellTextFormatting/AndrSEHyperlink/AndrSEHyperlink.ascx @@ -73,12 +73,13 @@

    To follow the added link, tap the Open Link option in the pop-up menu.

      -
    1. tap the Edit Link option in the pop-up menu and perform the actions you need: -
        -
      • edit your data and tap the checkmark in the upper right corner to save the changes.
      • -
      • use the Remove link button to delete the added hyperlink.
      • -
      +
    2. double-tap the cell that contains a link, then tap the Edit Link option in the pop-up menu and perform the actions you need: +
        +
      • edit your data in the correspinding fields, or
      • +
      • use the Remove link button to delete the added hyperlink.
      • +
    3. +
    4. tap the checkmark in the upper right corner to save the changes.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrSEAlignData/AndrSEAlignData.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrSEAlignData/AndrSEAlignData.ascx index 060da480b..5a6fc3bd6 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrSEAlignData/AndrSEAlignData.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrSEAlignData/AndrSEAlignData.ascx @@ -42,28 +42,31 @@ option in the pop-up menu and choosing the Cell menu item, -
  • swipe up to see more options and tap the Text format option to open the Text format panel. +
  • tap the Text format option to open the Text format panel,

    Text Format panel local" />

  • select one of the horizontal or vertical alignment types:
    • Tap the necessary horizontal alignment type to apply it: -
        -
      • tap the Align left - option to line up the text by the left side of the cell (the right side remains unaligned).
      • -
      • tap the Align center - option to line up the text by the center of the cell (the right and the left sides remains unaligned).
      • -
      • tap the Align right - option to line up the text by the right side of the cell (the left side remains unaligned).
      • -
      • tap the Justified - option to line up the text by both the left and the right sides of the cell (additional spacing is added where necessary to keep the alignment).
      • -
      +
        +
      • tap the Align left icon" /> + Align left option to line up the text by the left side of the cell (the right side remains unaligned).
      • +
      • tap the Align center icon" /> + Align center option to line up the text by the center of the cell (the right and the left sides remains unaligned).
      • +
      • tap the Align right icon" /> + Align right option to line up the text by the right side of the cell (the left side remains unaligned).
      • +
      • tap the Justified icon" /> + Justifiedoption to line up the text by both the left and the right sides of the cell (additional spacing is added where necessary to keep the alignment).
      • +
    • -
    • Swipe up to see the vertical alignment parameters and tap the necessary type to apply it: +
    • Tap the necessary vertical alignment type to apply it:
        -
      • tap the Align top option to align your data to the top of the cell;
      • -
      • tap the Align middle option to align your data to the middle of the cell;
      • -
      • tap the Align bottom option to align your data to the bottom of the cell.
      • +
      • tap the Align top icon" /> + Align top option to align your data to the top of the cell;
      • +
      • tap the Align middle icon" /> + Align middle option to align your data to the middle of the cell;
      • +
      • tap the Align bottom icon" /> + Align bottom option to align your data to the bottom of the cell.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrSelectiveClear/AndrSelectiveClear.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrSelectiveClear/AndrSelectiveClear.ascx index 6560d0ebc..152a04d37 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrSelectiveClear/AndrSelectiveClear.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrSelectiveClear/AndrSelectiveClear.ascx @@ -46,7 +46,7 @@
  • Text - to clear a cell from text and formulas,
  • Format - to remove all formatting applied to the cell,
  • Comments - to remove all comments,
  • -
  • Hyperlinks - to remove all hyperlinks. Both external and internal links will be removed,
  • +
  • Links - to remove all hyperlinks. Both external and internal links will be removed,
  • Selective clear" />

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrWrapText/AndrWrapText.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrWrapText/AndrWrapText.ascx index b090001b1..db82e4687 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrWrapText/AndrWrapText.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrEditingCellProperties/AndrWrapText/AndrWrapText.ascx @@ -42,8 +42,10 @@ option in the pop-up menu and choosing the Cell menu item, -
  • swipe up to see more options and tap the Text format option.
  • -
  • swipe up to see the Wrap text switcher and turn it on.
  • +
  • tap the Text format option to open the Text format panel, +

    Text Format panel local" />

    +
  • +
  • turn the Wrap text switcher on,
  • return to the previous screen by tapping the Back" /> arrow on the left and сlose the cell settings panel by tapping the Close settings panel" /> icon on the right.
  • If you change the column width, data wrapping adjusts automatically.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrInsertFormulas/AndrInsertFormulas.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrInsertFormulas/AndrInsertFormulas.ascx index 8292f3c7f..0dfcc4901 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrInsertFormulas/AndrInsertFormulas.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrInsertFormulas/AndrInsertFormulas.ascx @@ -41,7 +41,7 @@
  • tapping the Insert object" /> icon at the top toolbar and switching to the Function icon" /> Function tab,
  • -
  • select one of the commonly used functions (SUM, MIN, MAX, COUNT) or choose the necessary Category in the Categories section and select the function you need, +
  • select one of the commonly used functions (SUM, MIN, MAX, COUNT) or choose the necessary Category in the Categories section and select the function you need. You can also add functions manually into the formula bar. As soon as you type the first letters, a formula tip window will apear, containing proper syntax for formulas,

    To view the function description, tap the Info icon" /> icon.

  • enter the function arguments either using the on-screen keyboard or dragging to select a range of cells to be included as an argument. If the function requires several arguments, they must be separated by commas. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertAutoshapes/AndrSEInsertAutoshapes.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertAutoshapes/AndrSEInsertAutoshapes.ascx index 4437c7f6e..0236705b1 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertAutoshapes/AndrSEInsertAutoshapes.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertAutoshapes/AndrSEInsertAutoshapes.ascx @@ -50,7 +50,7 @@ Edit object" /> icon at the top toolbar, or
  • tapping the Edit icon local" /> - option in the pop-up,
  • + option in the pop-up menu,
  • tap the necessary menu item: Style, Replace or Reorder. Use the Return" /> icon on the left to return to the previous settings section. @@ -118,19 +118,20 @@

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

    Shape with text" />

    - <%--

    To edit the added text within the autoshape,

    -
      +

      To edit the added text within the autoshape,

      +
      1. select the text: double tap a piece of text within the shape and drag the selection handles,
      2. open the shape/text settings panel by -
          -
        • tapping the - Edit object" /> - icon at the top toolbar, or
        • -
        • tapping the More option in the pop-up menu and choosing the Edit menu item,
        • -
        +
          +
        • tapping the + Edit object" /> + icon at the top toolbar, or
        • +
        • tapping the Edit icon local" /> + option in the pop-up menu,
        • +
      3. switch to the TEXT tab, -

        Text settings panel" />

        +

        Text settings panel" />

      4. adjust the necessary text parameters:
          @@ -143,38 +144,35 @@
        • To change the font typeface, select one of the following options:
          • - Bold" /> - Bold - tap this icon to make the font bold giving it more weight.
          • -
          • - Italic" /> - Italic - tap this icon to make the font italicized giving it some right side tilt.
          • -
          • - Underline" /> - Underline - tap this icon to make the text underlined with the line going under the letters.
          • + Bold" /> + Bold - tap this icon to make the font bold giving it more weight. +
          • Italic" /> + Italic - tap this icon to make the font italicized giving it some right side tilt.
          • +
          • Underline" /> + Underline - tap this icon to make the text underlined with the line going under the letters.
          • +
          • Strikethrough" /> + Strikethrough - tap this icon to make the text struck out with the line going through the letters.
        • -
        • Text Color - is used to change the color of the characters in the text. Tap this option to open the the color palettes panel (swipe up to see more colors). Select the necessary color on the Theme Colors or Standard Colors palette.
        • +
        • Text Color - is used to change the color of the characters in the text. Tap this option to open the the color palettes panel (swipe up to see more colors). Select the necessary color on the Theme colors or Standard colors palette or create your own Custom color.
        • Apply the necessary horizontal alignment type: -

          tap the Align Left" /> icon - to line up the text by the left side of the text box (the right side remains unaligned).

          -

          tap the Align Center" /> icon - to line up the text by the center of the text box (the right and the left sides remains unaligned).

          -

          tap the Align Right" /> icon - to line up the text by the right side of the text box (the left side remains unaligned).

          -

          tap the Justified" /> icon - to line up the text by both the left and the right sides of the text box (additional spacing is added where necessary to keep the alignment).

          - -
        • -
        • Swipe up to see the vertical alignment parameters and apply one of alignment types: -

          tap the Align Top" /> icon to align your text to the top of the text box;

          +

          tap the Align Left" /> icon + to line up the text by the left side of the text box (the right side remains unaligned).

          +

          tap the Align Center" /> icon + to line up the text by the center of the text box (the right and the left sides remains unaligned).

          +

          tap the Align Right" /> icon + to line up the text by the right side of the text box (the left side remains unaligned).

          +

          tap the Justified" /> icon + to line up the text by both the left and the right sides of the text box (additional spacing is added where necessary to keep the alignment).

          +
        • +
        • Swipe up to see the vertical alignment parameters and apply one of alignment types: +

          tap the Align Top" /> icon to align your text to the top of the text box;

          tap the Align Middle" /> icon to align your text to the middle of the text box;

          tap the Align Bottom" /> icon to align your text to the bottom of the text box.

          - -
        • +
        -
      5. -
      6. close the shape/text settings panel by tapping the Close settings panel" /> arrow on the right or use the Return" /> icon on the left to return to the previous settings section.
      7. -
      --%> +
    1. close the shape/text settings panel by tapping the Close settings panel" /> cross on the right.
    2. +

    Remove the shape

    Select the shape by tapping on it and proceed in one of the following ways:

      diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertCharts/AndrSEInsertCharts.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertCharts/AndrSEInsertCharts.ascx index 8ae1c0f28..e3c42ccaf 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertCharts/AndrSEInsertCharts.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertCharts/AndrSEInsertCharts.ascx @@ -192,7 +192,7 @@ option in the pop-up menu, or
    • open the chart settings panel by tapping the Edit object" /> - icon at the top toolbar, swipe up and tap the REMOVE CHART button.
    • + icon at the top toolbar, swipe up and tap the Remove chart button.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertImages/AndrSEInsertImages.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertImages/AndrSEInsertImages.ascx index 459422436..2022b0f77 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertImages/AndrSEInsertImages.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEInsertImages/AndrSEInsertImages.ascx @@ -38,9 +38,14 @@
  • switch to the Other tab icon" /> Other tab,
  • tap the Image icon" /> - Image option,
  • -
  • select the Picture from Library local" /> Picture from library option to open the Media Library where you can select the necessary file. -
  • + Image option and select one of the following options to load the image, +
      +
    • the Picture from Library local" /> Picture from library option to open the Media Library where you can select the necessary file. +

      You must have appropriate permissions on your device Media Library.

      +
    • +
    • the Picture from URL" /> Picture from link option will open the Link settings panel where you can enter the necessary image web address into the Image URL field and tap the Insert image button.
    • +
    +

    The image will be added. Now you can change its properties and position.

    Adjust the image settings

    @@ -58,12 +63,23 @@
  • tap the necessary menu item: Style, Replace or Reorder. Use the Return" /> icon on the left to return to the previous settings section. -

    The Style section allows to adjust the size and color of the image border. Switch to the BORDER tab and change the border Size by dragging the slider and select the necessary border Color.

    +

    The Style section allows you to enable the following options:

    +
      +
    • Border style - set the border: +
        +
      • Stroke - switch the toggle to enable or disable border display.
      • +
      • Size - set the border size by dragging the slider.
      • +
      • Color - select the border color on the palette.
      • +
      • Border type - select one of the available border types.
      • +
      +

      Image border" />

      +
    • +
    +

    The Replace section allows to change the shape of the image replacing the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

    Reshape image" />

    -

    The Reorder section allows to set the selected image position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.


    -

    The ACTUAL SIZE button allows to change the current image size to the default one.

    +

    The Reorder section allows to set the selected image position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

  • close the shape settings panel by tapping the Close settings panel" /> cross on the right.
  • @@ -76,7 +92,7 @@ option in the pop-up menu, or
  • open the shape settings panel by tapping the Edit object" /> - icon at the top toolbar and use the REMOVE SHAPE button.
  • + icon at the top toolbar and use the Remove shape button. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEManipulateObjects/AndrSEManipulateObjects.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEManipulateObjects/AndrSEManipulateObjects.ascx index ea8100979..b59abe002 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEManipulateObjects/AndrSEManipulateObjects.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsOnObjects/AndrSEManipulateObjects/AndrSEManipulateObjects.ascx @@ -57,18 +57,14 @@ icon at the top toolbar,
  • tap the Reorder menu item,
  • select the desired arrangement option: -

    - Bring to Foreground" /> - Bring to Foreground - to move the selected object in front of all other objects,

    -

    - Send to Background" /> - Send to Background - to move the selected object behind all other objects,

    -

    - Move Forward" /> - Move Forward - to move the selected object by one level forward as related to other objects,

    -

    - Move Backward" /> - Move Backward - to move the selected object by one level backward as related to other objects.

    +

    Bring to Foreground" /> + Bring to foreground - to move the selected object in front of all other objects,

    +

    Send to Background" /> + Send to background - to move the selected object behind all other objects,

    +

    Move Forward" /> + Move forward - to move the selected object by one level forward as related to other objects,

    +

    Move Backward" /> + Move backward - to move the selected object by one level backward as related to other objects.

  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsWithSheets/AndrManageSheets/AndrManageSheets.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsWithSheets/AndrManageSheets/AndrManageSheets.ascx index 59658e50d..57f25128c 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsWithSheets/AndrManageSheets/AndrManageSheets.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrOperationsWithSheets/AndrManageSheets/AndrManageSheets.ascx @@ -39,7 +39,7 @@

    Duplicate sheets

    To duplicate an existing sheet, tap the current sheet tab once to access the pop-up menu with the Duplicate option, then tap it.

    Change tab colors

    -

    To differentiate the sheets, you can assign different colors to the sheet tabs. To change the tab color, tap the current sheet tab once so that the pop-up menu appears, then tap the Tab color option. In the Tab color panel, select the necessary color on the Theme colors or Standard colors palette or create your own Custom color.

    +

    To differentiate the sheets, you can assign different colors to the sheet tabs. To change the tab color, tap the current sheet tab once so that the pop-up menu appears, then tap the Tab color option. In the Tab color panel, select the necessary color on the Theme colors or Standard colors palette or create your own Custom color. If you don't want to use any fill, tap the No fill icon" /> Without filling option.

    Tab color local" />

    To add a new Custom Color, follow these steps:

      diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrRowsAndColumns/AndrSortFilter/AndrSortFilter.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrRowsAndColumns/AndrSortFilter/AndrSortFilter.ascx index e7626b03a..2a1317483 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrRowsAndColumns/AndrSortFilter/AndrSortFilter.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrRowsAndColumns/AndrSortFilter/AndrSortFilter.ascx @@ -31,7 +31,7 @@
      -

      Sort Data

      +

      Sort Data

      To sort your data,

      1. select a range of cells you wish to sort,
      2. @@ -47,7 +47,7 @@
      3. tap the Back arrow" /> arrow on the left and close the object insertion panel by tapping the Close object insertion panel" /> arrow on the right.
      -

      Filter Data

      +

      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,
        @@ -68,7 +68,7 @@

        Filter Options panel" />

      1. Deselect the data you need to hide. -

        Swipe top or bottom to view all the entries and touch those you do not want to display. When ready, tap the Close settings panel" /> arrow on the right to close the Filter Options panel.

        +

        Swipe top or bottom to view all the entries and touch those you do not want to display. When ready, tap the Close settings panel" /> cross on the right to close the Filter Options panel.

        The Filter Filter button" /> button will appear in the first cell of the column. It means that the filter is applied.

      @@ -83,7 +83,7 @@
    1. select the Clear filter option on the Filter options panel that opens.

    The filter will remain enabled, but all the applied filter parameters will be removed, and the Filter Filter button" /> buttons in the first cells of the columns will change into the drop-down arrows Drop-Down Arrow" />.

    -

    Remove Filter

    +

    Remove Filter

    To remove the filter,

    1. tap the Filter Filter button" /> button in the first cell of the column that contains the filtered data,
    2. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrSEEncryption/AndrSEEncryption.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.ascx similarity index 81% rename from Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrSEEncryption/AndrSEEncryption.ascx rename to Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.ascx index 6270f33ea..fdc116c82 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrSEEncryption/AndrSEEncryption.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrEncryption/AndrEncryption.ascx @@ -35,13 +35,13 @@ Protection icon" /> Protection menu option.
    3. Enable the Set password switcher. Enter the required password and verify it. -

      Set password" />

      +

      Set password" />

      Please note that the password cannot be restored. Please keep it in a safe place so as not to forget it.

    4. -
    5. Apply the changes by tapping the checkmark in the upper right corner, close the settings panel and save the spreadsheet.
    6. +
    7. Apply the changes by tapping the Accept" /> button in the upper right corner, close the settings panel, and save the spreadsheet.

    Next time you open this spreadsheet you will need to enter the password.

    -

    Open protected file" />

    +

    Open protected file" />

    To change or delete the password in the Spreadsheet Editor:

    1. Tap the @@ -50,9 +50,9 @@
    2. Tap the Protection icon" /> Protection menu option.
    3. -
    4. Erase the password and disable the Set password switcher to delete the password.
    5. +
    6. Disable the Set password switcher to delete the password.
    7. Enter and verify the new password to change it.
    8. -
    9. Apply the changes by tapping the checkmark in the upper right corner, close the settings panel and save the spreadsheet.
    10. +
    11. Apply the changes by tapping the Accept" /> button in the upper right corner, close the settings panel, and save the spreadsheet.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrSaveExportPrintSpreadsheet/AndrSaveExportPrintSpreadsheet.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrSaveExportPrintSpreadsheet/AndrSaveExportPrintSpreadsheet.ascx index d03d5e92e..76d858297 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrSaveExportPrintSpreadsheet/AndrSaveExportPrintSpreadsheet.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrSaveExportPrintSpreadsheet/AndrSaveExportPrintSpreadsheet.ascx @@ -44,14 +44,39 @@
  • specify the path where the file will be saved.<%-- It can be either the same device or a cloud storage.--%>
  • -

    Print the spreadsheet

    +

    Export the document

    +

    To export a spreadsheet in a selected format, you should locally open the file by tapping on it in the On Device section and follow these steps:

    +
      +
    1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
    2. +
    3. tap the + Export document" /> + Export menu item,
    4. +
    5. tap one of the available file formats: XLSX, PDF, ODS, XLTX, PDF/A, OTS, CSV,
    6. +
    7. select the transfer method and recipient.
    8. +
    + +

    Send a copy

    +

    To send a copy of the file with the same format and content via Bluetooth, messengers, email, etc., you should locally open the file by tapping on it in the On Device section and follow these steps:

    +
      +
    1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
    2. +
    3. tap the + Send a copy" /> + Send a copy menu item,
    4. +
    5. select the transfer method and recipient.
    6. +
    + +

    Print the spreadsheet

    To print the current local spreadsheet, opened in the On Device section,

    1. tap the Settings icon" /> Settings icon in the right corner of the top toolbar,
    2. tap the - Print" /> + Print" /> Print menu item to enter the preview mode,
    3. at the top of the screen choose either an available Printer or tap on the Save as PDF option to generate a PDF file on the basis of this spreadsheet,
    4. in the drop-down menu Arrow" /> @@ -65,7 +90,7 @@
    5. page orientation - choose from landscape and portrait options,
    6. -
    7. tap the Print" /> button to initialize printing.
    8. +
    9. tap the Print" /> button to initialize printing.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrViewSpreadsheetInfo/AndrViewSpreadsheetInfo.ascx b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrViewSpreadsheetInfo/AndrViewSpreadsheetInfo.ascx index 1dfb7473d..807727e27 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrViewSpreadsheetInfo/AndrViewSpreadsheetInfo.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrSE/AndrToolsAndSettings/AndrViewSpreadsheetInfo/AndrViewSpreadsheetInfo.ascx @@ -35,15 +35,15 @@ Settings icon" /> Settings icon in the right corner of the top toolbar,
  • in the About section, select the - Spreadsheet Info" /> + Spreadsheet Info" /> Spreadsheet Info menu item.
  • The spreadsheet information includes the spreadsheet title, file size, the date and time when the file was last modified.

    The About section also contains the following icons:

      -
    • Help icon" /> - to open our helpcenter's web page dedicated to the application,
    • -
    • Feedback icon" /> - to contact our support team,
    • -
    • About icon" /> - to view the information about the program.
    • +
    • Help icon" /> Help - to open our helpcenter's web page dedicated to the application,
    • +
    • Feedback icon" /> Feedback and support - to contact our support team,
    • +
    • About icon" /> About - to view the information about the program.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebCommonOperations/AndrWebOpenCreateFiles/AndrWebOpenCreateFiles.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebCommonOperations/AndrWebOpenCreateFiles/AndrWebOpenCreateFiles.ascx index 9fb8cb6eb..4bf2684f3 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebCommonOperations/AndrWebOpenCreateFiles/AndrWebOpenCreateFiles.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebCommonOperations/AndrWebOpenCreateFiles/AndrWebOpenCreateFiles.ascx @@ -104,15 +104,19 @@

    Tap the Add account item at the left sidebar. The Connecting account window will open.

      -
    • select the necessary service from the available ones: Google Drive, OneDrive, Dropbox, Box, SharePoint, OneDrive for Business, Yandex.Disk, Nextcloud, ownCloud, or Other account which supports WebDAV protocol.
    • +
    • select the necessary service from the available ones: Nextcloud, ownCloud, KDrive, OneDrive, Dropbox, Google Drive, or Other account which supports WebDAV protocol.
    • sign in to your third-party account using your Login and Password. -

      When connecting your SharePoint, ownCloud/Nextcloud or Other account which supports WebDAV protocol, you'll also need to specify the Server address. For example, the URL that allows to access your Nextcloud files via WebDAV looks like this: https://yourdomain.com/remote.php/webdav/. This URL address can be found in the following way: sign in to your Nextcloud account, click the Settings icon in the lower left corner and copy the entire URL from the WebDAV field. Then switch to the ONLYOFFICE mobile web version and paste the entire copied URL address, including the protocol, into the Server field.

      +

      When connecting your SharePoint, ownCloud, Nextcloud or Other account which supports WebDAV protocol, you'll also need to specify the Server address. For example, the URL that allows to access your Nextcloud files via WebDAV looks like this: https://yourdomain.com/remote.php/webdav/. This URL address can be found in the following way: sign in to your Nextcloud account, click the Settings icon in the lower left corner and copy the entire URL from the WebDAV field. Then switch to the ONLYOFFICE mobile web version and paste the entire copied URL address, including the protocol, into the Server field.

      Note: in some cases, you will also need to allow ONLYOFFICE to access your third-party account tapping the corresponding button.

    • change the Folder title, if necessary,
    • press the Connect button.
    -

    The third-party storage folder will be added. You can use the folder menu to Rename, Copy, Share or Disconnect third party folder.

    +

    The third-party storage folder will be added. In addition to the standard actions with folders, the context menu of this resource folder will include two more options:

    +
      +
    • Change connection settings Icon" /> Change connection settings - use it to change third-party storage account or alter its credentials, change folder's name, or Make shared and put into Common to let other portal users access it.
    • +
    • Disconnect third party Icon" /> Disconnect third party - use it to remove the resource from the 'Documents' module.
    • +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebBasicOperations/AndrWebNavDoc/AndrWebNavDoc.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebBasicOperations/AndrWebNavDoc/AndrWebNavDoc.ascx index 050424184..a63524205 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebBasicOperations/AndrWebNavDoc/AndrWebNavDoc.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebBasicOperations/AndrWebNavDoc/AndrWebNavDoc.ascx @@ -31,9 +31,13 @@

    To scroll your multi-page document, swipe up/down. If the document is zoomed in, you can swipe right/left. Vertical and horizontal scroll bars also appear when you begin scrolling.<%--You can also touch and hold close to the right edge of the document until the scroll bar appears. The page indicator at the bottom of the screen shows the current page number.--%>

    To zoom in the document, use the stretch gesture: place two fingers on the screen and move them apart. <%--The indicator displays the current zoom value as you move your fingers until you reach the Maximum zoom level.--%>

    To zoom out the document, use the pinch gesture: place two fingers on the screen and move them together. <%--The indicator displays the current zoom value as you move your fingers until you reach the Minimum zoom level.--%>

    -

    You can also navigate through the document headings. Tap the Settings icon" /> icon in the upper right corner, then use the Navigation option. Select the necessary heading in the list to jump to it.

    +

    You can also navigate through the document headings. Tap the Settings icon" /> Settings icon in the upper right corner, then use the Navigation option. Select the necessary heading in the list to jump to it.

    Navigation" />

    -

    To switch to the mobile view, tap the Settings icon" /> Settings icon Tools icon at the top right corner and enable the Mobile View icon" /> Mobile View switcher. Now the document corresponds to the width of your screen.

    +

    To switch between the Mobile view and Standart view,

    +
      +
    • in the View mode, tap the Standart view icon" /> icon in the upper right corner to switch to the Standard view. To return to the Mobile view, tap the Mobile view icon" /> icon in the upper right corner.
    • +
    • in the Editing mode, tap the Settings icon" /> Settings icon at the top right corner and enable the Mobile View icon" /> Mobile View switcher. Now the document corresponds to the width of your screen. Turn the switcher off to return to the Standart view.
    • +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebBasicOperations/AndrWebSwitchModes/AndrWebSwitchModes.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebBasicOperations/AndrWebSwitchModes/AndrWebSwitchModes.ascx new file mode 100644 index 000000000..5665d2f0d --- /dev/null +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebBasicOperations/AndrWebSwitchModes/AndrWebSwitchModes.ascx @@ -0,0 +1,31 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
    +

    Switch between editing modes

    + +
    +
    +
    +

    When tapping a document, it opends in Preview mode by default. In this mode, it is convenient to quickly view the contents of the document, as well as scroll through it.

    +

    To start editing the document and unlock the editing tools, tap the button Editdoc local" /> at the bottom right.

    +

    Once you have are done editing the document, tap the Savedoc local icon" /> button on the toolbar. The document will be saved and opened in Preview mode.

    +

    To exit the editor, tap the Close file icon" /> Back arrow in the upper left corner.

    +
    +
    +
    +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebDETableOfContents/AndrWebDETableOfContents.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebDETableOfContents/AndrWebDETableOfContents.ascx index 0e89c8110..3dfada1fe 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebDETableOfContents/AndrWebDETableOfContents.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebDETableOfContents/AndrWebDETableOfContents.ascx @@ -7,6 +7,7 @@

    • +
    @@ -63,6 +64,8 @@

    • +
    • +
    • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebAdjustChartSettings/AndrWebAdjustChartSettings.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebAdjustChartSettings/AndrWebAdjustChartSettings.ascx index 2208d8cbb..7c8777b75 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebAdjustChartSettings/AndrWebAdjustChartSettings.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebAdjustChartSettings/AndrWebAdjustChartSettings.ascx @@ -42,8 +42,8 @@
    • tapping the Edit option in the pop-up menu,
    -
  • tap the necessary menu item: Style, Wrap, or Reorder. Use the Return" /> icon on the left to return to the previous settings section. -

    The Style section contains the following four tabs:

    +
  • tap the necessary menu item: Design, Wrap, or Arrange. Use the Return" /> icon on the left to return to the previous settings section. +

    The Design section contains the following four tabs:

    • TYPE - to change the current chart type (line chart, column chart, bar chart, area chart, pie chart, point chart, or stock chart). Swipe up to see all the chart types and tap the one you want to apply.

      Chart type" />

      @@ -54,12 +54,14 @@
    • FILL - to change the chart background fill by selecting a solid color. Swipe up to see all the palettes and tap the necessary color on the Theme Colors or Standard Colors palette. If you don't want to use any fill, tap the No Fill" /> icon on the Standard Colors palette.
    • -
    • BORDER - to adjust the chart border Size by dragging the slider and select the border Color on the palette.
    • +
    • BORDER - to adjust the chart border Size by dragging the slider and select the border Color on the palette. +

      Border settings" />

      +

    The Wrap section allows to select a text wrapping style from the available ones and adjust some additional positioning options. To learn more, please refer to the ">Change text wrapping section of this guide.


    -

    The Reorder section allows to set the selected chart position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

    +

    The Arrange section allows to set the selected chart position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

  • close the chart settings panel by tapping the Close settings panel" /> arrow on the right.
  • @@ -69,7 +71,7 @@
  • tap the Delete option in the pop-up menu, or
  • open the chart settings panel by tapping the Edit object" /> - icon at the top toolbar, swipe up and tap the REMOVE CHART button.
  • + icon at the top toolbar, swipe up, and tap the REMOVE CHART button. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebChangeTextWrapping/AndrWebChangeTextWrapping.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebChangeTextWrapping/AndrWebChangeTextWrapping.ascx index dc710532a..bac7d2dbc 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebChangeTextWrapping/AndrWebChangeTextWrapping.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebChangeTextWrapping/AndrWebChangeTextWrapping.ascx @@ -30,7 +30,7 @@

    Available wrapping styles

    The Wrapping style option determines the way the object is positioned relative to the text.

    -

    If the Inline wrapping style is selected, 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 the In line with Text wrapping style is selected, 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:

    • @@ -46,10 +46,10 @@

      Top and Bottom - the text is only above and below the object.

    • -

      In Front - the object overlaps the text.

      +

      In Front of Text - the object overlaps the text.

    • -

      Behind - the text overlaps the object.

      +

      Behind Text - the text overlaps the object.

    For tables, the following two options are available: Inline and Flow.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertAutoshapes/AndrWebInsertAutoshapes.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertAutoshapes/AndrWebInsertAutoshapes.ascx index a40e7ebb3..ef9a570dc 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertAutoshapes/AndrWebInsertAutoshapes.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertAutoshapes/AndrWebInsertAutoshapes.ascx @@ -42,7 +42,7 @@

    Adjust the shape settings

    1. select the shape by tapping its border (the rectangular box around the shape should be displayed as a solid line),
    2. -
    3. open the shape settings panel by +
    4. open the Shape settings panel by
      • tapping the Edit object" /> @@ -50,7 +50,7 @@
      • tapping the Edit option in the pop-up menu,
    5. -
    6. tap the necessary menu item: Style, Wrap, Replace or Reorder. Use the Return" /> icon on the left to return to the previous settings section. +
    7. tap the necessary menu item: Style, Wrap, Change Shape or Arrange. Use the Return" /> icon on the left to return to the previous settings section.

      The Style section contains the following three tabs:

      • FILL - to fill the inner space of the autoshape with a solid color<%--, gradient template or predefined texture--%>. Swipe up to see all the palettes and tap the necessary color on the Theme Colors or Standard Colors palette or create your own Custom Color. If you don't want to use any fill, tap the @@ -74,9 +74,9 @@

        The Wrap section allows to select a text wrapping style from the available ones and adjust some additional positioning options. To learn more, please refer to the ">Change text wrapping section of this guide.


        -

        The Replace section allows to replace the current autoshape with another one selected from the menu.

        +

        The Change Shape section allows to replace the current autoshape with another one selected from the menu.


        -

        The Reorder section allows to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

        +

        The Arrange section allows to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

      • Close the shape settings panel by tapping the Close settings panel" /> arrow on the right.
    @@ -116,14 +116,14 @@
  • apply paragraph ">styles,
  • -
  • Close the shape/text settings panel by tapping the Close settings panel" /> arrow on the right or use the Return" /> icon on the left to return to the previous settings section.
  • +
  • Close the shape/text settings panel by tapping the Close settings panel" /> arrow on the right.
  • Remove the shape

    Select the shape by tapping on it and proceed in one of the following ways:

    • tap the Delete option in the pop-up menu, or
    • -
    • open the shape settings panel by tapping the +
    • open the SHAPE settings panel by tapping the Edit object" /> icon at the top toolbar, swipe up and tap the REMOVE SHAPE button.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertImages/AndrWebInsertImages.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertImages/AndrWebInsertImages.ascx index e01fdecc7..84f8c2a91 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertImages/AndrWebInsertImages.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertImages/AndrWebInsertImages.ascx @@ -35,7 +35,7 @@
  • tap the Insert object" /> icon at the top toolbar to open the new object insertion panel,
  • -
  • switch to the Image icon" /> Image tab,
  • +
  • switch to the Other tab" /> Other tab and tap the Image icon" /> Image option,
  • select one of the following options to load the image:
    • the Picture from Library" /> Picture from Library option will open the Media Library where you can select the necessary file. @@ -49,7 +49,7 @@

      Adjust the image settings

      1. select the image by tapping it,
      2. -
      3. open the shape/image settings panel by +
      4. open the IMAGE settings panel by
        • tapping the Edit object" /> @@ -57,24 +57,21 @@
        • tapping the Edit option in the pop-up menu,
      5. -
      6. switch to the IMAGE tab,
      7. -
      8. tap the necessary menu item: Wrap, Replace or Reorder. Use the Return" /> icon on the left to return to the previous settings section. -

        The Wrap section allows to select a text wrapping style from the available ones and adjust some additional positioning options. To learn more, please refer to the ">Change text wrapping section of this guide.

        +
      9. tap the necessary menu item: Text Wrapping or Replace Image. Use the Return" /> icon on the left to return to the previous settings section. +

        The Text Wraping section allows to select a text wrapping style from the available ones and adjust some additional positioning options. To learn more, please refer to the ">Change text wrapping section of this guide.


        -

        The Replace section allows to replace the current image loading another one from the Media Library or URL.

        -
        -

        The Reorder section allows to set the selected image position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

        +

        The Replace image section allows to replace the current image loading another one from the Media Library or URL.


        The ACTUAL SIZE button allows to restore the original image size.

      10. close the image settings panel by tapping the Close settings panel" /> arrow on the right.
      -

      Adjust the shape of the image and its border

      +

      Adjust the shape settings

      When the image is selected, the shape settings panel is also available so that you can change the shape of the image as well as adjust its border size and color, if necessary.

      1. select the image by tapping it,
      2. -
      3. open the shape/image settings panel by +
      4. open the SHAPE settings panel by
        • tapping the Edit object" /> @@ -82,21 +79,22 @@
        • tapping the Edit option in the pop-up menu,
      5. -
      6. on the SHAPE tab, tap the Style option and switch to the BORDER tab. Change the border Size by dragging the slider and select the necessary border Color. -

        Tap the Replace section to replace the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

        +
      7. switch to the SHAPE tab, tap the Style option, and select the Border section. Change the border Size by dragging the slider and select the necessary border Color. +

        Border settings" />

        +
        +

        Tap the Change Shape section to replace the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

        Reshape image" />

        -

        The Wrap and Reorder sections of the SHAPE tab are the same as the ones at the IMAGE tab. If you change these options at the SHAPE tab, they will change similarly at the IMAGE tab.

      8. -
      9. close the shape settings panel by tapping the Close settings panel" /> arrow on the right or use the Return" /> icon on the left to return to the previous settings section.
      10. +
      11. close the shape settings panel by tapping the Close settings panel" /> arrow on the right.

      Remove the image

      Select the image by tapping on it and proceed in one of the following ways:

      • tap the Delete option in the pop-up menu, or
      • -
      • open the shape/image settings panel by tapping the +
      • open the image settings panel by tapping the Edit object" /> - icon at the top toolbar. You can use both the REMOVE SHAPE button at the SHAPE tab and the REMOVE IMAGE button at the IMAGE tab.
      • + icon at the top toolbar. Use the DELETE IMAGE button at the IMAGE tab.
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertTables/AndrWebInsertTables.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertTables/AndrWebInsertTables.ascx index 54ffc4519..b33b6a1e1 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertTables/AndrWebInsertTables.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebInsertTables/AndrWebInsertTables.ascx @@ -68,7 +68,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the Edit option in the pop-up menu,
  • +
  • tapping the More option in the pop-up menu and selecting the Edit option,
  • switch to the TABLE tab,
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebManipulateObjects/AndrWebManipulateObjects.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebManipulateObjects/AndrWebManipulateObjects.ascx index 9bd93a00a..7931ed31e 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebManipulateObjects/AndrWebManipulateObjects.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebOperationsOnObjects/AndrWebManipulateObjects/AndrWebManipulateObjects.ascx @@ -57,7 +57,7 @@
  • tap the Edit object" /> icon at the top toolbar,
  • -
  • tap the Reorder menu item,
  • +
  • tap the Arrange menu item,
  • select the desired arrangement option:

    Bring to Foreground" /> diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebParagraphFormatting/AndrWebCreateLists/AndrWebCreateLists.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebParagraphFormatting/AndrWebCreateLists/AndrWebCreateLists.ascx index 030d37c88..30dac06e8 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebParagraphFormatting/AndrWebCreateLists/AndrWebCreateLists.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebParagraphFormatting/AndrWebCreateLists/AndrWebCreateLists.ascx @@ -41,14 +41,20 @@

  • on the TEXT tab, swipe up to see all the settings,
  • -
  • select the list type you would like to start: +
  • tap the Bullets & Numbers option and select the necessary list type:
      -
    • tap the Bullets option to create an Unordered list with markers and select the marker type,
    • -
    • tap the Numbers option to create an Ordered list with digits or letters and select how the list is going to look like,
    • +
    • the first tab contains Numbers list types to create an Ordered list with digits or letters: +

      Numbered list" />

      +
    • +
    • the second tab contains Bullets list types to create an Unordered list with markers: +

      Bulleted list" />

      +
    • +
    • the third tab contains Multilevel list types to create a Multilevel list with digits and markers: +

      Multilevel list" />

      +
    -

    List settings" />

  • -
  • close the paragraph settings panel by tapping the Close settings panel" /> arrow on the right.
  • +
  • close the text settings panel by tapping the Close settings panel" /> arrow on the right or use the Close settings panel" /> icon on the left to return to the previous settings section.
  • now each time you press the Enter key" /> Enter key at the end of the line a new ordered or unordered list item will appear. To stop that, tap the Backspace key" /> key and continue with the common text paragraph.
  • @@ -60,4 +66,4 @@ - + \ No newline at end of file diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebAddHyperlinks/AndrWebAddHyperlinks.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebAddHyperlinks/AndrWebAddHyperlinks.ascx index 5565f1f0d..59052ee74 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebAddHyperlinks/AndrWebAddHyperlinks.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebAddHyperlinks/AndrWebAddHyperlinks.ascx @@ -35,7 +35,7 @@
    1. place the cursor where you want the link to be added or select the text passage that will get clickable,
    2. choose the More option in the pop-up menu and tap the Add Link menu item or do the following: -
        +
        • tap the Insert object" /> icon at the top toolbar to open the new object insertion panel,
        • @@ -43,41 +43,38 @@
        • select the Link" /> Link option,
        • -
      +
    3. -
    4. after that the Add Link screen will appear where you can specify the hyperlink parameters: -
        -
      • Link - enter a URL in the format http://www.example.com.
      • -
      • - Display - enter a text that will get clickable and lead to the web address specified in the upper field. +
      • after that the Link Settings screen will appear where you can specify the hyperlink parameters: +
          +
        • Link - enter a URL in the format http://www.example.com.
        • +
        • + Display - enter a text that will get clickable and lead to the web address specified in the upper field.

          Note: if you've selected a text passage before tapping the - Insert object" /> - icon, the Display field will be filled with the selected text fragment.

          -
        • -
        • Screen Tip - enter a text that will become visible in a small pop-up window that provides a brief note or label pertaining to the hyperlink being pointed to.
        • -
        -

        - Hyperlink Settings window" />

        -
      • -
      • tap the INSERT button.
      • + Insert object" /> + icon, the Display field will be filled with the selected text fragment.

        + +
      • Screen Tip - enter a text that will become visible in a small pop-up window that provides a brief note or label pertaining to the hyperlink being pointed to.
      • +
      +

      Hyperlink Settings window" />

      +
    5. +
    6. save the changes by tapping the Accept" /> button in the upper right and close the link settings panel by tapping the Close" /> button.

    Note: to follow the added link, double-tap it, choose the More option in the pop-up menu and tap the Open Link option.

      -
    1. select the link and open the text and paragraph settings panel by -
        -
      • tapping the - Edit object" /> - icon at the top toolbar, or
      • -
      • tapping the Edit option in the pop-up menu,
      • -
      -
    2. -
    3. switch to the HYPERLINK tab and perform the actions you need: +
    4. open the Link Settings panel:
        -
      • edit your data and tap the EDIT LINK button to save the changes.
      • -
      • use the REMOVE LINK button to delete the added hyperlink.
      • -
      +
    5. tap the + Insert object" /> + icon at the top toolbar, switch to the Other tab" /> Other tab, and select the + Link" /> + Link option, or
    6. +
    7. double-tap the link, choose the More option in the pop-up menu and tap the Edit Link option,
    8. + +
    9. edit your data or use the DELETE LINK button to delete the added hyperlink,
    10. +
    11. save the changes by tapping the Accept" /> button in the upper right and close the link settings panel by tapping the Close" /> button.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebApplyFontStyles/AndrWebApplyFontStyles.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebApplyFontStyles/AndrWebApplyFontStyles.ascx index 8d0134e0d..3fb285b31 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebApplyFontStyles/AndrWebApplyFontStyles.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebApplyFontStyles/AndrWebApplyFontStyles.ascx @@ -34,7 +34,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Edit menu item,
  • +
  • tapping the Edit option in the pop-up menu,
  • On the TEXT tab, use one of the available settings. Use the Return" /> icon on the left to return to the previous settings section.

    Text settings" />

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebSetFontTypeSizeColor/AndrWebSetFontTypeSizeColor.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebSetFontTypeSizeColor/AndrWebSetFontTypeSizeColor.ascx index 40cd5cdea..a35f52efb 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebSetFontTypeSizeColor/AndrWebSetFontTypeSizeColor.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebTextFormatting/AndrWebSetFontTypeSizeColor/AndrWebSetFontTypeSizeColor.ascx @@ -36,7 +36,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Edit menu item.
  • +
  • tapping the Edit option in the pop-up menu.
  • On the TEXT tab, use one of the available settings. Use the Return" /> icon on the left to return to the previous settings section.

    Text settings" />

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebCollaborativeEditing/AndrWebCollaborativeEditing.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebCollaborativeEditing/AndrWebCollaborativeEditing.ascx index 8eb031229..f63be82ac 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebCollaborativeEditing/AndrWebCollaborativeEditing.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebCollaborativeEditing/AndrWebCollaborativeEditing.ascx @@ -37,7 +37,7 @@ Collaboration icon" /> Collaboration icon at the top toolbar,
  • select the - Users menu item.
  • + Users icon" /> Users menu item.

    The Users panel will open with the list of users who are currently editing the document.

    Users panel" />

    @@ -50,7 +50,9 @@
    • tapping the Insert object" /> - icon on the top toolbar and then selecting the Comment menu item, or
    • + icon on the top toolbar, switching to the + Other tab" /> Other, + and then selecting the Comment menu item, or
    • tapping the More option in the pop-up menu and choosing the Add Comment menu item,
    @@ -66,7 +68,9 @@
  • tap the Collaboration icon" /> Collaboration icon at the top toolbar,
  • -
  • select the Comments menu item.
  • +
  • select the + Comments icon" /> + Comments menu item.
  • Comments panel" />

    To view the current comment:

    @@ -103,6 +107,7 @@ Collaboration icon" /> Collaboration icon at the top toolbar,
  • select the + Review icon" /> Review menu item.
  • Alternatively, you can select a text passage and use the Review option from the pop-up menu.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebEncryption/AndrWebEncryption.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebEncryption/AndrWebEncryption.ascx new file mode 100644 index 000000000..97488733e --- /dev/null +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebEncryption/AndrWebEncryption.ascx @@ -0,0 +1,86 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
    +

    Protect documents with a password

    + +
    +
    +
    +

    To protect your documents in the Document Editor:

    +
      +
    1. Tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar.
    2. +
    3. Tap the + Protection icon" /> + Protection menu option.
    4. +
    5. Choose whether you want to Encrypt File or to Protect Document.
    6. +
    +

    To encrypt a file and to restrict unauthorized access to it:

    +
      +
    1. tap the Encrypt file" /> Encrypt File menu item,
    2. +
    3. enter the required password and verify it, +

      Encrypt file" />

      +

      Please note that the password cannot be restored. Please keep it in a safe place so as not to forget it.

      +
    4. +
    5. save the changes by tapping the Accept icon" /> button in the top right corner, close the settings panel and save the document.
    6. +
    +

    Next time you open this document you will need to enter the password:

    +

    Protected file window" />

    +

    To change or delete the password in the Document Editor:

    +
      +
    1. Tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar.
    2. +
    3. Tap the + Protection icon" /> + Protection menu option.
    4. +
    5. Disable the Set password switcher to delete the password.
    6. +
    7. Enter and verify the new password to change it.
    8. +
    9. Apply the changes by tapping the Accept" /> button in the upper right corner, close the settings panel, and save the document.
    10. +
    +

    To protect a document and restrict access rights to it:

    +
      +
    1. tap the + Protect document icon" /> + Protect document menu option, +
    2. +
    3. enable the Set password switcher. Enter the required password and verify it, +

      Protect document" />

      +

      Please note that the password cannot be restored. Please keep it in a safe place so as not to forget it.

      +
    4. +
    5. choose the allowed editing rights for the document: No changes (Read only), Filling forms, Tracked changes or Comments. To find our more about access rights, please, refer to ">this article,
    6. +
    7. save the changes by tapping the Accept icon" /> button in the top right corner.
    8. +
    +

    To Unprotect and remove access restrictions:

    +
      +
    1. tap the + Settings icon" /> + Settings icon in the right corner of the top toolbar,
    2. +
    3. tap the + Protection icon" /> + Protection menu option,
    4. +
    5. tap the + Protect document icon" /> + Unprotect menu option,
    6. +
    7. enter the password into the corresponding Unprotect document window and tap OK. +

      Unprotect document window" />

      +
    8. +
    +
    +
    +
    +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebSaveExportPrintDoc/AndrWebSaveExportPrintDoc.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebSaveExportPrintDoc/AndrWebSaveExportPrintDoc.ascx index 17c3b7e26..632d60090 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebSaveExportPrintDoc/AndrWebSaveExportPrintDoc.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebSaveExportPrintDoc/AndrWebSaveExportPrintDoc.ascx @@ -40,7 +40,7 @@
  • tap the Download" /> Download menu item,
  • -
  • tap one of the available file formats: DOCX, DOCXF, OFORM, PDF, PDF/A, TXT, RTF, ODT, HTML, DOTX, OTT.
  • +
  • tap one of the available file formats: DOCX, DOCXF, OFORM, PDF, PDF/A, TXT, RTF, ODT, HTML, DOTX, OTT, FB2, EPUB.
  • The file will be downloaded and stored on your device.

    @@ -51,7 +51,7 @@ Tools icon" /> Tools icon in the right corner of the top toolbar,
  • tap the - Print" /> + Print" /> Print menu item.
  • A PDF file will be generated on the basis of this document. It can be printed out.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx new file mode 100644 index 000000000..3b117d679 --- /dev/null +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx @@ -0,0 +1,59 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
    +

    Version history

    +
    +
      +
    • +
    +
    + +
    +
    +
    +

    View version history

    +

    To view the version history of the document you collaborate on,

    +
      +
    • tap the + Tools icon" /> + Tools icon in the right corner of the top toolbar,
    • +
    • tap the + Version history icon" /> + Version history menu item,
    • +
    • the Version history section opens: +

      Version history" />

      +

      You'll see the list of the versions, displaying its authors and creation date and time.

      +

      To know exactly which changes have been made in each separate version, tap it, and the changes will be marked with the same color next to the author's name,

      +
    • +
    • close the shape settings panel by tapping the Close settings panel" /> arrow on the right.
    • +
    +

    To open the Version history section, tap the Close settings panel" /> icon in the upper right corner.

    + +

    Restore version

    +

    If you need to roll back to one of the previous versions of the document,

    +
      +
    • tap the necessary document version,
    • +
    • tap the Restore button below. +

      Restore version" />

      +
    • +
    +

    Tap the Close History in the upper left corner to exit the Version view mode.

    +
    +
    +
    +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebViewDocInfo/AndrWebViewDocInfo.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebViewDocInfo/AndrWebViewDocInfo.ascx index ceea20442..3280f2c00 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebViewDocInfo/AndrWebViewDocInfo.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebDE/AndrWebToolsAndSettings/AndrWebViewDocInfo/AndrWebViewDocInfo.ascx @@ -39,7 +39,12 @@ Document Info menu item.

    The document information includes the document title, owner name, the file location, the date when the file was uploaded, statistics (the number of pages, paragraphs, words, symbols, symbols with spaces), the date and time when the file was last modified, the user who last modified the file and the application the document was created with.

    - +

    The Tools icon" /> Tools also contain the following menu items:

    +
      +
    • Help icon" /> Help - to open our helpcenter's web page dedicated to the application,
    • +
    • About icon" /> About - to view the information about the program,
    • +
    • Feedback icon" /> Feedback and support - to contact our support team.
    • +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEAdjustChartSettings/AndrWebPEAdjustChartSettings.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEAdjustChartSettings/AndrWebPEAdjustChartSettings.ascx index 12576d36f..9045dd435 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEAdjustChartSettings/AndrWebPEAdjustChartSettings.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEAdjustChartSettings/AndrWebPEAdjustChartSettings.ascx @@ -42,8 +42,8 @@
  • tapping the Edit option in the pop-up menu,
  • -
  • tap the necessary menu item: Style, Reorder, or Align. Use the Return" /> arrow on the left to return to the previous settings section. -

    The Style section contains the following four tabs:

    +
  • tap the necessary menu item: Design, Arrange, or Align. Use the Return" /> arrow on the left to return to the previous settings section. +

    The Design section contains the following four tabs:

    • TYPE - to change the current chart type (line chart, column chart, bar chart, area chart, pie chart, point chart, or stock chart). Swipe up to see all the chart types and tap the one you want to apply.

      Chart type" />

      @@ -54,10 +54,12 @@
    • FILL - to change the chart background fill by selecting a solid color. Swipe up to see all the palettes and tap the necessary color on the Theme Colors or Standard Colors palette. If you don't want to use any fill, tap the No Fill" /> icon on the Standard Colors palette.
    • -
    • BORDER - to adjust the chart border Size by dragging the slider and select the border Color on the palette.
    • +
    • BORDER - to adjust the chart border Size by dragging the slider and select the border Color on the palette. +

      Border settings" />

      +

    -

    The Reorder section allows to set the selected chart position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

    +

    The Arrange section allows to set the selected chart position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.


    The Align section allows to align the chart on the slide. To learn more, please refer to the ">Manipulate objects section of this guide.

  • @@ -69,7 +71,7 @@
  • tap the Delete option in the pop-up menu, or
  • open the settings panel by tapping the Edit object" /> - icon at the top toolbar, switch to the CHART tab, swipe up and tap the REMOVE CHART button.
  • + icon at the top toolbar, swipe up, and tap the REMOVE CHART button. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertAutoshapes/AndrWebPEInsertAutoshapes.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertAutoshapes/AndrWebPEInsertAutoshapes.ascx index 50003937d..6ebfe59f5 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertAutoshapes/AndrWebPEInsertAutoshapes.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertAutoshapes/AndrWebPEInsertAutoshapes.ascx @@ -42,7 +42,7 @@

    Adjust the shape settings

    1. select the shape by tapping its border (the rectangular box around the shape should be displayed as a solid line),
    2. -
    3. open the shape settings panel by +
    4. open the Shape settings panel by
      • tapping the Edit object" /> @@ -51,7 +51,7 @@
    5. - tap the necessary menu item: Style, Replace, Reorder, or Align. Use the Return" /> arrow on the left to return to the previous settings section. + tap the necessary menu item: Style, Change Shape, Arrange, or Align. Use the Return" /> arrow on the left to return to the previous settings section.

      The Style section contains the following three tabs:

      • FILL - to fill the inner space of the autoshape with a solid color<%--, gradient template or predefined texture--%>. Swipe up to see all the palettes and tap the necessary color on the Theme Colors or Standard Colors palette or create your own Custom Color. If you don't want to use any fill, tap the @@ -73,9 +73,9 @@
      • EFFECTS - to set the Opacity level by dragging the slider. The default value is 100%. It corresponds to the full opacity. The 0% value corresponds to the full transparency.

      -

      The Replace section allows to replace the current autoshape with another one selected from the menu.

      +

      The Change Space section allows to replace the current autoshape with another one selected from the menu.


      -

      The Reorder section allows to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

      +

      The Arrange section allows to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.


      The Align section allows to align the autoshape on the slide. To learn more, please refer to the ">Manipulate objects section of this guide.

    6. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertImages/AndrWebPEInsertImages.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertImages/AndrWebPEInsertImages.ascx index 6b118459b..1e4584ed0 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertImages/AndrWebPEInsertImages.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertImages/AndrWebPEInsertImages.ascx @@ -35,7 +35,7 @@
    7. tap the Insert object" /> icon at the top toolbar to open the new object insertion panel,
    8. -
    9. switch to the Image icon" /> tab,
    10. +
    11. switch to the Other tab" /> Other tab and tap the Image icon" /> Image option,
    12. select one of the following options to load the image:
      • the Picture from Library" /> Picture from Library option will open the Media Library where you can select the necessary file. @@ -57,11 +57,10 @@
      • tapping the Edit option in the pop-up menu,
    13. -
    14. switch to the IMAGE tab,
    15. -
    16. tap the necessary menu item: Replace, Reorder, or Align. Use the Return" /> arrow on the left to return to the previous settings section. -

      The Replace section allows to replace the current image loading another one from the Media Library or URL.

      +
    17. tap the necessary menu item: Replace Image, Arrange, or Align. Use the Return" /> arrow on the left to return to the previous settings section. +

      The Replace Image section allows to replace the current image loading another one from the Media Library or URL.


      -

      The Reorder section allows to set the selected image position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

      +

      The Arrange section allows to set the selected image position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.


      The Align section allows to align the image on the slide. To learn more, please refer to the ">Manipulate objects section of this guide.


      @@ -70,7 +69,7 @@
    18. close the image settings panel by tapping the Close settings panel" /> arrow on the right.
    -

    Adjust the shape of the image and its border

    +

    Adjust the shape settings

    When the image is selected, the shape settings panel is also available so that you can change the shape of the image as well as adjust its border size and color, if necessary.

    1. select the image by tapping it,
    2. @@ -82,21 +81,22 @@
    3. tapping the Edit option in the pop-up menu,
    4. -
    5. switch to the SHAPE tab, tap the Style option and open the BORDER tab. Change the border Size by dragging the slider and select the necessary border Color. -

      Tap the Replace section to replace the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

      +
    6. switch to the SHAPE tab, tap the Style option, and select the Border section. Change the border Size by dragging the slider and select the necessary border Color. +

      Border settings" />

      +
      +

      Tap the Change Shape section to replace the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

      Reshape image" />

      -

      The Reorder and Align sections of the SHAPE tab are the same as the ones at the IMAGE tab. If you change these options at the SHAPE tab, they will change similarly at the IMAGE tab.

    7. -
    8. close the shape settings panel by tapping the Close settings panel" /> arrow on the right or use the Return" /> icon on the left to return to the previous settings section.
    9. +
    10. close the shape settings panel by tapping the Close settings panel" /> arrow on the right.

    Remove the image

    Select the image by tapping on it and proceed in one of the following ways:

    • tap the Delete option in the pop-up menu, or
    • -
    • open the shape/image settings panel by tapping the +
    • open the image settings panel by tapping the Edit object" /> - icon at the top toolbar. You can use both the REMOVE SHAPE button at the SHAPE tab and the REMOVE IMAGE button at the IMAGE tab.
    • + icon at the top toolbar. Use the DELETE IMAGE button at the IMAGE tab.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertTables/AndrWebPEInsertTables.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertTables/AndrWebPEInsertTables.ascx index d85f81ab6..fcbc847ea 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertTables/AndrWebPEInsertTables.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEInsertTables/AndrWebPEInsertTables.ascx @@ -97,7 +97,7 @@
  • switch to the TABLE tab,
  • -
  • swipe up and tap the the necessary menu item: Style, Reorder, Align, or Cell Margins. Use the Return" /> arrow on the left to return to the previous settings section. +
  • swipe up and tap the the necessary menu item: Style, Arrange, Align, or Cell Margins. Use the Return" /> arrow on the left to return to the previous settings section.

    The Style section contains the following three tabs:

    • STYLE - to change the selected preformatted table template. @@ -132,7 +132,7 @@

    -

    The Reorder section allows to set the selected table position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

    +

    The Arrange section allows to set the selected table position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.


    The Align section allows to align the table on the slide. To learn more, please refer to the ">Manipulate objects section of this guide.


    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEManipulateObjects/AndrWebPEManipulateObjects.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEManipulateObjects/AndrWebPEManipulateObjects.ascx index 7d31fd22c..b04592b32 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEManipulateObjects/AndrWebPEManipulateObjects.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEOperationsOnObjects/AndrWebPEManipulateObjects/AndrWebPEManipulateObjects.ascx @@ -57,7 +57,7 @@
  • tap the Edit object" /> icon at the top toolbar,
  • -
  • tap the Reorder menu item,
  • +
  • tap the Arrange menu item,
  • select the desired arrangement option:

    Bring to Foreground" /> diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPESlideParameters/AndrWebApplyTransitions/AndrWebApplyTransitions.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPESlideParameters/AndrWebApplyTransitions/AndrWebApplyTransitions.ascx index 8e4668518..e42a86f6c 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPESlideParameters/AndrWebApplyTransitions/AndrWebApplyTransitions.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPESlideParameters/AndrWebApplyTransitions/AndrWebApplyTransitions.ascx @@ -74,6 +74,7 @@

  • if you want to apply this transition to all the slides in your presentation, swipe up and tap the APPLY TO ALL SLIDES button,
  • close the slide settings panel by tapping the Close settings panel" /> arrow on the right.
  • +

    All slides with a transition effect will be marked with a special icon Transition icon" /> in the slide list.

    Remove transitions

    To delete a transition: select the necessary slide, open the slide settings panel and choose the None option in the Effect section.

    To delete all transitions: select any slide, open the slide settings panel, choose the None option in the Effect section and tap the APPLY TO ALL SLIDES button.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETableOfContents/AndrWebPETableOfContents.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETableOfContents/AndrWebPETableOfContents.ascx index 441bc0d1a..22aa633a6 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETableOfContents/AndrWebPETableOfContents.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETableOfContents/AndrWebPETableOfContents.ascx @@ -51,6 +51,7 @@

    • +
    • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPEAddHyperlinks/AndrWebPEAddHyperlinks.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPEAddHyperlinks/AndrWebPEAddHyperlinks.ascx index 23a017715..6948cdfaf 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPEAddHyperlinks/AndrWebPEAddHyperlinks.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPEAddHyperlinks/AndrWebPEAddHyperlinks.ascx @@ -54,10 +54,10 @@

      External Hyperlink" />

    • Slide in this Presentation - use this option to add a hyperlink leading to a certain slide in the same presentation. Tap this option to select it, then return to the previous screen using the - Back arrow" /> arrow on the left. + Close menu" /> cross on the right.

      Internal Hyperlink" />

      -

      Tap the Link to menu item and select the necessary slide: Next Slide, Previous Slide, First Slide, Last Slide, Slide with the specified Number. Return to the previous screen using the - Back arrow" /> arrow on the left.

      +

      Tap the Link to menu item and select the necessary slide: Next Slide, Previous Slide, First Slide, Last Slide, Slide with the specified Number. Tap this option to select it, then return to the previous screen using the + Close menu" /> cross on the right.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPECreateLists/AndrWebPECreateLists.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPECreateLists/AndrWebPECreateLists.ascx index 6096e2f6f..133cce002 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPECreateLists/AndrWebPECreateLists.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPECreateLists/AndrWebPECreateLists.ascx @@ -41,19 +41,31 @@
  • switch to the TEXT tab and swipe up to see all the settings,
  • -
  • select the list type you would like to start: +
  • tap the Bullets & Numbers option and select the necessary list type:
      -
    • tap the Bullets option to create an Unordered list with markers and select the marker type,
    • -
    • tap the Numbers option to create an Ordered list with digits or letters and select how the list is going to look like.
    • +
    • the first tab contains Numbers list types to create an Ordered list with digits or letters: +

      Numbered list" />

      +
    • +
    • the second tab contains Bullets list types to create an Unordered list with markers: +

      Bulleted list" />

      +
    • +
    • the third tab contains Custom list types. Select one of the following options to load the image: +

      Custom list" />

      +
        +
      • Picture from Library" /> Picture from Library option will open the Media Library where you can select the necessary file. +

        Note: you must have appropriate permissions on your device Media Library.

      • +
      • Picture from URL" /> Picture from URL option will open the Link Settings panel where you can enter the necessary image web address in the Image URL field and tap the INSERT IMAGE button.
      • +
      +

      Images will be scaled according to the font size.

      +
    -

    Paragraph List settings" />

  • close the text settings panel by tapping the Close settings panel" /> arrow on the right.
  • now each time you press the Enter key" /> Enter key at the end of the line a new ordered or unordered list item will appear. To stop that, tap the Backspace key" /> key and continue with the common text paragraph.
  • -

    You can also change the text indentation in the lists using the Decrease Indent +

    You can also change the text indentation in bulleted and numbered lists using the Decrease Indent Decrease Indent icon" /> and Increase Indent Increase Indent icon" /> icons on the TEXT tab.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPEInsertText/AndrWebPEInsertText.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPEInsertText/AndrWebPEInsertText.ascx index eeed96ec1..eecf1f1f0 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPEInsertText/AndrWebPEInsertText.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPETextFormatting/AndrWebPEInsertText/AndrWebPEInsertText.ascx @@ -54,7 +54,7 @@

    Tap outside of the text object to return to the slide.

    As a text object represents a rectangular frame with text in it and this frame is a common autoshape, you can change both the shape and text properties.

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

    -

    To delete a text object, tap its border, then tap the More option in the pop-up menu and select the Delete menu item.

    +

    To delete a text object, tap its border, and selece the Delete option in the pop-up menu.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebPptCollaborativeEditing/AndrWebPptCollaborativeEditing.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebPptCollaborativeEditing/AndrWebPptCollaborativeEditing.ascx index d912455c2..94c8eecee 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebPptCollaborativeEditing/AndrWebPptCollaborativeEditing.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebPptCollaborativeEditing/AndrWebPptCollaborativeEditing.ascx @@ -39,7 +39,7 @@
  • tap the Collaboration icon" /> Collaboration menu item,
  • -
  • select the +
  • select the Users icon" /> Users menu item.
  • The Users panel will open with the list of users who are currently editing the presentation.

    @@ -54,7 +54,7 @@
  • tapping the Insert object" /> icon on the top toolbar, switching to the - Other tab" /> + Other tab" /> Other tab and then selecting the Comment menu item, or
  • tapping the More option in the pop-up menu and choosing the Add Comment menu item,
  • @@ -74,7 +74,8 @@
  • tap the Collaboration icon" /> Collaboration menu item,
  • -
  • select the Comments menu item.
  • +
  • select the Comments icon" /> + Comments menu item.
  • Comments panel" />

    To view the current comment:

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx new file mode 100644 index 000000000..a5ddcd33f --- /dev/null +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx @@ -0,0 +1,59 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
    +

    Version history

    +
    +
      +
    • +
    +
    + +
    +
    +
    +

    View version history

    +

    To view the version history of the presentation you collaborate on,

    +
      +
    • tap the + Tools icon" /> + Tools icon in the right corner of the top toolbar,
    • +
    • tap the + Version history icon" /> + Version history menu item,
    • +
    • the Version history section opens: +

      Version history" />

      +

      You'll see the list of the versions, displaying its authors and creation date and time.

      +

      To know exactly which changes have been made in each separate version, tap it, and the changes will be marked with the same color next to the author's name,

      +
    • +
    • close the shape settings panel by tapping the Close settings panel" /> arrow on the right.
    • +
    +

    To open the Version history section, tap the Close settings panel" /> icon in the upper right corner.

    + +

    Restore version

    +

    If you need to roll back to one of the previous versions of the presentation,

    +
      +
    • tap the necessary presentation version,
    • +
    • tap the Restore button below. +

      Restore version" />

      +
    • +
    +

    Tap the Close History in the upper left corner to exit the Version view mode.

    +
    +
    +
    +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebViewPptInfo/AndrWebViewPptInfo.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebViewPptInfo/AndrWebViewPptInfo.ascx index 588ccc028..74241c9c0 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebViewPptInfo/AndrWebViewPptInfo.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebPE/AndrWebPEToolsAndSettings/AndrWebViewPptInfo/AndrWebViewPptInfo.ascx @@ -39,6 +39,12 @@ Presentation Info menu item.

    The presentation information includes the presentation title, owner name, the file location, the date when the file was uploaded, the date and time when the file was last modified, the user who last modified the file and the application the presentation was created with.

    +

    The Tools icon" /> Tools also contain the following menu items:

    +
      +
    • Help icon" /> Help - to open our helpcenter's web page dedicated to the application,
    • +
    • About icon" /> About - to view the information about the program,
    • +
    • Feedback icon" /> Feedback and support - to contact our support team.
    • +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebCellTextFormatting/AndrWebSEFontTypeSizeColor/AndrWebSEFontTypeSizeColor.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebCellTextFormatting/AndrWebSEFontTypeSizeColor/AndrWebSEFontTypeSizeColor.ascx index bf8058998..d6ad4aff0 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebCellTextFormatting/AndrWebSEFontTypeSizeColor/AndrWebSEFontTypeSizeColor.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebCellTextFormatting/AndrWebSEFontTypeSizeColor/AndrWebSEFontTypeSizeColor.ascx @@ -40,7 +40,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Cell menu item,
  • +
  • tapping the Cell option in the pop-up menu,
  • use the options at the Cell settings panel:
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebCellTextFormatting/AndrWebSEHyperlink/AndrWebSEHyperlink.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebCellTextFormatting/AndrWebSEHyperlink/AndrWebSEHyperlink.ascx index 4ca375d8b..199a7fdb9 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebCellTextFormatting/AndrWebSEHyperlink/AndrWebSEHyperlink.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebCellTextFormatting/AndrWebSEHyperlink/AndrWebSEHyperlink.ascx @@ -48,16 +48,16 @@

    alternatively, you can double-tap a cell that contains some text, choose the More option in the pop-up menu and tap the Add Link menu item,

    -
  • after that the Add Link screen will appear where you can specify the hyperlink parameters: +
  • after that the Link settings screen will appear where you can specify the hyperlink parameters:
    • Link Type - select a link type you wish to insert:
        -
      • External Link - this option is selected by default. Use it to add a hyperlink leading to an external website. Enter a URL in the format http://www.example.com in the Link field below. +
      • External Link - this option is selected by default. Use it to add a hyperlink leading to an external website. Enter a URL in the http://www.example.com format in the Link field below.

        External Hyperlink" />

      • -
      • Internal Data Range - use this option to add a hyperlink leading to a certain cell range in the same spreadsheet. Tap this option to select it, then return to the previous screen using the +
      • Internal Data Range - use this option to add a hyperlink leading to a certain cell range in the same spreadsheet. <%--Tap this option to select it, then return to the previous screen using the Back arrow" /> - arrow on the left. Select the necessary Sheet name from the list and specify a cell Range in the format A1:B1. + arrow on the left.--%> Select the necessary Sheet name from the list and specify a cell Range in the format A1:B1.

        Internal Hyperlink" />

      @@ -69,24 +69,28 @@
    • Screen Tip - enter a text that will become visible in a small pop-up window that provides a brief note or label pertaining to the hyperlink being pointed to.
  • -
  • tap the INSERT button.
  • +
  • tap the checkmark in the upper right corner.
  • Note: to follow the added external link, double-tap the cell that contains the link, then tap the More option in the pop-up menu and select the Open Link menu item. To follow the added internal link, just double-tap the cell that contains the link.

    1. open the cell settings panel in one of the following ways:
        -
      • select the cell that contains a link and tap the Edit object" /> - icon at the top toolbar, or
      • -
      • double-tap the cell that contains a link, then tap the More option in the pop-up menu and select the Cell menu item.
      • +
      • select the cell that contains a link, tap the + Insert object" /> + icon at the top toolbar to open the new object insertion panel, switch to the Other tab" /> Other tab, and select the + Link" /> + Link option, or
      • +
      • double-tap the cell that contains a link, then tap the Edit link option in the pop-up menu.
    2. -
    3. switch to the HYPERLINK tab and perform the actions you need: -
        -
      • edit your data and tap the EDIT LINK button to save the changes.
      • -
      • use the REMOVE LINK button to delete the added hyperlink.
      • -
      +
    4. in the opened Link Settings screen perform the actions you need: +
        +
      • edit your data in the correspinding fields, or
      • +
      • use the DELETE LINK button to delete the added hyperlink.
      • +
    5. +
    6. tap the checkmark in the upper right corner to save the changes.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebAddCellBorders/AndrWebAddCellBorders.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebAddCellBorders/AndrWebAddCellBorders.ascx index c6a43e0f7..b8946c344 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebAddCellBorders/AndrWebAddCellBorders.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebAddCellBorders/AndrWebAddCellBorders.ascx @@ -39,7 +39,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Cell menu item,
  • +
  • tapping the Cell option in the pop-up menu,
  • swipe up to see more options and tap the Border Style option to open the border parameters panel: diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebApplyCellStyle/AndrWebApplyCellStyle.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebApplyCellStyle/AndrWebApplyCellStyle.ascx index ca6d7e407..93822a1c5 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebApplyCellStyle/AndrWebApplyCellStyle.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebApplyCellStyle/AndrWebApplyCellStyle.ascx @@ -37,7 +37,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Cell menu item,
  • +
  • tapping the Cell option in the pop-up menu,
  • swipe up to see the Cell Styles palette and tap the style you want to apply. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebCellBgColor/AndrWebCellBgColor.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebCellBgColor/AndrWebCellBgColor.ascx index ca2bb0336..30dbfdd66 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebCellBgColor/AndrWebCellBgColor.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebCellBgColor/AndrWebCellBgColor.ascx @@ -39,7 +39,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Cell menu item,
  • +
  • tapping the Cell option in the pop-up menu,
  • tap the Fill color option to open the color palette panel, diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebMergeCells/AndrWebMergeCells.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebMergeCells/AndrWebMergeCells.ascx index c814ea1fd..f77bca8ce 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebMergeCells/AndrWebMergeCells.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebMergeCells/AndrWebMergeCells.ascx @@ -30,11 +30,11 @@

    Merge cells

    -

    You can merge two or more adjacent cells into one cell. Select two cells or a range of cells, tap the More option in the pop-up menu that appears and choose the Merge menu item. Confirm the operation pressing OK in a new window that opens.

    +

    You can merge two or more adjacent cells into one cell. Select two cells or a range of cells, tap the Merge option in the pop-up menu. Confirm the operation pressing OK in a new window that opens.

    Note: only the data in the upper-left cell of the selected range will remain in the merged cell. Data in other cells of the selected range will be deleted.

    The cells of the selected range will be merged and the data will be aligned by the left side (for text) or by the right side (for numeric values).

    Unmerge cells

    -

    To unmerge the previously merged cell, double-tap it, then tap the More option in the pop-up menu that appears and choose the Unmerge menu item. The data of the merged cell will be displayed in the upper-left cell.

    +

    To unmerge the previously merged cell, double-tap it, then tap the Unmerge option in the pop-up menu. The data of the merged cell will be displayed in the upper-left cell.

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebSEAlignData/AndrWebSEAlignData.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebSEAlignData/AndrWebSEAlignData.ascx index 9c0222642..7eb49c067 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebSEAlignData/AndrWebSEAlignData.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebSEAlignData/AndrWebSEAlignData.ascx @@ -37,7 +37,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Cell menu item,
  • +
  • tapping the Cell option in the pop-up menu,
  • swipe up to see more options and tap the Text Format option to open the Text Format panel. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebSENumberFormat/AndrWebSENumberFormat.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebSENumberFormat/AndrWebSENumberFormat.ascx index 761e64268..fb1da8336 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebSENumberFormat/AndrWebSENumberFormat.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebSENumberFormat/AndrWebSENumberFormat.ascx @@ -39,7 +39,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Cell menu item,
  • +
  • tapping the Cell option in the pop-up menu,
  • swipe up to see more options and tap the Format option to open the Format panel. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebWrapText/AndrWebWrapText.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebWrapText/AndrWebWrapText.ascx index dee794d5c..f50ecb76a 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebWrapText/AndrWebWrapText.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebEditingCellProperties/AndrWebWrapText/AndrWebWrapText.ascx @@ -37,7 +37,7 @@
  • tapping the Edit object" /> icon at the top toolbar, or
  • -
  • tapping the More option in the pop-up menu and choosing the Cell menu item,
  • +
  • tapping the Cell option in the pop-up menu,
  • swipe up to see more options and tap the Text Format option.
  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertAutoshapes/AndrWebSEInsertAutoshapes.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertAutoshapes/AndrWebSEInsertAutoshapes.ascx index 52a4ec12a..67e3522af 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertAutoshapes/AndrWebSEInsertAutoshapes.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertAutoshapes/AndrWebSEInsertAutoshapes.ascx @@ -37,7 +37,7 @@
  • tap the Insert object" /> icon at the top toolbar to open the new object insertion panel,
  • -
  • switch to the Autoshape icon" /> tab,
  • +
  • switch to the Autoshape icon" /> Autoshape tab,
  • select one of the available autoshapes.
  • The selected autoshape will be added. Now you can change its properties and position.

    @@ -52,7 +52,7 @@
  • tapping the Edit option in the pop-up menu,
  • -
  • tap the necessary menu item: Style, Replace or Reorder. Use the Return" /> icon on the left to return to the previous settings section. +
  • tap the necessary menu item: Style, Change Shape or Arrange. Use the Return" /> icon on the left to return to the previous settings section.

    The Style section contains the following three tabs:

    • FILL - to fill the inner space of the autoshape with a solid color<%--, gradient template or predefined texture--%>. Swipe up to see all the palettes and tap the necessary color on the Theme Colors or Standard Colors palette or create your own Custom Color. If you don't want to use any fill, tap the @@ -73,9 +73,9 @@
    • EFFECTS - to set the Opacity level by dragging the slider. The default value is 100%. It corresponds to the full opacity. The 0% value corresponds to the full transparency.

    -

    The Replace section allows to replace the current autoshape with another one selected from the menu.

    +

    The Change Shape section allows to replace the current autoshape with another one selected from the menu.


    -

    The Reorder section allows to to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

    +

    The Arrange section allows to to set the selected autoshape position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

  • close the shape settings panel by tapping the Close settings panel" /> arrow on the right.
  • @@ -141,7 +141,7 @@ -
  • close the shape/text settings panel by tapping the Close settings panel" /> arrow on the right or use the Return" /> icon on the left to return to the previous settings section.
  • +
  • close the shape/text settings panel by tapping the Close settings panel" /> arrow on the right.
  • Remove the shape

    Select the shape by tapping on it and proceed in one of the following ways:

    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertCharts/AndrWebSEInsertCharts.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertCharts/AndrWebSEInsertCharts.ascx index 92cd27d50..4fbe7a732 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertCharts/AndrWebSEInsertCharts.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertCharts/AndrWebSEInsertCharts.ascx @@ -49,7 +49,7 @@
  • tapping the Edit option in the pop-up menu,
  • -
  • tap the Open settings" /> arrow next to the necessary menu item: Design, Layout, Vertical Axis, Horizontal Axis, or Reorder. Use the Return" /> icon on the left to return to the previous settings section. +
  • tap the Open settings" /> arrow next to the necessary menu item: Design, Layout, Vertical Axis, Horizontal Axis, or Arrange. Use the Return" /> icon on the left to return to the previous settings section.

    The Design section contains the following four tabs:

    • TYPE - to change the current chart type (line chart, column chart, bar chart, area chart, pie chart, point chart, or stock chart). Swipe up to see all the chart types and tap the one you want to apply. @@ -176,7 +176,7 @@

    -

    The Reorder section allows to to set the selected chart position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

    +

    The Arrange section allows to to set the selected chart position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.

  • Close the chart settings panel by tapping the Close settings panel" /> arrow on the right.
  • @@ -187,7 +187,7 @@
  • tap the Edit option in the pop-up menu, or
  • open the chart settings panel by tapping the Edit object" /> - icon at the top toolbar, swipe up and tap the REMOVE CHART button.
  • + icon at the top toolbar, swipe up, and tap the REMOVE CHART button. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertImages/AndrWebSEInsertImages.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertImages/AndrWebSEInsertImages.ascx index 986f67bbc..d25690fa0 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertImages/AndrWebSEInsertImages.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEInsertImages/AndrWebSEInsertImages.ascx @@ -35,25 +35,24 @@
  • tap the Insert object" /> icon at the top toolbar to open the new object insertion panel,
  • -
  • switch to the Other tab" /> Other tab,
  • -
  • tap the +
  • switch to the Other tab" /> Other tab and tap the Insert image" /> - Insert Image option,
  • + Image option,
  • select one of the following options to load the image:
    • the Picture from Library" /> Picture from Library option will open the Media Library where you can select the necessary file

      Note: you must have appropriate permissions on your device Media Library.

    • -
    • the Picture from URL" /> Picture from URL option will open a new panel where you can enter the necessary image web address in the Image URL field and tap the INSERT IMAGE button.
    • +
    • the Picture from URL" /> Picture from URL option will open the Link Settings panel where you can enter the necessary image web address in the Image URL field and tap the INSERT IMAGE button.
  • The image will be added. Now you can change its properties and position.

    Adjust the image settings

    -

    When the image is selected, you can open the shape/image settings panel to change the shape of the image, adjust its border size and color, or change the image position as related to other objects.

    +

    When the image is selected, you can open the image settings panel to an image with a different one, or change the image position as related to other objects.

    1. select the image by tapping it,
    2. -
    3. open the Shape settings panel by +
    4. open the IMAGE settings panel by
      • tapping the Edit object" /> @@ -61,10 +60,9 @@
      • tapping the Edit option in the pop-up menu,
    5. -
    6. tap the necessary menu item: Style, Replace or Reorder. Use the Return" /> icon on the left to return to the previous settings section. -

      The Style section allows to adjust the size and color of the image border. Switch to the BORDER tab and change the border Size by dragging the slider and select the necessary border Color.

      -

      The Replace section allows to change the shape of the image replacing the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

      -

      Reshape image" />

      +
    7. tap the necessary menu item: Replace Image or Arrange. Use the Return" /> icon on the left to return to the previous settings section. +

      The Replace Image section allows to replace the current image with a Picture from Library or Picture from URL.

      +

      The Reorder section allows to set the selected image position as related to other objects when several objects overlap each other. To learn more, please refer to the ">Manipulate objects section of this guide.


      The ACTUAL SIZE button allows to change the current image size to the default one.

      @@ -72,13 +70,34 @@
    8. close the shape settings panel by tapping the Close settings panel" /> arrow on the right.
    +

    Adjust the shape settings

    +

    When the image is selected, the shape settings panel is also available so that you can change the shape of the image as well as adjust its border size and color, if necessary.

    +
      +
    1. select the image by tapping it,
    2. +
    3. open the shape/image settings panel by +
        +
      • tapping the + Edit object" /> + icon at the top toolbar, or
      • +
      • tapping the Edit option in the pop-up menu,
      • +
      +
    4. +
    5. switch to the SHAPE tab, tap the Style option, and select the Border section. Change the border Size by dragging the slider and select the necessary border Color. +

      Border settings" />

      +
      +

      Tap the Change Shape section to replace the rectangular shape with another one selected from the menu. The shape of the image will change correspondingly.

      +

      Reshape image" />

      +
    6. +
    7. close the shape settings panel by tapping the Close settings panel" /> arrow on the right.
    8. +
    +

    Remove the image

    Select the image by tapping on it and proceed in one of the following ways:

      -
    • tap the Edit option in the pop-up menu, or
    • -
    • open the shape/image settings panel by tapping the +
    • tap the Delete option in the pop-up menu, or
    • +
    • open the image settings panel by tapping the Edit object" /> - icon at the top toolbar and use the REMOVE SHAPE button.
    • + icon at the top toolbar. Use the DELETE IMAGE button at the IMAGE tab.
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEManipulateObjects/AndrWebSEManipulateObjects.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEManipulateObjects/AndrWebSEManipulateObjects.ascx index 5e80a9cad..5859d8095 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEManipulateObjects/AndrWebSEManipulateObjects.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsOnObjects/AndrWebSEManipulateObjects/AndrWebSEManipulateObjects.ascx @@ -55,20 +55,16 @@
  • tap the Edit object" /> icon at the top toolbar,
  • -
  • tap the Reorder menu item,
  • +
  • tap the Arrange menu item,
  • select the desired arrangement option: -

    - Bring to Foreground" /> - Bring to Foreground - to move the selected object in front of all other objects,

    -

    - Send to Background" /> - Send to Background - to move the selected object behind all other objects,

    -

    - Move Forward" /> - Move Forward - to move the selected object by one level forward as related to other objects,

    -

    - Move Backward" /> - Move Backward - to move the selected object by one level backward as related to other objects.

    +

    Bring to Foreground" /> + Bring to Foreground - to move the selected object in front of all other objects,

    +

    Send to Background" /> + Send to Background - to move the selected object behind all other objects,

    +

    Move Forward" /> + Move Forward - to move the selected object by one level forward as related to other objects,

    +

    Move Backward" /> + Move Backward - to move the selected object by one level backward as related to other objects.

  • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsWithSheets/AndrWebManageSheets/AndrWebManageSheets.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsWithSheets/AndrWebManageSheets/AndrWebManageSheets.ascx index 690aa64bc..aebfb1d67 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsWithSheets/AndrWebManageSheets/AndrWebManageSheets.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebOperationsWithSheets/AndrWebManageSheets/AndrWebManageSheets.ascx @@ -33,13 +33,13 @@

    To rename an existing sheet, tap the current sheet tab once so that the pop-up menu appears, then tap the Rename option. In the Sheet Name window that opens, enter the desired sheet name and tap OK.

    Rename sheets" />

    Hide/Unhide sheets

    -

    If you have a lot of sheets, you can hide some of them you don't need for the moment to facilitate the work. To do that, tap the current sheet tab once to access the pop-up menu with the More -> Hide option, then tap it.

    -

    To display a hidden sheet, tap the current sheet tab once or double-tap an inactive tab so that the pop-up menu appears, then tap the More -> Show option, and select the sheet you want to unhide.

    +

    If you have a lot of sheets, you can hide some of them you don't need for the moment to facilitate the work. To do that, tap the current sheet tab once to access the pop-up menu with the More > Hide option, then tap it.

    +

    To display a hidden sheet, tap the current sheet tab once or double-tap an inactive tab so that the pop-up menu appears, then tap the More > Show option, and select the sheet you want to unhide.

    Pop-up menu" />

    Duplicate sheets

    -

    To duplicate an existing sheet, tap the current sheet tab once to access the pop-up menu with the More -> Duplicate option, then tap it.

    +

    To duplicate an existing sheet, tap the current sheet tab once to access the pop-up menu with the More > Duplicate option, then tap it.

    Change tab colors

    -

    To differentiate the sheets, you can assign different colors to the sheet tabs. To change the tab color, tap the current sheet tab once to access the pop-up menu with the More -> Tab color option, then tap it. In the Tab Color panel, select the necessary color on the Theme Colors or Standard Colors palette or create your own Custom color.

    +

    To differentiate the sheets, you can assign different colors to the sheet tabs. To change the tab color, tap the current sheet tab once to access the pop-up menu with the More > Tab color option, then tap it. In the Tab Color panel, select the necessary color on the Theme Colors or Standard Colors palette or create your own Custom color.

    Tab color" />

    To add a new Custom Color, follow these steps:

      diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebRowsAndColumns/AndrWebSortFilter/AndrWebSortFilter.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebRowsAndColumns/AndrWebSortFilter/AndrWebSortFilter.ascx index d5ad6f72b..d0977b6a1 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebRowsAndColumns/AndrWebSortFilter/AndrWebSortFilter.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebRowsAndColumns/AndrWebSortFilter/AndrWebSortFilter.ascx @@ -80,14 +80,14 @@

      To clear the filter,

      1. tap the Filter Filter button" /> button in the first cell of the column that contains the filtered data,
      2. -
      3. select the Clear option on the Filter Options panel that opens.
      4. +
      5. select the Clear Filter option on the Filter Options panel that opens.

      The filter will remain enabled, but all the applied filter parameters will be removed, and the Filter Filter button" /> buttons in the first cells of the columns will change into the drop-down arrows Drop-Down Arrow" />.

      Remove Filter

      To remove the filter,

      1. tap the Filter Filter button" /> button in the first cell of the column that contains the filtered data,
      2. -
      3. select the Remove filter option on the Filter Options panel that opens.
      4. +
      5. select the Delete Filter option on the Filter Options panel that opens.

      The filter will be disabled, and the drop-down arrows Drop-Down Arrow" /> will disappear from the first cells of the columns.

      diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebSEBasicOperations/AndrWebSESelectCutCopyPaste/AndrWebSESelectCutCopyPaste.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebSEBasicOperations/AndrWebSESelectCutCopyPaste/AndrWebSESelectCutCopyPaste.ascx index 79c3fd313..5e4e64fa3 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebSEBasicOperations/AndrWebSESelectCutCopyPaste/AndrWebSESelectCutCopyPaste.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebSEBasicOperations/AndrWebSESelectCutCopyPaste/AndrWebSESelectCutCopyPaste.ascx @@ -59,13 +59,12 @@
    1. Cut icon" /> Cut the selected contents,

    2. Copy icon" /> Copy the selected contents,

    3. Paste icon" /> Paste previously copied contents,

    4. -
    5. Delete the selected contents,

    6. -
    7. open the Cell settings panel,

      -

      If you select the More option, a submenu opens that allows to perform the following actions:

      -
    8. -
    9. enable text Wrap,

    10. +
    11. open the Cell settings panel,

    12. +
    13. enable text Wrap,

      +

      If you select the More option, a submenu opens that allows to perform the following actions:

    14. Add link (this option is only available for the selected text),

    15. Freeze/Unfreeze Panes,

    16. +
    17. Delete the selected contents,

    18. Add Comment to leave comments,

    19. View Comment to view the current comment.

    20. diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebSETableOfContents/AndrWebSETableOfContents.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebSETableOfContents/AndrWebSETableOfContents.ascx index 1f4971d16..c8d656d81 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebSETableOfContents/AndrWebSETableOfContents.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebSETableOfContents/AndrWebSETableOfContents.ascx @@ -63,6 +63,7 @@

      • +
      • diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx new file mode 100644 index 000000000..94f60a128 --- /dev/null +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebVersionHistory/AndrWebVersionHistory.ascx @@ -0,0 +1,59 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
        +

        Version history

        +
        +
          +
        • +
        +
        + +
        +
        +
        +

        View version history

        +

        To view the version history of the spreadsheet you collaborate on,

        +
          +
        • tap the + Tools icon" /> + Tools icon in the right corner of the top toolbar,
        • +
        • tap the + Version history icon" /> + Version history menu item,
        • +
        • the Version history section opens: +

          Version history" />

          +

          You'll see the list of the versions, displaying its authors and creation date and time.

          +

          To know exactly which changes have been made in each separate version, tap it, and the changes will be marked with the same color next to the author's name,

          +
        • +
        • close the shape settings panel by tapping the Close settings panel" /> arrow on the right.
        • +
        +

        To open the Version history section, tap the Close settings panel" /> icon in the upper right corner.

        + +

        Restore version

        +

        If you need to roll back to one of the previous versions of the spreadsheet,

        +
          +
        • tap the necessary spreadsheet version,
        • +
        • tap the Restore button below. +

          Restore version" />

          +
        • +
        +

        Tap the Close History in the upper left corner to exit the Version view mode.

        +
        +
        +
        +
        diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebViewSpreadsheetInfo/AndrWebViewSpreadsheetInfo.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebViewSpreadsheetInfo/AndrWebViewSpreadsheetInfo.ascx index 24793d0d8..68b01af5d 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebViewSpreadsheetInfo/AndrWebViewSpreadsheetInfo.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebViewSpreadsheetInfo/AndrWebViewSpreadsheetInfo.ascx @@ -38,7 +38,13 @@ Spreadsheet Info" /> Spreadsheet Info menu item.
    -

    The spreadsheet information includes the spreadsheet title, owner name, the file location, the date when the file was uploaded, the date and time when the file was last modified, the user who last modified the file and the application the spreadsheet was created with.

    +

    The spreadsheet information includes the spreadsheet title, owner name, the file location, the date when the file was uploaded, the date and time when the file was last modified, the user who last modified the file and the application the spreadsheet was created with.

    +

    The Tools icon" /> Tools also contain the following menu items:

    +
      +
    • Help icon" /> Help - to open our helpcenter's web page dedicated to the application,
    • +
    • About icon" /> About - to view the information about the program,
    • +
    • Feedback icon" /> Feedback and support - to contact our support team.
    • +
    diff --git a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebXlsCollaborativeEditing/AndrWebXlsCollaborativeEditing.ascx b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebXlsCollaborativeEditing/AndrWebXlsCollaborativeEditing.ascx index 68465f746..c17300798 100644 --- a/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebXlsCollaborativeEditing/AndrWebXlsCollaborativeEditing.ascx +++ b/Web/Controls/Help/MobApps/MobDocs/MobWebEditors/Android/AndrWebSE/AndrWebToolsAndSettings/AndrWebXlsCollaborativeEditing/AndrWebXlsCollaborativeEditing.ascx @@ -37,6 +37,7 @@ Collaboration icon" /> Collaboration icon at the top toolbar,
  • select the + Users icon" /> Users menu item.
  • The Users panel will open with the list of users who are currently editing the spreadsheet.

    @@ -68,7 +69,9 @@
  • tap the Collaboration icon" /> Collaboration icon at the top toolbar,
  • -
  • select the Comments menu item.
  • +
  • select the + Comments icon" /> + Comments menu item.
  • Comments panel" />

    To view the current comment:

    diff --git a/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidDocumentEditor.ascx b/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidDocumentEditor.ascx index c013680f2..ba85654c2 100644 --- a/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidDocumentEditor.ascx +++ b/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidDocumentEditor.ascx @@ -18,6 +18,7 @@
  • ">Insert page numbers
  • ">Insert footnotes
  • ">Insert endnotes
  • +
  • ">Add hyphenation
  • @@ -48,6 +49,7 @@
  • ">Insert autoshapes
  • ">Insert images
  • ">Insert charts
  • +
  • ">Draw freehand on a document
  • ">Change text wrapping
  • ">Manipulate objects
  • diff --git a/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidDocumentEditor.de.ascx b/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidDocumentEditor.de.ascx index 1f5a620a1..401f444ab 100644 --- a/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidDocumentEditor.de.ascx +++ b/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidDocumentEditor.de.ascx @@ -48,6 +48,7 @@
  • diff --git a/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidWebDocumentEditor.ascx b/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidWebDocumentEditor.ascx index ceacd075c..d0106e0a6 100644 --- a/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidWebDocumentEditor.ascx +++ b/Web/Controls/Help/SideMenu/MobileApps/Documents/AndroidWebDocumentEditor.ascx @@ -6,6 +6,7 @@
  • @@ -56,6 +57,8 @@