data.HORIZONTALALIGNMENT

Data values for attributes that capture horizontal alignment.
Module
Used by
These local attributes use data.HORIZONTALALIGNMENT
pgFootA running footer.
halignRecords horizontal alignment of the page footer.
pgHeadA running header.
halignRecords horizontal alignment of the page header.
These class-based attributes use data.HORIZONTALALIGNMENT
att.horizontalAlign/@halignRecords horizontal alignment.
Allowed Values
leftLeft aligned.
centerCentered.
justifyLeft and right aligned.
Declaration
<macroSpec ident="data.HORIZONTALALIGNMENT" module="MEI" type="dt">
<desc xml:lang="en">Data values for attributes that capture horizontal alignment.</desc>
<content>
<valList type="closed">
<valItem ident="left">
<desc xml:lang="en">Left aligned.</desc>
</valItem>
<valItem ident="right">
<desc xml:lang="en">Right aligned.</desc>
</valItem>
<valItem ident="center">
<desc xml:lang="en">Centered.</desc>
</valItem>
<valItem ident="justify">
<desc xml:lang="en">Left and right aligned.</desc>
</valItem>
</valList>
</content>
</macroSpec>