diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index afeb5f72620454e0044f0ef7762861a97dd61793..8089841656189b74999f26961465a038269bf1ef 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -2491,6 +2491,19 @@ typedef enum { */ NODE_TEXT_VERTICAL_ALIGN = 1035, + /** + * @brief Sets the minimum number of lines in the text. + * This attribute can be set, reset, and obtained as required through APIs. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n + * .value[0].i32: minimum number of lines in the text.\n + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .value[0].i32: minimum number of lines in the text.\n + * + */ + NODE_TEXT_MIN_LINES = 1036, + /** * @brief Defines the text content attribute, which can be set, reset, and obtained as required through APIs. *