开发者

Rotate text in XSL-FO

I am generating the xsl-fo document for my XML content and then passing this content to one of the third party DLL that will 开发者_如何学编程generate the PDF. I have a requirement to display a test in 45 degrees angle. How to achive this?

Thanks


I'm pretty sure you can't in pure XSL-FO - the rotations available to the orientation properties are in 90 degree increments. Try embedding an SVG image instead.


AH Formatter has an axf:transform extension property that can do multiple sorts of transformations, including rotating a block by a specified angle.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜