page_numbering property

page_numbering property

The flag that enables or disables generation of page numbering in the converted document. Default: False.

Definition:

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

See Also