61
Automation Interface, Add-Ins and Tools / Generate documentation: Tables and shapescripts
« on: July 17, 2017, 06:18:44 pm »
Hello!
I have an output to show connections to/from the current selected element as follows:
However, I would like to show it in a table:
The problem is though that the information is in different section-contents (or whatever it is called, i.e. connector >, source >). I can't get all the information in the table. Is there a way around this?
Second question:
Is there a way to include the shapescript of elements/stereotypes? I found insert image and similar, but since the shapescript is embedded with the element/stereotype I thought it would be easy to show the image/shapescript. I do not find anything. Someone knows something about this?
Cheers!
I have an output to show connections to/from the current selected element as follows:
Code: [Select]
package >
HEADING 1 {Pkg.Name}
element >
HEADING 2 {Element.Name}
{Element.Notes}
connector >
source >
element >
{Element.Name}
< element
< source
{Connector.Name}
target >
element >
{Element.Name}
< element
< target
< connector
< element
< package
However, I would like to show it in a table:
Source | Connection | Target |
Source #1 | Connection #1 | Target #1 |
The problem is though that the information is in different section-contents (or whatever it is called, i.e. connector >, source >). I can't get all the information in the table. Is there a way around this?
Second question:
Is there a way to include the shapescript of elements/stereotypes? I found insert image and similar, but since the shapescript is embedded with the element/stereotype I thought it would be easy to show the image/shapescript. I do not find anything. Someone knows something about this?
Cheers!