findColor()

書式

documentObject.findColor()

説明

カラーを検索します。戻り値は数値になります。InDesign 2021以降で使用できます。
var n=app.activeDocument.findColor();
alert(n);

目次に戻る