Question
SDK API - Map Styles to Tags (StyleExportTagMaps)
Hello everybody,
I am developing a script to specialize the export tag mapping tool on CS5.5
I have found an object called "StyleExportTagMaps".
I would like to know two things:
- Wich object is its parent? i.e. from which Object should it be called from to create a new "StyleExportTagMap" Object. I have unsuccessfully tried to make the call from:
- The Document Object:
- myStyleExportTagMapA = myDocument.StyleExportTagMaps.add(...)
- The Paragraph Object, which is the "MyStyleExportTag" object parent (the element, but not the list):
- myStyleExportTagMapA = myDocument.paragraphStyles.item(myStyleAName).StyleExportTagMaps.add(...)
- The Document Object:
- What values should you send to the add method as parameters 1, 4, 5? i.e:
- exportTypeParam:String
- exportTagParam:String
- exportClassParam:String
- exportAttributesParam:String
- withPropertiesParam:Object
Thanks in advance,
Andres Mendoza
