Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
addEventListener(eventType, handler, [captures]) |
EventListener | EventListenerを作成 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | (廃止) |
  ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
adjustLayout(adoptTo, [affectedPages]) |
なし | Adjust the existing layout according to new page size, bleed and margin values. The first parameter is a plain object with key value pairs for properties affected. Permissible keys are width, height, bleedInside, bleedTop, bleedOutside, bleedBottom, leftMargin, topMargin, rightMargin, bottomMargin. The values can be specified as decimal numbers in units of Pt or as a string having a measurement value such as '1 in'. Not all properties need to be specified, only the values that need updation. Notice that when dealing with individual pages rather than the whole document, bleed changes has no effect. E.g. - app.activeDocument.adjustLayout({width:'600px', leftMargin: '1in'}), app.activeDocument.adjustLayout({rightMargin:'1in'}, app.activeDocument.spreads[0].pages), app.activeDocument.spreads[0].pages[0].adjustLayout({width:'400px', leftMargin: '10px'}) |
| adoptTo |
Object | | Change values - see functin definition for details |
| [affectedPages] |
Array( Page ) | | The collection of Page objects to affect (optional). Has no effect if function is called from Page |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
contentPlace(pageItems, [linkPageItems], [linkStories], [mapStyles], [placePoint], [destinationLayer], [showingOptions]) |
Array( varies=any ) | リンクとして配置 |
| pageItems |
Array( PageItem ) | | 配置するページアイテム |
| [linkPageItems] |
真偽値 | | Whether to link pageItems in content placer (if true it will override link stories value) (既定値=false) |
| [linkStories] |
真偽値 | | Whether to link stories in content placer (only applicable for single story, pageItem links will also be created in case of more than one item) (既定値=false) |
| [mapStyles] |
真偽値 | | Whether to map styles in content placer (既定値=false) |
| [placePoint] |
[ x, y ] | | 配置先の座標。x, yは数値または長さ値 |
| [destinationLayer] |
Layer | | 配置するレイヤー |
| [showingOptions] |
真偽値 | | オプションのダイアログを表示させるか (既定値=false) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
deleteAllLayoutSnapshots() |
なし | Delete all layout snapshots for this Page. |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
deleteLayoutSnapshot() |
なし | Delete the snapshot of the layout for the current Page size and shape. |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
detach() |
なし | オーバーライドされたマスターページアイテムをマスターから分離 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
duplicate([to], [reference]) |
Page | 複製。複製されたオブジェクトを返す |
| [to] |
LocationOptions
LocationOptions |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | AFTER | 1634104421 afte | 後 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | AT_BEGINNING | 1650945639 bgng | 先頭 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | AT_END | 1701733408 end | 最後 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | BEFORE | 1650812527 befo | 前 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | UNKNOWN | 1433299822 Unkn | No location |
| | 複製先 (既定値=LocationOptions.AT_END) |
| [reference] |
Page, Spread | | 位置の基準になるオブジェクト |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
extractLabel(key) |
文字列値 | キーに関連づけられた値を取得 |
| key |
文字列値 | | キー |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
getElements() |
Array( Page ) | オブジェクト参照を返す |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
insertLabel(key, value) |
なし | キーに関連づけられた値を設定 |
| key |
文字列値 | | キー |
| value |
文字列値 | | 値 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
move([to], [reference], [binding]) |
Page | 移動 |
| [to] |
LocationOptions
LocationOptions |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | AFTER | 1634104421 afte | 後 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | AT_BEGINNING | 1650945639 bgng | 先頭 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | AT_END | 1701733408 end | 最後 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | BEFORE | 1650812527 befo | 前 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | UNKNOWN | 1433299822 Unkn | No location |
| | 移動先 (既定値=LocationOptions.AT_END) |
| [reference] |
Page, Spread | | 位置の基準になるオブジェクト |
| [binding] |
BindingOptions
BindingOptions |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | DEFAULT_VALUE | 1147563124 Dflt | Uses the default binding side. |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | LEFT_ALIGN | 1818584692 left | 左綴じ |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | RIGHT_ALIGN | 1919379572 rght | 右綴じ |
| | くっつける位置 (既定値=BindingOptions.DEFAULT_VALUE) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
place(fileName, [placePoint], [destinationLayer], [showingOptions], [autoflowing], [withProperties]) |
Array( varies=any ) | 配置。配置されたオブジェクトを返す |
| fileName |
ファイル | | ファイル名 |
| [placePoint] |
[ x, y ] | | 配置先の座標 x, yは数値または長さ値 |
| [destinationLayer] |
Layer | | 配置するレイヤー |
| [showingOptions] |
真偽値 | | オプションのダイアログを表示させるか (既定値=false) |
| [autoflowing] |
真偽値 | | 自動流し込み (既定値=false) |
| [withProperties] |
Object | | プロパティを設定 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
placeAndLink(parentStory, [placePoint], [destinationLayer], [showingOptions]) |
Story | リンクストーリーの配置 |
| parentStory |
Story | | 親のストーリー |
| [placePoint] |
[ x, y ] | | 配置先の座標 x, yは数値または長さ値 |
| [destinationLayer] |
Layer | | 配置するレイヤー |
| [showingOptions] |
真偽値 | | オプションのダイアログを表示させるか (既定値=false) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
placeXML(using, placePoint, [autoflowing]) |
PageItem | Places the XML element onto a page. If the place point is above an existing page item, place the XML element into the page item. |
| using |
XMLElement | | The XML element to place. |
| placePoint |
[ x, y ] | | The point at which to place the object. |
| [autoflowing] |
真偽値 | | 自動流し込み (既定値=false) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
reframe(in, opposingCorners) |
なし | バウンディングボックスの変更 |
| in |
CoordinateSpaces, [ CoordinateSpaces, BoundingBoxLimits ]
CoordinateSpaces |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | INNER_COORDINATES | 2021222766 xyin | 自身を基準とした座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PAGE_COORDINATES | 2021224551 xypg | ページ基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PARENT_COORDINATES | 2021224545 xypa | 親オブジェクト基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PASTEBOARD_COORDINATES | 2021224546 xypb | ペーストボード基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | SPREAD_COORDINATES | 2021225328 xysp | スプレッド基準の座標空間 |
BoundingBoxLimits |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | GEOMETRIC_PATH_BOUNDS | 1768844080 ink0 | Geometric path bounds |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | OUTER_STROKE_BOUNDS | 1768844081 ink1 | Outer stroke bounds |
| | |
| opposingCorners |
[[ x1, y1 ], [ x2, y2 ]] | | 新しいバウンディングボックスの座標 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
remove() |
なし | 削除 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
removeEventListener(eventType, handler, [captures]) |
真偽値 | EventListenerを削除 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | (廃止) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
removeOverride() |
なし | オーバーライドを削除 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
resize(in, from, by, values, [resizeIndividually], [consideringRulerUnits]) |
なし | 拡大/縮小 |
| in |
CoordinateSpaces, BoundingBoxLimits, [ CoordinateSpaces, BoundingBoxLimits ]
CoordinateSpaces |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | INNER_COORDINATES | 2021222766 xyin | 自身を基準とした座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PAGE_COORDINATES | 2021224551 xypg | ページ基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PARENT_COORDINATES | 2021224545 xypa | 親オブジェクト基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PASTEBOARD_COORDINATES | 2021224546 xypb | ペーストボード基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | SPREAD_COORDINATES | 2021225328 xysp | スプレッド基準の座標空間 |
BoundingBoxLimits |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | GEOMETRIC_PATH_BOUNDS | 1768844080 ink0 | Geometric path bounds |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | OUTER_STROKE_BOUNDS | 1768844081 ink1 | Outer stroke bounds |
| | The bounding box to resize. Can accept: CoordinateSpaces enumerator, BoundingBoxLimits enumerator or Ordered array containing coordinateSpace:CoordinateSpaces enumerator, boundsKind:BoundingBoxLimits enumerator. |
| from |
varies=any | | 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}. Can accept: Array of 2 Reals, AnchorPoint enumerator or Array of Arrays of 2 Reals, CoordinateSpaces enumerators, AnchorPoint enumerators, BoundingBoxLimits enumerators or Long Integers. |
| by |
ResizeMethods
ResizeMethods |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | ADDING_CURRENT_DIMENSIONS_TO | 1215264592 HowP | 現在の値から追加 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | MULTIPLYING_CURRENT_DIMENSIONS_BY | 1215264589 HowM | Multiply current width and height by the given factors |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | REPLACING_CURRENT_DIMENSIONS_WITH | 1215264581 HowE | 新しい値で置き換える |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | RESHAPING_AREA_TO_RATIO | 1215264577 HowA | Change width to height ratio keeping the current area |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | RESHAPING_BORDER_TO_RATIO | 1215264595 HowS | Change width to height ratio keeping the current perimeter |
| | How the current dimensions are affected by the given values |
| values |
Array( varies=any ) | | 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). Can accept: Array of Reals, ResizeConstraints enumerators or CoordinateSpaces enumerators. |
| [resizeIndividually] |
真偽値 | | If false and multiple page items are targeted, the new dimensions are attained only by moving the individual items rather than resizing them. (既定値=true) |
| [consideringRulerUnits] |
真偽値 | | ルーラの単位を使うかどうか (既定値=false) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
resolve(location, in, [consideringRulerUnits]) |
varies=any | Get the coordinates of the given location in the specified coordinate system. |
| location |
varies=any | | The location requested. Can accept: Array of 2 Reals, AnchorPoint enumerator or Array of Arrays of 2 Reals, CoordinateSpaces enumerators, AnchorPoint enumerators, BoundingBoxLimits enumerators or Long Integers. |
| in |
CoordinateSpaces
CoordinateSpaces |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | INNER_COORDINATES | 2021222766 xyin | 自身を基準とした座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PAGE_COORDINATES | 2021224551 xypg | ページ基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PARENT_COORDINATES | 2021224545 xypa | 親オブジェクト基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PASTEBOARD_COORDINATES | 2021224546 xypb | ペーストボード基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | SPREAD_COORDINATES | 2021225328 xysp | スプレッド基準の座標空間 |
| | 使用する座標空間 |
| [consideringRulerUnits] |
真偽値 | | ルーラの単位を使うかどうか (既定値=false) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
select([existingSelection]) |
なし | 選択状態にする |
| [existingSelection] |
SelectionOptions
SelectionOptions |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | ADD_TO | 1633969202 add2 | 追加選択する |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | REMOVE_FROM | 1919249734 remF | 選択から削除する |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | REPLACE_WITH | 1919250519 repW | 置き換える |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | SET_KEY | 1936028779 setk | 整列のキーオブジェクトにする |
| | 既に選択されているものがあった場合 (既定値=SelectionOptions.REPLACE_WITH) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
setContent(using, [relativeBasePath]) |
PageItem | Replaces the content of XML element with content imported from a file. |
| using |
文字列値 | | フルパス名 |
| [relativeBasePath] |
文字列値 | | Base path used to resolve relative paths. |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
snapshotCurrentLayout() |
なし | Create a snapshot of the layout for the current Page size and shape. |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
toSource() |
文字列値 | ソースコードを表す文字列を返す |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
toSpecifier() |
文字列値 | Retrieves the object specifier. |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
transform(in, from, withMatrix, [replacingCurrent], [consideringRulerUnits]) |
なし | 変形 |
| in |
CoordinateSpaces
CoordinateSpaces |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | INNER_COORDINATES | 2021222766 xyin | 自身を基準とした座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PAGE_COORDINATES | 2021224551 xypg | ページ基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PARENT_COORDINATES | 2021224545 xypa | 親オブジェクト基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PASTEBOARD_COORDINATES | 2021224546 xypb | ペーストボード基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | SPREAD_COORDINATES | 2021225328 xysp | スプレッド基準の座標空間 |
| | 使用する座標空間 |
| from |
varies=any | | The temporary origin during the transformation. Can accept: Array of 2 Reals, AnchorPoint enumerator or Array of Arrays of 2 Reals, CoordinateSpaces enumerators, AnchorPoint enumerators, BoundingBoxLimits enumerators or Long Integers. |
| withMatrix |
varies=any | | Transform matrix. Can accept: Array of 6 Reals or TransformationMatrix. |
| [replacingCurrent] |
MatrixContent, Array( MatrixContent ), 数値
MatrixContent |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | ROTATION_VALUE | 1936746862 spin | Rotation value |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | SCALE_VALUES | 1735552887 grow | Scale values |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | SHEAR_VALUE | 1936486004 slnt | Shear value |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | TRANSLATION_VALUES | 1936484720 slip | 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) |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) |
transformValuesOf(in) |
Array( TransformationMatrix ) | 変形の値を取得 |
| in |
CoordinateSpaces
CoordinateSpaces |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | INNER_COORDINATES | 2021222766 xyin | 自身を基準とした座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PAGE_COORDINATES | 2021224551 xypg | ページ基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PARENT_COORDINATES | 2021224545 xypa | 親オブジェクト基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | PASTEBOARD_COORDINATES | 2021224546 xypb | ペーストボード基準の座標空間 |
![[12]](12e.png) ![[13]](13e.png) ![[14]](14e.png) ![[15]](15e.png)
![[16]](16e.png) ![[17]](17e.png) ![[18]](18e.png) ![[19]](19e.png) | SPREAD_COORDINATES | 2021225328 xysp | スプレッド基準の座標空間 |
| | 使用する座標空間 |