Hi,
Marten Feldtmann wrote:
This is an extract of my code - I do not know, why the last code line
always fails .... any ideas ?


// This always breaks and raises UnknownPropertyException
// ... but single cells should have this property ...
no, they shouldn't.
propSet.setPropertyValue(
   "HoriJustify",
   new uno.Any((ushort)unoidl.com.sun.star.table.CellHoriJustify.LEFT));

Writer cells don't have a HoriJustify property. There's a link from the service css::text::Cell to css::table::CellProperties but this is wrong.

Regards,
Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to