<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>TextAlign</name>
    <derived/>
    <documentation>Configuration options for text alignments.</documentation>
    <enumeration>
        <value name="Begin">
            <documentation>Locale-specific positioning at the beginning of the line.</documentation>
        </value>
        <value name="End">
            <documentation>Locale-specific positioning at the end of the line.</documentation>
        </value>
        <value name="Left">
            <documentation>Hard option for left alignment.</documentation>
        </value>
        <value name="Right">
            <documentation>Hard option for right alignment.</documentation>
        </value>
        <value name="Center">
            <documentation>Centered text alignment.</documentation>
        </value>
        <value name="Initial" since="1.26.0">
            <documentation>Sets no text align, so the browser default is used.</documentation>
        </value>
    </enumeration>
</simple-type>
