In a (c++) plugin I'm trying to iterate over the paragraphs of a story text. I guess this can be done by repeatedly calling the nextBlockStart() of a story text object and then fetching the text with the text() method. But what I wasn't able to find out is how to get the story text of a selected text frame. Any hints?
TIA RalfD