Book a Demo

Author Topic: Method to hide element/connector labels  (Read 2882 times)

carapa8

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Method to hide element/connector labels
« on: October 28, 2012, 11:16:16 pm »
Hi @ all,

do anybody know if there is a way to hide all labels of elements or connectors in a diagram by an API-Method?
Thanks.

stao

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: Method to hide element/connector labels
« Reply #1 on: October 29, 2012, 11:23:22 am »
hi,

check the "ExtendedStyle" Attribute of a Diagram.
Interesting for you is sth like "HideConnStereotype=1" for connectors
and perhaps "HideStereo=1"


stao