https://bugs.documentfoundation.org/show_bug.cgi?id=120168

Gabor Kelemen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #4 from Gabor Kelemen <[email protected]> ---
18.8.1 alignment (Alignment) section in the ISO/IEC 29500-1:2016(E) standard
says:
---
textRotation (Text Rotation)
Text rotation in cells. Expressed in degrees. Values are in the range 0 to 180.
The first letter of the text is considered the center-point of the arc.
For 0 - 90, the value represents degrees above horizon. For 91-180 the degrees
below the horizon is calculated as:

[degrees below horizon] = 90 - textRotation.
---

And it provides a few screenshots about how different values look:
45 - text starts in the bottom left corner, vertically aligned left
90 - text starts in the bottom right corner, vertically aligned right
135 - text ends in the bottom right corner, vertically aligned right
180 - text ends in the bottom left corner, vertically aligned left

Also there are more attributes defined:
---
horizontal
(Horizontal Alignment)
Specifies the type of horizontal alignment in cells.

vertical (Vertical Alignment)
Vertical alignment in cells.
---

But these two are not present in my example files styles.xml, only textRotation
is, with 45 and 135 values:
<xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0"
applyAlignment="1"><alignment textRotation="45"/></xf>
and
<xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0"
applyAlignment="1"><alignment textRotation="135"/></xf>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to