W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
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ù) | 描述 |
---|---|
TextAlignment() |
從類 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public static final int BOTTOM
表示底部對齊。
此常量表示文本與容器的底部邊緣對齊。
public static final int CENTER
表示中心對齊。
此常量表示文本與容器的中心對齊。
public static final int END
表示文本與容器的末端對齊。
Since:
3
public static final int HORIZONTAL_CENTER
表示水平居中對齊。
此常量表示文本在容器中水平居中。
public static final int LEFT
表示左對齊。
此常量指示文本與容器的左邊緣對齊。
public static final int RIGHT
表示右對齊。
此常量表示文本與容器的右邊緣對齊。
public static final int START
表示文本與容器的開頭對齊。
Since:
3
public static final int TOP
表示頂部對齊。
此常量指示文本與容器的頂部邊緣對齊。
public static final int VERTICAL_CENTER
表示垂直居中對齊。
此常量表示文本在容器中垂直居中。
public TextAlignment()
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: