Home
last modified time | relevance | path

Searched refs:updateImageVerticalAlign (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h87 updateImageVerticalAlign.reset(); in ResetStyle()
118 std::optional<VerticalAlign> updateImageVerticalAlign = std::nullopt; member
165 JSON_STRING_PUT_OPTIONAL_INT(jsonValue, updateImageVerticalAlign); in ToString()
H A Drich_editor_pattern.cpp2036 if (updateSpanStyle_.updateImageVerticalAlign.has_value()) { in UpdateImageStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp311 updateSpanStyle_.updateImageVerticalAlign = align; in ParseImageSpanStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_click_test_ng.cpp530 updateSpanStyle.updateImageVerticalAlign = VerticalAlign::BOTTOM;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1379 updateSpanStyle_.updateImageVerticalAlign = align; in ParseJsImageSpanAttribute()