PAGE_BREAK property

ControlChar.PAGE_BREAK property

Page break character: “\x000c” or “\f”. Note it has the same value as ControlChar.SECTION_BREAK.

@property
def PAGE_BREAK(self) -> str:
    ...

See Also