baseline
書式
textObject
.baseline
説明
textオブジェクトのベースラインを示します。
var t=app.activeDocument.textFrames[0].texts[0]; alert(t.baseline);
目次に戻る