Hi,

I tried to change the font properties (e.g. color, size, font) of the model objects generated by my script, however I am unable to find a way to do that.

This is what I get at the moment:



These objects are created with

var lang = Context.getSelectedLanguage();
var model = group.CreateModel(Constants.MT_EEPC, MODEL_NAME, lang);

var group = ArisData.getSelectedGroups()[0];

var obj_definition = group.CreateObjDef(Constants.OT_FUNC, content, lang);
symbol[0] = Constants.ST_FUNC; model.createObjOcc(symbol[0], obj_definition, 0, 0, true);



I assume this is the most basic way to create such objects.

Could anyone please

  • Point me to the relevant documentation (ARIS Business Architect 7.2)
  • Tell me where I need to change the font properties (at model / group / object definition / object occurence  level)
  • and/or post some code that shows how to change the font properties?

Any help is greatly appreciated!

Thank you!

Laurent

 

 or register to reply.

Notify Moderator