Hi All,

I'm trying to use the reference-orientation attribute to rotate the text in
a table cell, my xsl looks something like this:

<fo:table-body>
        <fo:table-row height="50pt">
        <fo:table-cell>
        <fo:block-container reference-orientation="90">                 
<fo:block >Last
Name</fo:block>
        </fo:block-container>
                </fo:table-cell>
                </fo:table-row>
</fo:table-body>

However, this doesn't seem to be working, once I added the
reference-orientation attribute in, the "Last Name" text disappeared from
the PDF output. Any ideas why this could be? Is reference-orientation
supported in FOP? Is there another way I can accomplish what I'm trying to
do here?

Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/rotating-text-in-table-cell-tf1981588.html#a5438171
Sent from the FOP - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to