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.h75 struct UpdateSpanStyle { struct
76 void ResetStyle() in ResetStyle()
92 std::optional<Color> updateTextColor = std::nullopt;
93 std::optional<CalcDimension> updateFontSize = std::nullopt;
94 std::optional<FontStyle> updateItalicFontStyle = std::nullopt;
95 std::optional<FontWeight> updateFontWeight = std::nullopt;
96 std::optional<std::vector<std::string>> updateFontFamily = std::nullopt;
97 std::optional<TextDecoration> updateTextDecoration = std::nullopt;
98 std::optional<Color> updateTextDecorationColor = std::nullopt;
100 std::optional<CalcDimension> updateImageWidth = std::nullopt;
[all …]
Drich_editor_controller.cpp62 void RichEditorController::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorController
Drich_editor_pattern.cpp799 void RichEditorPattern::UpdateSpanStyle(int32_t start, int32_t end, TextStyle textStyle, ImageSpanA… in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp872 void JSRichEditorController::UpdateSpanStyle(const JSCallbackInfo& info) in UpdateSpanStyle() function in OHOS::Ace::Framework::JSRichEditorController