The feature might be rarely used by people other than CJK.
I try to put capture the image and put some note to describe what I'm going
to do:

http://imagebin.ca/v/26gpFISx24bk

2015-06-27 22:33 GMT+08:00 Jörg Schmidt <joe...@j-m-schmidt.de>:

> Hello,
>
> > From: Hung Mark [mailto:mark...@gmail.com]
>
> > Sorry that I misled you. It is my intention to change text
> > flow in a cell
> > to right to left direction.
>
> I think you mean the setting of the paragraph:
>
> Sub Snippet
>
>   Dim oCurrentController As Variant
>   Dim oViewCursor As Variant
>   Dim oCell As Variant
>   Dim nVertOrient As Integer
>
>   oCurrentController = ThisComponent.getCurrentController()
>   oViewCursor = oCurrentController.getViewCursor()
>   oCell = oViewCursor.Cell
>   cur = oCell.Text.CreateTextCursor
>
>   cur.WritingMode = 1
>   cur.ParaAdjust = 1 'that is necessary!
>
> End Sub
>
>
> Greetings,
> Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: api-h...@openoffice.apache.org
>
>


-- 
Mark Hung

Reply via email to