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"
JavaScript
TextField1.rotate = "90";
FormCalc
TextField1.rotate = "90"
|
|
|