From 01c765f42fbeb655ab8131af32a08725895b4098 Mon Sep 17 00:00:00 2001 From: wangweiyuan Date: Wed, 2 Jul 2025 15:03:35 +0800 Subject: [PATCH] =?UTF-8?q?Text=E6=8E=A7=E4=BB=B6=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=A1=8C=E5=B0=BE=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangweiyuan --- api/@internal/component/ets/text.d.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/api/@internal/component/ets/text.d.ts b/api/@internal/component/ets/text.d.ts index 457644795b..52681e8f9c 100644 --- a/api/@internal/component/ets/text.d.ts +++ b/api/@internal/component/ets/text.d.ts @@ -1652,18 +1652,6 @@ declare class TextAttribute extends CommonMethod { */ halfLeading(halfLeading: boolean): TextAttribute; - /** - * Set to remove trailing spaces from text. - * - * @param { Optional } trim - * @returns { TextAttribute } - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 20 - */ - trimSpace(trim: Optional): TextAttribute; - /** * Enable or disable haptic feedback. * -- Gitee