Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h33 bool autoMaxLines = false; member
119 return style.autoMaxLines; in GetAutoMaxLines()
122 void SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines() argument
125 CheckIsChanged(style.autoMaxLines, autoMaxLines); in SetAutoMaxLines()
126 style.autoMaxLines = autoMaxLines; in SetAutoMaxLines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp151 void TextComponent::SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines() argument
153 declaration_->SetAutoMaxLines(autoMaxLines); in SetAutoMaxLines()
H A Dtext_component.h65 void SetAutoMaxLines(bool autoMaxLines);