TransformAttributeOption

サイズと位置のオプション

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

Ver.プロパティR/O
[18][19][20][21] parent ObjectStyle
[18][19][20][21] eventListeners EventListeners
[18][19][20][21] events Events

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] isValid 真偽値オブジェクトが有効かどうか
[18][19][20][21] properties Object
[18][19][20][21] transformAttrHeight 長さ値The height of the object, defined by the object style. (1 - 1440)
[18][19][20][21] transformAttrLeftReference TransformPositionReference
TransformPositionReference
Ver.プロパティ値/管理用文字説明
[18][19][20][21]PAGE_EDGE_REFERENCE1348945255
PgEg
ページ端(ページの上)
[18][19][20][21]PAGE_MARGIN_REFERENCE1883721063
pGMg
上マージン
The reference point to be used while setting the X attribute of object style.
[18][19][20][21] transformAttrRefAnchorPoint AnchorPoint
AnchorPoint
Ver.プロパティ値/管理用文字説明
[18][19][20][21]BOTTOM_CENTER_ANCHOR1095656035
ANbc
下辺の中央
[18][19][20][21]BOTTOM_LEFT_ANCHOR1095656044
ANbl
左下角
[18][19][20][21]BOTTOM_RIGHT_ANCHOR1095656050
ANbr
右下角
[18][19][20][21]CENTER_ANCHOR1095656308
ANct
中心
[18][19][20][21]LEFT_CENTER_ANCHOR1095658595
ANlc
左辺の中央
[18][19][20][21]RIGHT_CENTER_ANCHOR1095660131
ANrc
右辺の中央
[18][19][20][21]TOP_CENTER_ANCHOR1095660643
ANtc
上辺の中央
[18][19][20][21]TOP_LEFT_ANCHOR1095660652
ANtl
左上角
[18][19][20][21]TOP_RIGHT_ANCHOR1095660658
ANtr
右上角
Option to specify the achor point to be used by the style for anchoring the object while applying the position.
[18][19][20][21] transformAttrTopReference TransformPositionReference
TransformPositionReference
Ver.プロパティ値/管理用文字説明
[18][19][20][21]PAGE_EDGE_REFERENCE1348945255
PgEg
ページ端(ページの上)
[18][19][20][21]PAGE_MARGIN_REFERENCE1883721063
pGMg
上マージン
The reference point to be used while setting the Y attribute of object style.
[18][19][20][21] transformAttrWidth 長さ値The width of the object, defined by the object style. (1 - 1440)
[18][19][20][21] transformAttrX 長さ値The left position of the object, defined by the object style. (1 - 1440)
[18][19][20][21] transformAttrY 長さ値The top position of the object, defined by the object style. (1 - 1440)

メソッド

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