Home
last modified time | relevance | path

Searched refs:enableDataDetector (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md508 ### enableDataDetector<sup>11+</sup>
510 enableDataDetector(enable: boolean)
516enableDataDetector设置为true,同时不设置dataDetectorConfig属性时,默认识别所有类型的实体,所识别实体的color和decoration会被更改为如下样式:
549 需配合[enableDataDetector](#enabledatadetector11)一起使用,设置enableDataDetector为true时,dataDetectorConfig的配置…
1409 该示例通过enableDataDetector、dataDetectorConfig接口实现了文本识别的功能。
1421 @State enableDataDetector: boolean = true
1436 .enableDataDetector(this.enableDataDetector)
H A Dts-basic-components-richeditor.md115 ### enableDataDetector<sup>11+</sup>
117 enableDataDetector(enable: boolean)
123enableDataDetector设置为true,同时不设置dataDetectorConfig属性时,默认识别所有类型的实体,所识别实体的color和decoration会被更改为如下样式:
156 需配合[enableDataDetector](#enabledatadetector11)一起使用,设置enableDataDetector为true时,dataDetectorConfig的配置…
3592 设置[enableDataDetector](#enabledatadetector11)为true时,通过[dataDetectorConfig](#datadetectorconfig11)接口…
3604 @State enableDataDetector: boolean = true;
3643 .enableDataDetector(this.enableDataDetector)
3850 @State enableDataDetector: boolean = true;
3874 .enableDataDetector(this.enableDataDetector)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkRichEditor.ts276 enableDataDetector(value: boolean): RichEditorAttribute {
H A DArkText.ts825 enableDataDetector(value: boolean): this {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md508 ### enableDataDetector<sup>11+</sup>
510 enableDataDetector(enable: boolean)
516 When **enableDataDetector** is set to **true**, and the **dataDetectorConfig** attribute is not set…
549 …PI must be used together with [enableDataDetector](#enabledatadetector11). It takes effect only wh…
1409 This example demonstrates how to implement text recognition features using the **enableDataDetector
1421 @State enableDataDetector: boolean = true
1436 .enableDataDetector(this.enableDataDetector)
H A Dts-basic-components-richeditor.md117 ### enableDataDetector<sup>11+</sup>
119 enableDataDetector(enable: boolean)
125 If **enableDataDetector** is set to **true** and **dataDetectorConfig** is not set, all types of en…
158 …PI must be used together with [enableDataDetector](#enabledatadetector11). It takes effect only wh…
3579 Example of using **enableDataDetector** and **dataDetectorConfig**
3591 @State enableDataDetector: boolean = true;
3630 .enableDataDetector(this.enableDataDetector)
3835 @State enableDataDetector: boolean = true;
3859 .enableDataDetector(this.enableDataDetector)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp49 uint32_t enableDataDetector = enableDataDetectorArg->Uint32Value(vm); in SetEnableDataDetector() local
50 …ifiers()->getRichEditorModifier()->setRichEditorEnableDataDetector(nativeNode, enableDataDetector); in SetEnableDataDetector()
H A Darkts_native_text_bridge.cpp1004 uint32_t enableDataDetector = enableDataDetectorArg->Uint32Value(vm); in SetEnableDataDetector() local
1005 … GetArkUINodeModifiers()->getTextModifier()->setEnableDataDetector(nativeNode, enableDataDetector); in SetEnableDataDetector()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts430 enableDataDetector(enable: boolean): RichEditorAttribute;
705 enableDataDetector(enable: boolean): this;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h607 void (*setEnableDataDetector)(ArkUINodeHandle node, ArkUI_Uint32 enableDataDetector);
2781 void (*setRichEditorEnableDataDetector)(ArkUINodeHandle node, ArkUI_Uint32 enableDataDetector);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2115 void (*setEnableDataDetector)(ArkUINodeHandle node, ArkUI_Uint32 enableDataDetector);
4560 void (*setRichEditorEnableDataDetector)(ArkUINodeHandle node, ArkUI_Uint32 enableDataDetector);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8379 enableDataDetector(value) { method in ArkRichEditorComponent
11764 enableDataDetector(value) { method in ArkTextComponent