Support manul Dividing line in class diagram

0 votes
asked Jun 30, 2013 in Wanted features by anonymous
such as use 'new page' to divide class diagram anywhere you want.

I want to write uml file like this:

interface IFoo {

}

IFoo <|-- Foo1

IFoo <|-- Foo2

new page

interface IBar {

}

IBar <|-- Bar1

IBar <|-- Bar2

1 Answer

0 votes
answered Jul 1, 2013 by plantuml (294,960 points)

Hi,

This has been implemented in version 7970 :

@startuml
class c1
newpage
class c2
@enduml

This is still under test.

Regards,

Arnaud


 

commented Jul 10, 2013 by anonymous
I still can not use it in version 7971
What's wrong?

Thanks!
...