From db14d7b4ae8698599f9bcd90e7d52921d2f4cb86 Mon Sep 17 00:00:00 2001 From: Sergey Luzyanin Date: Fri, 5 Dec 2025 18:04:43 +0300 Subject: [PATCH 1/2] [bug] fix bug 77664 --- common/Drawings/Format/Format.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/Drawings/Format/Format.js b/common/Drawings/Format/Format.js index 4419e9f75e..7fdb929ff1 100644 --- a/common/Drawings/Format/Format.js +++ b/common/Drawings/Format/Format.js @@ -16020,6 +16020,15 @@ case 4: _author.Initials = s.GetString2(); break; + case 5: + let id__ = s.GetString2(); + break; + case 6: + let userId__ = s.GetString2(); + break; + case 7: + let providerId__ = s.GetString2(); + break; default: break; } From a85c874dc02a85bb831419f54dafb27a4847e2b9 Mon Sep 17 00:00:00 2001 From: Sergey Luzyanin Date: Fri, 5 Dec 2025 18:06:22 +0300 Subject: [PATCH 2/2] remove unsupported editors --- word/apiBuilder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/word/apiBuilder.js b/word/apiBuilder.js index 08b1db19d2..043accadd0 100644 --- a/word/apiBuilder.js +++ b/word/apiBuilder.js @@ -9617,7 +9617,7 @@ /** * Specifies a unique ID for the current paragraph. * @memberof ApiParagraph - * @typeofeditors ["CDE", "CSE", "CPE"] + * @typeofeditors ["CDE"] * @since 9.2.0 * @param {number} paraId - The numerical ID which will be specified for the current paragraph. Value MUST be greater than 0 and less than 0x80000000. * @returns {boolean}