鴻蒙OS TextAlignment

2022-11-02 10:07 更新

TextAlignment

java.lang.Object

|---ohos.agp.utils.TextAlignment

public class TextAlignment
extends Object

設(shè)置文本組件使用的對齊模式以與其父組件對齊。

此類設(shè)置文本組件如何在按鈕和布局等容器中對齊。 對齊方式包括左對齊、右對齊、水平居中對齊、垂直居中對齊、居中對齊、頂部對齊、底部對齊、開始對齊和結(jié)束對齊。

Since:

1

字段摘要

修飾符和類型 字段 描述
static int BOTTOM 表示底部對齊。
static int CENTER 表示中心對齊。
static int END 表示文本與容器的末端對齊。
static int HORIZONTAL_CENTER 表示水平居中對齊。
static int LEFT 表示左對齊。
static int RIGHT 表示右對齊。
static int START 表示文本與容器的開頭對齊。
static int TOP 表示頂部對齊。
static int VERTICAL_CENTER 表示垂直居中對齊。

構(gòu)造函數(shù)摘要

構(gòu)造函數(shù) 描述
TextAlignment()

方法總結(jié)

從類 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

字段詳細(xì)信息

BOTTOM

public static final int BOTTOM

表示底部對齊。

此常量表示文本與容器的底部邊緣對齊。

CENTER

public static final int CENTER

表示中心對齊。

此常量表示文本與容器的中心對齊。

END

public static final int END

表示文本與容器的末端對齊。

Since:

3

HORIZONTAL_CENTER

public static final int HORIZONTAL_CENTER

表示水平居中對齊。

此常量表示文本在容器中水平居中。

LEFT

public static final int LEFT

表示左對齊。

此常量指示文本與容器的左邊緣對齊。

RIGHT

public static final int RIGHT

表示右對齊。

此常量表示文本與容器的右邊緣對齊。

START

public static final int START

表示文本與容器的開頭對齊。

Since:

3

TOP

public static final int TOP

表示頂部對齊。

此常量指示文本與容器的頂部邊緣對齊。

VERTICAL_CENTER

public static final int VERTICAL_CENTER

表示垂直居中對齊。

此常量表示文本在容器中垂直居中。

構(gòu)造函數(shù)詳細(xì)信息

TextAlignment

public TextAlignment()

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)