Copy link to clipboard
Copied
Hi,
Brand new to Indesign Plugin development.
I'm trying to get an instance of the kDocBoss class, but how do I go about doing so in code?
Copy link to clipboard
Copied
Can you find it here?
https://www.scribd.com/document/634953042/Adobe-Indesign-CS6-SDK-Getting-Started
Copy link to clipboard
Copied
Coming from where?
If you have any object in the same publication (document), use the root UID from the ::GetDataBase(any)
If you mean the active document in UI, you may be tempted to start from IActiveContext.
On the other hand that often means participating in the selection, thus you'd add to the matching selection suite, where you'd find it in the target interface of the concrete selection boss.