paragraphs

書式

textRange.paragraphs

説明

paragraphsはTextRangeオブジェクトの論理的な行(見た目の段落とは関係ない)コレクションを示します。
var pa=app.activeDocument.selection.textRanges[0].paragraphs;
alert(pa.length);

目次に戻る