https://bugs.documentfoundation.org/show_bug.cgi?id=162200
--- Comment #11 from Regina Henschel <[email protected]> --- Section 20.404.1, part 3, ODF 1.4 [1] allows the writing modes lr-tb, lr, rl-tb, rl, tb-rl, tb, tb-lr, sideways-rl, sideways-lr and page. Thereby "page" means an inheritance and lr=lr-tb, rl=rl-tb and tb=tb-rl. Our API has com::sun::star::text::WritingMode2 with values LR_TB, RL_TB, TB_RL, TB_LR, PAGE, CONTEXT, BT_LR, TB_RL90, STACKED. Thereby PAGE=CONTEXT. STACKED is similar to OOXML vert="wordArtVert" for shapes and not included in ODF 1.4. The task for UX is to find for each of them a wording for UI and use that wording consequently as far as possible. Currently the wordings are very different, depending on the object. The task for documentation would be to describe these writing modes in a way understandable for ordinary users. The state of implementation of a wording mode depends on the object which has the text. I don't think it's useful to refer to all the other possibilities in terms of writing direction, block and column arrangement and glyph orientation that are being developed for CSS4, for example. [1] https://github.com/oasis-tcs/odf-tc/tree/master/docs/odf1.4/csd01 -- You are receiving this mail because: You are the assignee for the bug.
