layout method

layout(options)

Lays out the shapes and/or reroutes the connectors for the page.

def layout(self, options):
    ...
ParameterTypeDescription
optionsaspose.diagram.autolayout.LayoutOptionsUsing the LayoutOptions to configure options of layout.

See Also