<baseJc>
(Matrix Base Justification)
This element specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. If this element is omitted, the matrix assumes center justification.
example:
This matrix has top <baseJc>
:
This matrix has bottom <baseJc>
:
The XML below represents the matrix with top <baseJC>
:
<m:d> <m:dPr> <m:shp m:val="match"/> </m:dPr> <m:e> <m:m> <m:mPr> <m:baseJc m:val="top"/> <m:mcs> <m:mc> <m:mcPr> <m:mcJc m:val="center"/> <m:count m:val="2"/> </m:mcPr> </m:mc> </m:mcs> </m:mPr> <m:mr> <m:e> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>1</m:t> </m:r> </m:e> <m:e> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>2</m:t> </m:r> </m:e> </m:mr> <m:mr> <m:e> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>3</m:t> </m:r> </m:e> <m:e> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>4</m:t> </m:r> </m:e> <m:e> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>5</m:t> </m:r> </m:e> <m:e> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>6</m:t> </m:r> </m:e> </m:mr> </m:m> </m:e> </m:d>
Attributes |
Description |
---|---|
|
Specifies the vertical justification parent element respect to surrounding text. Possible values are
top , bot , and center . example: : The following examples illustrate
@baseJc on the matrix object @m .This matrix has This matrix has This matrix has The possible values for this attribute are defined by the ST_YAlign simple type (§7.1.3.19). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_YAlign">
<attribute name="val" type="ST_YAlign" use="required"/>
</complexType>