:: com :: sun :: star :: drawing ::

service RotationDescriptor
Description
This abstract service specifies the general characteristics of an optional rotation and shearing for a ::com::sun::star::drawing::Shape .
Developers Guide
9.3.2 Drawing Documents and Presentation Documents - Working with Drawing Documents - Shapes - Shape Operations - Rotating and Shearing

Properties' Summary
long
RotateAngle
This is the angle for rotation of this ::com::sun::star::drawing::Shape . The shape is rotated counter-clockwise around the center of the bounding box.  
long
ShearAngle
[ OPTIONAL ]
This is the amount of shearing for this ::com::sun::star::drawing::Shape . The shape is sheared counter-clockwise around the center of the bounding box  
Properties' Details
RotateAngle
long RotateAngle;
Description
This is the angle for rotation of this ::com::sun::star::drawing::Shape . The shape is rotated counter-clockwise around the center of the bounding box.
ShearAngle
long ShearAngle;
Usage Restrictions
optional
Description
This is the amount of shearing for this ::com::sun::star::drawing::Shape . The shape is sheared counter-clockwise around the center of the bounding box

 
Top of Page