diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index f1e6c4f97c75bde1a549cf922f37990ddb7843e3..033cbf56805daf65199a9f220499b91c9b74359a 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1425,17 +1425,6 @@ typedef enum { * */ NODE_FONT_WEIGHT, - /** - * @brief Defines the text line spacing attribute, which can be set, reset, and obtained as required through APIs. - * - * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n - * .value[0].f32: line spacing, in fp.\n - * \n - * Format of the return value {@link ArkUI_AttributeItem}:\n - * .value[0].f32: line spacing, in fp.\n - * - */ - NODE_TEXT_LINE_SPACING, /** * @brief Defines the text line height attribute, which can be set, reset, and obtained as required through APIs. * @@ -1666,6 +1655,17 @@ typedef enum { * */ NODE_TEXT_ELLIPSIS_MODE, + /** + * @brief Defines the text line spacing attribute, which can be set, reset, and obtained as required through APIs. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n + * .value[0].f32: line spacing, in fp.\n + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .value[0].f32: line spacing, in fp.\n + * + */ + NODE_TEXT_LINE_SPACING, /** * @brief Defines the text content attribute, which can be set, reset, and obtained as required through APIs. *