anchorType

Gibt die Position des Verankerungspunkts des Containers an, wenn er anhand eines positionierten Layouts platziert wird.

Syntax

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

Werte

Typ

Werte

Zeichenfolge

topLeft (Standard)

Linke obere Ecke des Containers.

topCenter 

Mitte der oberen Container-Kante.

topRight 

Rechte obere Ecke des Containers.

middleLeft 

Mitte der linken Container-Kante.

middleCenter 

Container-Mitte.

middleRight 

Mitte der rechten Container-Kante.

bottomLeft 

Linke untere Ecke des Containers.

bottomCenter 

Mitte der unteren Container-Kante.

bottomRight 

Rechte untere Ecke des Containers.

Gilt für

Version

XFA 2.1

Beispiele

JavaScript

TextField1.anchorType = "bottomRight";

FormCalc

TextField1.anchorType = "bottomRight"