Lines Matching refs:text
1 # text chapter
32 | text-decoration | string | none | 否 | 设置文本的文本修饰,可选值为:<br/>- underline:文字下划线修饰;<br/>- li…
33 | text-align | string | start | 否 | 设置文本的文本对齐方式,可选值为:<br/>- left:文本左对齐;<br/>- center:文本居中…
35 | text-overflow | string | clip | 否 | 在设置了最大行数的情况下生效,可选值为:<br/>- clip:将文本根据父容器大小进行裁剪显示;<br/>-&…
41 …整时,优先使用预设字号集合中的字号匹配设置的最大行数,如果预设字号集合未设置,则使用最大最小和步长调整字号。针对仍然无法满足最大行数要求的情况,使用text-overflow设置项进行截断,设置预…
51 > - 当使用子组件span组成文本段落时,如果span属性样式异常,将导致text段落无法显示。
53 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。
55 > - text组件说明:不支持text内同时存在文本内容和span子组件。(如果同时存在,只显示span内的内容)
66 <text class="line_height">
68 </text>
69 <text class="letter_spacing">这是设置了字符间距的文本。</text>
70 <text class="font_style">这是设置为斜体的文本。</text>
71 <text class="text_decoration_style">这是添加了下划线的文本。</text>
72 <text class="text_over_flow">文本过长可省略,省略文本。</text>
98 text-decoration: underline;
99 text-decoration-color: red;
105 text-overflow: ellipsis;
111 