必应词典为您提供text-justify的释义,网络释义: 设定文字分散对齐;对齐调整;
text-justify: auto|inter-word|inter-ideograph|inter-cluster|distribute|kashida|trim; 值描述 auto浏览器决定齐行算法。 none禁用齐行。 inter-word增加/减少单词间的间隔。 inter-ideograph用表意文本来排齐内容。 inter-cluster只对不包含内部单词间隔的内容(比如亚洲语系)进行排齐。
为了让此属性影响文本布局,text-align属性必须设置为justify。 此属性适用于块元素。 示例 以下示例使用text-justify属性来对齐对象内的文本。 复制 ... This example demonstrates how to use this property. This is something. This example demonstrates how to use this property. This is something. This...
文本对齐 | text-justify 该text-justifyCSS属性定义当文本设定为justified时,应该应用什么类型的对齐方式(即,有如下设定:text-align: justify;时)。 代码语言:javascript 复制 text-justify:none;text-justify:auto;text-justify:inter-word;text-justify:inter-character;text-justify:distribute;/* Deprecated value ...
text-justify:auto|inter-word|inter-ideograph|inter-cluster|distribute|kashida|trim|initial|inherit; 可填的属性值 值描述例子 auto浏览器决定齐行算法。 none禁用齐行。 inter-word增加/减少单词间的间隔。 inter-ideograph用表意文本来排齐内容。 inter-cluster只对不包含内部单词间隔的内容(比如亚洲语系)进行排齐...
实例 改变字与字之间的间距使得每行对齐: div{ text-align:justify; text-justify:inter-word } 试一试浏览器支持表格中的数字表示支持该属性的第一个浏览器版本号。属性 text-justify 不支持 5.5 不支持 不支持 不支持属性定义及使用说明text-justify属性指定文本对齐设置为"justify"的理据。
text-justify: auto|inter-word|inter-ideograph|inter-cluster|distribute|kashida|trim;值描述 auto 浏览器决定齐行算法。 none 禁用齐行。 inter-word 增加/减少单词间的间隔。 inter-ideograph 用表意文本来排齐内容。 inter-cluster 只对不包含内部单词间隔的内容(比如亚洲语系)进行排齐。 distribute 类似报纸版面...
text-justify属性目前只有IE8+浏览器才支持。 官方语法 text-justify: auto | none | inter-word | distribute 参数: auto:默认值,由浏览器来决定调整间距的方法。 none:不对文本间距进行调整。使用该值可以提高文本的可读性或可访问性。 inter-word:在单词与单词之间调整距离。
CSS中的text-justify属性用于将text-align设置为对齐。它将单词分散到整个行中。 用法: text-justify:auto|inter-word|inter-character|none:initial|inherit; 属性值:下面列出了text-justify属性值: auto:它用于允许浏览器确定哪种对齐方式属性对于给定的文本更好。
The text-justify CSS property sets what type of justification should be applied to text when text-align: justify; is set on an element.