text-justify

important note重要须知:

此文档是初步的,以后可能会有更改。

设置用于在对象中使文本对齐的对齐类型。

语法

{ text-align-last: sAlign }

可能的值

sAlign

一个字符串,用于指定或接收下列值之一:

auto

默认值。允许浏览器确定要应用的对齐算法。

distribute

处理间距,与处理 newspaper 值非常相像。这种形式的对齐针对亚洲语言(如泰语)的文档进行了优化。

inter-cluster

将不包含字间距的文本行对齐。这种形式的对齐针对亚洲语言的文档进行了优化。

inter-ideograph

将象形文本行对齐,增加或减小交互象形文字间距和字间距。

inter-word

通过增加字之间的空格来对齐文本。此值的间隔调整行为是使所有文本行长度相等的最快方式。其对齐行为不影响段落的最后一行。

kashida

通过在所选点拉长字符来对齐文本行。这种形式的对齐适用于阿拉伯语脚本语言。

newspaper

增加或减小字母间距和字间距。它是适用于拉丁文字母的最复杂的对齐方式。

该属性的默认值为 auto 。该属性会被继承。

注解

此属性适用于块元素。该属性会被继承。

为了让此属性影响文本布局, text-align 属性必须设置为 justify

此属性适用于块元素。

示例

以下示例使用 text-justify 属性来对齐对象内的文本。

...
<div style="text-align:justify; text-justify:distribute;">
    This example demonstrates how to use this property. This is
    something. This example demonstrates how to use this property.
    This is something. This example demonstrates how to this 
    property. This is something. This example demonstrates how to use this
    property. This is something. This example demonstrates how to
    use this property. This is something. This example demonstrates
    how to use this property. This is something. This example
    demonstrates how to use this property. This is something.
    This example demonstrates how to use this property. This is
    something. This example demonstrates how to use this property.
</ div>                
...

标准信息

此伪类在 CSS3 Text Module(CSS3 文本模块) Gg721783.xtlink_newWindow(zh-cn,Expression.40).png中定义。

应用于

address , blockquote , body , center , dd , div , dl , dt , fieldset , form , hn , hr , input type=password , input type=text , li , ol , p , table , td , th , tr , ul , xmp