前のページ
Navigation
次のページ
Class art style: An art style
アートスタイル
複数形
art styles
エレメント

プロパティ
best type type class read only the best type for the object's value
オブジェクトの値のためのベスト・タイプ。
default type type class read only the default type for the object's value
オブジェクトの値のためのデフォルトのタイプ。
class type class read only the object's class
オブジェクトのクラス。
index integer read only the index of this instance of the object
オブジェクトのこのインスタンスのインデックス。
container reference read only a reference to the object that contains this object
このオブジェクトを含むオブジェクトの参照
properties record   all of this object's properties returned in a single record
このオブジェクトのプロパティの全ては、一つのレコードの中に返った。
name string read only The art style's name
アートスタイルの名前
サンプルスクリプト
property obj : {}
property pr : {}
tell application "Adobe Illustrator 9.0.2"
activate
make new document
tell document 1

--準備おわり
get name of art style 1
get properties of art style 1
end tell
end tell
クラスマップ


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