[bu] Fix description

This commit is contained in:
Nikita Khromov
2026-02-26 12:01:26 +03:00
committed by Ilya Kirillov
parent 539fd137f7
commit 77437a04c6
2 changed files with 4 additions and 4 deletions

View File

@ -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)
{

View File

@ -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)
{