Home
last modified time | relevance | path

Searched defs:PreviewTextRecord (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_pattern.h151 struct PreviewTextRecord { struct
152 int32_t startOffset = INVALID_VALUE;
153 int32_t endOffset = INVALID_VALUE;
154 bool isPreviewTextInputting = false;
155 std::string previewContent;
156 std::string newPreviewContent;
157 bool hasDiff = false;
158 PreviewRange replacedRange;
160 std::string ToString() const in ToString()
171 void Reset() in Reset()
[all …]