textColumns
書式
paragraphObject
.textColumns
説明
textColumnオブジェクトが格納されているコレクションです。
var tf=app.activeDocument.pages[0].textFrames[0]; var p=tf.paragraphs[0]; alert(p.textColumns);
目次に戻る