> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Text 文本

> Text 文本组件参考，介绍文本内容绑定与字体样式等属性配置，用于页面中的描述性信息展示。

文本展示。

## 何时使用

* 通过文本展示描述信息。

## 组件示例

<iframe src="https://www.aliwork.com/developer/text-v2?isRenderNav=false" width="100%" height="480" frameBorder="0" />

## 组件属性

| 属性                     | 说明                         | 类型                     | 默认值        |
| ---------------------- | -------------------------- | ---------------------- | ---------- |
| `behavior`             | 默认状态                       | `'NORMAL' \| 'HIDDEN'` | `'NORMAL'` |
| `content`              | 文案内容                       | `string`               | `'文本'`     |
| `contentPaddingMobile` | 手机端左右间距，单位为px              | `'0 \| 16'`            | `'0'`      |
| `maxLine`              | 最大行数,超出时自动省略号显示            | `number`               | `0`        |
| `showTitle`            | 是否将内容显示为 html 标签的 title属性上 | `boolean`              | `false`    |
