Lines Matching refs:textOverflow
59 ### textOverflow subsection
61 textOverflow(value: { overflow: TextOverflow })
89 设置文本的最大行数。默认情况下,文本是自动折行的,如果指定此属性,则文本最多不会超过指定的行。如果有多余的文本,可以通过[textOverflow](#textoverflow)来指定截断方式。
1176 该示例通过maxLines、textOverflow、ellipsisMode属性展示了文本超长省略以及调整省略位置的效果。
1203 …textOverflow to Clip text content This is the setting of textOverflow to None text content. This i…
1204 .textOverflow({ overflow: TextOverflow.Clip })
1209 …Text('This is set textOverflow to Ellipsis text content This is set textOverflow to Ellipsis text …
1210 .textOverflow({ overflow: TextOverflow.Ellipsis })
1217 .textOverflow({ overflow: TextOverflow.MARQUEE })
1223 .textOverflow({ overflow: TextOverflow.Ellipsis })
1282 .textOverflow({ overflow: TextOverflow.Ellipsis })
1383 .textOverflow({ overflow: TextOverflow.Ellipsis })