data.HORIZONTALALIGNMENT

Data values for attributes that capture horizontal alignment.
Module MEI
Used by
att.horizontalalign (@halign), pgFoot/@halign, pgFoot2/@halign, pgHead/@halign, pgHead2/@halign
Allowed values
left
Left aligned.
right
Right aligned.
center
Centered.
justify
Left and right aligned.
Declaration
<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>