gradientStrokeLength

書式

characterStyleObject.gradientStrokeLength

説明

線のグラデーションの長さを示します。読み出し、書き込みが可能です。設定されていない場合はNothingEnum.NOTHINGになります。読み出し時はNOTHINGの文字列になります。
var s=app.activeDocument.characterStyles[2];
alert(s.gradientStrokeLength);

目次に戻る