Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h271 struct PreviewTextInfo { struct
272 std::optional<std::string> value;
273 std::optional<int32_t> offset;
275 std::string ToString() const in ToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h178 struct PreviewTextInfo { struct
179 std::string text;
180 PreviewRange range;