Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: MatthiasVDE on September 25, 2020, 04:09:01 am
-
I'm working on the generation of a document with templates and a stylesheet.
But when I try to insert a custom title:
docGenerator.InsertText "Mainprocess", "heading 1"
The style "heading 1" is never applied to the text, however that style is defined in the stylesheet and the template.
-
Try "Heading 1", that should do the trick.
-
Thanks Max, I'll try it.