paragraphAttributes

書式

textRange.paragraphAttributes

説明

paragraphAttributesはTextRangeオブジェクトの段落コレクションを示します。
var pa=app.activeDocument.selection.textRanges[0].paragraphAttributes;
alert(pa.bunriKinshi);

目次に戻る