Re: [Libreoffice] How to get cell vertical orientation property?

2011-05-17 Thread Michael Meeks
Hi Alexander, On Wed, 2011-05-11 at 16:14 +0600, Alexander O. Anisimov wrote: I need to work with cells in text tables using UNO API from Java. Riight :-) so - you get to use the UNO API - fun ... XCell xCell = xCellRange.getCellByPosition(j, i); XPropertySet cellSet

[Libreoffice] How to get cell vertical orientation property?

2011-05-11 Thread Alexander O. Anisimov
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