Lines Matching refs:text
1 # text chapter
7 > - The text content must be written in the content area.
9 The **\<text>** component is used to display a piece of textual information.
39 …text-decoration | string | none …
40 | text-decoration-color<sup>7+</sup> | <color> | - …
41 …text-align | string | start<br> …
42 …up> | No | Text line height. When this parameter is set to **0px**, the text line height is not …
43 …text-overflow | string | clip …
44 …ily or the specified [custom font](js-components-common-customizing-font.md) is used for the text.|
45 …No | Maximum number of text lines. The value of the string type is as follows:<br>- **auto**<sup…
46 … | No | Minimum font size in the text. This style must be…
47 … | No | Maximum font size in the text. This style must be…
48 … | No | Step for dynamically adjusting the font size in the text. The minimum and ma…
49 …text. If the preferred font sizes were not set, the font size will be adjusted based on the maximu…
50 …ows text line breaks between words as appropriate to the relevant language writing systems. This i…
51 | text-indent<sup>7+</sup> | <length> | - …
52 …text is automatically wrapped.<br>- **nowrap**: All spaces, carriage returns, and tabs are combine…
53 … | false | No | Whether the text size adapts to the …
56 …inimum/maximum font sizes are used to adjust the font size to display the text within the maximum …
62 …\<span>** as a child component to form a text paragraph, note that if a **\<span>** style is abnor…
64 …r-spacing**, **text-align**, **line-height**, **text-overflow**, and **max-lines** styles take eff…
66 > - The **\<text>** component cannot contain both the text and the child component **\<span>**. If…
82 <text class="title">default text</text>
83 <text class="title textcolor">hello world with color</text>
84 <text class="title textsize">hello world with font-size</text>
85 <text class="title textletterspacing">hello world with letter-spacing</text>
86 <text class="title textwordspacing">hello world with word-spacing</text>
87 <text class="title textstyle">hello world with italic</text>
88 <text class="title textweight">hello world with font-weight</text>
89 <text class="title textdecoration1">hello world with underline</text>
90 <text class="title textdecoration2">hello world with line-through</text>
91 <text class="title textalign">hello world with text-align:right</text>
104 text-align: center;
127 text-decoration: underline;
130 text-decoration: line-through;
131 text-decoration-color: red;
134 text-align: right;
139 