data.HORIZONTALALIGNMENT

Data values for attributes that capture horizontal alignment.
Module
MEI
Used by
These local attributes use data.HORIZONTALALIGNMENT
These class-based attributes use data.HORIZONTALALIGNMENT
Allowed Values
leftLeft aligned.
centerCentered.
justifyLeft and right aligned.
Declaration
<macroSpec ident="data.HORIZONTALALIGNMENT" module="MEI" type="dt">
<desc>Data values for attributes that capture horizontal alignment.</desc>
<content>
<valList type="closed">
<valItem ident="left">
<desc>Left aligned.</desc>
</valItem>
<valItem ident="right">
<desc>Right aligned.</desc>
</valItem>
<valItem ident="center">
<desc>Centered.</desc>
</valItem>
<valItem ident="justify">
<desc>Left and right aligned.</desc>
</valItem>
</valList>
</content>
</macroSpec>