定义和用法
该则textAlignLast属性指定如何对齐文本的最后一行。
注:该物业则textAlignLast将只与设置为text-align属性的元素工作"justify" 。
浏览器支持
该则textAlignLast属性仅在Internet Explorer支持。
Firefox支持替代方案,MozTextAlignLast财产。
值"start"和"end"都无法在Internet Explorer的支持。
句法
返回则textAlignLast属性:
object .style.textAlignLast
设置则textAlignLast属性:
object .style.textAlignLast="auto|left|right|center|justify|start|end|initial|inherit"
属性值
值 | 描述 |
---|---|
auto | 默认值。 最后一行是合理和左对齐 |
left | 最后一行左对齐 |
right | 最后一行右对齐 |
center | 最后一行是中心对齐 |
justify | 最后一行是合理的为各行的其余部分 |
start | 最后一行是在该行的开始对齐(left if the text-direction is left-to-right, and right is the text-direction is right-to-left) |
end | 最后一行是在该线的端部对准(right if the text-direction is left-to-right, and left is the text-direction is right-to-left) |
initial | 将此属性设置为默认值。 阅读关于初始 |
inherit | 继承其父元素此属性。 阅读关于继承 |
技术细节
默认值: | 汽车 |
---|---|
返回值: | 一个字符串,代表元素的文本对齐,最后一个属性 |
CSS版本 | CSS3 |
相关页面
CSS参考: text-align-last property
<Style对象