Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dtext_tdd_exception_test.cpp52 const char* textOverflow = "textOverflow"; in ComponentTextStyleSetExceptionTest007() local
H A Dtext_tdd_test.cpp151 const char* textOverflow = "textOverflow"; in ComponentTextStyleSetOverflowTest003() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_request_data.h38 std::optional<Ace::TextOverflow> textOverflow; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp62 auto textOverflow = layoutProperty->GetTextOverflow(); in UpdateContentModifier() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h55 std::optional<TextOverflow> textOverflow; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md59 ### textOverflow subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md59 ### textOverflow subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model.h99 std::optional<Ace::TextOverflow> textOverflow; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h136 TextOverflow textOverflow = TextOverflow::CLIP; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtext_composed_element.cpp83 auto textOverflow = in GetTextOverflow() local
H A Dutils.h402 inline std::string ConvertWrapTextOverflowToString(TextOverflow textOverflow) in ConvertWrapTextOverflowToString()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_extend_test_ng.cpp95 std::optional<Ace::TextOverflow> textOverflow = std::nullopt; member
H A Dbutton_test_ng.cpp108 std::optional<Ace::TextOverflow> textOverflow = std::nullopt; member
H A Dbutton_content_modifier_test_ng.cpp90 std::optional<Ace::TextOverflow> textOverflow = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h209 TextOverflow textOverflow = TextOverflow::CLIP; member
577 void SetTextOverflow(TextOverflow textOverflow) in SetTextOverflow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h273 inline std::string ToString(const TextOverflow& textOverflow) in ToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js11837 textOverflow(value) { method in ArkTextComponent
13239 textOverflow(value) { method in ArkTextAreaComponent
14939 textOverflow(value) { method in ArkTextInputComponent