Hello,
I am trying to print text from bottom to top in start region of
document. Fo snippet is like follows:
<fo:static-content flow-name="xsl-region-start">
<fo:inline-container writing-mode="rl-bt">
<fo:block>Some text with writing mode set to rl-bt.</fo:block>
</fo:inline-container>
</fo:static-content>
I got following error:
[ERROR] Unknown enumerated value for property 'writing-mode': rl-bt
[ERROR] Error in writing-mode property value 'rl-bt':
org.apache.fop.fo.expr.PropertyException: No conversion defined
I tried following values for writing-mode property: bt-lr, bt-rl, lr-bt,
rl-bt. All of them produced similar errors like above.
Do you know a solution to this problem? I'm using FOP 0.20.5.
BR,
tuna
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]