I'm searching for a way to find the text of a specific paragraph style in an InDesign document but without searching the whole document, instead, I want to search only inside a text frame or other object.
The only way I found for now is using document.findText()
and setting the findTextPreferences
, is there something like myTextFrame.findText()
?