vertical method
vertical(vertical_gap)
Creates a layout where all specified pages are rendered vertically one below the other in a single output.
def vertical(self, vertical_gap: float):
...
Parameter | Type | Description |
---|---|---|
vertical_gap | float | The vertical gap between pages in points. |
See Also
- module aspose.words.saving
- class MultiPageLayout