Text rotation for DOCX with XFC?

Robert Gurol <[email protected]> Fri, 30 Jan 2015 15:44:56 +0100
Newsgroups gmane.text.xml.xfc.general
Message-ID <CAPxgbL5LyvN3uXwTNGb8iyRX=-WBmyK0hJcFuH0U3UdB9Dw9gg@mail.gmail.com>
Hi,

I have to render a table where the tabel header contains text that is
rotated 90 degrees counter-clockwise (confer attached fo file) for DOCX.

I manage to achieve this rotation for PDF with Apache FOP using, among
other adjustments, the reference-orientation attribute:

*<table-cell border-color="#7F7F7F" border-style="solid" border-width="1px"
display-align="center" number-columns-spanned="1" number-rows-spanned="1"
padding-bottom="0mm" padding-left="0mm" padding-right="0mm"
padding-top="0mm" wrap-option="no-wrap">*
* <block-container reference-orientation="90" text-indent="-25mm">*
* <block overflow="inherit" text-align="left" wrap-option="inherit">*
* <block font-size="10pt" font-style="normal" font-weight="normal">*
* <block margin-bottom="0pt" margin-top="0pt">Critical Account
Manager</block>*
* </block>*
* </block>*
* </block-container>*
*</table-cell>*

It does not seem to work with XFC as of yet - is there a workaround?

Best regards,

Robert

PS: The version of xfc.jar that is used on my system
is Implementation-Version: 4.7.0, in case this makes a difference.


--
XMLmind FO Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support
prototypeRaci2.fo (application/octet-stream, 26.7 KB) - not displayed