slides_layout_options property

slides_layout_options property

Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

Definition:

@property
def slides_layout_options(self):
    ...

@slides_layout_options.setter
def slides_layout_options(self, value):
    ...

See Also