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. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
rotation | rotation-degrees | optional |
Attribute Group | text-formatting |
Complex Types | rehearsal, text-element-data |
<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> |