How to underline name ?

0 votes
asked Nov 18, 2012 in Closed question / help by anonymous
Is there a way to  underline the object-name text ?

1 Answer

0 votes
answered Nov 18, 2012 by plantuml (294,960 points)

Hi, you can use the <u> syntax, like in:

 

object "<u>foo2" as foo1 {
  <u>Some fields
}
 
...