page_layout property

page_layout property

Sets page layout which shall be used when the document is opened.

Definition:

@property
def page_layout(self):
    ...
@page_layout.setter
def page_layout(self, value):
    ...

See Also