[Libreoffice-bugs] [Bug 33477] New: com.sun.star.text.CellProperties.VertOrient do not work
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 25 08:24:15 PST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=33477
Summary: com.sun.star.text.CellProperties.VertOrient do not
work
Product: LibreOffice
Version: LibO 3.3.0 RC4
Platform: All
OS/Version: Windows (All)
Status: NEW
Severity: normal
Priority: medium
Component: BASIC
AssignedTo: libreoffice-bugs at lists.freedesktop.org
ReportedBy: bugzilla33 at gmail.com
oTable = oDoc.createInstance ( "com.sun.star.text.TextTable" )
oTable.initialize( 5, 5 )
oCells = oTable.getCellRangeByPosition ( 0, 0, 4, 4 )
' Range chars weight works
oCells.CharWeight = 150
' Range vertical centering do not work!
oCells.VertOrient = 2
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list