Searched defs:UpdateSpanStyle (Results 1 – 4 of 4) sorted by relevance
68 struct UpdateSpanStyle { struct69 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 …]
50 void RichEditorController::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorController
2002 void RichEditorPattern::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
2061 void JSRichEditorController::UpdateSpanStyle(const JSCallbackInfo& info) in UpdateSpanStyle() function in OHOS::Ace::Framework::JSRichEditorController