Skip to main content
Inspiring
May 20, 2023
Answered

C++ Plugin SDK - Read Defined Lists names and parameters

  • May 20, 2023
  • 2 replies
  • 397 views

Hello guys,

 

I'm trying to read Numbered Lists parameter, I was able to extract the Bullets and Numbering Style on this Window

But when I try to read the Defined List attributes on this window, such as List Name and the 2 other check boxes, I can't find anywhere the classes to do so

 

Thanks in advance.

This topic has been closed for replies.

2 replies

Dirk BeckerCorrect answer
Legend
May 22, 2023
Amine9Author
Inspiring
May 20, 2023

Equivalent attributes on JS are:

Document.Story.NumberingList.name
Document.Story.NumberingList.continueNumbersAcrossDocuments

Document.Story.NumberingList.continueNumbersAcrossStories