page_number_location property

page_number_location property

The page numbering location for the loaded WordProcessing document, which can forcibly apply page numbering; by default it is WordsPageNumberLocation.not_apply, leaving the document intact.

Definition:

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

See Also