Home
last modified time | relevance | path

Searched refs:NativeRichEditorTextSpanOptions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.h44 struct NativeRichEditorTextSpanOptions { struct
177 NativeRichEditorTextSpanOptions params);
215 int32_t AddTextSpan(std::string value, NativeRichEditorTextSpanOptions params);
H A Dcj_richeditor_controller_ffi.cpp181 int32_t NativeRichEditorController::AddTextSpan(std::string value, NativeRichEditorTextSpanOptions in AddTextSpan()
537 int64_t controllerId, const char* value, NativeRichEditorTextSpanOptions params) in FfiOHOSAceFrameworkRichEditorControllerAddTextSpan()