Hi Niklas,
>> XSheetCellCursor xSCC = xSpreadsheet.createCursor();
>> XPropertySet xSheetCursorProps = (XPropertySet)
>>           UnoRuntime.queryInterface(XPropertySet.class, xSCC);
>> // Here I hang: the PropertyValue "PageStyleName" does not exist
>> // How can I get the page property to be able to continue as below...
>> String pageStyleName = xSheetCursorProps
>>           .getPropertyValue("PageStyleName").toString();
> 
> From the sheet itself, not the cursor, and the property name is
> "PageStyle".

Thanks a lot for your help that works very well :-)

Greetings, Tobias

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

Reply via email to