From a48dba6d1b8539e8e3cb7981275c1fcb6acf26a0 Mon Sep 17 00:00:00 2001 From: lijuan Date: Fri, 21 Apr 2023 08:11:11 +0000 Subject: [PATCH] =?UTF-8?q?text=E6=94=AF=E6=8C=81=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lijuan --- .../reference/arkui-ts/ts-basic-components-text.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-text.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-text.md index 5431ce7579..e112d9d1bb 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-text.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-text.md @@ -39,6 +39,7 @@ Text(content?: string | Resource) | maxFontSize | number \| string \| [Resource](ts-types.md#resource) | 设置文本最大显示字号。
需配合minFontSize以及maxline或布局大小限制使用,单独设置不生效。 | | textCase | [TextCase](ts-appendix-enums.md#textcase) | 设置文本大小写。
默认值:TextCase.Normal | | copyOption9+ | [CopyOptions](ts-appendix-enums.md#copyoptions9) | 组件支持设置文本是否可复制粘贴。
默认值:CopyOptions.None | +| draggable9+ | boolean | 设置选中文本拖拽效果。
不能和[onDragStart](ts-universal-events-drag-drop.md)事件同时使用;
需配合copyOption一起使用,支持对选中文本的拖拽以及选中内容复制到输入框。
默认值:false | > **说明:** > -- GitLab