https://bz.apache.org/ooo/show_bug.cgi?id=126245

--- Comment #3 from mroe <[email protected]> ---
(In reply to schorschlan from comment #0)

> The cell property "VertJustify" for XCell has no effect.
> 
> xPropertySet.setPropertyValue("VertJustify", CellVertJustify.CENTER);

Try
xPropertySet.setPropertyValue( "VertJustify",
com.sun.star.table.CellVertJustify.CENTER )

and use Option Explicit to find errors.

Please ask at user forums first.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to