20#ifndef INCLUDED_EDITENG_FRMDIR_HXX
21#define INCLUDED_EDITENG_FRMDIR_HXX
23#include <com/sun/star/text/WritingMode2.hpp>
TranslateId getFrmDirResId(size_t nIndex)
SvxFrameDirection
Defines possible text directions in frames.
@ Vertical_LR_BT
Vertical, from bottom to top, from left to right (vert="vert270").
@ Environment
Use the value from the environment, can only be used in frames.
@ Vertical_LR_TB
Vertical, from top to bottom, from left to right (typical for mongol language).
@ Vertical_RL_TB
Vertical, from top to bottom, from right to left (typical for asian languages).
@ Vertical_RL_TB90
Vertical, from top to bottom, from right to left (vert="vert").
@ Horizontal_RL_TB
Horizontal, from right to left, from top to bottom (typical for arabic/hebrew languages).
@ Horizontal_LR_TB
Horizontal, from left to right, from top to bottom (typical for western languages).