Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h213 struct TextSpanOptions : SpanOptionBase { struct
214 std::optional<int32_t> offset;
215 std::string value;
216 std::optional<TextStyle> style;
217 std::optional<UpdateParagraphStyle> paraStyle;
218 UserGestureOptions userGestureOption;
219 bool useThemeFontColor = true;
220 bool useThemeDecorationColor = true;
222 std::string ToString() const in ToString()