Skip to main content
Inspiring
November 26, 2018
Question

Export Tagging details extraction from InDesign Paragraph style

  • November 26, 2018
  • 2 replies
  • 493 views

Dear All,

Is this possible to extract the paragraph style Export Details through scripting.?

If possible means, please suggest me how to do this?

Regards,

Prakash C

This topic has been closed for replies.

2 replies

Community Expert
November 26, 2018

Hi Prakash,

thought it would be styleExportTagMaps:

https://www.indesignjs.de/extendscriptAPI/indesign-latest/#StyleExportTagMaps.html#d1e565140

But I think that's a strange collection.

Added a new paragraph style to a document and property length of the collection of styleExportTagMaps of that paragraph style was 0 , also method count() returned 0 .

Ok. The default for a new paragraph style is [Automatic]. Then the property length of  styleExportTagMaps is 0.

After changing [Automatic] to something else, styleExportTagMaps is populated with an entry.

Regards,
Uwe

Jongware
Community Expert
Community Expert
November 26, 2018

Did you check the latest scripting reference if there is anything in there?