From 9d9ddeb46d574be8d67a45ff3515aed95d3d73c4 Mon Sep 17 00:00:00 2001 From: GoshaZotov Date: Wed, 8 Oct 2025 16:34:08 +0300 Subject: [PATCH] [se] Fix bug 77435 --- cell/apiBuilder.js | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/cell/apiBuilder.js b/cell/apiBuilder.js index 1762c07c5f..7da84f3935 100644 --- a/cell/apiBuilder.js +++ b/cell/apiBuilder.js @@ -22366,16 +22366,6 @@ */ ApiAboveAverage.prototype.GetFont = ApiFormatCondition.prototype.GetFont; - /** - * Returns the Interior object that represents the interior of the specified object. - * @memberof ApiAboveAverage - * @typeofeditors ["CSE"] - * @returns {ApiInterior} - * @since 9.1.0 - * @see office-js-api/Examples/{Editor}/ApiAboveAverage/Methods/GetInterior.js - */ - ApiAboveAverage.prototype.GetInterior = ApiFormatCondition.prototype.GetInterior; - /** * Returns the number format applied to a cell if the conditional formatting rule evaluates to True. * @memberof ApiAboveAverage @@ -22775,7 +22765,6 @@ ApiColorScale.prototype.SetNumStdDev = null; //ApiColorScale.prototype.GetBorders = null; ApiColorScale.prototype.GetFont = null; - ApiColorScale.prototype.GetInterior = null; ApiColorScale.prototype.GetNumberFormat = null; ApiColorScale.prototype.SetNumberFormat = null; ApiColorScale.prototype.GetFillColor = null; @@ -26473,16 +26462,6 @@ // */ // ApiUniqueValues.prototype.GetBorders = ApiFormatCondition.prototype.GetBorders; - /** - * Returns the interior (background) formatting for the unique values conditional formatting rule. - * @memberof ApiUniqueValues - * @typeofeditors ["CSE"] - * @returns {ApiInterior} - * @since 9.1.0 - * @see office-js-api/Examples/{Editor}/ApiUniqueValues/Methods/GetInterior.js - */ - ApiUniqueValues.prototype.GetInterior = ApiFormatCondition.prototype.GetInterior; - /** * Returns the number format for the unique values conditional formatting rule. * @memberof ApiUniqueValues @@ -27553,7 +27532,6 @@ ApiAboveAverage.prototype["GetAppliesTo"] = ApiAboveAverage.prototype.GetAppliesTo; //ApiAboveAverage.prototype["GetBorders"] = ApiAboveAverage.prototype.GetBorders; ApiAboveAverage.prototype["GetFont"] = ApiAboveAverage.prototype.GetFont; - ApiAboveAverage.prototype["GetInterior"] = ApiAboveAverage.prototype.GetInterior; ApiAboveAverage.prototype["GetNumberFormat"] = ApiAboveAverage.prototype.GetNumberFormat; ApiAboveAverage.prototype["SetNumberFormat"] = ApiAboveAverage.prototype.SetNumberFormat; ApiAboveAverage.prototype["GetParent"] = ApiAboveAverage.prototype.GetParent; @@ -27583,7 +27561,6 @@ //ApiUniqueValues.prototype["SetStopIfTrue"] = ApiUniqueValues.prototype.SetStopIfTrue; ApiUniqueValues.prototype["GetFont"] = ApiUniqueValues.prototype.GetFont; //ApiUniqueValues.prototype["GetBorders"] = ApiUniqueValues.prototype.GetBorders; - ApiUniqueValues.prototype["GetInterior"] = ApiUniqueValues.prototype.GetInterior; ApiUniqueValues.prototype["GetNumberFormat"] = ApiUniqueValues.prototype.GetNumberFormat; ApiUniqueValues.prototype["SetNumberFormat"] = ApiUniqueValues.prototype.SetNumberFormat; ApiUniqueValues.prototype["GetFillColor"] = ApiUniqueValues.prototype.GetFillColor;