Primary Text Direction in Model UI Fragment Properties@0.0.4

Contents

Up to Cultural Environment

FragmentProperty: Primary Text DirectionStatus: EXPERIMENTAL

Documentation

The primary text direction denotes the direction in which the sequence of letters in a word will be placed.

Typed Element: → 'TextDirectionType'

Instanciatable Types 1

Name: → 'TextDirectionType' Status: EXPERIMENTAL
Base Type: STRING
Abstract: No
Cardinality: 0..1
From Model: UI Fragment Properties
Documentation: This enumerated type is used for the specification of the direction of written texts.

Enumerated Type

  • Left to Right = 0
    Written text starts on the surface's left side and expands onto the right side.
  • Top to Bottom = 1
    Written text starts on the surface's top side and expands onto the bottom side.
  • Right to Left = 2
    Written text starts on the surface's right side and expands onto the left side.
  • Bottom to Top = 3
    Written text starts on the surface's bottom side and expands onto the top side.
This enumerated type is used for the specification of the direction of written texts.