[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(DTPtechNote:512) Re: InDesign 2.0のデモ



とりあえず、線でも引いてみっかー! ということで、線は引けました。sin、cos、tanのルーチンはApple USのWebに載っていたので、パチってきました。

tell application "InDesign 2.0.1J"
 tell document 1
  tell page 1
   set a to make graphic line with properties {geometric bounds:{"50mm", "50mm", "100mm", "100mm"}}
  end tell
 end tell
end tell