/** *Definespossibletextdirectionsinframes. *Ascopedenumovertheconstantsincss::text:WritingMode2.
*/ enumclass SvxFrameDirection
{ /** used as an error return value in SW */
Unknown = -1,
/** Horizontal, from left to right, from top to bottom
(typical for western languages). */
Horizontal_LR_TB = css::text::WritingMode2::LR_TB,
/** Horizontal, from right to left, from top to bottom
(typical for arabic/hebrew languages). */
Horizontal_RL_TB = css::text::WritingMode2::RL_TB,
/** Vertical, from top to bottom, from right to left
(typical for asian languages). */
Vertical_RL_TB = css::text::WritingMode2::TB_RL,
/** Vertical, from top to bottom, from left to right
(typical for mongol language). */
Vertical_LR_TB = css::text::WritingMode2::TB_LR,
/** Use the value from the environment, can only be used in frames. */
Environment = css::text::WritingMode2::CONTEXT,
/** Vertical, from bottom to top, from left to right (vert="vert270"). */
Vertical_LR_BT = css::text::WritingMode2::BT_LR,
/** Vertical, from top to bottom, from right to left (vert="vert"). */
Vertical_RL_TB90 = css::text::WritingMode2::TB_RL90,
/** Stacked, from top to bottom, 1 char per line (vert="wordArtVert"). */
Stacked = css::text::WritingMode2::STACKED,
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.