How to automate the generation of HTML output in Enterprise Architect

前端 未结 2 1694
悲&欢浪女
悲&欢浪女 2021-02-03 12:14

Enterprise Architect has a way to generate the documentation in HTML/RTF/etc. that you could publish, but you have to use its GUI to do that manually. When you have your *.eap f

2条回答
  •  名媛妹妹
    2021-02-03 12:52

    I'm afraid you will need to write some code, but it shouldn't be more than a dozen lines or so. The function you will want to call is Project.RunHTMLReport() - a quick search for "RunHTMLReport" in the EA help file will tell you what parameters it needs, and a search on the Sparx website forum will find you an example or two.

提交回复
热议问题