is_hide_placeholder property

is_hide_placeholder property

This attribute specifies the Hide Placeholders property on a matrix. When this property is on, placeholders do not appear in the matrix.Default, placeholders do appear such that the locations where text can be inserted are made visible.

Definition:

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

See Also