>どうしたら、特定の色のテキストを、抽出できるでしょうか。
こんな感じでいかがでしょうか?
tell application "Adobe InDesign CS2_J"
set find preferences to nothing -- 既存の検索環境設定を初期化します。
set hit_object to search document 1 with find attributes {fill color:"kinaka"}
--properties of find preferences--現在の検索設定を見るとき
end tell