name

書式

PrintJobOptionsObject.name

説明

ジョブの名前を示します。読み出し、書き込みが可能です。
var opt=new PrintJobOptions();
alert(opt.name);

目次に戻る