Uwe,
Thanks for chipping in. But the question I asked was the other way round:
How do you get from findTextPreferences.appliedParagraphStyle to an actual paragraphStyle object?
myParaStyle = app.findTextPreferences.appliedParagraphStyle.id
returns "undefined", because
app.findTextPreferences.appliedParagraphStyle.constructor.name
returns
String
!
Ariel