You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Sascha Rühlow <sr...@gmail.com> on 2014/01/29 10:49:45 UTC

Setting XSSFCell orientation to "right-to-left"

Hi,
I am searching for a way to set the orientation of a single XSSFCell to
"right-to-left".
I have found a way to set the whole XSSFSheet to display text
"right-to-left" as there is a method called setRightToLeft.
Can anyone help me finding a similar method for just a single cell in order
to display arabic text?
Best regards