Post

1 follower Follow
0
Avatar

How can I export a diagram to Word ?

I am trying to export the diagrams (Use Case, Activity & Other customer diagrams) to Word. While diagrams that are part of a Use Case are exported, how do I export Package Level Diagrams like Context Diagrams, View of Paricipating Use Cases, Entity/Domain Models that I have created ? A work around is I put those diagrams under a use case (dummy or real one) and run the Use Case report. Do a cut and paste into my actual template/document. Any better way ?

Thanks

Sanjay Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hi Sanjay,

You can include those diagrams in your report template in the same way you include the diagrams owned by use cases. For example, to show the diagrams owned by a package you'd do something like this:

$repeatPackages
$repeatDiagrams
$Picture
$Name
$Description
$endRepeatDiagrams
$endRepeatPackages

You can see an example of this in the Project Specification report template.

Matt Terski 0 votes
Comment actions Permalink