Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_theme.h74 auto textShowHandle = pattern->GetAttr<std::string>("text_show_handle", "0"); in ParsePattern() local
75 theme->isShowHandle_ = StringUtils::StringToInt(textShowHandle); in ParsePattern()