anchorType

位置固定レイアウト方法を使用して配置した場合のコンテナのアンカーポイントの位置を指定します。

構文

Reference_Syntax.anchorType = "topLeft | topCenter | topRight | middleLeft | middleCenter | middleRight | bottomLeft | bottomCenter | bottomRight"

文字列

topLeft(デフォルト)

コンテナの左上隅。

topCenter 

コンテナの上境界線の中央。

topRight 

コンテナの右上隅。

middleLeft 

コンテナの左境界線の中央。

middleCenter 

コンテナの中央。

middleRight 

コンテナの右境界線の中央。

bottomLeft 

コンテナの左下隅。

bottomCenter 

コンテナの下境界線の中央。

bottomRight 

コンテナの右下隅。

適用先

モデル

オブジェクト

フォームモデル

draw

exclGroup

field

subform

バージョン

XFA 2.1

JavaScript

TextField1.anchorType = "bottomRight";

FormCalc

TextField1.anchorType = "bottomRight"