text-kashida-space版本:IE5.5+专有属性 继承性:有
语法:
text-kashida-space : length | inherit
取值:
|  length  | : | 百分数。标示kashida膨胀与空格膨胀的比例。为100%,仅有kashida膨胀。为0%,仅有空格膨胀 | 
|  inherit  | : | 遵循父对象的设置 | 
说明:
设置或检索如何拉伸字符来调节文本行排列。默认值为
 0% 。
Kashida是一种印刷效果,通过在恰当的位置拉长字符来调整文本行。它通常用于阿拉伯书写系统。
此属性可以在任何应用Kashida样式的场合使用。例如
 text-justify 属性值为
 auto ,
 distribute ,
 kashida ,
 newspaper 时。
此属性仅作用于块对象。
此属性对于
 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为
 textKashidaSpace 。
 
示例:
div { text-kashida-space : 50%;text-justify: kashida; }