data.VERTICALALIGNMENT

Data values for attributes that capture vertical alignment.
Module
MEI
Used by
These class-based attributes use data.VERTICALALIGNMENT
Allowed Values
topTop aligned.
middleMiddle aligned.
bottomBottom aligned.
baselineBaseline aligned.
Declaration
<macroSpec ident="data.VERTICALALIGNMENT" module="MEI" type="dt">
<desc>Data values for attributes that capture vertical alignment.</desc>
<content>
<valList type="closed">
<valItem ident="top">
<desc>Top aligned.</desc>
</valItem>
<valItem ident="middle">
<desc>Middle aligned.</desc>
</valItem>
<valItem ident="bottom">
<desc>Bottom aligned.</desc>
</valItem>
<valItem ident="baseline">
<desc>Baseline aligned.</desc>
</valItem>
</valList>
</content>
</macroSpec>