Book a Demo

Author Topic: ordering in Class Diagram issue  (Read 2405 times)

xahdpe

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
ordering in Class Diagram issue
« on: July 04, 2013, 03:30:56 am »
dears,

how can I sort elements beginning from root element in the RTF output document?
currently I have a parent element (class) with children and grand-children elements. elements are linked by Aggregation connector.

desirable structure is following:
-----------------
parent | note
-----------------
child 1 | note
-----------------
child 11 | note
-----------------
child 2 | note
-----------------
child 21 | note
-----------------
child 22 | note
-----------------
child 31 | note
-----------------

thank you!