characterAttributes

書式

paragraphStyleObject.characterAttributes

説明

段落スタイルのCharacterAttributesコレクションを示します。読み出しのみで書き込みはできません。
var atb=app.activeDocument.paragraphStyles[0].characterAttributes;
alert(atb);

目次に戻る