[Libreoffice-bugs] [Bug 129655] Shape textbox in writer ignores WritingMode.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Dec 27 16:16:28 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=129655
--- Comment #3 from Mark Hung <marklh9 at gmail.com> ---
Note that the following code also does not work.
Sub Main
Dim oDrawPage As Variant
Dim oObj1 As Variant
Dim oObj2 As Variant
Dim oObj3 As Variant
Dim oObj4 As Variant
Dim nTextWritingMode As Long
oDrawPage = ThisComponent.getDrawPage()
oObj1 = oDrawPage.getByIndex(0)
oObj1.WritingMode = 2
msgbox "WritingMode:" & oObj1.WritingMode
oObj2 = oDrawPage.getByIndex(1)
oObj2.WritingMode = 2
msgbox "WritingMode:" & oObj2.WritingMode
End Sub
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191227/d4c18586/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list