Searched defs:UpdateSpanStyle (Results 1 – 4 of 4) sorted by relevance
75 struct UpdateSpanStyle { struct76 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 …]
62 void RichEditorController::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorController
799 void RichEditorPattern::UpdateSpanStyle(int32_t start, int32_t end, TextStyle textStyle, ImageSpanA… in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
872 void JSRichEditorController::UpdateSpanStyle(const JSCallbackInfo& info) in UpdateSpanStyle() function in OHOS::Ace::Framework::JSRichEditorController