basedOn

書式

cellStyleObject.basedOn

説明

基準となるスタイルを示します。読み出し、書き込みが可能です。
var s=app.activeDocument.cellStyles[1];
alert(s.basedOn);

目次に戻る