Word Export DXL Attributes

DOORS 9.6 and 9.7
Word.dxl and itfui2.inc are encrypted and not plain text. As such, I cannot simply open the files in a text editor and see what the mnemonics for the Export to Word dialog are.
I have gathered via Google searching:
set(exportHeadingsToggle, false)
set(exportLayoutChoice, layoutTypeBook)
set(autoformatToggle,false)
set templateName ="c:\temp\mytemplate.dot" //here is the problem..
set(advancedNormalTemplateToggle, false)
set(advancedTemplateLabel, "c:/path/to/my/template.dot")
set(exportLayoutChoice, layoutTypeBook)
set(autoformatToggle,false)
set templateName ="c:\temp\mytemplate.dot" //here is the problem..
set(advancedNormalTemplateToggle, false)
set(advancedTemplateLabel, "c:/path/to/my/template.dot")
Missing and what I need are:
* Issue a warning when an unregistered OLE object is exported as a picture
* Include Empty Attributes
* Advanced: Use 'Paragraph Style' attribute
I thought perhaps `advancedParagraphStyleToggle` for the advanced paragraph style option, but Google did not like that.
Is there a complete list somewhere? If so, where / what is the link?
I tried opening the word.dxl file in DOORS using Tools | Edit DXL, but as expected DOORS did not decrypt the file and merely displayed the binary.
Additionally, what are the options for Excel? Excel.dxl is also encrypted.