Thanks. This must be the problem, since we use v4.7.
Von: Hussein Shafie <[email protected]> An: Dezsoe Gaal 'EXTERN' <[email protected]> Kopie: "[email protected]" <[email protected]> Datum: 17.06.2013 16:05 Betreff: Re: [XFC] rotate the content of a table cell Please check that you are using XMLmind XSL-FO converter v4.8+, because I cannot reproduce the issue you describe. See attached screenshot. For me, it works whatever the output format. I opened the .docx and the .rtf in MS-Word 2007 and in MS-Word 2010. References: * History of changes http://www.xmlmind.com/foconverter/changes.html#v4.8.0 * 4.5. Using fo:block-container to rotate the content of a table cell http://www.xmlmind.com/foconverter/_distrib/doc/user/implementation.html#rotate_cell On 06/17/2013 01:47 PM, Dezsoe Gaal 'EXTERN' wrote: > > I would like to *rotate the content of a table cell*, as it is described > at > http://www.xmlmind.com/foconverter/_distrib/doc/user/implementation.html#rotate_cell > . > I tried the following example, but it does not work. > > <?xml version="1.0" encoding="UTF-8"?> > <fo:root > xmlns:sdt="http://www.xmlmind.com/foconverter/xsl/extensions/docx/sdt" > xmlns:fo="http://www.w3.org/1999/XSL/Format" > xmlns:fox="http://xml.apache.org/fop/extensions" > xmlns:java="http://xml.apache.org/xalan/java" > xmlns:ibex="http://www.xmlpdf.com/2003/ibex/Format" > xmlns:xfc="http://www.xmlmind.com/foconverter/xsl/extensions"> > <fo:layout-master-set> > <fo:simple-page-master master-name="A4-first" page-width="210mm" > page-height="297mm"> > <fo:region-body margin-top="96mm" margin-bottom="40mm" > margin-left="20mm" margin-right="20mm"/> > <fo:region-after extent="27mm" region-name="first-reg-after"/> > </fo:simple-page-master> > <fo:page-sequence-master master-name="basic"> > <fo:repeatable-page-master-alternatives> > <fo:conditional-page-master-reference master-reference="A4-first" > page-position="any"/> > </fo:repeatable-page-master-alternatives> > </fo:page-sequence-master> > </fo:layout-master-set> > <fo:page-sequence master-reference="basic"> > <fo:static-content flow-name="first-reg-after"> > <fo:table> > <fo:table-column/> > <fo:table-body> > <fo:table-row> > <fo:table-cell> > <fo:block-container reference-orientation="90"> > <fo:block>Simpson</fo:block> > </fo:block-container> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > </fo:static-content> > <fo:flow flow-name="xsl-region-body"> > <fo:table> > <fo:table-column/> > <fo:table-body> > <fo:table-row> > <fo:table-cell> > <fo:block-container reference-orientation="90"> > <fo:block>Simpson</fo:block> > </fo:block-container> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > </fo:flow> > </fo:page-sequence> > </fo:root> > > I would highly appreciate it if you could suggest me a solution for the > above-mentioned problem that can be implemented by XMLMIND XFC. [Anhang "rotate_table_cells.png" gelöscht von Dezsoe Gaal 'EXTERN'/Szg/PorscheInt]
-- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

