From f83e6246cb5720bccbb064dd1595bc0ef746567e Mon Sep 17 00:00:00 2001 From: Eduard Belozertsev Date: Tue, 8 Apr 2025 15:30:36 +0700 Subject: [PATCH] [slide-add-latex-equation] Add AddMathEquation to exports --- slide/apiBuilder.js | 1 + 1 file changed, 1 insertion(+) diff --git a/slide/apiBuilder.js b/slide/apiBuilder.js index d42f409559..e5ea99f8f8 100644 --- a/slide/apiBuilder.js +++ b/slide/apiBuilder.js @@ -4945,6 +4945,7 @@ ApiPresentation.prototype["GetHeight"] = ApiPresentation.prototype.GetHeight; ApiPresentation.prototype["GetAllComments"] = ApiPresentation.prototype.GetAllComments; ApiPresentation.prototype["GetDocumentInfo"] = ApiPresentation.prototype.GetDocumentInfo; + ApiPresentation.prototype["AddMathEquation"] = ApiPresentation.prototype.AddMathEquation; ApiPresentation.prototype["SlidesToJSON"] = ApiPresentation.prototype.SlidesToJSON; ApiPresentation.prototype["ToJSON"] = ApiPresentation.prototype.ToJSON;