characters
書式
textFrameObject.characters
説明
テキストフレームに含まれるCharacterコレクションを示します。
var c=app.activeDocument.textFrames[0].characters; alert(c);
目次に戻る