From 81ec1481fe1b2eec6e74bb7d2c60322a8706af06 Mon Sep 17 00:00:00 2001 From: conewang Date: Thu, 25 Apr 2024 09:17:45 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9NODE=5FTEXT=5FLINE=5FSPACING?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: conewang Change-Id: Id3c2a63c92309777f2909542b9b26133264d43d2 --- arkui/ace_engine/native/native_node.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index f1e6c4f97..033cbf568 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. * -- Gitee