Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
   |
addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
applyObjectStyle(using, [clearingOverrides], [clearingOverridesThroughRootObjectStyle]) | なし | オブジェクトスタイルを適用 |
| using |
ObjectStyle
| | |
| [clearingOverrides] |
ブール型(既定値=true)
| | 変更されている属性を消去するか |
| [clearingOverridesThroughRootObjectStyle] |
ブール型(既定値=false)
| | 変更されている属性を消去するか |
  
   |
asynchronousExportFile(format, to, [showingOptions], [using], [versionComments], [forceSave]) | BackgroundTask | asynchronously exports the object(s) to a file. |
| format |
ExportFormat, 文字列型
| | |
| to |
File型
| | 書き出すファイル |
| [showingOptions] |
ブール型(既定値=false)
| | オプションのダイアログを表示するかどうか |
| [using] |
PDFExportPreset
| | |
| [versionComments] |
文字列型
| | コメント |
| [forceSave] |
ブール型(既定値=false)
| | 強制保存 |
  
   |
autoTag() | なし | 自動タグ |
  
   |
changeObject([reverseOrder]) | PageItem | オブジェクトの置換 |
| [reverseOrder] |
ブール型
| | 逆順 |
  
   |
clearObjectStyleOverrides() | なし | オブジェクトスタイルのオーバーライドを消去 |
  
   |
clearTransformations() | なし | 変形を消去 |
  
   |
convertShape(given, [numberOfSides], [insetPercentage], [cornerRadius]) | なし | シェイプを変換 |
| given |
ConvertShapeOptions
| | |
| [numberOfSides] |
数値型
| | 多角形の場合の辺の数 (3 - 100) |
| [insetPercentage] |
数値型
| | 星形の内側の大きさ (0 - 100 %) |
| [cornerRadius] |
長さ(数値または文字列)
| | 角の効果の半径 (0 - 800 pt) |
  
   |
detach() | なし | 選択部分をマスターから分離 |
  
   |
duplicate([by]) | PageItem | 複製。複製されたオブジェクトを返す |
| [by] |
[x, y]
| | 複写先(相対値)。x, yは数値型または文字列型 |
  
   |
duplicate([to], [by]) | PageItem | 複製。複製されたオブジェクトを返す |
| [to] |
[x, y], Spread, Page, Layer
| | 複写先(座標値)。x, yは数値型または文字列型 |
| [by] |
[x, y]
| | 複写先(相対値)。x, yは数値型または文字列型 |
  
   |
exportFile(format, to, [showingOptions], [using]) | なし | 書き出し |
| format |
ExportFormat, 文字列型
| | |
| to |
File型
| | ファイル名 |
| [showingOptions] |
ブール型(既定値=false)
| | オプションのダイアログを表示するかどうか |
| [using] |
PDFExportPreset
| | |
  
   |
exportFile(format, to, [showingOptions], [using], [versionComments], [forceSave]) | なし | 書き出し |
| format |
ExportFormat, 文字列型
| | |
| to |
File型
| | ファイル名 |
| [showingOptions] |
ブール型(既定値=false)
| | オプションのダイアログを表示するかどうか |
| [using] |
PDFExportPreset
| | |
| [versionComments] |
文字列型
| | コメント |
| [forceSave] |
ブール型(既定値=false)
| | 強制保存 |
  
   |
exportForWeb(to) | 文字列型 | web用に書き出し |
| to |
File型
| | フルパス名 |
  
   |
extractLabel(key) | 文字列型 | キーに関連づけられたラベルを取得 |
| key |
文字列型
| | キー |
  
   |
extractLabel([key]) | varies=any | キーに関連づけられたラベルを取得。If key string is null, then a list of key-value pairs associated with the item is returned. |
| [key] |
文字列型
| | キー |
  
   |
findObject([reverseOrder]) | PageItem | オブジェクトの検索 |
| [reverseOrder] |
ブール型
| | 逆順 |
  
   |
fit(given) | なし | 内容をフレームに合わせる |
| given |
FitOptions
FitOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
APPLY_FRAME_FITTING_OPTIONS | 1634100847 | Applies the current frame fitting options to the frame and content. |
  
   |
CENTER_CONTENT | 1667591779 | 内容を中央に揃える |
  
   |
CONTENT_TO_FRAME | 1668575078 | 内容をフレームに合わせる |
  
   |
FILL_PROPORTIONALLY | 1718185072 | フレームに均等に流し込む |
  
   |
FRAME_TO_CONTENT | 1718906723 | フレームを内容に合わせる |
  
   |
PROPORTIONALLY | 1668247152 | 内容をフレーム内に収める |
| | |
  
   |
flipItem(given, [around], [transformingContent]) | なし | 反転 |
| given |
FlipItemOptions
FlipItemOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTH | 1651471464 | 水平および垂直 |
  
   |
HORIZONTAL | 1752134266 | 水平 |
  
   |
VERTICAL | 1986359924 | 垂直 |
| | |
| [around] |
[x, y], AnchorPoint
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | 基準点。x, yは数値型または文字列型 |
| [transformingContent] |
ブール型(既定値=true)
| | 中のオブジェクトも変形 |
  
   |
flipItem(given, [around]) | なし | 反転 |
| given |
Flip
Flip |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTH | 1651471464 | 水平および垂直 |
  
   |
HORIZONTAL | 1752134266 | 水平 |
  
   |
HORIZONTAL_AND_VERTICAL | 1215977068 | 水平および垂直 |
  
   |
NONE | 1852796517 | なし |
  
   |
VERTICAL | 1986359924 | 垂直 |
| | |
| [around] |
[x, y], AnchorPoint
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | 基準点。x, yは数値型または文字列型 |
  
   |
getElements() | Graphic | |
  
   |
insertLabel(key, value) | なし | キーに関連づけられたラベルを設定 |
| key |
文字列型
| | キー |
| value |
文字列型
| | ラベルの値 |
  
   |
markup(using) | なし | Associates the page item with the specified XML element while preserving existing content. |
| using |
XMLElement
| | |
  
   |
move([to], [by]) | なし | 移動。ToまたはByが必要 |
| [to] |
[x, y], Spread, Page, Layer
| | 移動先(座標値)。x, yは数値型または文字列型 |
| [by] |
[x, y]
| | 移動先(相対値)。x, yは数値型または文字列型 |
  
   |
move([to], [by], [transformingContent]) | なし | 移動。ToまたはByが必要 |
| [to] |
[x, y], Spread, Page, Layer
| | 移動先(座標値)。x, yは数値型または文字列型 |
| [by] |
[x, y]
| | 移動先(相対値)。x, yは数値型または文字列型 |
| [transformingContent] |
ブール型(既定値=true)
| | 中にあるオブジェクトも移動 |
  
   |
override(destinationPage) | varies=any | マスターページアイテムの上書き(オーバーライド) |
| destinationPage |
Page
| | オーバーライド先のページ |
  
   |
place(fileName, [placePoint], [destinationLayer], [showingOptions], [autoflowing], [retainingFormatting], [convertingQuotes], [withProperties]) | varies=any | 配置。配置されたオブジェクトを返す |
| fileName |
File型
| | ファイル名 |
| [placePoint] |
[x, y]
| | 配置先の座標。x, yは数値型または文字列型 |
| [destinationLayer] |
Layer, Array( Layer )
| | 配置するレイヤー |
| [showingOptions] |
ブール型(既定値=false)
| | オプションのダイアログを表示するかどうか |
| [autoflowing] |
ブール型(既定値=false)
| | 自動流し込み |
| [retainingFormatting] |
ブール型(既定値=true)
| | フォーマットの保持 |
| [convertingQuotes] |
ブール型(既定値=true)
| | 英文引用符を使用 |
| [withProperties] |
Object
| | プロパティの初期値を設定 |
  
   |
place(fileName, [showingOptions], [withProperties]) | varies=any | 配置。配置されたオブジェクトを返す |
| fileName |
File型
| | ファイル名 |
| [showingOptions] |
ブール型(既定値=false)
| | オプションのダイアログを表示するかどうか |
| [withProperties] |
Object
| | プロパティの初期値を設定 |
  
   |
placeXML(using) | なし | Places XML content into the specified object. |
| using |
XMLElement
| | |
  
   |
redefineScaling([to]) | なし | 拡大/縮小の解除 |
| [to] |
[xscale, yscale](既定値={1.0, 1.0})
| | |
  
   |
reframe(in, opposingCorners) | なし | Move the bounding box of the page item |
| in |
CoordinateSpaces, [CoordinateSpaces, BoundingBoxLimits]
CoordinateSpaces |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
INNER_COORDINATES | 2021222766 | Inner coordinates |
  
   |
PARENT_COORDINATES | 2021224545 | Parent coordinates |
  
   |
PASTEBOARD_COORDINATES | 2021224546 | Pasteboard coordinates |
  
   |
SPREAD_COORDINATES | 2021225328 | Spread coordinates. |
BoundingBoxLimits |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
GEOMETRIC_PATH_BOUNDS | 1768844080 | Geometric path bounds |
  
   |
OUTER_STROKE_BOUNDS | 1768844081 | Outer stroke bounds |
| | The bounding box to resize. |
| opposingCorners |
[[x1, y1], [x2, y2]]
| | 新しいバウンディングボックスの座標 |
  
   |
remove() | なし | 削除 |
  
   |
removeEventListener(eventType, handler, [captures]) | ブール型 | EventListenerを削除 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
removeOverride() | なし | オーバーライドを削除 |
  
   |
resetOverlayDefaults(overlayType, [clearAsset], [clearOverlay]) | なし | Reset overlay to its default values and/or clear overlay type. |
| overlayType |
文字列型
| | The overlay type to reset |
| [clearAsset] |
ブール型
| | The flag to clear overlay asset |
| [clearOverlay] |
ブール型
| | The flag to clear overlay |
  
   |
resize([horizontalScale], [verticalScale], [around], [consideringCurrentScale], [transformingContent], [consideringParentsScale]) | なし | 拡大/縮小 |
| [horizontalScale] |
数値型
| | 水平方向の倍率 |
| [verticalScale] |
数値型
| | 垂直方向の倍率 |
| [around] |
[x, y], AnchorPoint
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | 基準点。x, yは数値型または文字列型 |
| [consideringCurrentScale] |
ブール型(既定値=false)
| | 設定済みの値に加算するかどうか |
| [transformingContent] |
ブール型(既定値=true)
| | 中のオブジェクトも変形 |
| [consideringParentsScale] |
ブール型(既定値=false)
| | true:親のアイテムを基準に回転。false:スプレッドを基準に回転。 |
  
   |
resize(in, from, by, values, [resizeIndividually], [consideringRulerUnits]) | なし | 拡大/縮小 |
| in |
CoordinateSpaces, BoundingBoxLimits, [CoordinateSpaces, BoundingBoxLimits]
CoordinateSpaces |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
INNER_COORDINATES | 2021222766 | Inner coordinates |
  
   |
PARENT_COORDINATES | 2021224545 | Parent coordinates |
  
   |
PASTEBOARD_COORDINATES | 2021224546 | Pasteboard coordinates |
  
   |
SPREAD_COORDINATES | 2021225328 | Spread coordinates. |
BoundingBoxLimits |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
GEOMETRIC_PATH_BOUNDS | 1768844080 | Geometric path bounds |
  
   |
OUTER_STROKE_BOUNDS | 1768844081 | Outer stroke bounds |
| | The bounding box to resize. |
| from |
Array of 2 Reals, AnchorPoint, Array of Arrays of 2 Reals, CoordinateSpacess, AnchorPoints, BoundingBoxLimitss, Long Integers
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | The transform origin. Legal specifications: relative to bounding box: anchor | {anchor | {x,y}, bounds kind [, coordinate space]}; relative to coordinate space: {x,y} | {{x,y}[, coordinate space]}; relative to layout window ruler: {{x,y}, page index | bounds kind}. |
| by |
ResizeMethods
ResizeMethods |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ADDING_CURRENT_DIMENSIONS_TO | 1215264592 | 現在の値から追加 |
  
   |
MULTIPLYING_CURRENT_DIMENSIONS_BY | 1215264589 | Multiply current width and height by the given factors |
  
   |
REPLACING_CURRENT_DIMENSIONS_WITH | 1215264581 | 新しい値で置き換える |
  
   |
RESHAPING_AREA_TO_RATIO | 1215264577 | Change width to height ratio keeping the current area |
  
   |
RESHAPING_BORDER_TO_RATIO | 1215264595 | Change width to height ratio keeping the current perimeter |
| | |
| values |
Array of Reals, ResizeConstraintss, CoordinateSpacess
| | The width and height values. Legal dimensions specifications: {x, y [, coordinate space]}, {x, resize constraint [, coordinate space]}, or {resize constraint, y [, coordinate space]}; where x and y are real numbers and coordinate space is used to determine _only_ the unit of length for x and y; coordinate space is ignored for the 'current dimensions times' resize method). |
| [resizeIndividually] |
ブール型(既定値=true)
| | If false and multiple page items are targeted, the new dimensions are attained only by moving the individual items rather than resizing them. |
| [consideringRulerUnits] |
ブール型(既定値=false)
| | ルーラの単位を使うかどうか |
  
   |
resolve(location, in, [consideringRulerUnits]) | varies=any | Get the coordinates of the given location in the specified coordinate system. |
| location |
Array of 2 Reals, AnchorPoint, Array of Arrays of 2 Reals, CoordinateSpacess, AnchorPoints, BoundingBoxLimitss, Long Integers
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | The location requested. |
| in |
CoordinateSpaces
CoordinateSpaces |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
INNER_COORDINATES | 2021222766 | Inner coordinates |
  
   |
PARENT_COORDINATES | 2021224545 | Parent coordinates |
  
   |
PASTEBOARD_COORDINATES | 2021224546 | Pasteboard coordinates |
  
   |
SPREAD_COORDINATES | 2021225328 | Spread coordinates. |
| | |
| [consideringRulerUnits] |
ブール型(既定値=false)
| | ルーラの単位を使うかどうか |
  
   |
rotate(by, [around], [consideringCurrentRotation], [transformingContent], [consideringParentsRotation]) | なし | 回転 |
| by |
数値型
| | 角度 |
| [around] |
[x, y], AnchorPoint
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | 基準点。x, yは数値型または文字列型 |
| [consideringCurrentRotation] |
ブール型(既定値=false)
| | 設定済みの値に加算するかどうか |
| [transformingContent] |
ブール型(既定値=true)
| | 中のオブジェクトも変形 |
| [consideringParentsRotation] |
ブール型(既定値=false)
| | true:親のアイテムを基準に回転。false:スプレッドを基準に回転。 |
  
   |
select([existingSelection]) | なし | 選択状態にする |
| [existingSelection] |
SelectionOptions(既定値=SelectionOptions.REPLACE_WITH)
SelectionOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ADD_TO | 1633969202 | 追加選択する |
  
   |
REMOVE_FROM | 1919249734 | 選択から削除する |
  
   |
REPLACE | 1701998700 | 置き換える |
  
   |
REPLACE_WITH | 1919250519 | 置き換える |
| | 既に選択されているものがあった場合 |
  
   |
shear(by, [around], [consideringCurrentShear], [transformingContent], [consideringParentsShear]) | なし | 傾斜(シアー) |
| by |
数値型
| | 角度 |
| [around] |
[x, y], AnchorPoint
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | 基準点。x, yは数値型または文字列型 |
| [consideringCurrentShear] |
ブール型(既定値=false)
| | 設定済みの値に加算するかどうか |
| [transformingContent] |
ブール型(既定値=true)
| | 中のオブジェクトも変形 |
| [consideringParentsShear] |
ブール型(既定値=false)
| | true:親のアイテムを基準に回転。false:スプレッドを基準に回転。 |
  
   |
shear(by, [around], [shearAxisAngle], [consideringCurrentShear], [transformingContent], [consideringParentsShear]) | なし | 傾斜(シアー) |
| by |
数値型
| | 角度 |
| [around] |
[x, y], AnchorPoint
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | 基準点。x, yは数値型または文字列型 |
| [shearAxisAngle] |
数値型(既定値=0)
| | The amount that the shear axis is rotated. If 0 degree then shear at its horizontal axis. If 90 degrees then shear at the vertical axis. |
| [consideringCurrentShear] |
ブール型(既定値=false)
| | 設定済みの値に加算するかどうか |
| [transformingContent] |
ブール型(既定値=true)
| | 中のオブジェクトも変形 |
| [consideringParentsShear] |
ブール型(既定値=false)
| | true:親のアイテムを基準に回転。false:スプレッドを基準に回転。 |
  
   |
store(using, [withProperties]) | Asset | ライブラリに追加 |
| using |
Library
| | 追加先のライブラリ |
| [withProperties] |
Object
| | プロパティの初期値を設定 |
  
   |
toSource() | 文字列型 | |
  
   |
toSpecifier() | 文字列型 | |
  
   |
transform(in, from, withMatrix, [replacingCurrent], [consideringRulerUnits]) | なし | Transform the page item. |
| in |
CoordinateSpaces
CoordinateSpaces |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
INNER_COORDINATES | 2021222766 | Inner coordinates |
  
   |
PARENT_COORDINATES | 2021224545 | Parent coordinates |
  
   |
PASTEBOARD_COORDINATES | 2021224546 | Pasteboard coordinates |
  
   |
SPREAD_COORDINATES | 2021225328 | Spread coordinates. |
| | |
| from |
Array of 2 Reals, AnchorPoint, Array of Arrays of 2 Reals, CoordinateSpacess, AnchorPoints, BoundingBoxLimitss, Long Integers
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| | The temporary origin during the transformation. |
| withMatrix |
Array of 6 Reals, TransformationMatrix
| | Transform matrix. |
| [replacingCurrent] |
MatrixContent, Array( MatrixContent ), 数値型
MatrixContent |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ROTATION_VALUE | 1936746862 | Rotation value |
  
   |
SCALE_VALUES | 1735552887 | Scale values |
  
   |
SHEAR_VALUE | 1936486004 | Shear value |
  
   |
TRANSLATION_VALUES | 1936484720 | Translation values |
| | Transform components to consider; providing this optional parameter causes the target's existing transform components to be replaced with new values. Without this parameter, the given matrix is concatenated onto the target's existing transform combining the effect of the two. |
| [consideringRulerUnits] |
ブール型(既定値=false)
| | ルーラの単位を使うかどうか |
  
   |
transformAgain() | 文字列型 | Transforms the Graphic using the last transformation performed on any object. Transformations include moving, rotating, shearing, scaling, and flipping. |
  
   |
transformAgainIndividually() | 文字列型 | Transforms the Graphic using the last transformation performed on any Graphic. Transformations include moving, rotating, shearing, scaling, and flipping. |
  
   |
transformSequenceAgain() | 文字列型 | Transforms the Graphic using the last sequence of transform operations performed on any single object or performed at the same time on any group of objects. Transformations include moving, rotating, shearing, scaling, and flipping. |
  
   |
transformSequenceAgainIndividually() | 文字列型 | Transforms the Graphic using the last sequence of transformations performed on any single object or performed at the same time on any group of objects. Transformations include moving, rotating, shearing, scaling, and flipping. |
  
   |
transformValuesOf(in) | TransformationMatrix | Get the transformation values of the page item. |
| in |
CoordinateSpaces
CoordinateSpaces |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
INNER_COORDINATES | 2021222766 | Inner coordinates |
  
   |
PARENT_COORDINATES | 2021224545 | Parent coordinates |
  
   |
PASTEBOARD_COORDINATES | 2021224546 | Pasteboard coordinates |
  
   |
SPREAD_COORDINATES | 2021225328 | Spread coordinates. |
| | |