Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h68 static JSRef<JSObject> CreateParagraphStyleResult(const ParagraphInfo& info);
H A Djs_richeditor.cpp318 JSRef<JSObject> JSRichEditor::CreateParagraphStyleResult(const ParagraphInfo& info) in CreateParagraphStyleResult() function in OHOS::Ace::Framework::JSRichEditor
2194 obj->SetPropertyObject("style", JSRichEditor::CreateParagraphStyleResult(info[i])); in CreateJSParagraphsInfo()