Hello,

I am trying to insert a right-to-left text into a slide but the alignment doesn't seem to work and I couldn't find a direction property.

1. Is there a direction property/method?

2. What is the correct way of using the alignment methods?

TextBox t = new TextBox();
t.setHorizontalAlignment(TextBox.AlignRight);

OR

RichTextRun rt = t.getTextRun().getRichTextRuns()[0];
rt.setAlignment(TextBox.AlignRight);

Both of these options did not work.

Best regards,
Yan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to