From 77437a04c607e7c7fb112b5e36f36a5b83affb9f Mon Sep 17 00:00:00 2001 From: Nikita Khromov Date: Thu, 26 Feb 2026 12:01:26 +0300 Subject: [PATCH] [bu] Fix description --- slide/apiBuilder.js | 4 ++-- word/apiBuilder.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/slide/apiBuilder.js b/slide/apiBuilder.js index c20cb9b922..908df3b03e 100644 --- a/slide/apiBuilder.js +++ b/slide/apiBuilder.js @@ -1816,12 +1816,12 @@ /** * Returns a collection of drawing objects from the document content filtered by their names. - * @memberof ApiDocumentContent + * @memberof ApiPresentation * @typeofeditors ["CPE"] * @since 9.3.0 * @param {string[]} ids - An array of drawing names to filter by. * @return {Drawing[]} - * @see office-js-api/Examples/{Editor}/ApiDocumentContent/Methods/GetDrawingsByName.js + * @see office-js-api/Examples/{Editor}/ApiPresentation/Methods/GetDrawingsByName.js */ ApiPresentation.prototype.GetDrawingsByName = function(ids) { diff --git a/word/apiBuilder.js b/word/apiBuilder.js index 7ba0cce3a9..90c45c0852 100644 --- a/word/apiBuilder.js +++ b/word/apiBuilder.js @@ -7639,12 +7639,12 @@ }; /** * Returns a collection of drawing objects from the document filtered by their names. - * @memberof ApiDocumentContent + * @memberof ApiDocument * @typeofeditors ["CDE"] * @since 9.3.0 * @param {string[]} ids - An array of drawing names to filter by. * @return {ApiDrawing[]} - * @see office-js-api/Examples/{Editor}/ApiDocumentContent/Methods/GetDrawingsByName.js + * @see office-js-api/Examples/{Editor}/ApiDocument/Methods/GetDrawingsByName.js */ ApiDocument.prototype.GetDrawingsByName = function(ids) {