Home
last modified time | relevance | path

Searched defs:UpdateSpanStyle (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_model.h68 struct UpdateSpanStyle { struct
69 void ResetStyle() in ResetStyle()
102 std::optional<Color> updateTextColor = std::nullopt;
103 std::optional<CalcDimension> updateFontSize = std::nullopt;
104 std::optional<FontStyle> updateItalicFontStyle = std::nullopt;
105 std::optional<FontWeight> updateFontWeight = std::nullopt;
106 std::optional<std::vector<std::string>> updateFontFamily = std::nullopt;
107 std::optional<TextDecoration> updateTextDecoration = std::nullopt;
108 std::optional<Color> updateTextDecorationColor = std::nullopt;
109 std::optional<TextDecorationStyle> updateTextDecorationStyle = std::nullopt;
[all …]
Drich_editor_controller.cpp50 void RichEditorController::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorController
Drich_editor_pattern.cpp2002 void RichEditorPattern::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp2061 void JSRichEditorController::UpdateSpanStyle(const JSCallbackInfo& info) in UpdateSpanStyle() function in OHOS::Ace::Framework::JSRichEditorController