/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font___metrics.md | 32 | 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 D | js-apis-graphics-text.md | 227 | 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 D | ui-js-component-tabs.md | 154 …, 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 D | ui-js-components-text.md | 68 …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 D | ui-js-component-tabs.md | 177 <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 D | ui-js-components-text.md | 74 <text style="text-decoration:underline">
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-text.md | 39 … | 否 | 设置文本的文本修饰,可选值为:<br/>- underline:文字下划线修饰;<br/>-&n… 90 <text class="title textdecoration1">hello world with underline</text> 128 text-decoration: underline;
|
H A D | js-components-container-stepper-item.md | 47 | text-decoration | string | none | 否 | 文本修饰,可选值为:<br/>- underline: 文本下划线修饰。<br/>- l…
|
H A D | js-components-basic-label.md | 39 …ng | none | 否 | 设置文本的文本修饰,可选值为:<br/>- underline:文字下划线修饰;<br/>-&n…
|
H A D | js-components-basic-toolbar-item.md | 35 … | none | 否 | 文本修饰,可选值为:<br/>- underline: 文本下划线修饰;<b…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-text.md | 32 | text-decoration | string | none | 否 | 设置文本的文本修饰,可选值为:<br/>- underline:文字下划线修饰;<br/>- li… 98 text-decoration: underline;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-text.md | 39 …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 D | js-components-container-stepper-item.md | 47 … | No| Text decoration. Available values are as follows:<br>- **underline**: An underline is used.…
|
H A D | js-components-basic-label.md | 40 …No | Text decoration. Available values are as follows:<br>- **underline**: An underline is used.…
|
H A D | js-components-basic-toolbar-item.md | 36 …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 D | js-service-widget-basic-text.md | 32 … | 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 D | index.css | 166 text-decoration: underline;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-textinput.md | 47 > 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. 654 …underline.<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 D | ts-gesture-blocking-enhancement.md | 591 // Triggered when the switching animation starts. The target tab shows an underline.
|
H A D | ts-container-tabs.md | 1611 …// 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 D | changelogs-arkui.md | 183 ## 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 D | changelogs-arkui.md | 37 TextInput({ placeholder: 'underline style' })
|
/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | ts_code_emitter.cpp | 1144 std::string underline("_"); in UnderlineAdded() local 1145 return underline + std::string(originName.string()); in UnderlineAdded()
|
H A D | cpp_code_emitter.cpp | 1579 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 D | ts-basic-components-textinput.md | 1532 TextInput({ placeholder: 'underline style' })
|