HTML DOM Style textAlignLast 屬性

2018-08-04 20:41 更新

Style textAlignLast 屬性

Style 對(duì)象參考手冊(cè) Style 對(duì)象

實(shí)例

把段落的最后一行向右對(duì)齊:

document.getElementById("myDIV").style.textAlignLast="right";

嘗試一下 ?

定義和用法

textAlignLast 屬性規(guī)定如何對(duì)齊文本的最后一行。

注意:textAlignLast 屬性只有在 text-align 屬性設(shè)置為 "justify" 時(shí)才起作用。


瀏覽器支持

Internet Explorer Firefox Opera Google Chrome Safari

只有 Internet Explorer 支持 textAlignLast 屬性。

Firefox 支持另一個(gè)可替代該屬性的屬性,即 MozTextAlignLast 屬性。

Internet Explorer 不支持 "start" 和 "end" 值。


語(yǔ)法

返回 textAlignLast 屬性:

object.style.textAlignLast

設(shè)置 textAlignLast 屬性:

object.style.textAlignLast="auto|left|right|center|justify|start|end|initial|inherit"

屬性值

描述
auto 默認(rèn)值。最后一行被調(diào)整,并向左對(duì)齊。
left 最后一行向左對(duì)齊。
right 最后一行向右對(duì)齊。
center 最后一行居中對(duì)齊。
justify 最后一行被調(diào)整為兩端對(duì)齊。
start 最后一行在行開(kāi)頭對(duì)齊(如果 text-direction 是從左到右,則向左對(duì)齊;如果 text-direction 是從右到左,則向右對(duì)齊)。
end 最后一行在行末尾對(duì)齊(如果 text-direction 是從左到右,則向右對(duì)齊;如果 text-direction 是從右到左,則向左對(duì)齊)。
initial 設(shè)置該屬性為它的默認(rèn)值。請(qǐng)參閱 initial
inherit 從父元素繼承該屬性。請(qǐng)參閱 inherit。

技術(shù)細(xì)節(jié)

默認(rèn)值: auto
返回值: 字符串,表示元素的 text-align-last 屬性。
CSS 版本 CSS3


相關(guān)文章

CSS 參考手冊(cè):text-align-last 屬性


Style 對(duì)象參考手冊(cè) Style 對(duì)象

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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)