horizontalLayoutConstraints
書式
graphicLineObject
.horizontalLayoutConstraints
説明
水平方向のレイアウト方法を示します。レイアウト方法は3つの配列要素で構成されており、「左マージン」「幅」「右マージン」の順番になります。
値
内容
DimensionsConstraints.FIXED_DIMENSION
固定
DimensionsConstraints.FLEXIBLE_DIMENSION
相対/フレキシブル
var g=app.activeDocument.graphicLines; alert(g[0].horizontalLayoutConstraints);
目次に戻る