How can I access story editor data from textframes in a script?
Hi there,
In inDesign, you can right click on textframes and edit with Story Editor, which shows you a view into not just the contents but the tags and styling for that particular textframe. I'm wondering how that data can be extracted from a TextFrame object in a script. Looking over the API docs, one thing I've found is item.ObjectExportOption.actualText() which I expected to be the XML text, but that returns a blank for me. Is this the correct place to look, and if so, why might I be getting blanks?
If the Story Editor data is not accessible in the API, then what is another way you would suggest to extract styling and format info from textFrames?
Thanks!
