rotate

Rotates the object around its anchor point by the specified angle.

The angle represents degrees counter-clockwise with respect to the default position. The value must be a non-negative multiple of 90.

Note: The direction of rotation is the same as for positive angles in PostScript®, PDF, and PCL but opposite to that in SVG.

Syntax

Reference_Syntax.rotate = "0 | measurement"

Values

Type

Values

String

  • 0 (default)

  • Any valid angle measurement.

Applies to

Version

XFA 2.1

Examples

JavaScript

TextField1.rotate = "90";

FormCalc

TextField1.rotate = "90"

// Ethnio survey code removed