FrameFittingOption

フレーム調整オプション

プロパティ(parentとその逆)

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent ObjectStyle, Oval, Rectangle, Polygon, Application, Document
[12][13][14][15]
[16][17][18][19]
eventListeners EventListeners
[12][13][14][15]
[16][17][18][19]
events Events

プロパティ

Ver.プロパティ名R/O説明
[12][13][14][15]
[16][17][18][19]
autoFit 真偽値自動フィット
[12][13][14][15]
[16][17][18][19]
bottomCrop 長さ値フレーム調整オプション-トリミング量-下
[12][13][14][15]
[16][17][18][19]
fittingAlignment AnchorPoint
AnchorPoint
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
BOTTOM_CENTER_ANCHOR1095656035
ANbc
下辺の中央
[12][13][14][15]
[16][17][18][19]
BOTTOM_LEFT_ANCHOR1095656044
ANbl
左下角
[12][13][14][15]
[16][17][18][19]
BOTTOM_RIGHT_ANCHOR1095656050
ANbr
右下角
[12][13][14][15]
[16][17][18][19]
CENTER_ANCHOR1095656308
ANct
中心
[12][13][14][15]
[16][17][18][19]
LEFT_CENTER_ANCHOR1095658595
ANlc
左辺の中央
[12][13][14][15]
[16][17][18][19]
RIGHT_CENTER_ANCHOR1095660131
ANrc
右辺の中央
[12][13][14][15]
[16][17][18][19]
TOP_CENTER_ANCHOR1095660643
ANtc
上辺の中央
[12][13][14][15]
[16][17][18][19]
TOP_LEFT_ANCHOR1095660652
ANtl
左上角
[12][13][14][15]
[16][17][18][19]
TOP_RIGHT_ANCHOR1095660658
ANtr
右上角
自動フィット-整列の開始位置
[12][13][14][15]
[16][17][18][19]
fittingOnEmptyFrame EmptyFrameFittingOptions
EmptyFrameFittingOptions
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
CONTENT_TO_FRAME1668575078
ctof
Resizes content to fit the frame.
[12][13][14][15]
[16][17][18][19]
FILL_PROPORTIONALLY1718185072
filp
Resizes content to fill the frame while perserving the content's proportions.
[12][13][14][15]
[16][17][18][19]
NONE1852796517
none
Does not use a fitting option.
[12][13][14][15]
[16][17][18][19]
PROPORTIONALLY1668247152
conp
Resizes content to fit the frame while preserving content proportions.
自動フィット-サイズ調整
[12][13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[12][13][14][15]
[16][17][18][19]
leftCrop 長さ値フレーム調整オプション-トリミング量-左
[12][13][14][15]
[16][17][18][19]
properties Object
[12][13][14][15]
[16][17][18][19]
rightCrop 長さ値フレーム調整オプション-トリミング量-右
[12][13][14][15]
[16][17][18][19]
topCrop 長さ値フレーム調整オプション-トリミング量-上

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[12][13][14][15]
[16][17][18][19]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
getElements() Array( FrameFittingOption )オブジェクト参照を返す
[12][13][14][15]
[16][17][18][19]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
toSource() 文字列値ソースコードを表す文字列を返す
[12][13][14][15]
[16][17][18][19]
toSpecifier() 文字列値Retrieves the object specifier.