tabStops

書式

textObject.tabStops

説明

tabStopオブジェクトを格納したコレクションを示します。
var t=app.activeDocument.textFrames[0].texts[0];
alert(t.tabStops);

目次に戻る