text-rotation

The rotation attribute is used to rotate text around the alignment point specified by the halign and valign attributes. Positive values are clockwise rotations, while negative values are counter-clockwise rotations.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
rotation rotation-degrees optional

Used By

Attribute Group text-formatting
Complex Types rehearsal, text-element-data

Source

<xs:attributeGroup name="text-rotation">
  <xs:annotation>
    <xs:documentation>The rotation attribute is used to rotate text around the alignment point specified by the halign and valign attributes. Positive values are clockwise rotations, while negative values are counter-clockwise rotations.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="rotation" type="rotation-degrees"/>
</xs:attributeGroup>