Snippets

Snippet(スニペット)のコレクション

プロパティ

Ver.プロパティ名R/O説明
[7][7.5][8][9]
[10][11][12][13]
length 数値オブジェクト数

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[7][7.5][8][9]
[10][11][12][13]
anyItem() Snippetどれかのオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
count() 数値要素数を返す
[7][7.5][8][9]
[10][11][12][13]
everyItem() Array( Snippet )全てのオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
firstItem() Snippet最初のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
item(index) Snippetインデックスまたは名前で指定したオブジェクトを返す
index 数値, 文字列値インデックスまたは名前
[7][7.5][8][9]
[10][11][12][13]
itemByID(id) SnippetIDで指定したオブジェクトを返す
id 数値
[7][7.5][8][9]
[10][11][12][13]
itemByName(name) Snippet名前で指定したオブジェクトを返す
name 文字列値
[7][7.5][8][9]
[10][11][12][13]
itemByRange(from, to) Array( Snippet )範囲で指定したオブジェクトを返す
from Snippet, 数値, 文字列値範囲の開始
to Snippet, 数値, 文字列値範囲の終了
[7][7.5][8][9]
[10][11][12][13]
lastItem() Snippet最後のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
middleItem() Snippet真ん中のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
nextItem(obj) Snippet一つ後のオブジェクトを返す
obj Snippet位置の基準になるオブジェクト
[7][7.5][8][9]
[10][11][12][13]
previousItem(obj) Snippet一つ前のオブジェクトを返す
obj Snippet位置の基準になるオブジェクト
[7][7.5][8][9]
[10][11][12][13]
toSource() 文字列値ソースコードを表す文字列を返す

Snippet

スニペット

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

Ver.プロパティR/O
[7][7.5][8][9]
[10][11][12][13]
parent PlaceGun
[7][7.5][8][9]
[10][11][12][13]
buttons Buttons
[8][9]
[10][11][12][13]
checkBoxes CheckBoxes
[8][9]
[10][11][12][13]
comboBoxes ComboBoxes
[7][7.5][8][9]
[10][11][12][13]
epss EPSs
[7][7.5][8][9]
[10][11][12][13]
epstexts EPSTexts
[7][7.5][8][9]
[10][11][12][13]
eventListeners EventListeners
[7][7.5][8][9]
[10][11][12][13]
events Events
[7][7.5][8][9]
[10][11][12][13]
formFields FormFields
[7][7.5][8][9]
[10][11][12][13]
graphicLines GraphicLines
[7][7.5][8][9]
[10][11][12][13]
graphics Graphics
[7][7.5][8][9]
[10][11][12][13]
groups Groups
[7][7.5][8][9]
[10][11][12][13]
images Images
[8][9]
[10][11][12][13]
listBoxes ListBoxes
[7][7.5][8][9]
[10][11][12][13]
multiStateObjects MultiStateObjects
[7][7.5][8][9]
[10][11][12][13]
ovals Ovals
[7][7.5][8][9]
[10][11][12][13]
pageItems PageItems
[7][7.5][8][9]
[10][11][12][13]
pdfs PDFs
[7][7.5][8][9]
[10][11][12][13]
picts PICTs
[7][7.5][8][9]
[10][11][12][13]
polygons Polygons
[8][9]
[10][11][12][13]
radioButtons RadioButtons
[7][7.5][8][9]
[10][11][12][13]
rectangles Rectangles
[8][9]
[10][11][12][13]
signatureFields SignatureFields
[7][7.5][8][9]
[10][11][12][13]
splineItems SplineItems
[8][9]
[10][11][12][13]
textBoxes TextBoxes
[7][7.5][8][9]
[10][11][12][13]
textFrames TextFrames
[7][7.5][8][9]
[10][11][12][13]
wmfs WMFs

プロパティ

Ver.プロパティ名R/O説明
[7][7.5][8][9]
[10][11][12][13]
id 数値オブジェクトのID
[7][7.5][8][9]
[10][11][12][13]
index 数値インデックス
[7][7.5][8][9]
[10][11][12][13]
isValid 真偽値オブジェクトが有効かどうか
[7][7.5][8][9]
[10][11][12][13]
label 文字列値スクリプトラベル
[7][7.5][8][9]
[10][11][12][13]
name 文字列値オブジェクトの名前 - label のエイリアス
[7][7.5][8][9]
[10][11][12][13]
properties Object

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[7][7.5][8][9]
[10][11][12][13]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[7][7.5][8][9]
[10][11][12][13]
extractLabel(key) 文字列値キーに関連づけられた値を取得
key 文字列値キー
[7][7.5][8][9]
[10][11][12][13]
getElements() Array( Snippet )オブジェクト参照を返す
[7][7.5][8][9]
[10][11][12][13]
insertLabel(key, value) なしキーに関連づけられた値を設定
key 文字列値キー
value 文字列値
[7][7.5][8][9]
[10][11][12][13]
remove() なし削除
[7][7.5][8][9]
[10][11][12][13]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[7][7.5][8][9]
[10][11][12][13]
toSource() 文字列値ソースコードを表す文字列を返す
[7][7.5][8][9]
[10][11][12][13]
toSpecifier() 文字列値Retrieves the object specifier.

クラス

プロパティ名値(文字列)説明
BEFORE_PLACEbeforePlaceDispatched before a Snippet is placed. This event bubbles. This event is cancelable.