show_breaks_in_frames property

CompatibilityOptions.show_breaks_in_frames property

Display Page/Column Breaks Present in Frames.

@property
def show_breaks_in_frames(self) -> bool:
    ...

@show_breaks_in_frames.setter
def show_breaks_in_frames(self, value: bool):
    ...

See Also