X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Ftext-visual-properties.h;h=0eb7fba4dbf6c4fcc69d7d416989e49436e5a363;hb=refs%2Ftags%2Fdali_1.4.34;hp=6399efc305eec25c9f17d1ffd512ed03d7e5812e;hpb=ca4209fb071e5c353a7e528098a2e497765118d8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/text-visual-properties.h b/dali-toolkit/public-api/visuals/text-visual-properties.h index 6399efc..0eb7fba 100644 --- a/dali-toolkit/public-api/visuals/text-visual-properties.h +++ b/dali-toolkit/public-api/visuals/text-visual-properties.h @@ -32,15 +32,23 @@ namespace Toolkit */ /** - * @brief TextVisual Properties + * @brief TextVisual is to render a text. * @SINCE_1_2.60 */ namespace TextVisual { +/** + * @brief TextVisual Property. + * @SINCE_1_2.60 + */ namespace Property { +/** + * @brief Enumeration for the instance of properties belonging to the TextVisual. + * @SINCE_1_2.60 + */ enum { /** @@ -80,14 +88,18 @@ enum /** * @brief The line horizontal alignment. - * @details name "horizontalAlignment", type Property::STRING, values "BEGIN", "CENTER", "END", default BEGIN. + * @details Name "horizontalAlignment", type HorizontalAlignment::Type (Property::INTEGER) or Property::STRING. + * @note Optional. If not specified, the default is HorizontalAlignment::BEGIN + * @note Return type is HorizontalAlignment::Type (Property::INTEGER) * @SINCE_1_2.60 */ HORIZONTAL_ALIGNMENT, /** * @brief The line vertical alignment. - * @details name "verticalAlignment", type Property::STRING, values "TOP", "CENTER", "BOTTOM", default TOP. + * @details name "verticalAlignment", VerticalAlignment::Type (Property::INTEGER) or Property::STRING + * @note Optional. If not specified, the default is VerticalAlignment::TOP + * @note Return type is VerticalAlignment::Type (Property::INTEGER)` * @SINCE_1_2.60 */ VERTICAL_ALIGNMENT,