Is it possible to specify which edge is used when content flows across multiple pages.
For example, spanning over the bottom edge happens automatically:
I want an element to span two pages over their long edges, for example:
Is this possible?
For example, spanning over the bottom edge happens automatically:
+--------+
| |
| |
| | Page 1
| *** |
| *** |
+--------+
+--------+
| *** |
| *** |
| | Page 2
| |
| |
+--------+
I want an element to span two pages over their long edges, for example:
+--------+ +--------+
| | | |
| **| |** |
| **| |** |
| **| |** |
| | | |
+--------+ +--------+
Page 1 Page 2
Is this possible?