<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="dummy">
            <fo:region-body margin="2.5cm"></fo:region-body>
        </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="dummy">
        <fo:flow flow-name="xsl-region-body" font-family="sans-serif">
            <fo:table border="0.1pt solid black" text-align="center">
                <fo:table-body>
                    <fo:table-row>
                        <fo:table-cell border="0.1pt solid black" height="15pt" display-align="center">
                            <fo:block> 12345 </fo:block>
                        </fo:table-cell>
                        <fo:table-cell border="0.1pt solid black" height="15pt" display-align="center">
                            <fo:block > <fo:inline baseline-shift="-10%">12345</fo:inline>   </fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                    <fo:table-row>
                        <fo:table-cell border="0.1pt solid black" height="15pt" display-align="center">
                            <fo:block> gjM 12345 </fo:block>
                        </fo:table-cell >
                        <fo:table-cell border="0.1pt solid black"  height="15pt" display-align="center" padding-top="3pt">
                            <fo:block > 12345 </fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                </fo:table-body>
            </fo:table>
            
        </fo:flow>
    </fo:page-sequence>
</fo:root>

