ID Scripting: unique id of something. Can I find out what it belongs to?
Hello everyone
When processing a list of text variables that are based on the text styles of different classes (ParagraphStyle, CharacterStyle), I want to get a combined array of such different class styles, for example, by their unique ids, so that later I can get a reference to the style object by its id.
But there is no superclass for all text styles, and, accordingly, there is no collection that brings together different style classes. And there is no way to use the itemByID method...
Is there any method (outside of collections) that would return a reference to an object by its unique id?
(Maybe the solution has something to do with the use of Specifiers)