contents

書式

textRange.contents

説明

TextRangeでの文字を示します。
var str=app.activeDocument.selection.textRanges[0].contents;
alert(str);

目次に戻る