テキストバラ打ち

クリップボード上のテキストを

イラストレータードキュメント上に行ごとのテキストファイルとして配置します。

set {a0, a2} to {the clipboard as Unicode text, 0}

tell document 1 of application Adobe Illustrator

activate

repeat with a1 in paragraphs of a0

try

set a2 to a2 + 20

make new text frame with properties {anchor:{0, a2}, contents:a1}

end try

end repeat

end tell