Skip to main content
1-Visitor
March 24, 2014
Solved

How to rotate text in table cell

  • March 24, 2014
  • 2 replies
  • 10386 views

Is there a way to rotate text 90 degrees in a table row or table cell?

Thanks,

    Best answer by PeterVarga

    I hope it helps:

    <e-i-c gi="entry">

    <charlist charsubsetref="own-line">

    <font inherit="1">

    <hyphen inherit="1">

    </charlist>

    <att>

    <specval attname="rotate" attval="1">

    <charsubset>

    <suppress sup="1">

    <usetext source="%\ROTCCW%,#CONTENT,%\ENDROTCCW%"></usetext>

    </charsubset>

    </att>

    </e-i-c>

    2 replies

    12-Amethyst
    March 24, 2014

    Are you using Arbortext FOSI composition, Arbortext Print Publishing composion or XSL-FO composition?

    PDF output, HTML output?

    1-Visitor
    March 24, 2014

    FOSI for PDF output.

    1-Visitor
    March 25, 2014

    I hope it helps:

    <e-i-c gi="entry">

    <charlist charsubsetref="own-line">

    <font inherit="1">

    <hyphen inherit="1">

    </charlist>

    <att>

    <specval attname="rotate" attval="1">

    <charsubset>

    <suppress sup="1">

    <usetext source="%\ROTCCW%,#CONTENT,%\ENDROTCCW%"></usetext>

    </charsubset>

    </att>

    </e-i-c>

    12-Amethyst
    March 25, 2014

    This answer looks good.

    It matches the content described in the PTC article 38621

    https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS38621