前のページ
Navigation
次のページ
Class character:
文字
複数形
characters
エレメント
text by numeric index
before/after another element
as a range of elements

character by numeric index
before/after another element
as a range of elements
satisfying a test

word by numeric index
before/after another element
as a range of elements
satisfying a test

line by numeric index
before/after another element
as a range of elements
satisfying a test

paragraph by numeric index
before/after another element
as a range of elements
satisfying a test

insertion point by numeric index
before/after another element
as a range of elements
satisfying a test


プロパティ
best type type class read only
オブジェクトの値のベスト・タイプ。
default type type class read only
オブジェクトの値のデフォルトのタイプ。
class type class read only
オブジェクトのクラス。
index integer read only
オブジェクトのこのインスタンスのインデックス。
container reference read only
このオブジェクトを含むオブジェクトの参照
properties record  
このオブジェクトのプロパティの全ては、一つのレコードの中に返った。
size real  
フォントサイズ(ポイント)
leading real  
リード(ポイント)
font string  
キャラクタのテキスト外観
baseline shift real  
テキストのベースライン・オフセット
auto kerning boolean  
フォントが持つカーニング情報を使うかどうか
kerning real  
2つのキャラクタの間で、間隔を制御する(ミリ幅)
tracking real  
複数のキャラクタの間の制御一定の間隔
scaling fixed point  
キャラクタ倍率{0.0,0.0}
direction normal
rotated
KumiMoji
 
垂直1テキスト・ブロックにおいてキャラクタの方向を制御する
character offset integer read only
始めからのオフセット(文字数)
length integer read only
長さ(文字数)
contents string  
オブジェクトの内容2バイト文字はエラー発生
filled boolean  
パスは塗られているか?
fill color CMYK color info
gray color info
RGB color info
spot color info
pattern color info
gradient color info
 
塗り色
fill overprint boolean  
塗りのオーバープリント?
stroked boolean  
パスは、線を持つか?
stroke color CMYK color info
gray color info
RGB color info
spot color info
pattern color info
gradient color info
 
線の色
stroke overprint boolean  
線オーバープリント?
stroke width real  
線の幅
stroke dashes a list of real  
破線の長さ(ソリッド線は{}でセット)
stroke dash offset real  
パターンで始まる破線ののデフォルトの間隔。
stroke cap butted
rounded
projecting
 
線端のタイプ
stroke join mitered
rounded
beveled
 
線の接合点のタイプ
stroke miter limit real  
接合点のマイター接続とベベル接続の限界値
clipping boolean read only
クリッピング・パスとして使われるか?
evenodd boolean  
?even-oddを使うことはdeterine insidenessに支配するかどうかに関係なく?
resolution real read only
パスの解像度
note string read only
パスに割り当てられる注
text orientation horizontal
vertical
read only
テキストの方向(このプロパティを変えるためにはテキスト・パス・クラスを使用する)
text path reference read only
テキストが表示されるテキスト・パスへのreferece
サンプルスクリプト
property obj : {}
property pr : {}
tell application "Adobe Illustrator 9.0.2"
--activate
make new document
tell document 1
--ドキュメントの設定
set default filled to true
set default fill color to {cyan:100, magenta:100, yellow:0, black:0}
set default stroked to false

--文字の設定
set obj to obj & {position:{100, 300}}
set obj to obj & {kind:point text}
set obj to obj & {contents:"文字を作成"} --文字を作成文字を作成

set textObj to (make new text art item of layer 1 with properties obj)
--準備おわり
tell textObj
tell character 1 --thru 5
get best type
get default type
get class
get index
get container
get properties
get size
get leading
get font
get baseline shift
get auto kerning
get kerning
get tracking
get scaling
get direction
get character offset
get length
--get contents
get filled
get fill color
get fill overprint
get stroked
get stroke color
get stroke overprint
get stroke width
get stroke dashes
get stroke dash offset
get stroke cap
get stroke join
get stroke miter limit
get clipping
get evenodd
get resolution
get note
get text orientation
get text path
end tell
end tell
end tell

end tell
クラスマップ


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