Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to get kDocBoss class? Indesign SDK.

New Here ,
Nov 26, 2024 Nov 26, 2024

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?

TOPICS
SDK
208
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 14, 2025 Jan 14, 2025
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jan 16, 2025 Jan 16, 2025
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines