Style textAlignLast 属性
描述
textAlignLast 属性指定如何对齐文本的最后一行。
注意: textAlignLast 属性仅对 text-align 属性设置为“justify”的元素有效。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
textAlignLast | 是 | 是 | 不支持 使用 MozTextAlignLast |
是 | 是 |
语法
返回 textAlignLast 属性
object.style.textAlignLast
设置 textAlignLast 属性
object.style.textAlignLast = "auto|left|right|center|justify|start|end|initial|inherit"
属性值
值 | 描述 |
---|---|
auto | 默认值。最后一行是两端对齐并且左对齐 |
left | 最后一行左对齐 |
right | 最后一行右对齐 |
center | 最后一行居中对齐 |
justify | 最后一行与其他行一样两端对齐 |
start | 最后一行与行首对齐(如果文本方向是左到右,则为左对齐;如果文本方向是右到左,则为右对齐) |
end | 最后一行与行尾对齐(如果文本方向是左到右,则为右对齐;如果文本方向是右到左,则为左对齐) |
initial | 将此属性设置为其默认值。 阅读有关 initial 的信息 |
inherit | 从其父元素继承此属性。 阅读有关 inherit 的信息 |
技术细节
默认值 | auto |
---|---|
返回值 | 一个字符串,表示元素的 text-align-last 属性 |
CSS 版本 | CSS3 |
相关页面
CSS 参考: text-align-last 属性