bulletChar

書式

textObject.bulletChar

説明

textオブジェクトのbulletCharオブジェクトを示します。
var t=app.activeDocument.textFrames[0].texts[0];
alert(t.bulletChar);

目次に戻る