Hi all, I need to work with cells in text tables using UNO API from Java.
XCell xCell = xCellRange.getCellByPosition(j, i); > XPropertySet cellSet = UnoRuntime.queryInterface(XPropertySet.class, > xCell); > int v = (short) cellSet.getPropertyValue("VertOrient"); > In default text table, value of VertOrient property is 0, which equal to VertOrientation.NONE. But in fact, when I open LibreOffice Writer, all cells in table have top vertical alignment. Why is it so? And how can I get vertical orientation of cell properly? Thanks in advance. .''`. With best regards, : :' : Alexander Anisimov `. `' JID alenyas...@gmail.com `- Debian - when you have better things to do than fixing systems
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice