前のページ
Navigation
次のページ
Class placed item:
配置されたアートワーク項目。
複数形
placed items
エレメント

プロパティ
<Inheritance> page item read only
ページアイテムのサブクラス。
file path file specification  
配置されたアートワークを含んでいるファイル。
matrix matrix  
配置されたアート・オブジェクトの行列
bounding box fixed rectangle read only
変換に関係なく、配置されたアート・オブジェクトの寸法。
サンプルスクリプト

tell application "Adobe Illustrator 9.0.2"
tell document 1

if not (exists placed item 1) then
display dialog "ドキュメントに画像を配置してから起動してください"
else
tell placed item 1
get file path
get matrix
get bounding box
end tell
end if
end tell
end tell
クラスマップ


用語集目次
Adobe_Illustrator_9.0目次
ApppleScriptリンク
修正日 2001.5.31