Home
last modified time | relevance | path

Searched refs:underline (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font___metrics.md32 | float [underlineThickness](#underlinethickness) | Thickness of the underline.|
33 …derlineposition) | Position of the underline, that is, vertical distance from the baseline to the …
170 Position of the underline, that is, vertical distance from the baseline to the top of the underline
181 Thickness of the underline.
H A Djs-apis-graphics-text.md227 | UNDERLINE | 1 | An underline is used for decoration. |
1319 …ze, color, font weight, word spacing, line spacing, decoration (such as underline and strikethroug…
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-component-tabs.md154 …, you can switch between tabs and the active tab has the title text in red with an underline below.
156 … attribute values in the arrays so that the active tab has a different font color and an underline.
178 <div class="underline-show" if="{{$item.show}}"></div>
179 <div class="underline-hide" if="{{!$item.show}}"></div>
209 .underline-show {
215 .underline-hide {
H A Dui-js-components-text.md68 …Set the **text-decoration** and **text-decoration-color** attributes to add an underline, overline…
74 <text style="text-decoration:underline">
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-component-tabs.md177 <div class="underline-show" if="{{$item.show}}"></div>
178 <div class="underline-hide" if="{{!$item.show}}"></div>
208 .underline-show {
214 .underline-hide {
H A Dui-js-components-text.md74 <text style="text-decoration:underline">
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-text.md39 … | 否 | 设置文本的文本修饰,可选值为:<br/>-&nbsp;underline:文字下划线修饰;<br/>-&n…
90 <text class="title textdecoration1">hello world with underline</text>
128 text-decoration: underline;
H A Djs-components-container-stepper-item.md47 | text-decoration | string | none | 否 | 文本修饰,可选值为:<br/>-&nbsp;underline:&nbsp;文本下划线修饰。<br/>-&nbsp;l…
H A Djs-components-basic-label.md39 …ng | none | 否 | 设置文本的文本修饰,可选值为:<br/>-&nbsp;underline:文字下划线修饰;<br/>-&n…
H A Djs-components-basic-toolbar-item.md35 … | none | 否 | 文本修饰,可选值为:<br/>- underline:&nbsp;文本下划线修饰;<b…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-text.md32 | text-decoration | string | none | 否 | 设置文本的文本修饰,可选值为:<br/>-&nbsp;underline:文字下划线修饰;<br/>-&nbsp;li…
98 text-decoration: underline;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-text.md39 …No | Text decoration. Available values are as follows:<br>- **underline**: An underline is used.…
89 <text class="title textdecoration1">hello world with underline</text>
127 text-decoration: underline;
H A Djs-components-container-stepper-item.md47 … | No| Text decoration. Available values are as follows:<br>- **underline**: An underline is used.…
H A Djs-components-basic-label.md40 …No | Text decoration. Available values are as follows:<br>- **underline**: An underline is used.…
H A Djs-components-basic-toolbar-item.md36 …No | Text decoration. Available values are as follows:<br>- **underline**: An underline is used.…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-text.md32 … | No| Text decoration. Available values are as follows:<br>- **underline**: An underline is used.…
98 text-decoration: underline;
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/swiper/SwiperA13/
H A Dindex.css166 text-decoration: underline;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textinput.md47 > When no underline is set, the default value of the universal attribute [padding](ts-universal-at…
49 > When an underline is set, the default value of **padding** is as follows:<br>{<br> top: '12vp',<…
410 …show an underline. By default, the underline comes in the color of **'#33182431'**, thickness of 1…
420 | value | boolean | Yes | Whether to show an underline.<br>Default value: **false**|
646 Sets the color of the underline when it is shown.
654underline.<br>The underline color changes with the underline mode. If the underline color is only …
1534 // Show an underline.
1562 // Set the color of the underline.
H A Dts-gesture-blocking-enhancement.md591 // Triggered when the switching animation starts. The target tab shows an underline.
H A Dts-container-tabs.md1611 …// Triggered when the tab switching animation starts. The underline moves with the active tab, alo…
1616 // Triggered when the tab switching animation ends. The underline animation stops.
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.21/
H A Dchangelogs-arkui.md183 ## c1.arkui.4 TextInput组件underline默认样式变更
195 该变更为非兼容性变更。API version 11及以前,TextInput组件设置underline时,组件出现的时候无圆角,组件获焦失焦后有圆角,且圆角值不同。API version 12及以后…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.22/
H A Dchangelogs-arkui.md37 TextInput({ placeholder: 'underline style' })
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp1144 std::string underline("_"); in UnderlineAdded() local
1145 return underline + std::string(originName.string()); in UnderlineAdded()
H A Dcpp_code_emitter.cpp1579 std::string underline("_"); in UnderlineAdded() local
1580 return underline + std::string(originName.string()); in UnderlineAdded()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textinput.md1532 TextInput({ placeholder: 'underline style' })

12