Book a Demo

Author Topic: Grouping diagram types in an RTF-generated doc  (Read 2888 times)

jtouch

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Grouping diagram types in an RTF-generated doc
« on: September 24, 2014, 11:03:45 pm »
I have the need to segregate multiple diagrams in a package into specific sections within an RTF document. For example, a Workflow section that displays all my workflows, a Sequence Diagram section that displays all my sequence diagrams, etc. I'm not sure how to build a template that does this. Can someone help?
« Last Edit: September 24, 2014, 11:04:38 pm by jtouchst »

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: Grouping diagram types in an RTF-generated doc
« Reply #1 on: September 25, 2014, 02:26:58 am »
The simplest way would be to create sub-packages within your package for each diagram type.

I'm not sure you can meet your requirement by using diagram fragments as i'm not sure there is an option to 'include diagrams' of a specific type within a report. So I think you would have no choice but to create sub-packages with specific diagram types in each...
« Last Edit: September 25, 2014, 02:28:09 am by openit »

jtouch

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Grouping diagram types in an RTF-generated doc
« Reply #2 on: September 26, 2014, 11:51:38 pm »
Thank you for your quick response. I appreciate it!