diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 516876804a061d1c1f3c448e81c9ce314a96eb50..cb01e76704bc8e909ab33321ee932d8c4b314630 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -2562,6 +2562,19 @@ typedef enum { */ NODE_TEXT_CONTENT_ALIGN = 1036, + /** + * @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 = 1037, + /** * @brief Defines the text content attribute, which can be set, reset, and obtained as required through APIs. *