mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bu] Fix description
This commit is contained in:
committed by
Ilya Kirillov
parent
539fd137f7
commit
77437a04c6
@ -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)
|
||||
{
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user