/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | text_tdd_exception_test.cpp | 52 const char* textOverflow = "textOverflow"; in ComponentTextStyleSetExceptionTest007() local
|
H A D | text_tdd_test.cpp | 151 const char* textOverflow = "textOverflow"; in ComponentTextStyleSetOverflowTest003() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_request_data.h | 38 std::optional<Ace::TextOverflow> textOverflow; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_paint_method.cpp | 62 auto textOverflow = layoutProperty->GetTextOverflow(); in UpdateContentModifier() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | span_object.h | 55 std::optional<TextOverflow> textOverflow; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-text.md | 59 ### textOverflow subsection
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-text.md | 59 ### textOverflow subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_content_model.h | 99 std::optional<Ace::TextOverflow> textOverflow; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | paragraph.h | 136 TextOverflow textOverflow = TextOverflow::CLIP; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | text_composed_element.cpp | 83 auto textOverflow = in GetTextOverflow() local
|
H A D | utils.h | 402 inline std::string ConvertWrapTextOverflowToString(TextOverflow textOverflow) in ConvertWrapTextOverflowToString()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_extend_test_ng.cpp | 95 std::optional<Ace::TextOverflow> textOverflow = std::nullopt; member
|
H A D | button_test_ng.cpp | 108 std::optional<Ace::TextOverflow> textOverflow = std::nullopt; member
|
H A D | button_content_modifier_test_ng.cpp | 90 std::optional<Ace::TextOverflow> textOverflow = std::nullopt; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 209 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 D | constants.h | 273 inline std::string ToString(const TextOverflow& textOverflow) in ToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 11837 textOverflow(value) { method in ArkTextComponent 13239 textOverflow(value) { method in ArkTextAreaComponent 14939 textOverflow(value) { method in ArkTextInputComponent
|