Lines Matching refs:text

1 # text  chapter
4 The **\<text>** component is used to display a piece of textual information.
32text-decoration | string | none | No| Text decoration. Available values are as follows:<br>- **und…
33text-align | string | start | No| Text alignment mode. Available values are as follows:<br>- **lef…
34 … | 0px | No| Text line height. When this parameter is set to **0px**, the text line height is not …
35text-overflow | string | clip | No| Takes effect when the maximum number of lines is specified. Av…
36 …or the specified [custom font](js-service-widget-common-customizing-font.md) is used for the text.|
37 | max-lines | number | - | No| Maximum number of lines in the text.|
38 | min-font-size | &lt;length&gt; | - | No| Minimum font size in the text. This style must be used t…
39 | max-font-size | &lt;length&gt; | - | No| Maximum font size in the text. This style must be used t…
40 …ength&gt; | 1px | No| Step for dynamically adjusting the font size in the text. The minimum and ma…
41text. If the preferred font sizes were not set, the font size will be adjusted based on the maximu…
42 …lows text line breaks between words as appropriate to the relevant language writing systems. This …
45 …inimum/maximum font sizes are used to adjust the font size to display the text within the maximum …
51 …\<span>** as a child component to form a text paragraph, note that if a **\<span>** style is abnor…
53 …r-spacing**, **text-align**, **line-height**, **text-overflow**, and **max-lines** styles take eff…
55 > - The **<text>** component cannot contain both the text and the child component **\<span>**. If b…
66 <text class="line_height">
67 <span>This is the text for which the line height is set. </span>
68 </text>
69 <text class="letter_spacing">This is the text for which the character spacing is set. </text>
70 <text class="font_style">This is the text that is set to italics. </text>
71 <text class="text_decoration_style">This is the underlined text. </text>
72 <text class="text_over_flow">If the text is too long, the text can be clipped. </text>
98 text-decoration: underline;
99 text-decoration-color: red;
105 text-overflow: ellipsis;
111 ![progress](figures/text.png)