is_ruler_visible property

is_ruler_visible property

Indicates whether the ruler is visible. This property is only applied for page break preview.

Definition:

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

See Also