[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(DTPtechNote:335) Re: 縦組み
ありがとうございます。うまくいきました。
今までは先割りのレイアウトで、手で作ったテキストボックスに流し込んだり配置していたので、スクリプトで組みを方向を指定した事なかったので、困ってしまいました。
スクリプトで作ったテキストフレームを縦組みに、だと
tell document 1
set MyTextFrame to make text frame with properties {geometric bounds:{0, 0, 50, 50}}
set text of MyTextFrame to "あいうえお"
set MyRef to a reference to (parent of text of MyTextFrame)
tell MyRef
tell story preferences
set story orientation to true
end tell
end tell
end tell
こんな感じでよいのでしょうか。
とりあえず動いたのですが、MyRefの取り方がイマイチださい感じで(>_<)
storyオブジェクトの位置づけが、いまいちわかんないっす。