Adding Pages between Objects.

0 votes
asked Sep 12, 2015 in To be sorted by anonymous
Hi,

I have a about 10+ objects. Thus I need to break them into pages or at-least different line.

Page 2x2 did not work.

Wondering if there is a different way to do it?

thanks.

1 Answer

0 votes
answered Sep 16, 2015 by plantuml (294,960 points)

Hello,

Which version of PlantUML are you using ?

page 2x2 should work for object diagram.

Example:

 @startuml
 page 2x2
 object foo1
 object foo2
 @enduml

Could you post your example here ? Thanks!

...