CSS text-justify 属性
定义和用法
text-justify
属性指定 text-align 设置为 "justify" 时文本的对齐方式。
该属性规定如何对齐行文本进行对齐和分隔。
默认值: | auto |
---|---|
继承性: | yes |
支持动画: | no. 阅读有关动画的信息 |
版本: | CSS3 |
JavaScript 语法: | object.style.textJustify="inter-word" |
浏览器支持
表中的数字表示支持该属性的第一个浏览器版本。
属性 | |||||
---|---|---|---|---|---|
text-justify | Yes* | 11.0 | 55.0 | 10.0.3 | Yes* |
*This feature is behind the Enable Experimental Web Platform Features preference (needs to be set to Enabled). To change preferences in Chrome: type in "chrome://flags" in the Chrome browser. To change preferences in Opera: type in "flags" in the Opera browser.
语法
text-justify: auto|inter-word|inter-character|none|initial|inherit;
属性值
值 | 描述 | 试一试 |
---|---|---|
auto | 浏览器确定对齐算法 | 亲自试一试 » |
inter-word | 增加/减少单词之间的间距 | 亲自试一试 » |
inter-character | 增加/减少字符之间的间距 | 亲自试一试 » |
none | 禁用对齐方法 | 亲自试一试 » |
initial | 将此属性设置为其默认值。请参阅 initial | 亲自试一试 » |
inherit | 从其父元素继承此属性。请参阅 inherit |